Project Management Agile and Hybrid Methodologies 2 — Questions and Answers
Question 1: In Scrum, who is responsible for maximizing the value of the product and managing the Product Backlog?
- Scrum Master
- Development Team
- Product Owner (Correct answer)
- Stakeholder
Correct answer: Product Owner
The Product Owner is solely responsible for ordering and managing the Product Backlog to maximize value.
Question 2: Which Kanban practice limits the amount of work in progress to improve flow efficiency?
- Daily standups
- WIP limits (Correct answer)
- Sprint reviews
- Velocity tracking
Correct answer: WIP limits
WIP (Work In Progress) limits constrain the number of items in each workflow stage, reducing bottlenecks and improving throughput.
Question 3: A hybrid project approach combines predictive and agile methods. Which scenario best justifies using a hybrid approach?
- All requirements are fully known upfront
- The project has no regulatory constraints
- Some deliverables are fixed while others need iterative development (Correct answer)
- The team is entirely new to agile practices
Correct answer: Some deliverables are fixed while others need iterative development
Hybrid approaches work best when parts of the project have stable, well-defined requirements while other parts benefit from iterative discovery.
Question 4: What does the term 'velocity' measure in Scrum?
- The speed at which the Scrum Master removes impediments
- The amount of work completed per sprint, used for forecasting (Correct answer)
- The number of defects found during testing
- The time from backlog creation to deployment
Correct answer: The amount of work completed per sprint, used for forecasting
Velocity measures story points (or other units) completed per sprint, helping teams forecast future sprint capacity.
Question 5: In the SAFe (Scaled Agile Framework), what is a Program Increment (PI)?
- A single sprint within a team
- A timebox during which an Agile Release Train delivers incremental value (Correct answer)
- The final release of a product
- A meeting where all stakeholders review requirements
Correct answer: A timebox during which an Agile Release Train delivers incremental value
A PI is typically an 8–12 week timebox used in SAFe to align multiple agile teams on shared objectives.
Question 6: Which agile principle emphasizes delivering working software frequently over comprehensive documentation?
- Customer collaboration over contract negotiation
- Responding to change over following a plan
- Working software over comprehensive documentation (Correct answer)
- Individuals and interactions over processes and tools
Correct answer: Working software over comprehensive documentation
The Agile Manifesto explicitly values working software over comprehensive documentation as a primary measure of progress.
Question 7: A team practicing Extreme Programming (XP) uses pair programming. What is the primary benefit of this practice?
- Reducing the need for sprint reviews
- Increasing code quality and knowledge sharing in real time (Correct answer)
- Eliminating the need for a product backlog
- Replacing daily standups with longer planning sessions
Correct answer: Increasing code quality and knowledge sharing in real time
Pair programming improves code quality through continuous review and simultaneously transfers knowledge between team members.
In Scrum, who is responsible for maximizing the value of the product and managing the Product Backlog?