5 exercises — Practice vocabulary for removing impediments: escalation paths, the impediment log, cross-team dependencies, and effective cross-team syncs.
0 / 10 completed
1 / 10
At a daily Scrum, a developer says: "I'm blocked on the API credentials from the partner team." A Scrum Master responds: "I'll escalate this impediment to management this morning." What does "escalating an impediment" mean?
Escalation is the Scrum Master's primary tool for external impediments — when the team cannot self-organise their way out of a blocker, the Scrum Master's job is to navigate the organisation and get the right people engaged.
Effective escalation has three components: (1) clarity — describe the impediment specifically ("The partner API team hasn't provided OAuth credentials promised 5 days ago"); (2) impact — quantify the business cost ("This is blocking 3 stories and puts the sprint goal at risk"); (3) ask — make a clear request ("I need someone to contact the partner team lead by EOD today"). Vague escalations ("we have some blockers") rarely produce action. The Scrum Master should have a pre-established escalation path — knowing which manager or stakeholder to go to for which type of impediment — rather than figuring it out when the crisis arrives.
Key vocabulary:
• impediment — anything that slows or blocks the team's ability to progress toward the sprint goal
• escalation — raising an unresolved impediment to a person or level of authority with the power to remove it
• escalation path — the pre-agreed route through the organisation for resolving specific types of impediments
2 / 10
In a sprint planning, the team identifies that "the dependency on the payments team is blocking 2 stories." How should the Scrum Master handle a cross-team dependency?
Cross-team dependencies are among the most common sources of sprint disruption — the Scrum Master's job is to make them visible, coordinate across team boundaries, and help the team adapt if resolution is delayed.
The recommended approach follows a pattern: (1) Surface — add the dependency to the board with an explicit "blocked by payments team" label; (2) Connect — the SM contacts the other team's SM or lead to get a commitment on the delivery timeline; (3) Hedge — the team prepares a fallback (mock, stub, alternative story) in case the dependency isn't resolved on time; (4) Escalate — if the dependency crosses multiple sprints, escalate to programme-level coordination. Recurring cross-team dependencies are a signal for architectural or organisational change — a system that requires constant coordination between teams is a design problem, not just a planning problem.
Key vocabulary:
• cross-team dependency — a blocker that requires work or input from a different team to resolve
• dependency — a relationship where one piece of work cannot start or complete until another piece is done
• stub / mock — a temporary implementation that mimics a dependency's interface, allowing work to proceed before the real implementation is available
3 / 10
A Scrum Master says: "The Scrum Master owns the impediment log." A team member asks what this responsibility means. Which explanation is most accurate?
Ownership of the impediment log is accountability for resolution progress, not personal responsibility to fix everything — the Scrum Master is the orchestrator and escalator, not the solver of all organisational problems.
A well-maintained impediment log has: each impediment described clearly with impact quantified; an owner (who is pursuing resolution — often the SM, sometimes the developer or PO); the current status and next action; and the date it was raised. Reviewing the impediment log at retrospectives is a powerful pattern: if the same type of blocker appears three sprints in a row, it's a systemic issue. Common systemic patterns: "waiting for access/credentials" → automate provisioning; "blocked by another team" → establish a formal service agreement; "unclear requirements" → improve backlog refinement. The SM's highest leverage is converting individual impediments into systemic improvements.
Key vocabulary:
• impediment log — a tracked list of current and past blockers, including owner, status, and resolution date
• systemic impediment — a recurring type of blocker that indicates an organisational or process problem requiring structural change
• impediment owner — the person accountable for actively pursuing resolution of a specific blocker
4 / 10
After three days of investigation, a developer announces: "The impediment is resolved — removing from the board." What is the Scrum Master's responsibility at this point?
Impediment resolution is not just closure — it is a learning opportunity. The Scrum Master's job is to extract the lesson that prevents the same impediment from recurring.
The 5 Whys technique is useful here: "The impediment was resolved — but why did it occur? And why did that cause happen? And why did that cause exist?" Following the chain of causes often reveals: an undocumented process, a missing ownership agreement, a communication gap, or a tool that doesn't automate something it should. The best impediment resolutions include both a fix for the immediate blocker and a systemic change that prevents recurrence. Teams that only fix the immediate blocker tend to see the same impediments return. Teams that also ask "why" and implement systemic changes improve their impediment rate over time — a metric worth tracking in the retrospective.
Key vocabulary:
• impediment resolution — the confirmed removal of a blocker, including documentation of how it was resolved
• 5 Whys — a root cause analysis technique that asks "why" repeatedly to trace a problem to its systemic cause
• recurrence prevention — a systemic change that addresses the root cause of an impediment so it doesn't reappear
5 / 10
Two teams are blocked on each other's work. A Scrum Master proposes: "We need a cross-team sync to unblock this." What should an effective cross-team sync look like?
Cross-team syncs are high-risk ceremonies — they are frequently too long, too broad, and attended by too many people, resulting in discussion without action. The Scrum Master's facilitation job is to keep them tight and outcome-focused.
The structure for an effective cross-team impediment sync: (1) State the impediment and its impact precisely (2 minutes); (2) Each team describes their current state and constraints (5 minutes each); (3) Identify the minimal viable agreement that unblocks both teams (10 minutes); (4) Assign owners and deadlines (5 minutes); (5) Confirm next check-in if needed (2 minutes). The critical anti-pattern is "alignment theatre" — a sync that surfaces the problem, discusses it extensively, but ends without a concrete commitment. The Scrum Master's job is to push for specificity: not "we'll work on it" but "Priya will send the API spec by Thursday noon."
Key vocabulary:
• cross-team sync — a short, decision-focused meeting between two or more teams to resolve a shared impediment
• resolution commitment — a specific agreement (who does what by when) that unblocks the impediment
• alignment theatre — a meeting that appears productive (lots of discussion) but ends without concrete action or commitment
6 / 10
During a code review, Alice comments: 'This function needs to handle the case where the API returns null. We should add a check for null before accessing its properties.' Bob replies: 'Okay, let's remove this impediment by adding that validation.' What does 'remove this impediment' mean in this context?
'Removing an impediment' in this scenario refers to taking action to directly address and eliminate the issue – in this case, adding the necessary `null` check. The misconception might be that it simply means 'fixing the code,' but it specifically focuses on removing the blockage preventing Alice from continuing her review. It highlights the Scrum Master's role in facilitating a solution.
7 / 10
Sarah, the Scrum Master, receives a Slack message from David: 'I'm still waiting for the database schema changes. It's blocking my feature implementation.' Sarah responds: 'Let's investigate whether this is an impediment and what needs to be done to move forward.' What is Sarah primarily doing in her response?
Sarah's response focuses on recognizing that David's message describes an impediment – something preventing him from completing his work. The key is identifying the block and initiating action to resolve it. The incorrect options represent misinterpretations of Sarah's role: she's not debugging, assigning tasks, or delegating.
8 / 10
During a daily standup, Mark reports: 'I'm blocked because the build server is consistently failing due to a dependency conflict.' The Scrum Master asks, 'What's causing this problem?' Mark replies: 'It seems like the team hasn't updated their local dependencies.' The Scrum Master should next do what?
The Scrum Master's next step should be to facilitate a discussion regarding the root cause of the problem – the inconsistent dependencies. Simply assigning blame or escalating without understanding the underlying issue is counterproductive. By prompting a conversation about dependency management, the Scrum Master can begin to remove the impediment through shared knowledge and corrective action.
9 / 10
The team has identified a recurring impediment: delays in receiving feedback from external stakeholders. The Scrum Master notices this consistently impacting sprint velocity. To address it proactively, the Scrum Master suggests: 'Let's schedule regular check-in meetings with the stakeholders to ensure timely feedback.' What is the primary benefit of this suggestion?
This suggestion focuses on mitigating the *impact* of the recurring impediment – the delays in feedback. While it doesn't necessarily solve the root cause (the stakeholders themselves), it establishes a proactive process to minimize the disruption and its effect on the team's velocity. The other options represent incorrect interpretations or misapplications of Scrum principles.
10 / 10
After a week of investigation, the impediment is resolved – the code has been refactored to avoid a problematic interaction. The team lead announces: 'The impediment is resolved — removing from the board.' What does this mean in relation to Scrum?
'Removing from the board' signifies that the impediment has been successfully addressed and is no longer a current blocker to the sprint. It doesn't mean the task is *permanently* closed; it simply indicates that the issue is resolved and doesn't require further tracking or action on the Sprint Backlog. The Scrum Master's role then shifts towards ensuring continued progress.
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall required.
How many questions are in this exercise?
This set contains 10 multiple-choice questions, each with a detailed explanation shown after you answer.
Do I need to create an account to track my progress?
No account is required. Your progress bar and score reset each time you reload the page, but you can retry the exercise as many times as you like.
Who is this Scrum Master Facilitation exercise for?
This exercise is built for IT professionals and non-native English speakers who need to read, write, and discuss scrum master facilitation topics confidently at work.
What happens if I answer a question incorrectly?
You will see the correct answer highlighted along with a detailed explanation of why it is correct -- so every wrong answer becomes a learning moment, not just a lost point.
Can I retry this exercise?
Yes -- click "Try again" on the results screen at any time to reset your score and go through all the questions again.
How long does this exercise take to complete?
Most learners finish all 10 questions in under 10 minutes, since each question is answered by clicking a single option.
Where can I find more Scrum Master Facilitation exercises?
See the full Scrum Master Facilitation exercises hub for more vocabulary drills on this topic.
Is this exercise mobile-friendly?
Yes -- the exercise works on any device with a modern browser, including phones and tablets, with no app download required.