Bird
0
0

If a Kanban board has columns: To Do (limit 3), In Progress (limit 2), and Done (no limit), and currently 'In Progress' has 2 tasks, what happens if a new task tries to move into 'In Progress'?

medium📝 Application Q4 of 15
Software Engineering - Agile and Scrum
If a Kanban board has columns: To Do (limit 3), In Progress (limit 2), and Done (no limit), and currently 'In Progress' has 2 tasks, what happens if a new task tries to move into 'In Progress'?
AThe task is deleted automatically
BThe task cannot move until a task leaves 'In Progress'
CThe task moves to 'Done' instead
DThe task moves in and the limit is ignored
Step-by-Step Solution
Solution:
  1. Step 1: Understand WIP limits on 'In Progress'

    The limit is 2, and currently 2 tasks are there, so no more can enter.
  2. Step 2: Determine what happens when limit is reached

    Kanban enforces limits, so new tasks must wait until space frees up.
  3. Final Answer:

    The task cannot move until a task leaves 'In Progress' -> Option B
  4. Quick Check:

    WIP limit reached = block new tasks [OK]
Quick Trick: Kanban blocks tasks if WIP limit is full [OK]
Common Mistakes:
  • Ignoring WIP limits
  • Moving tasks to wrong columns
  • Assuming tasks get deleted

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Software Engineering Quizzes