Code Room
Vibe codingHardvc-g326
Subject Ai build planLevel Senior–Staff~28 minCommon in Algorithms & data structures interviewsIndustries Software development, Technology

Question

You're building an in-house feature-flag system in TypeScript from scratch (no LaunchDarkly) with an AI agent: a flag store, a percentage-rollout + targeting-rules evaluator, an SDK for services to read flags, and an admin API. Describe how you'd decompose this for the agent, what you delegate vs. own, the acceptance criteria for the evaluation engine, and where the review gates go. What does a careless 'build a feature flag service' prompt get subtly wrong?

What a strong answer looks like

Treat the AI’s output as a draft to verify, not an answer to trust. Name the specific flaw and the input that triggers it, say how you’d catch it — tests, edge cases, reading critically — and how you’d re-prompt or decompose to get it right.

Describe your solution

Vibe coding: describe the solution in plain language (or narrate it) and the coach grades your approach. Generating runnable code from your description is coming next.

Run or narrate your approach, then ask the coach.