Skip to content
tezvyn:

Top 30 Agile & Scrum Concepts Quiz

30 multiple-choice questions on the Agile & Scrum fundamentals, drawn from 30 bites in the Agile & Scrum library. Answer them here or read straight down. Every question carries the correct option, why it is correct, and a link to the bite it came from.

Scrum, kanban, sprints, team velocity, shipping culture

30 questions. Pick an answer, or open “Show the answer” to read it.

Answers are graded in your browser. Nothing is saved, and no XP or streak is earned here. The app keeps score.

  1. Question 1 of 30

    Which statement best describes the Agile Manifesto's core identity?

    Show the answer

    Answer: b · It is a set of guiding values and principles for software development.

    The card clearly states the Agile Manifesto is "a value system" and "a declaration of four core values," making it a philosophical guide rather than a rigid methodology. It is not a specific framework, nor does it advocate for abandoning all documentation, but rather valuing working software more.

    Read the full bite: The Agile Manifesto: A Shift in Software Values

  2. Question 2 of 30

    Which scenario best describes a project where the Waterfall model would be an appropriate choice?

    Show the answer

    Answer: b · A project with a well-defined scope and stable requirements that are unlikely to change.

    The Waterfall model is explicitly recommended for projects with stable, well-understood, and fixed requirements, as its sequential nature struggles with changes. Projects with evolving requirements (like option A) are a poor fit due to the high cost of late-stage modifications.

    Read the full bite: Waterfall Model: Build Software Like a Building

  3. Question 3 of 30

    Which of the following best explains the Lean Software Development principle of 'Decide as Late as Possible'?

    Show the answer

    Answer: c · It aims to preserve flexibility and keep options open until the last responsible moment, adapting to new information.

    The card explicitly states that 'Decide as Late as Possible' is to 'preserve flexibility and keep options open until the last responsible moment.' This allows for adaptation to new information. Option B is incorrect because Lean emphasizes fast feedback and adaptation over extensive upfront analysis, which could be considered waste if it delays learning or delivery.

    Read the full bite: Lean Software Development: Focus on Value, Not Waste

  4. Question 4 of 30

    What is the primary objective when an agile team applies the concept of Muda to its development process?

    Show the answer

    Answer: d · To identify and eliminate activities that consume resources without adding value for the customer.

    The core purpose of Muda is to identify and remove activities that consume resources but create no customer value, thereby maximizing value-adding work. While delays and handoffs are wastes, the card explicitly warns against blindly eliminating all forms, as some might be necessary, making option A incorrect.

    Read the full bite: The Seven Wastes of Software Development (Muda)

  5. Question 5 of 30

    A software development team consistently observes that their Lead Time is significantly longer than their Cycle Time. What does this disparity most likely suggest?

    Show the answer

    Answer: b · Significant bottlenecks exist in the workflow before or after the team's active development phase.

    The card explicitly states that "A large difference between Lead Time and Cycle Time signals that the biggest delays are happening outside of active development, in your queues and handoffs." Option A represents a common mistake, as focusing only on Cycle Time optimization ignores these larger, customer-impacting delays.

    Read the full bite: Cycle Time vs. Lead Time: Team Speed vs. Customer Wait

  6. Question 6 of 30

    What is identified as the primary reason for failure when implementing the Toyota Production System (TPS)?

    Show the answer

    Answer: a · Adopting individual practices without embracing its foundational management philosophy.

    The card explicitly states that "Trying to implement a tool without the corresponding cultural and management support is a primary reason for failure." This aligns directly with adopting individual practices without the foundational management philosophy. While TPS is not a quick fix, the card identifies the piecemeal adoption of tools without the underlying philosophy as the primary pitfall, not merely mistaking it for a quick fix.

    Read the full bite: Toyota Production System (TPS): The Original Lean

  7. Question 7 of 30

    For what kind of problem domain is empirical process control primarily designed?

    Show the answer

    Answer: a · Complex problems where requirements and technical challenges are unpredictable.

    Empirical process control is explicitly designed for complex problem domains where more is unknown than known, and where requirements or technical challenges are likely to change. It is inefficient for simple, well-understood problems or situations where a detailed, predictive plan is sufficient.

    Read the full bite: Empirical Process Control: Steer by Observing, Not by Plan

  8. Question 8 of 30

    Which situation best indicates that Value Stream Mapping would be a beneficial tool?

    Show the answer

    Answer: a · A company suspects its complex software delivery process is slow but doesn't know where the major delays occur.

    Value Stream Mapping is most effective when a complex process is slow, and the specific bottlenecks or sources of waste are unknown. It helps visualize the entire system to pinpoint where delays occur. Option C is tempting, but VSM focuses on the entire system's flow and waste, not just optimizing individual active work, and option B suggests the bottlenecks are already known, which makes VSM less critical.

    Read the full bite: Value Stream Mapping: Find the Waste in Your Process

  9. Question 9 of 30

    During an active Scrum Sprint, what is the general approach to the scope of work?

    Show the answer

    Answer: d · It remains fixed to ensure the team can achieve the defined Sprint Goal.

    The card explicitly states, "The scope is fixed; no changes are made that would endanger the Sprint Goal." This ensures focus and predictability for the team. While the overall product backlog is flexible, the scope within an active sprint is protected.

    Read the full bite: The Sprint: A Timeboxed Rhythm for Work

  10. Question 10 of 30

    What is the primary outcome a team should aim for by the end of a Daily Scrum?

    Show the answer

    Answer: c · A synchronized plan for the team's work over the next 24 hours.

    The Daily Scrum is described as a "planning session for the next 24 hours" to "create a shared understanding and a plan for the day." It is explicitly stated that it is "not a status report for a manager" and "not for deep problem-solving" or "backlog refinement."

    Read the full bite: The Daily Scrum: A 15-Minute Team Sync

  11. Question 11 of 30

    When a Scrum team is blocked by an external dependency, what is a Scrum Master's characteristic approach?

    Show the answer

    Answer: d · Facilitate communication, make the dependency visible, and coach the team to establish a resolution like an SLA.

    The Scrum Master acts as a coach and facilitator, helping the team address impediments by making them visible and guiding the team to establish solutions, rather than solving the problem for them or managing the risk directly. The card's example shows the SM facilitating communication and coaching the team to create an SLA.

    Read the full bite: The Scrum Master: A Coach, Not a Manager

  12. Question 12 of 30

    What is the main purpose of a User Story in an Agile context?

    Show the answer

    Answer: c · To initiate a conversation about a user's need and the value it delivers

    The card states a User Story is a "promise for a future conversation" focused on "value delivered to the end-user," not technical details. Its main purpose is to initiate discussion about a user's need and its value, rather than being a detailed technical specification.

    Read the full bite: User Stories: What Users Want, and Why

  13. Question 13 of 30

    Which of the following best describes the primary purpose of a user story?

    Show the answer

    Answer: c · To articulate a software requirement from the perspective of the end user.

    The card states that a user story's primary purpose is to articulate a requirement from the perspective of the person who will actually use the software, focusing on concrete user value. It is not meant to be a detailed technical blueprint or a formal documentation for auditing, nor is its primary purpose to break down programming tasks.

    Read the full bite: User Stories: Features from the User's Perspective

  14. Question 14 of 30

    According to the card, what is the primary purpose of a Minimum Viable Product (MVP)?

    Show the answer

    Answer: b · To validate a core business hypothesis and gather user feedback with the least possible development effort.

    The card explicitly states that an MVP's primary goal is "to learn what customers actually want by giving them something real to use, maximizing learning while minimizing development effort." While an MVP might generate revenue or be bug-free, these are secondary to its core purpose of validated learning and testing hypotheses.

    Read the full bite: Minimum Viable Product (MVP): Learn Faster with Less Code

  15. Question 15 of 30

    Which principle best describes the MoSCoW method's approach to project delivery?

    Show the answer

    Answer: d · Adjusting the scope of work to meet a predefined delivery schedule.

    The MoSCoW method treats time as fixed and scope as flexible, meaning the scope is adjusted to ensure a viable product is delivered by a specific deadline. Option A is incorrect because MoSCoW is used when the timeline is fixed, not flexible.

    Read the full bite: The MoSCoW Method: Prioritizing for Fixed Deadlines

  16. Question 16 of 30

    A product team consistently ships features from a long backlog but observes low user engagement. How would User Story Mapping most effectively address this challenge?

    Show the answer

    Answer: b · It helps them visualize the entire user journey to identify core pain points and prioritize work based on customer value.

    User Story Mapping shifts focus from merely shipping features (outputs) to understanding the user's journey and delivering valuable outcomes. By visualizing the entire experience, teams can identify critical pain points and re-prioritize work to address what truly impacts customer value, directly tackling low engagement. Option A is incorrect because the card explicitly states that 'finishing work quickly is meaningless if customers don't use or benefit,' emphasizing value over speed.

    Read the full bite: User Story Mapping: From Backlog to Value Map

  17. Question 17 of 30

    How should a project manager engage a stakeholder with high power but low interest, according to the Power/Interest grid?

    Show the answer

    Answer: b · Keep them satisfied with concise, high-level updates.

    The card states that High Power and Low Interest stakeholders should be 'kept satisfied with concise updates.' Managing closely is for High Power, High Interest, while keeping informed is for Low Power, High Interest.

    Read the full bite: Stakeholder Mapping: Prioritizing Voices by Power and Interest

  18. Question 18 of 30

    When would a Scrum team find a formal Definition of Ready (DoR) most valuable?

    Show the answer

    Answer: c · When sprints are frequently disrupted by unclear requirements or unexpected blockers

    The card states a formal DoR is most valuable "when teams frequently find their sprints derailed by surprises" or "when work gets blocked waiting for external dependencies or clearer requirements." Option A is incorrect because the card explicitly warns against using the DoR as a "contractual weapon or a bureaucratic gate."

    Read the full bite: Definition of Ready (DoR): The Bouncer for Your Sprint

  19. Question 19 of 30

    Under what condition would WSJF likely prioritize a feature with a lower total 'Cost of Delay' over a feature with a higher total 'Cost of Delay'?

    Show the answer

    Answer: d · The feature with the lower 'Cost of Delay' has a significantly smaller 'Job Duration'.

    The WSJF formula divides 'Cost of Delay' by 'Job Duration'. A significantly smaller 'Job Duration' for a feature with a lower 'Cost of Delay' can result in a higher WSJF score, thus prioritizing it. Option A is incorrect because WSJF ignores sunk costs. Option C is incorrect as WSJF is not used for fixed, non-negotiable deadlines. Option B is a general business consideration, not the specific mechanism by which WSJF prioritizes a lower CoD item over a higher CoD item.

    Read the full bite: Weighted Shortest Job First (WSJF): Prioritizing for Economic Impact

  20. Question 20 of 30

    Which action best exemplifies a servant-leader's approach?

    Show the answer

    Answer: c · A team lead focusing on removing impediments and fostering team members' growth.

    A servant-leader's primary focus is on supporting the team, removing obstacles, and ensuring the growth and well-being of their people, as described in the card. Option B describes a leader making unilateral decisions, which contrasts with servant leadership's emphasis on sharing power and empowering the team.

    Read the full bite: Servant Leadership: Serve First, Lead Second

  21. Question 21 of 30

    For which situation is 'The Five Dysfunctions of a Team' model primarily intended?

    Show the answer

    Answer: d · Diagnosing the underlying reasons for an established team's persistent struggles.

    The card states this model is a diagnostic tool for teams not performing to their potential, focusing on understanding underlying issues in established teams. It explicitly mentions it is less relevant for newly formed or already high-functioning teams, and implies deeper issues than surface-level conflicts.

    Read the full bite: The Five Dysfunctions of a Team: A Model for Diagnosing Failure

  22. Question 22 of 30

    When a newly formed team experiences significant conflict and challenges to authority, Tuckman's model suggests a manager should primarily view this as:

    Show the answer

    Answer: a · An expected and necessary phase for the team to address underlying issues and grow.

    The card states that conflict and disagreement during the 'Storming' phase are not signs of failure but are 'required steps on the path to high performance' and 'crucial for surfacing important issues.' Therefore, it's an expected and necessary phase, not a failure or a reason for immediate intervention to suppress it.

    Read the full bite: Tuckman's Stages: Why Teams Must Storm Before They Perform

  23. Question 23 of 30

    Which action best exemplifies an Agile Coach's approach to a struggling team?

    Show the answer

    Answer: c · Facilitating a retrospective to help the team identify the root cause of their issues.

    The card emphasizes that an Agile Coach helps teams "unlock their own potential and find their own solutions" and specifically mentions facilitating a retrospective to discover root causes. While an Agile Coach teaches, they do not dictate specific solutions or manage tasks like a project manager, making direct instruction or providing a detailed plan less characteristic of their core approach.

    Read the full bite: Agile Coaching: Teacher, Mentor, Facilitator, Coach

  24. Question 24 of 30

    What is the main objective when employing a powerful question?

    Show the answer

    Answer: a · To facilitate personal insight and explore unforeseen options.

    Powerful questions are designed to make someone reflect and explore possibilities they hadn't considered, generating new insight for the person being asked. They are explicitly not for obtaining factual answers or for manipulating someone towards a solution the asker already knows.

    Read the full bite: Powerful Questions: Sparking Discovery, Not Just Answers

  25. Question 25 of 30

    According to the card, why is psychological safety considered foundational for high-performing teams?

    Show the answer

    Answer: d · It enables team members to take risks, admit mistakes, and challenge ideas without fear of negative repercussions, accelerating learning and innovation.

    The card states that psychological safety enables learning behaviors, such as asking for help, exchanging feedback, and experimenting with new ideas, which accelerates learning from failure and fosters innovation. Option B is incorrect because psychological safety is not about avoiding conflict, but rather enabling candid feedback and challenging the status quo.

    Read the full bite: Psychological Safety: The Foundation of High-Performing Teams

  26. Question 26 of 30

    For which scenario would a team most effectively employ a Liberating Structure?

    Show the answer

    Answer: a · To gather diverse perspectives and generate novel solutions for a complex challenge.

    Liberating Structures are designed to tap into the collective intelligence of a group to solve complex problems and generate novel ideas, as stated in the card. Options A and C describe scenarios for simple one-way broadcasts or status updates, which the card explicitly advises against using Liberating Structures for. Option C contradicts the core principle of Liberating Structures, which aims to liberate contributions from everyone, rather than maintain top-down control.

    Read the full bite: Liberating Structures: Rules for Unleashing Group Intelligence

  27. Question 27 of 30

    What is the primary reason an agile coach consciously shifts between the four stances?

    Show the answer

    Answer: a · To adapt their approach to best develop the team's self-sufficiency and competence.

    The card emphasizes that the coach's goal is to "develop the team's own capability to be agile" and "make themselves progressively less necessary" by adapting their stance to the team's needs. Option C is incorrect because the model aims to foster self-sufficiency, not continuous reliance on the coach.

    Read the full bite: The Four Stances of an Agile Coach

  28. Question 28 of 30

    The concept of technical debt is best understood as:

    Show the answer

    Answer: b · A deliberate tradeoff where short-term speed is gained at the expense of potential future rework.

    The card defines technical debt as a "tradeoff between short-term speed and long-term quality" and an "implied cost of rework." Option A is incorrect because debt is not necessarily permanent if repaid, and it's about future rework, not just a permanent reduction in quality.

    Read the full bite: Technical Debt: The Hidden Cost of Shipping Fast

  29. Question 29 of 30

    What is the main reason Planning Poker requires team members to reveal their estimates simultaneously?

    Show the answer

    Answer: b · To prevent any single individual's initial estimate from influencing others' independent judgment.

    The card explicitly states that simultaneous reveal "prevents one person's opinion from influencing everyone else" and "forces independent thought first," directly addressing groupthink. Option D is a tempting distractor, but the process aims to discuss and understand differing estimates, not simply eliminate them, to uncover hidden complexities.

    Read the full bite: Planning Poker: Avoid Groupthink in Estimates

  30. Question 30 of 30

    What is the primary intended purpose of a burndown chart in a project?

    Show the answer

    Answer: c · To visually track remaining work and prompt discussions about progress and blockers.

    The card states that a burndown chart is a "fuel gauge" to track progress and facilitate discussions about deviations and blockers, not a performance report. Options A and D describe common misuses explicitly warned against in the card. Option A is incorrect as the chart reflects current work and changes, rather than forecasting all future scope changes.

    Read the full bite: Burndown Chart: A Project's Fuel Gauge

Could you explain these out loud?

That is what an interview actually tests. Tezvyn gives you questions like these with what the interviewer is really checking, the answer that lands, and the mistake that ends the conversation, in the four minutes before your next meeting.

The iPhone app is on the way

We are building it. Until it lands, nothing here is held back from you: every interview card, your saved cards, streaks and the job board all work in Safari, plus hundreds of free practice quizzes of thirty questions each. Sign in and it all carries over to the app the day it arrives.

Want it as an icon? Tap Share at the bottom of Safari, then Add to Home Screen. It opens full screen and the cards you have read stay available offline.

Get it on Google PlayiPhone app coming soon