Business Analysis Medium technical 1 views 1 min read

How do you write a good user story with acceptance criteria?

Peer-reviewed by HireXTech Technical Panel Updated for 2025/2026 hiring Editorial standards
Practise this track
Interviewer Expectations for this Question
01
Core Competency

Assesses fundamental understanding of Business Analysis conventions, runtime behavior, and memory/performance considerations.

02
Evaluation Criteria

Hiring managers look for precision, avoidance of ambiguous jargon, and ability to explain trade-offs under real production conditions.

Comprehensive Model Answer Verified Solution

A user story is a short statement of a need from the user's perspective, usually in the form: as a role, I want a capability, so that I get a benefit. The value is in the "so that", because it explains why the story matters.

The story alone is not a specification. Acceptance criteria define the conditions that must be true for it to be considered done. I write them as concrete, testable statements, often in given when then form. For example: given an expired card, when the user checks out, then the payment is declined with a clear message.

Good criteria cover the happy path and the important edge cases, and they provoke a conversation between the business analyst, the developer and the tester rather than replacing it.

I keep stories small enough to complete in a sprint and split large ones vertically, so each delivers a slice of user value rather than a technical layer.

Candidate Response Strategy & Interview Tips

  1. Start with a concise one-sentence summary: Deliver a direct, confident answer first before expanding into nuances.
  2. Demonstrate real-world trade-offs: Discuss where this approach excels and when you would avoid it in production systems.
  3. Discuss complexity & edge cases: Proactively explain time/space complexity or boundary conditions (null values, scale limits).
  4. Prepare for interviewer follow-ups: Technical hiring panels frequently probe deeper into concurrency, backward compatibility, or alternative libraries.
Related Topics & Skills
Spotted an error or have an alternative solution?