Agile Business Analysis Agile Methodology 5 — Questions and Answers
Question 1: A product backlog contains hundreds of items. Which ordering strategy BEST aligns with Agile value delivery principles?
- Order alphabetically so stakeholders can find items easily
- Order by highest business value and risk at the top, lower priority below (Correct answer)
- Order by technical complexity so the team can build foundational items first
- Order by the date each item was added to the backlog
Correct answer: Order by highest business value and risk at the top, lower priority below
Agile prioritization places highest-value, highest-risk items at the top so the team delivers maximum value early and learns quickly from feedback.
Question 2: Which of the following BEST describes 'test-driven development' (TDD) in an Agile context?
- Running all regression tests at the end of the project before release
- Writing automated tests before writing the code that makes those tests pass (Correct answer)
- Having a separate QA team validate stories after the developers finish
- Using exploratory testing during sprint review to find edge cases
Correct answer: Writing automated tests before writing the code that makes those tests pass
TDD requires writing a failing test first, then writing just enough production code to pass the test, promoting cleaner design and built-in quality.
Question 3: In a scaled Agile environment, what is the role of the 'System Architect' or 'Solution Architect'?
- To write all technical user stories on behalf of the development teams
- To define and communicate architectural intent and ensure technical coherence across teams (Correct answer)
- To act as the Product Owner for all architecture-related backlog items
- To conduct code reviews for all pull requests submitted by team members
Correct answer: To define and communicate architectural intent and ensure technical coherence across teams
The System/Solution Architect guides technical decisions, defines enabler stories, and ensures the evolving architecture supports the solution's business goals across multiple teams.
Question 4: What is a 'minimum marketable feature' (MMF) in Agile product development?
- The smallest feature set that can be sold as a standalone product increment (Correct answer)
- A feature that satisfies the majority of user stories in the backlog
- The first feature delivered in any given sprint
- A feature approved by marketing before being added to the backlog
Correct answer: The smallest feature set that can be sold as a standalone product increment
An MMF is the smallest piece of functionality that can be released to the market and deliver meaningful value to customers, enabling early revenue and feedback.
Question 5: When using the Cynefin framework in Agile, complex problems are BEST addressed by which approach?
- Apply known best practices and follow a documented process
- Analyze the situation fully before acting to find the optimal solution
- Probe with safe-to-fail experiments, sense the results, and respond (Correct answer)
- Escalate to senior management for an authoritative decision
Correct answer: Probe with safe-to-fail experiments, sense the results, and respond
In the Complex domain of Cynefin, cause-and-effect relationships are only understood in retrospect, so running small experiments and learning from them is the appropriate response.
Question 6: A Scrum team's burndown chart shows the remaining work line is ABOVE the ideal line halfway through the sprint. What does this MOST LIKELY indicate?
- The team is ahead of schedule and should take on more work
- The team is behind schedule and may not complete all sprint goals (Correct answer)
- The team has completed more work than planned
- The product owner has removed stories from the sprint backlog
Correct answer: The team is behind schedule and may not complete all sprint goals
When remaining work exceeds the ideal burndown line, the team is consuming more time than planned, signaling a risk of not meeting the sprint goal.
Question 7: Which Agile value from the Agile Manifesto underpins the practice of collocating teams and holding face-to-face conversations over extensive written documentation?
- Processes and tools over individuals and interactions
- Individuals and interactions over processes and tools (Correct answer)
- Comprehensive documentation over working software
- Contract negotiation over customer collaboration
Correct answer: Individuals and interactions over processes and tools
The Agile Manifesto values 'individuals and interactions over processes and tools,' encouraging direct communication as the most effective way to convey and clarify information.
A product backlog contains hundreds of items.
Which ordering strategy BEST aligns with Agile value delivery principles?