Prepare for the APMG Agile Foundation Exam. Access flashcards and multiple-choice questions with hints and explanations. Master your exam content!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


In the context of DSDM, what does the acronym MoSCoW stand for?

  1. Must have, Should have, Could have, Won't have

  2. Must have, Optional, Should have, Critical

  3. Mandatory, Obligatory, Should have, Could have

  4. Main, Optional, Significant, Core

The correct answer is: Must have, Should have, Could have, Won't have

In the context of DSDM (Dynamic Systems Development Method), the acronym MoSCoW stands for "Must have, Should have, Could have, Won't have." This prioritization framework is essential as it helps teams categorize requirements based on their importance and urgency. "Must have" requirements are critical for the project's success and must be included in the current delivery time box. Without these, the project would be deemed a failure. "Should have" requirements are important but less critical than the "Must haves." They add significant value to the project and can be included if time and resources allow. "Could have" requirements are desirable but not necessary; they are the "nice to have" features that can enhance the project if there's room for them. Finally, "Won't have" refers to requirements that are agreed upon to be excluded from the current scope; they are either not essential or are pushed to future iterations. This structured approach aids in managing stakeholder expectations and ensuring that the development team focuses on delivering the most critical features first, aligning with Agile principles of value delivery and iterative development.