CPOA Backlog Management 1 — Questions and Answers
Question 1: What is the primary purpose of a product backlog in agile product ownership?
- To track sprint team performance
- To serve as a prioritized list of work for product development (Correct answer)
- To document all bugs found during testing
- To replace the product roadmap
Correct answer: To serve as a prioritized list of work for product development
The product backlog is an ordered list of everything that might be needed in the product, serving as the single source of planned work.
Question 2: Which technique is commonly used to prioritize items in a product backlog?
- SWOT analysis
- MoSCoW prioritization (Correct answer)
- Fishbone diagram
- Five Whys
Correct answer: MoSCoW prioritization
MoSCoW (Must have, Should have, Could have, Won't have) is a widely used prioritization technique for categorizing backlog items by importance.
Question 3: What does 'backlog refinement' (grooming) involve?
- Removing all low-priority items permanently
- Reviewing, estimating, and ordering backlog items to keep them ready for sprints (Correct answer)
- Assigning tasks to specific developers
- Closing out completed user stories
Correct answer: Reviewing, estimating, and ordering backlog items to keep them ready for sprints
Backlog refinement keeps the backlog healthy by clarifying, estimating, and reprioritizing items before they are pulled into a sprint.
Question 4: Who is ultimately responsible for the product backlog in a Scrum team?
- The Scrum Master
- The Development Team
- The Product Owner (Correct answer)
- The Stakeholder Committee
Correct answer: The Product Owner
The Product Owner is accountable for the product backlog, including its content, availability, and ordering.
Question 5: What is 'backlog debt' in the context of product ownership?
- Technical debt logged in the backlog
- Accumulation of unrefined, outdated, or unclear backlog items over time (Correct answer)
- Financial budget allocated to backlog work
- Sprint items carried over from previous sprints
Correct answer: Accumulation of unrefined, outdated, or unclear backlog items over time
Backlog debt occurs when items are added faster than they are refined or removed, resulting in a bloated and hard-to-manage backlog.
Question 6: What is the recommended size for a product backlog item (PBI) before it enters a sprint?
- As large as possible for maximum impact
- Small enough to be completed within a single sprint (Correct answer)
- At least two sprints of work
- No size limit is recommended
Correct answer: Small enough to be completed within a single sprint
PBIs should be small enough to be completed within a single sprint to ensure focus, predictability, and the ability to deliver working software.
What is the primary purpose of a product backlog in agile product ownership?