🎯 Interview Prep

Scrum & Agile — 30 Q&A

Essential interview questions from beginner to advanced · Click any question to reveal the answer

30
Questions
4
Categories
100%
Interview Ready
Questions & Answers
1
Scrum Fundamentals
What is the duration of a Scrum Sprint?

The duration of a Scrum Sprint depends on the project size and team (3–9 members). In general a Sprint takes 3–4 weeks. The average is 4 weeks (1 month). This is a very common SM interview question — know it cold.

2
Scrum Fundamentals
What is Velocity?

Velocity is the rate at which the team progresses sprint by sprint. One important feature: velocity cannot be compared between two different Scrum teams. It belongs to the team and is used for forecasting only — never as a performance target.

3
Scrum Fundamentals
What are impediments in Scrum? Give examples.

Impediments are obstacles that slow the Scrum team's speed of work. Examples include:

  • Resource missing or sick team member
  • Technical, operational, or organizational problems
  • Lack of management support
  • Business problems
  • External issues (weather, regulatory changes)
  • Lack of skill or knowledge

You may also be asked how to remove any of these impediments.

4
Scrum Fundamentals
What are the differences and similarities between Agile and Scrum?

Difference: Agile is a broad methodology for project management. Scrum is a specific form of Agile that describes the process and its steps more concisely. Agile is a practice; Scrum is a framework for pursuing it.

Similarity: Both are iterative and incremental. Agile involves completing projects in steps; Scrum implements this same approach through Sprints.

5
Scrum Fundamentals
What is the Increment? Explain.

An Increment is the total of all Product Backlog items completed during a Sprint. Each Increment is cumulative — it includes all previous sprint increment values. It must be usable and available in the subsequent release as a step toward the Product Goal.

6
Scrum Fundamentals
What is the "build-breaker"?

A build-breaker is a situation where a bug in the software causes a build to fail. The compilation process stops, execution fails, or a warning is generated. The tester's responsibility is to restore the software to normal working order by removing the bug.

7
Scrum Fundamentals
What is the Daily Stand-Up?

The Daily Stand-Up is a 15-minute meeting (preferably morning) where the whole team answers three questions:

  • What was done yesterday?
  • What is your plan for today?
  • Is there any impediment blocking you?

It is an effective way to motivate the team and set a daily goal. Problems raised are taken OFFLINE.

8
Scrum Fundamentals
What is Scrumban?

Scrumban is a Scrum and Kanban-based model for software development. It is specifically used for projects that require continuous maintenance, have multiple programming errors, or undergo sudden changes. It promotes completing a project in the minimum time possible.

9
Agile
State some Agile quality strategies.
  • Iteration
  • Refactoring
  • Dynamic code analysis
  • Short feedback cycles
  • Reviews and inspection
  • Standards and guidelines
  • Milestone reviews
10
Agile
Explain the Agile Manifesto and its principles.

The Agile Manifesto has 4 values and 12 principles. Key values:

  • Working software over comprehensive documentation
  • Individuals & interactions over processes and tools
  • Customer collaboration over contract negotiation
  • Responding to change over following a plan

Key principles: demonstrate working software regularly, welcome change at any point, encourage self-organization and customer collaboration.

11
Agile
Is there any drawback to the Agile model?

Yes. Common Agile drawbacks include:

  • Hard to predict effort required in large projects
  • Design and documentation can suffer
  • Misunderstood requirements lead to customer dissatisfaction
  • Inexperienced members are often not involved in key decisions

Interviewers sometimes ask about drawbacks — be honest and balanced in your answer.

12
Agile
What is the use of burn-up and burn-down charts?

Burn-up chart: illustrates the amount of completed work in a project — shows progress made.

Burn-down chart: depicts the amount of work REMAINING to complete the project — helps the SM spot risk early.

Both are used to track a project's progress. Know the difference cold.

13
Agile
Define Zero Sprint and Spike in Agile.

Zero Sprint: The preparation step before the first Sprint. Activities that must be completed before actually starting the project — setting up the environment, preparing the backlog, etc.

Spike: A type of story taken between sprints for activities related to design or technical issues such as research, design, prototyping, and exploration. Two types: functional and technical.

14
Scrum Roles
What is the role of the Scrum Master?

The Scrum Master is the leader and coach of the Scrum team. They:

  • Serve and protect the team from distractions
  • Motivate the team to achieve the Sprint Goal
  • Build a self-organized, motivated team
  • Ensure Agile and Scrum principles are understood
  • Monitor that committed tasks are executed properly
  • Increase team efficiency and productivity
15
Scrum Roles
What is a Story Point in Scrum?

A Story Point is the unit for estimating the total effort required to perform or complete a particular task. It accounts for complexity, risk, and uncertainty — not raw hours. Teams use the Fibonacci scale (1, 2, 3, 5, 8, 13, 21…).

16
Scrum Roles
What is the role of Sashimi in Scrum?

Sashimi is a Scrum technique used to verify the completion of all functions developed by developers. Using this technique, all requirements — analysis, designing, coding, testing, and documentation — are checked, and only after that the product is displayed to stakeholders.

17
Scrum Roles
What are the different roles in Scrum?

Product Owner: The stakeholder of the project. Represents requirements before the team, develops a clear vision of what to build, and is the starting point of an Agile Scrum project.

Scrum Team: Works together to accomplish the project. Bound to deliver the requested product on time.

Scrum Master: Leader and coach. Ensures the team executes committed tasks properly and increases team efficiency.

