nerdexam
Scaled_Agile

SAFE-SPC · Question #119

You are at a retrospective meeting where a program is trying to address a long-existing problem: unreliable PI commitments. One of the participants suggests that they are working on too many things…

The correct answer is A. Teams don't do a good job of task-switching. Option A is correct because poor task-switching is the program-level behavior that directly causes WIP to spiral. When teams constantly jump between items without finishing them, each unfinished item remains "in process." The suggestion in the retrospective - that "we're…

Agile Product Delivery

Question

You are at a retrospective meeting where a program is trying to address a long-existing problem:

unreliable PI commitments. One of the participants suggests that they are working on too many things at a time. What aspect of the program cause uncontrollable amounts of work in process?

Options

  • ATeams don't do a good job of task-switching.
  • BAll program teams are cross-functional, and therefore every team spawns work in multiple areas at
  • CBacklog items in the Program Backlog are not truly end-to-end Features; they look more like large

How the community answered

(37 responses)
  • A
    43% (16)
  • B
    35% (13)
  • C
    22% (8)

Explanation

Option A is correct because poor task-switching is the program-level behavior that directly causes WIP to spiral. When teams constantly jump between items without finishing them, each unfinished item remains "in process." The suggestion in the retrospective - that "we're working on too many things at a time" - is the textbook symptom of teams that start new work instead of completing current work, which is fundamentally a task-switching discipline problem.

Option B is wrong because cross-functional teams are actually a solution to WIP problems, not a cause. By being self-sufficient across disciplines, cross-functional teams reduce handoffs and can complete work end-to-end without spawning dependencies on other teams.

Option C is wrong because while poorly-decomposed, non-end-to-end backlog items can create coordination overhead, this describes a backlog refinement problem, not what causes the uncontrollable WIP the scenario is pointing to. The scenario's framing centers on team behavior during execution, not backlog structure.

Memory tip: Think "Switch = Stack." Every time a team task-switches without finishing, they stack another item onto the WIP pile. "Too many things at a time" = too many switches, not enough completions.

Topics

#WIP limits#PI commitments#program backlog#Feature decomposition

Community Discussion

No community discussion yet for this question.

Full SAFE-SPC Practice