PMI-ACP · Question #65
If we plan to work in a two-week iterations with thirteen iterations during the project and the team's velocity will be twenty story points or ideal days per iterations, what will the size of the tota
The correct answer is A. Don't Repeat Yourself. The question asks for total project size: 13 iterations × 20 story points per iteration = 260 story points. However, the answer choices describe the DRY software design principle ('Don't Repeat Yourself'), which advocates avoiding code duplication - completely unrelated to the it
Question
If we plan to work in a two-week iterations with thirteen iterations during the project and the team's velocity will be twenty story points or ideal days per iterations, what will the size of the total project in story points be?
Options
- ADon't Repeat Yourself
- BDon't Reject Yourself
- CDo Repeat Yourself
- DNone of the above
How the community answered
(58 responses)- A79% (46)
- B3% (2)
- C10% (6)
- D7% (4)
Explanation
The question asks for total project size: 13 iterations × 20 story points per iteration = 260 story points. However, the answer choices describe the DRY software design principle ('Don't Repeat Yourself'), which advocates avoiding code duplication - completely unrelated to the iteration math in the question. This is a clear question-and-answer mismatch. The mathematically correct answer to the stated question is 260 story points. 'Don't Repeat Yourself' (A) is the exam's designated correct answer but belongs to a different question.
Topics
Community Discussion
No community discussion yet for this question.