When is Scrum the wrong choice for a team, and what would you use instead?
Scrum's Sprint assumes work that can be planned a fortnight ahead, held stable for that fortnight, and shaped into a goal worth committing to. Where one of those fails - interrupt-driven support, single-item research, hard external gates - a flow-based approach fits better.
What the interviewer is scoring
- Whether the candidate names the specific assumptions a Sprint makes rather than listing contexts from memory
- Does the alternative arrive as its own set of disciplines instead of as Scrum with the meetings removed
- That the candidate says which parts of Scrum they would keep and why those parts do the work
- Whether a team unsuited to Scrum is distinguished from a team avoiding the discipline Scrum imposes
- Can they state how they would judge the switch after a couple of months, without using adoption as the measure
Answer
What a Sprint actually assumes
Answering this by listing contexts is a weak answer, because the list is memorised and the interviewer cannot tell whether you understand it. Start from the mechanism instead. The Sprint is a fixed-length container, one month or less, and everything Scrum does depends on three assumptions holding inside it.
The first is that a useful amount of the next fortnight's work can be foreseen at the start of it. The second is that the plan can be held stable for that fortnight, because the Sprint Goal is a commitment and mid-Sprint churn dissolves it. The third is that the work can be shaped into a single coherent objective worth committing to, since a Sprint whose goal is "finish these nine unrelated items" has a container with nothing in it to inspect progress against.
Where all three hold, Scrum's cost buys you something specific: a rhythm that forces a decision about what matters, a stable window in which a team can concentrate, and a regular point at which stakeholders see working software and change their minds cheaply. Where one of them fails, you are paying that cost and getting the ceremonies without the benefit, which is what most complaints about Scrum are actually describing.
The contexts where the assumptions fail
Four cases are worth being able to name, each traced back to which assumption breaks.
Interrupt-driven work breaks stability. A team whose job is production support, incident response or a shared service queue cannot hold a plan for two weeks, because the work arrives unpredictably and correctly takes priority. Such a team spends every Sprint Planning forecasting work it will not do and every Sprint Review explaining why, and the Sprint becomes a fortnightly apology.
Single-large-item work breaks foreseeability. A team spending three months on one research problem, one migration or one algorithm has nothing to plan into two-week increments except progress updates, and no releasable increment at the end of each. You can force a Sprint shape onto it, and what you get is invented interim milestones that measure nothing.
Externally gated work breaks the value of the cadence. Where delivery depends on a regulator's submission window, a hardware manufacturing date or a partner's quarterly release, the fortnightly rhythm no longer connects to feedback, because nothing is learned from a Sprint whose output cannot reach anyone for four months. Scrum's inspection loop still has value internally, but the Sprint Review has lost its counterpart.
Highly heterogeneous flow breaks the goal. A team taking on items whose sizes differ by an order of magnitude will always have Sprints where one item consumes everything and Sprints where twelve items land, and no coherent Sprint Goal fits both. Sometimes the honest fix is splitting the work better rather than changing the framework, and you should say so — but where the variety is inherent, such as a platform team serving twenty consumers, it is a real mismatch.
Kanban is a different discipline, not a relaxation
The failure mode in this answer is proposing Kanban as Scrum with the meetings deleted. That is how teams end up with no cadence, no limits and no improvement mechanism, and it is worse than the Scrum they left.
A flow-based approach substitutes its own disciplines, and they are harder to hold rather than easier. You make the workflow visible including the waiting states, you limit work in progress explicitly and honour the limit, you manage flow by attending to where items queue, you make the policies for moving between states explicit, and you keep deliberate feedback loops even though there is no Sprint boundary to hang them on. Limiting work in progress is the load-bearing one, and it is the discipline most teams abandon first, which is why so many boards labelled Kanban are simply a list of everything everyone is doing.
| What Scrum gives you | What you must replace it with |
|---|---|
| A Sprint boundary that forces prioritisation | Explicit work-in-progress limits and a pull policy |
| A Sprint Goal to focus on | A class-of-service or a stated policy for what jumps the queue |
| A forecast from the Sprint Backlog | Cycle-time percentiles and throughput-based forecasting |
| A Review that produces stakeholder feedback | A scheduled review or a data-driven equivalent, chosen deliberately |
| A Retrospective at a fixed point | A cadence for improvement that survives having no natural boundary |
Read that table in both directions. Every row is a thing the Sprint was doing for you, and dropping the Sprint without installing the right-hand column is where teams lose two quarters.
What you keep either way
Almost everything valuable in Scrum other than the Sprint container transfers. You keep a single person accountable for the order of the work, because two prioritisers is a dysfunction under any process. You keep one Definition of Done, because releasability is not a function of cadence. You keep a regular retrospective, deliberately scheduled since nothing else will trigger it. You keep the working agreements and the daily coordination, though a flow-based team is better served by walking the board than by taking turns.
For the interrupt-driven case specifically, a common and honest answer is a hybrid: run flow for the reactive stream with a work-in-progress limit and a service-level expectation, protect a share of capacity for planned work, and keep a fortnightly review and retrospective as fixed points. That is a defensible design rather than a compromise, provided you can say which discipline is doing which job.
Distinguishing a bad fit from an escape
Teams also ask to leave Scrum because the discipline is uncomfortable, and the two situations look identical from the outside. The tells are usually in what they complain about. A team with a genuine mismatch complains that the plan is invalidated by events outside its control and can show you the interruptions. A team avoiding the discipline complains about the meetings, about being asked for estimates, or about being held to a commitment, and cannot produce evidence that the plan was disrupted rather than simply not followed.
The diagnostic question is whether they will accept the alternative's obligations. Offer flow with a hard work-in-progress limit, published cycle-time percentiles and a fortnightly retrospective. A team with a real mismatch takes that gladly, because it removes a ritual that was not helping while keeping the accountability. A team looking for an exit objects to the limit, and the objection tells you the problem was never the framework.
Then judge the change on outcomes rather than on adoption. After eight weeks, look at whether the cycle-time distribution has tightened, whether the proportion of items finished versus started has improved, whether stakeholders are getting feedback at least as often as before, and whether the team has completed any improvement it identified. If those are flat and only the meeting invitations have changed, the switch has cost you the framework and bought nothing.
Likely follow-ups
- Your team is half feature work and half production support. Do you split the team, the process, or neither?
- A team asks to drop Sprints because planning is painful. How do you tell whether they are right?
- What would you lose by moving to Kanban that you would have to replace deliberately?
- How would you run a team whose work is gated by a regulator's fixed submission dates?
Related questions
- The team has missed its Sprint Goal four sprints in a row. What do you do as Scrum Master?mediumAlso on sprint-goal5 min
- Your daily scrum has turned into fifteen people reporting status to you. How do you fix it?mediumAlso on sprint-goal4 min
- It is day seven of a ten-day Sprint and the team clearly will not finish everything. What do you do?mediumAlso on sprint-goal4 min
- Your Product Backlog has grown past four hundred items and refinement takes two hours a week without anything getting clearer. What would you change?mediumSame kind of round: scenario6 min
- Everybody signed off the requirement and two of them still mean different things by it. How do you catch that before the build?mediumSame kind of round: scenario6 min
- There are forty items left before the release and over the last twelve weeks the team has finished between four and nine a week. The sponsor wants a date. What do you tell them?hardSame kind of round: scenario5 min
- You move a service from Java 11 to Java 21 and it fails at startup with InaccessibleObjectException. What changed, and what do you do about it?hardSame kind of round: concept5 min
- Six months into the build, your requirements documents no longer describe the system. What do you do about it?mediumSame kind of round: scenario5 min