What interviewers expect
Interviewers usually listen for how you break down the problem: happy path, negative cases, edge cases, security, data, backend behavior, UX, accessibility, performance, and how clearly you explain tradeoffs.
QA interview guide
Many QA interviews include broad prompts such as: how would you test this feature? The strongest answers are structured, risk-based, and specific enough to show real testing judgment.
Interviewers usually listen for how you break down the problem: happy path, negative cases, edge cases, security, data, backend behavior, UX, accessibility, performance, and how clearly you explain tradeoffs.
Checklist
“I would test valid and invalid inputs.”
This is too broad. It does not show feature-specific risks, backend thinking, security awareness, data consistency, or user recovery.
“I would start with the core happy path and expected data changes, then cover validation, negative cases, edge cases, permissions, security, backend status codes, persistence, API failures, duplicate submit, retries, UX messages, loading states, accessibility, mobile behavior, performance, and observability. I would prioritize the risks that can block users, leak data, corrupt data, or create money/security impact.”
Write your own answer, get scored, see what you missed, and compare it with junior, middle, and senior QA thinking.