Agile Business Analysis In Scrum Environment 4 — Questions and Answers
Question 1: A new regulatory requirement arrives mid-project that affects 40% of the completed stories. In Scrum, what is the recommended first step?
- Rewrite all completed stories immediately
- Add the regulatory impact items to the Product Backlog and reprioritize with the PO (Correct answer)
- Stop all sprints until the regulation is fully analyzed
- Ignore the regulation until the next project
Correct answer: Add the regulatory impact items to the Product Backlog and reprioritize with the PO
New regulatory requirements are handled by adding affected items to the Product Backlog and reprioritizing based on business risk and compliance needs.
Question 2: Which user story format best ensures a BA captures both the business context and acceptance criteria?
- As a [user], I want [feature] so that [benefit], with acceptance criteria listed below (Correct answer)
- A detailed functional specification document
- A use case diagram with actor descriptions
- A flowchart of the system behavior
Correct answer: As a [user], I want [feature] so that [benefit], with acceptance criteria listed below
The standard user story format combined with explicit acceptance criteria captures who, what, why, and how success is measured.
Question 3: A BA working on a Scrum team wants to ensure non-functional requirements (performance, security) are addressed. When should these be incorporated?
- Only in a final hardening sprint
- As explicit acceptance criteria or backlog items included throughout all sprints (Correct answer)
- After all functional stories are complete
- They are outside Scrum scope and handled separately
Correct answer: As explicit acceptance criteria or backlog items included throughout all sprints
Non-functional requirements should be woven into acceptance criteria and backlog items across sprints to avoid costly late discovery.
Question 4: The Scrum Master asks the BA why a particular story wasn't completed despite being 90% done at sprint end. What Agile principle does the BA's explanation should emphasize?
- Partial completion earns partial credit
- Only working software counts — incomplete stories return to the backlog (Correct answer)
- The team should work overtime to finish
- The story should be marked done and fixed in the next sprint
Correct answer: Only working software counts — incomplete stories return to the backlog
Agile values working software over documentation; incomplete stories are not counted as done and must return to the backlog.
Question 5: A BA discovers that two Scrum teams working on the same product have conflicting interpretations of a shared domain term. What is the best resolution approach?
- Let each team use their own interpretation
- Establish a shared ubiquitous language or domain glossary and align both teams (Correct answer)
- Escalate to management to pick one team's version
- Merge both teams into one
Correct answer: Establish a shared ubiquitous language or domain glossary and align both teams
A shared ubiquitous language or domain glossary eliminates ambiguity and ensures consistent understanding across teams.
Question 6: During Sprint Planning, the team estimates a story at 13 story points, which exceeds one sprint's capacity. What should happen?
- Force the story into the sprint anyway
- Split the story into smaller pieces that fit within one sprint (Correct answer)
- Skip the story and move to the next one
- Extend the sprint length to accommodate the story
Correct answer: Split the story into smaller pieces that fit within one sprint
Stories too large for a single sprint must be decomposed into smaller, independently valuable pieces before being committed.
Question 7: What is the BA's primary role during the Daily Scrum?
- Lead the meeting and assign tasks to team members
- Observe and take notes on blockers to address through elicitation (Correct answer)
- Facilitate the 15-minute standup as meeting owner
- Report status to management on behalf of the team
Correct answer: Observe and take notes on blockers to address through elicitation
The Daily Scrum is owned by the Development Team; BAs can observe and identify requirement-related blockers to address outside the meeting.
A new regulatory requirement arrives mid-project that affects 40% of the completed stories.
In Scrum, what is the recommended first step?