nerdexam
PMI

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

Submitted by priya_blr· Apr 18, 2026Adaptive Planning

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)
  • A
    79% (46)
  • B
    3% (2)
  • C
    10% (6)
  • D
    7% (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

#Agile Principles#DRY Principle#Estimation#Project Planning

Community Discussion

No community discussion yet for this question.

Full PMI-ACP Practice