Interview Craft
The rounds that grade you, not your code — read as mechanisms, not vibes: how a behavioral panel reads fit and level from your stories, and how the object-design round grades whether you can turn fuzzy requirements into objects with clean seams.
Sub-topics
- Behavioral — What the behavioral room is actually measuring and how to answer it: fit against a company, the level your stories imply, and the structure that keeps the signal and drops the noise.
- Object-Oriented Design — The low-level design round, read as a method rather than a pattern quiz: turning fuzzy requirements into objects with clean seams — the nouns/verbs pass, composition over inheritance, invariants stated out loud, the four patterns that actually appear, and the state machine hiding inside most of the classics.
Explainers
- The OOD Interview, Decoded — The object-design round looks like it wants pattern trivia. It is really grading one thing: can you turn four fuzzy sentences into a handful of objects with clean seams? We make the method legible — the nouns/verbs pass that turns a prompt into candidate classes and methods, composition over inheritance stated honestly, the invariants you say out loud, the four patterns that actually show up in the room (factory, strategy, observer, state) each with a five-line code moment, SOLID trimmed to the letters that earn their keep, and the secret weapon: most OOD classics are state machines wearing a costume. Click the nouns in a live requirements pass, level a design against the classic failures, and leave with the 45-minute LLD script.
- Three OOD Classics, Worked — The method from the OOD interview page, run on the three prompts that show up most. The parking lot end to end — requirements, the nouns pass, the class model, and the three decisions that actually get graded: spot assignment as a strategy, the ticket as the identity object, fee calculation as a swappable strategy, with the real compact code. Then the reveal that collapses half the catalog: the vending machine and the elevator are the same problem — state machines with states, events, guards, and actions. Drive one live: insert coins, select, dispense; request floors up and down; watch the legal transitions fire and the illegal ones bounce with the guard named. Finish with the missing-guard bugs interviewers probe, and the move that spots a state machine in any prompt.
- The Behavioral Interview, Decoded — The behavioral round feels like a chat and grades like an exam. Two questions run underneath every story you tell — do you fit this team and company, and at what level do you operate — and neither is ever asked out loud. We make both legible: the fit axes a company reveals in its own words, and the four dimensions (scope, contribution, impact, difficulty) that quietly set your level. Dial one true story across five levels and watch the meters move; level a story yourself before the reveal; then sweep the five ways a story gets mis-leveled and sinks.
- Stories That Carry Signal — An interviewer keeps notes, not a transcript — so the real test of every sentence is whether they would write it down. We build the story that survives that notebook: the headline delivered first (problem plus your key action plus why it mattered, in one breath), a core of two or three moments each moving context to thought to action to a result with numbers, and the prepared depth you stock but never volunteer. An honest read on where STAR helps and where it buries the behavior, the red flags that sink an answer — then the noise-pruner: toggle a realistic answer sentence by sentence and watch the interviewer’s notebook fill with only what carries signal.
- The Story Bank — You don’t memorize forty behavioral answers — you build six to eight true stories that between them cover every question a panel can throw, and rehearse until the right one comes to hand on reflex. A drill surface: the nine competency families as attempt-before-peek cards (how each is asked, what the interviewer greps for, the pitfalls, a fill-in scaffold), the six direct questions with different rules, a commit-first drill on the first sentence out of your mouth, and the signature — a live coverage matrix where you map your stories against the nine families and watch it flag the gaps and the one story doing too much.