Practice Problem Reference
The problems/ directory is rehearsal material, not the final interview deliverable.
Included Prompts
01-service-registry: service health, dependency graph queries, and transitive impact analysis02-api-audit-log: latency percentiles, retry detection, and time-window anomaly analysis03-deploy-reconciliation: desired-vs-actual drift detection across environments04-record-linkage: schema mapping, exact and fuzzy matching, and ambiguity reporting
Generator
problems/generate.py regenerates the JSON fixtures used by the practice prompts.
- deterministic seed:
random.seed(42) - writes under each problem directory
- CI runs it before tests
Follow-On Docs
- interview-repo-architecture — why rehearsal material lives alongside the real project scaffold
- develop-locally — where fixture regeneration fits into normal workflow