Interview Coach
QA Engineer Interview Questions
QA interviews have shifted decisively toward automation and toward judgement about what not to test. Expect to design a test strategy for a described feature, write automation against a real page or API, and answer questions about flakiness — the single most discussed problem in the discipline. QA CVs are read for escaped-defect rates and pipeline reliability, not for counts of test cases written.
Build your story bank freeWhat qa engineer interviews are scored on
Test strategy design
Given a feature, decide what to test at unit, integration, and end-to-end level and justify the split. Interviewers look for a pyramid instinct and for explicit decisions about what you would not automate.
Automation implementation
Writing a Playwright, Cypress, or Selenium test, usually including a selector strategy and a wait strategy. Flaky-by-construction solutions are the common failure.
Bug investigation and reporting
Reproducing an ambiguous bug, isolating variables, and writing a report a developer can act on without a follow-up conversation.
Quality in the pipeline
Where tests run, what gates a release, and how you keep the suite fast enough that developers do not route around it.
Technical qa engineer interview questions
Questions of this shape recur across qa engineer loops. Practise them aloud — interviewers score how you reason, not only where you land.
- Design a test strategy for a checkout flow with three payment providers. What do you automate and what do you not?
- A test passes locally and fails in CI 20% of the time. Walk me through your investigation.
- How do you choose selectors so that tests survive a UI refactor?
- What is the difference between a stub, a mock, and a fake, and when does the distinction matter?
- How would you test an API that depends on a third party you cannot control?
- Your end-to-end suite takes 90 minutes and developers are skipping it. What do you change?
- How do you test something non-deterministic, like a recommendation feed?
Behavioural questions for qa engineer roles
Prepare one STAR story per theme. A single strong story usually answers two or three of these prompts.
- Tell me about a serious bug that reached production. What did you change about the process afterwards?
- Describe convincing a team to delay a release for a quality concern.
- Tell me about reducing flakiness in a suite that people had stopped trusting.
- Describe working with a developer who saw QA as a bottleneck.
- Tell me about a time you decided a bug was not worth fixing.
Numbers that make qa engineer answers credible
A STAR answer without a result is a story. These are the measures that carry weight in this role.
Questions worth asking your interviewer
- What is the current escaped-defect rate, and how is it tracked?
- How flaky is the suite today, and who owns fixing it?
- Does QA gate releases, or advise on them?
- How early is QA involved — at design, or after code complete?
QA Engineer interview FAQs
Is manual QA still hireable, or is everything automation now?+
Manual-only roles have contracted sharply, but exploratory testing skill remains valued — it is the part automation cannot replicate. The realistic position is hybrid: you are expected to write and maintain automation while bringing the judgement that finds bugs no scripted test would. If your experience is manual-only, the highest-leverage move is shipping a small Playwright or Cypress suite you can discuss in detail, since interviews now almost always include a hands-on round.
What metrics should a QA Engineer CV show?+
Outcomes, not activity. Escaped defects per release, defect detection percentage, suite runtime, flake rate, and regression cycle time are the numbers hiring managers compare. "Cut escaped defects from 23 to 4 per release while bringing regression testing from 5 days to 6 hours" tells a complete story. Counts of test cases written or bugs logged measure effort rather than quality and can even read as noise.
How do I answer the flaky test question well?+
Show a systematic process rather than a fix. Strong answers quarantine the flaky test immediately so the suite stays trustworthy, then categorise the cause — timing and implicit waits, test interdependence, shared mutable state, environment differences, genuine race conditions in the product. The point worth making explicitly is that some flakes are real bugs surfacing under timing pressure, and that treating every flake as a test problem is how genuine race conditions reach production.
What is the career path from QA Engineer?+
Three common routes. SDET or automation engineer deepens the coding side and converges with software engineering. QA lead or quality manager moves toward strategy, process, and people. A third route moves sideways into SRE or platform work, since the instincts about failure modes transfer well. The automation route generally has the strongest compensation trajectory, which is why building genuine coding depth early matters.
Need the CV before the interview?
See qa engineer CV examples, before/after bullets, and the metrics reviewers look for.
Other interview guides
Turn your experience into answers
CVEdge reads your CV, drafts STAR stories from what you actually did, and matches them to the qa engineer job you're interviewing for.
Start building free