Study CSM Impediments and Continuous Improvement: key concepts, common traps, and exam decision cues.
Impediments matter in Scrum because blocked flow weakens the team’s ability to create value. CSM questions here often test whether the response improves the system or just works around the problem temporarily.
| Weak response to impediments | Stronger Scrum response |
|---|---|
| normalize the blockage | surface and address it |
| work around it forever | remove the root cause when possible |
| treat improvement as optional | make improvement part of Scrum rhythm |
| rely on heroics | improve the system of work |
If the same dependency keeps blocking work every Sprint, the stronger Scrum reading is that the team and Scrum Master should address the recurring impediment rather than celebrate repeated workarounds.
flowchart TD
A["Impediment appears in delivery"] --> B["Make the blockage visible"]
B --> C["Inspect the cause with the team"]
C --> D["Remove or reduce the root cause"]
D --> E["Use the learning in future Sprint work"]
| If the scenario says… | The stronger response usually… |
|---|---|
| the same blocker keeps returning | treats it as a system-improvement problem, not a normal inconvenience |
| one person keeps rescuing the work through heroics | asks what in the system is making heroics necessary |
| the Scrum Master must help with an impediment | supports team problem solving instead of silently owning every fix alone |
| improvement is discussed but nothing changes | reconnects the issue to Sprint or retrospective action |
A team repeatedly loses Sprint capacity because an external dependency blocks work every cycle, but management praises the team for finding last-minute workarounds. The stronger CSM answer does not celebrate resilience as the final solution. It makes the recurring impediment visible and treats the pattern as a system problem that should drive real improvement.
What is the strongest Scrum Master approach to recurring impediments?
A. Accept them as normal because every Sprint has blockers B. Help the team and organization remove root causes where possible C. Track them privately so the team is not distracted D. Replace Sprint Retrospectives with extra status reports
Best answer: B
Why: The stronger Scrum response addresses recurring impediments as system improvement opportunities.
Why the others are weaker: A, C, and D all weaken continuous improvement.