5 exercises — vocabulary every Scrum Master and Agile practitioner needs in English: retrospectives, velocity, DoD, servant-leadership, and backlog refinement.
Core Scrum vocabulary clusters
Ceremonies: Sprint Planning, Daily Scrum, Sprint Review, Sprint Retrospective, Backlog Refinement (not a ceremony, but formal)
Roles: Scrum Master, Product Owner, Development Team (Scrum Team in 2020 Guide)
A Scrum Master runs a retrospective using a specific format: "Let's use the 'Start / Stop / Continue' format — what should we start doing, what should we stop, and what's working well that we should keep? I'll let you add stickies first, then we'll vote and discuss the top themes." What is a retrospective in Scrum?
Sprint Retrospective: a Scrum ceremony held after the Sprint Review and before the next Sprint Planning. Purpose: the team inspects itself — processes, tools, interactions, practices — and creates an actionable improvement plan. Standard question framework: "What went well? What didn't go well? What will we improve?" Retrospective format vocabulary: Start / Stop / Continue — what to add, remove, or keep. 4Ls — Liked, Learned, Lacked, Longed For. Mad / Sad / Glad — emotional retrospective. Sailboat / Speedboat — wind (helps), anchors (blocks), rocks (risks). Dot voting — each person places a limited number of dots on items they find most important. Action items — specific, owned improvements the team commits to. Timebox — retrospective is timeboxed to 3 hours for a 1-month Sprint (shorter for shorter Sprints). Scrum Guide principle: "The Scrum Team inspects how the last Sprint went with regards to individuals, interactions, processes, tools, and their Definition of Done." In conversation: "Our retros were too polite — we switched to anonymous sticky notes and the real issues started surfacing."
2 / 19
A Scrum Master discusses planning with the team: "Our velocity over the last four sprints is averaging 42 story points. That's our baseline for sprint planning — we shouldn't commit to more than that. Points don't represent hours; they're a relative complexity measure." What is velocity in Scrum?
Velocity: the sum of story points of all completed (Done) user stories in a sprint. Used as a forecasting tool — "if our velocity is 40 points, we shouldn't plan more than ~40 points next sprint." Estimation and planning vocabulary: Story points — a relative measure of effort, complexity, and uncertainty. Not tied to hours. Planning Poker — estimation technique using modified Fibonacci cards (1, 2, 3, 5, 8, 13, 20, 40, 100); team votes simultaneously to avoid anchoring. T-shirt sizing — XS, S, M, L, XL estimates; quick relative sizing for a backlog. Relative estimation — estimating one story relative to another ("this is twice as complex as that one"). Capacity — total available person-hours in a sprint (accounting for meetings, leave, etc.); different from velocity. Sprint burndown chart — chart showing remaining story points day-by-day during a sprint; ideal line vs actual. Release burnup chart — shows progress toward a release goal over multiple sprints. Common mistake: treating story points as hours leads to micro-management. In conversation: "After three sprints we had stable velocity at 38 points — we stopped saying yes to last-minute additions that would push us to 55."
3 / 19
A Scrum Master explains a quality standard to the team: "The Definition of Done isn't just 'deployed' — it means: code reviewed, unit tests passing, integration tests passing, documented in Confluence, and approved by QA. Every story that meets DoD counts as done; anything that doesn't goes back." What is the Definition of Done (DoD)?
Definition of Done (DoD): a formal list of criteria that every product increment must satisfy to be considered "Done." It creates a shared standard across the team and ensures quality consistency. DoD vs Acceptance Criteria distinction (crucial!): Definition of Done — applies to ALL stories; team-level quality standard (e.g., "code reviewed, tests passing, docs updated"). Acceptance Criteria — specific to ONE story; written by the Product Owner; describes the feature's expected behaviour ("given X, when Y, then Z"). Other definitions vocabulary: Definition of Ready (DoR) — criteria that must be met before a story enters a sprint: estimated, acceptance criteria written, dependencies identified, feasible within one sprint. INVEST criteria for user stories: Independent, Negotiable, Valuable, Estimable, Small, Testable. Done Increment — the Scrum term for the potentially shippable product increment at the end of a sprint. Common Scrum mistake: having separate DoDs per team in a scaled environment; the Scrum Guide recommends a single DoD at the product level. In conversation: "We added 'security scan passing' to our DoD after an incident — now it's baked in, not an optional afterthought."
4 / 19
A Scrum Master explains their facilitation approach: "My job isn't to solve the team's problems — it's to create the conditions for the team to solve their own problems. I remove impediments, shield the team from external interruptions, and help the product owner keep the backlog refined. I'm a servant-leader." What is a servant-leader in Scrum?
Servant-leader: a leadership philosophy central to the Scrum Master role. The SM leads by serving — removing obstacles, coaching, facilitating, and enabling the team to self-organise rather than directing their work. Scrum Master responsibilities vocabulary: Impediment removal — identifying and eliminating blockers (technical, organisational, procedural) that slow the team. Shield the team — protecting the sprint from scope changes, interruptions, and external requests mid-sprint. Facilitation — guiding ceremonies (Daily Scrum, Planning, Review, Retro) without dominating them. Coaching — teaching Agile/Scrum principles over time; SM pushes team toward self-management. Supporting the PO — helping with backlog refinement, helping clarify which techniques are effective. Self-organising team — the team decides how best to accomplish the sprint goal without being told how. Scrum values: Commitment, Focus, Openness, Respect, Courage. Scaled Scrum roles: RTE (Release Train Engineer) — SM equivalent in SAFe; Chapter Lead — in Spotify model. In conversation: "The team became much more self-sufficient once I stopped answering 'who does what' — I just asked 'who can take this?'."
5 / 19
An Agile coach runs a workshop on backlog health: "This backlog has 400 items — half are years old and no one will ever do them. Let's do a backlog refinement session: remove stale items, break the large epics into user stories, add acceptance criteria to the top 20, and make sure everything in the top sprint is truly Ready." What is backlog refinement?
Backlog Refinement (formerly "Backlog Grooming"): an ongoing process where the team collaborates with the PO to review and improve backlog items — adding detail, removing obsolete items, splitting epics into stories, and estimating. It ensures the top items are Ready for sprint planning. Backlog vocabulary: Epic — a large user story that must be split into smaller stories before sprint work. User Story — a feature described from the end user's perspective: "As a [user], I want [action] so that [benefit]." Task — a sub-unit of work within a user story (e.g., "Write unit tests", "Update API docs"). Backlog grooming — older term for backlog refinement; still widely used in practice. Priority — the PO controls priority; highest priority items should be most detailed. DEEP backlog — Detailed appropriately, Estimated, Emergent (can change), Prioritised. spike — a time-boxed research/investigation task to reduce uncertainty about a story or technical approach. Icebox — items deprioritised indefinitely; often archived. Recommended time: Scrum Guide suggests no more than 10% of team capacity on refinement. In conversation: "We started doing 30-minute refinement sessions twice a week — sprint planning went from 4 hours to 90 minutes."
6 / 19
Sarah (Product Owner): "Okay team, I've just updated the sprint backlog with a new feature request for user authentication. It's currently marked as 'New'. We need to discuss if this fits within our current capacity and add acceptance criteria before we start development."
This scenario illustrates a crucial part of Agile. Adding a new item to the backlog is just the beginning; it needs refinement – which includes defining acceptance criteria and assessing its fit within the team's capacity. This process ensures clarity and prevents wasted effort.
7 / 19
David (Lead Developer) comments on a PR:
"This looks good overall, but I'm concerned about the lack of unit tests for this new API endpoint. Can you please add some before merging? It's vital we maintain code coverage."
This question tests understanding of feedback within a code review context. David isn't just offering an opinion; he's making a concrete request for improved testing practices. Option A misinterprets this as a general lack of testing while options C and D conflate opinion with actionable instruction.
8 / 19
Maria (Scrum Master) sends a Slack message to the team:
"Hey everyone, just a reminder that we're aiming for two-week sprints this time. Let's keep our tasks focused and achievable within those boundaries."
This exercise focuses on Agile terminology within a common communication channel. 'Two-week sprints' is a core concept in Scrum. The question tests whether the user understands that this refers to the standard sprint duration and not an indication of desired outcomes.
9 / 19
During a daily standup, John says: "I spent the last day investigating the performance issues with the database query. I'm still not sure what's causing the slowdown."
This scenario assesses understanding of standup best practices. The key here is that John's statement reflects Agile principles – transparency (sharing what he's working on) and self-organization (identifying the need for further investigation). Option A misunderstands the purpose of a standup.
10 / 19
Sarah (Product Owner) writes a PR description:
"This change adds support for two-factor authentication. It's critical to improve security and comply with new regulations. It's part of the 'Security Enhancement' Epic."
This question focuses on effective communication in a PR context. A good PR description should clearly state *why* the change is being made (security and compliance) and link it back to a larger epic. This ensures alignment between development and product goals.
11 / 19
David (Lead Developer) comments on a PR:
"This looks good overall, but I'm concerned about the lack of unit tests for this new API endpoint. Can you please add some before merging? It's vital we maintain code coverage."
This question tests understanding of feedback within a code review context. David isn't just offering an opinion; he's making a concrete request for improved testing practices. Option A misinterprets this as a general lack of testing while options C and D conflate opinion with actionable instruction.
12 / 19
Maria (Scrum Master) sends a Slack message to the team:
"Hey everyone, just a reminder that we're aiming for two-week sprints this time. Let's keep our tasks focused and achievable within those boundaries."
This exercise focuses on Agile terminology within a common communication channel. 'Two-week sprints' is a core concept in Scrum. The question tests whether the user understands that this refers to the standard sprint duration and not an indication of desired outcomes.
13 / 19
During a daily standup, John says: "I spent the last day investigating the performance issues with the database query. I'm still not sure what's causing the slowdown."
This scenario assesses understanding of standup best practices. The key here is that John's statement reflects Agile principles – transparency (sharing what he's working on) and self-organization (identifying the need for further investigation). Option A misunderstands the purpose of a standup.
14 / 19
Sarah (Product Owner) writes a PR description:
"This change adds support for two-factor authentication. It's critical to improve security and comply with new regulations. It's part of the 'Security Enhancement' Epic."
This question focuses on effective communication in a PR context. A good PR description should clearly state *why* the change is being made (security and compliance) and link it back to a larger epic. This ensures alignment between development and product goals.
15 / 19
During a sprint review, the Development Team demonstrates a new feature. The Product Owner asks: "Does this meet the Definition of Done?" Which statement best describes what the Product Owner is primarily assessing?
The Definition of Done is a crucial concept in Scrum. It defines when work is truly complete – it goes beyond just deployment; it encompasses testing, stakeholder approval and alignment with sprint objectives. The Product Owner is checking to ensure the team has followed this standard, not simply that something was built.
16 / 19
David (Lead Developer) writes a comment on a PR:
"I'm noticing a lot of duplicated code across these modules. Let's refactor to reduce redundancy and improve maintainability." What Agile principle is David primarily emphasizing?
David's comment highlights the importance of *technical excellence* within Agile. Reducing redundancy (a key aspect of technical debt) directly supports maintainability, testability, and overall code quality – all core tenets of agile development practices. Addressing technical debt proactively is a common and valuable focus.
17 / 19
Maria (Scrum Master) sends a Slack message to the team:
"Hey everyone, let's aim for smaller user stories in this sprint – around 8 story points. It will help us focus and deliver value more frequently." What is Maria primarily encouraging?
Maria is advocating for *iterative development* and *sprint efficiency*. Breaking down large epics into smaller user stories (typically around 8 story points) allows the team to deliver value incrementally, providing more frequent feedback loops and reducing risk. This aligns with Agile's focus on adaptability.
18 / 19
Sarah (Product Owner) writes a PR description:
"This change implements a new API endpoint for user profile updates. It's part of the 'User Management' Epic and should be completed within this sprint."
Which statement best reflects Sarah's role in this scenario?
Sarah's PR description highlights her role as a *Product Owner*. Her responsibility is to gather user needs, translate them into product requirements (user stories), and prioritize those requirements for the Development Team. She defines *what* needs to be built, not *how*.
19 / 19
During a daily standup, John says: "I've been working on optimizing the database query for user search. It's still running slow, and I'm investigating potential indexing issues." What does John's statement primarily indicate?
John's statement demonstrates *active problem-solving* – a core Agile value. He's identifying a performance issue, investigating its cause (indexing), and proactively seeking solutions within the constraints of the sprint. This aligns with the team's self-organizing nature.
These modules build the same on-the-job skills as Scrum & Agile Vocabulary
— work through them together for a fuller vocabulary set.
Scrum Facilitation— useful for Retrospective facilitation (Project Manager)
Frequently Asked Questions
What does the "Scrum & Agile Vocabulary" vocabulary exercise cover?
This exercise tests real IT vocabulary related to scrum & agile vocabulary through 19 multiple-choice questions, each built from realistic workplace sentences rather than abstract definitions.
Is this vocabulary exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is completely free — no account, sign-up, or payment required.
How many questions does this exercise have?
This exercise has 19 questions. Each one shows a real-world sentence or scenario with multiple-choice options and an explanation once you answer.
What happens after I answer a question?
You'll see immediate feedback showing whether your answer was correct, along with a short explanation of why — then a button to move to the next question, and a full results screen at the end.
Can I retry the exercise if I get questions wrong?
Yes. Once you reach the results screen, click "Try again" to reset your answers and go through the exercise from the start as many times as you like.
Do I need to create an account to take this exercise?
No account is needed. Your answers are scored in your browser during the session — nothing is saved to a server, so you can jump straight in.
Is my progress saved if I leave the page?
No — progress within an exercise resets if you navigate away or reload. Each exercise is short enough to complete in a few minutes in one sitting.
Are these vocabulary exercises connected to other topics?
Yes — this module shares real-world context with 1 other vocabulary module. See "Related vocabulary" below to keep building a connected skill set.
How is this different from reading a glossary or blog article?
Exercises like this one are active recall drills — you have to choose the correct term or phrasing yourself, which builds retention faster than passively reading a definition.
Where can I find more vocabulary exercises?
Browse the full Vocabulary exercises hub for hundreds of modules covering Agile, DevOps, security, databases, architecture, and more — organised by IT role and skill.