STAR Method — Structure for Behavioral Interviews
Structure behavioral interview answers: Situation → Task → Action → Result. Interviewers score on scope and impact of the Result.
When to use
- Behavioral interview questions ("Tell me about a time...")
- Performance review self-assessments
- Incident retrospective narratives
Tradeoffs
- Over-rehearsed answers sound robotic — prepare the structure, not a script
- Vague Situations make the answer sound small; vague Results make it unmemorable
Example: "Tell me about a time you drove a technical decision others disagreed with."
Situation: Our payment service was hitting 5s p99 latency during peak, causing checkout abandonment. Three engineers favored a cache layer; I believed the root cause was N+1 DB queries in the order lookup path.
Task: Drive a decision under time pressure with the team split, without escalating to management.
Action: Ran a 2-hour profiling session, produced a flame graph showing 40% of request time in DB queries, proposed a targeted query optimization with a 1-week timeline vs. 3 weeks for the caching approach. Wrote an RFC with both options, their tradeoffs, and my recommendation with data.
Result: Team aligned on the query optimization. Reduced p99 from 5s to 180ms in 6 days. Saved 3 weeks of engineering time vs. the cache approach. Checkout abandonment dropped 12%.
Gotcha: The Result must be quantified. "Improved performance" is weak. "Reduced p99 latency from 5s to 180ms, saving $40k/month in cart abandonment" is strong.