18
Scrum Roles
What are the responsibilities of a Scrum Master?
  • Tracking and monitoring
  • Understanding requirements properly
  • Working to reach the project goal
  • Process and quality checking
  • Protecting the team from detachments
  • Improving team performance
  • Leading meetings and resolving issues
  • Resolution of conflicts and impediments
  • Communication and reporting
19
Scrum Ceremonies
What are the different Scrum ceremonies and their importance?
  • Sprint Planning: Kicks off the Sprint. Team selects backlog items and defines the Sprint Goal.
  • Daily Stand-Up: 15-min daily sync. Three questions. Developers only.
  • Sprint Review: Demo the Increment. Stakeholder feedback. Adapt the backlog.
  • Sprint Retrospective: Inspect HOW the team worked. At least one improvement committed.

Know the time-boxing for a standard 4-week Sprint cold — it is a very common interview question.

20
Agile Testing
What is Agile Testing?

Agile Testing is a software testing practice fully based on Agile principles. It is an iterative methodology where requirements are the outcome of collaboration between the Product Owner and the team. Applied continuously throughout delivery — not just at the end.

21
Agile Testing
State major principles of Agile Testing.
  • Customer satisfaction
  • Face-to-face communication
  • Sustainable development
  • Quick response to changes
  • Continuous feedback
  • Successive improvement
  • Self-organized teams
  • Focus on essence
  • Error-free clean code
  • Collective work
22
Agile Testing
What are the skills of a good Agile Tester?
  • Familiar with Agile concepts and principles
  • Excellent communication skills with team and clients
  • Ability to set priority for tasks according to requirements
  • Ability to understand requirements clearly
  • Understanding of risks involved due to changing requirements
23
Advanced
What is "Scrum of Scrums"?

When multiple teams (e.g., 7 teams of 7) are all working on the same project, each team runs its own Scrum. A separate coordination meeting — the Scrum of Scrums — is then held to coordinate across all teams. One team leader from each team, called an ambassador, represents their team in this meeting.

24
Advanced
Scrum is an Agile framework — name other Agile frameworks.
  • Feature Driven Development (FDD)
  • Test Driven Development (TDD)
  • Kanban
  • Crystal Methodologies
  • Lean Software Development
  • Dynamic Systems Development Method (DSDM)

Mention only frameworks you are familiar with or have actually followed — interviewers will dig deeper.

25
Advanced
Explain common Agile metrics.
  • Velocity: Average story points from last 3–4 sprints. Shows capacity and progress.
  • Cumulative Flow Diagram: Inspects uniform workflow over time.
  • Work Category Allocation: Shows where time is being invested.
  • Time Coverage: % of code lines called by the test suite.
  • Business Value Delivered: Team's operational efficiency scored numerically.
  • Defect Removal Awareness: Tracking active defects for quality delivery.
  • Defect Resolution Time: Document → Schedule → Fix → Report.
  • Sprint Burndown: Graph of work completed/in-progress per sprint.
26
Advanced
Is it ever suggested to use Waterfall over Scrum?

Yes. Use Waterfall when customer requirements are simple, well-defined, fully understood, predictable, and not subject to change until the completion of the project. In stable environments with no expected scope changes, Waterfall can be more efficient. Always be prepared to explain this — interviewers often ask it as a trick question.

27
Advanced
Why does Scrum encourage automated testing?

Scrum encourages automated testing (performance or regression) to deliver the project as quickly and reliably as possible. Automated tests run with every code commit — enabling the team to maintain a potentially shippable Increment every Sprint. Mentioning tools you have used is a strong bonus in interviews.

28
Advanced
What is the Planning Poker technique?

Planning Poker (also called Scrum Poker) is a card-based Agile estimation technique. How it works:

  • PO reads a user story aloud
  • Each estimator privately selects a card (Fibonacci: 0, 1, 2, 3, 5, 8, 13, 21…)
  • All cards revealed simultaneously — prevents anchoring bias
  • If estimates differ widely, highest and lowest discuss reasoning
  • Team re-estimates until consensus is reached
29
Experience-Based
Name methodologies where you have used the Agile model.

Mention only methodologies you are actually familiar with. Common answers include:

  • Crystal Methodologies
  • Lean Software Development
  • Dynamic Development (DSDM)
  • Feature-Driven Development (FDD)

Be specific to your real experience — interviewers will probe further on anything you claim.

30
Experience-Based
Share your experience as a Scrum Master / Product Owner / Agile team member.

This is your moment. Explain your project details — the Scrum team you worked on, your role, and your responsibilities. Key tips:

  • Show a self-organizing, self-motivated team in your story
  • The interviewer will judge how in-depth you worked in the Agile environment
  • Use the STAR method: Situation → Task → Action → Result
  • Include measurable outcomes when possible (velocity improved by X%, impediment resolved in 24h)
MickyMarvels Interview Tips

★ Know the Scrum Guide

Sprint, roles, events, artifacts — have crisp definitions ready. Velocity, DoD, and backlog refinement must be second nature.

▶ Use Real Examples

Every answer should include a story from YOUR experience. No real experience? Build scenarios from MickyMarvels classroom content.

⚡ STAR Method Always

Situation → Task → Action → Result. Use it for every "Tell me about a time…" question. Include a measurable result.

✓ Know the Manifesto

4 values + 12 principles. Interviewers WILL ask. Recite the values and name 3–4 principles with confidence.

◉ Tool Experience Matters

Mention Jira, Azure DevOps, or ServiceNow. Even classroom practice counts — show you can navigate a board and backlog.

🎯 You've Got This!

These 30 questions cover 90% of what you'll face. Practice answers out loud. Confidence + clarity wins interviews.

© 2026 MickyMarvels LLC — Students Only mickymarvels.info ↗