PMI-ACP · Question #4
What is one of the benefits of incremental delivery?
The correct answer is A. Value is delivered more quickly, as software can be released after every iteration. Incremental delivery means working software is released in small, successive increments rather than all at once at project end. The primary benefit is that value reaches customers sooner - after each iteration, usable functionality can be shipped. This enables early feedback…
Question
What is one of the benefits of incremental delivery?
Options
- AValue is delivered more quickly, as software can be released after every iteration.
- BMore customers can be handled simultaneously, as each regularly receives a delivery.
- CFewer bugs are introduced, as code is delivered to users more frequently.
- DCosts are reduced, as less verification is required to regression test each iteration.
How the community answered
(29 responses)- A90% (26)
- B3% (1)
- C3% (1)
- D3% (1)
Explanation
Incremental delivery means working software is released in small, successive increments rather than all at once at project end. The primary benefit is that value reaches customers sooner - after each iteration, usable functionality can be shipped. This enables early feedback, faster ROI, and the ability to course-correct. Answer B is incorrect because delivery frequency doesn't directly scale customer capacity. Answer C is incorrect - more frequent releases can introduce bugs. Answer D is incorrect - regression testing effort does not decrease with more frequent releases.
Topics
Community Discussion
No community discussion yet for this question.