Back to Blog
On this page2 sections

// career

How to talk about bugs you found in interviews (STAR)

qa.codesqa.codes · 13 June 2026 · 7 min read
BeginnerJob seekersManual QA
careerinterviewsstar-methodcommunication

"Tell me about a tricky bug you found" is the most common QA interview question, and most answers ramble into technical weeds and lose the point. STAR fixes that — here's how to use it so a bug story actually lands.

Almost every QA interview asks some version of "tell me about a bug you caught" or "describe a tricky issue you investigated." It's a great question because it reveals how you think — and most candidates squander it by diving into technical detail with no structure, so the interviewer loses the thread and never hears the part that mattered: your judgement. The STAR method (Situation, Task, Action, Result) is the simple frame that keeps a bug story focused on what's being assessed. It's also the structure to use for the influence and judgement stories senior interviews dig into.

STAR, applied to a bug story

Situation — set the scene in a sentence or two. What was the product/feature, what was the context? "We were about to release a payment update; everything had passed the standard regression." Enough for the listener to picture it, no more.

Task — what was your responsibility or the challenge? "I was testing the payment flow and noticed something the scripted cases didn't cover." This frames why you and what you were trying to do.

Action — what you actually did, and crucially why. This is the heart, because it shows your thinking: "Most testing ran on fast Wi-Fi, so I deliberately throttled the connection to simulate a real cellular network, because I suspected timing-dependent behaviour." Don't just narrate steps — expose the judgement behind them. That's the bit interviewers are scoring.

Result — what happened and why it mattered. "I found a double-charge bug that only triggered on slow networks — it would have hit a chunk of mobile users in production. We added idempotency and network-condition testing." Quantify or state impact where you can; tie it to value, not just "I found a bug." The same impact-led framing wins on your CV.

Telling a bug story with STAR

  • Situation: one or two sentences of context — don't over-set the scene
  • Task: what you were responsible for / the challenge you faced
  • Action: what you did and the reasoning behind it — this is where judgement shows
  • Result: the outcome and why it mattered (impact, ideally quantified)
  • Pick a bug that shows thinking, not luck — a deliberate find beats a random stumble
  • Keep technical depth proportional — enough to be credible, not a debugging monologue
  • Have two or three stories ready for different angles (judgement, persistence, collaboration)

Choosing the right bug

STAR only works if the story is worth telling, so choose deliberately. The best interview bug isn't the most technically gnarly — it's the one that best shows judgement: you suspected something, had a reason, acted on it, and prevented real impact. A bug you found by deliberately testing a condition others skipped (a slow network, a missing negative case, the wrong permission via the API) demonstrates exactly the thinking interviewers want. A bug you happened to trip over shows luck, which proves nothing about you.

Avoid the two failure modes: the rambling technical deep-dive that loses the listener in implementation detail and never reaches the point, and the flat "I found a bug and logged it" that has no arc and no judgement. STAR is the antidote to both — it forces a beginning, a reasoned middle, and an impactful end. Prepare two or three of these before any interview, each highlighting a different strength, and the most common QA question becomes your best opportunity to show how you actually work.

// RELATED QA.CODES RESOURCES


// related

Career·13 June 2026 · 8 min read

What senior QA interviews really test

Senior interviews assess judgement, prioritisation, and influence — not deeper tool trivia. Prep risk-based reasoning, trade-off thinking, and stories of influencing decisions.

careerinterviewsseniorjob-search
Career·20 January 2026 · 10 min read

The SDET interview loop, decoded

The SDET interview loop is four rounds in a trench coat: live coding, system design, framework selection, behavioural. Each round tests something different. Here's what each one is actually looking for.

careerinterviewssdet