Skip to main content

Requirement analysis interview questions, 2026

These questions check whether you ask the right questions early.

Requirement analysis questions test whether you ask the right questions early instead of writing wrong tests later. Interviewers look for structured questioning: clarifying character sets, edge cases, concurrency, time zones. A QA engineer who pushes back at requirement time saves twenty engineering days at release time.

2 questionsIndia context · 2026
  1. Q1A requirement says "Password must be 8–20 characters." What clarifying questions do you ask?
    What the interviewer is really listening for

    Looking for: character set, spaces, special chars, case sensitivity, storage rules, banned-password lists, strength rules, history.

    Sketch answer (adapt, do not memorise)

    Five quick questions: (1) what character set, ASCII only or Unicode? (2) Are spaces allowed? (3) Are special characters required, optional, or forbidden? (4) Is it case-sensitive? (5) Are common passwords banned? Plus a sixth: what happens if a user POSTs 25 characters directly, bypassing the form?

  2. Q2How do you know when requirements are "done"?
    What the interviewer is really listening for

    Looking for: testable, specific, no hidden assumptions, edge cases discussed, acceptance criteria written.

    Sketch answer (adapt, do not memorise)

    When I can read each requirement and immediately write 5+ test cases without needing to ask. When acceptance criteria are in Given–When–Then form. When edge cases (concurrency, time zones, large inputs) are explicitly addressed or explicitly out of scope.

More interview prep