Study CSM Increment, Definition of Done, and Transparency: key concepts, common traps, and exam decision cues.
The Increment is the usable product result of the Sprint, and the Definition of Done gives the team a shared understanding of what acceptable quality means. CSM questions here often punish answers that confuse apparent progress with real usability.
| Concept | Stronger Scrum meaning |
|---|---|
| Increment | a usable step toward the Product Goal |
| Definition of Done | shared quality criteria for when work is truly complete |
| Transparency | artifacts reflect reality clearly enough for good decisions |
flowchart TD
A["Work is completed by the team"] --> B["Check against the Definition of Done"]
B --> C["Usable Increment becomes visible"]
C --> D["Stakeholders and team can inspect reality clearly"]
| If the scenario says… | The stronger response usually… |
|---|---|
| work is almost finished but does not meet the Definition of Done | does not count it as part of the usable Increment |
| people want to relax quality under deadline pressure | protects the Definition of Done instead of hiding unfinished work |
| transparency seems weak | checks whether the artifacts reflect real product status, not just optimistic wording |
| progress sounds high but usability is low | questions whether a real Increment exists yet |
If the team says work is finished but it does not meet the Definition of Done, the stronger Scrum reading is that the work is not yet part of a usable Increment.
A team reports strong Sprint progress, but several items still fail shared quality checks and cannot be used safely. The stronger CSM answer does not reward the optimistic status language. It treats the Definition of Done as the boundary for a real Increment and keeps transparency tied to actual usability.
Why is the Definition of Done important in Scrum?
A. It makes quality expectations shared and visible B. It replaces the Sprint Goal during execution C. It allows unfinished work to count as done when needed D. It is mainly a reporting format for managers
Best answer: A
Why: The Definition of Done creates a shared understanding of what quality and completion mean for the Increment.
Why the others are weaker: B, C, and D misrepresent the Definition of Done.