nerdexam
CompTIA

PK0-005 · Question #142

A developer focused on a single story during an entire sprint. The story was underestimated and, therefore, was not completed. Which of the following steps should the Scrum team take NEXT?

The correct answer is B. Break the stories into workable items that can be completed within one sprint.. An incomplete story at sprint end indicates a need to refine the size and complexity of future work items.

Project Management Concepts

Question

A developer focused on a single story during an entire sprint. The story was underestimated and, therefore, was not completed. Which of the following steps should the Scrum team take NEXT?

Options

  • AAssign more resources to complete similar stories in the future.
  • BBreak the stories into workable items that can be completed within one sprint.
  • CExtend the sprint duration when required with the approval of the product owner.
  • DRelease the current progress into production and carry over the rest of the code for the next

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    84% (27)
  • C
    3% (1)
  • D
    3% (1)

Why each option

An incomplete story at sprint end indicates a need to refine the size and complexity of future work items.

AAssign more resources to complete similar stories in the future.

Assigning more resources might seem like a solution, but it doesn't address the root cause of underestimation and can lead to inefficient resource allocation if stories are still too large.

BBreak the stories into workable items that can be completed within one sprint.Correct

The Agile principle dictates that stories should be small enough to be completed within a single sprint. If a story was underestimated and not completed, the Scrum team should learn from this and ensure that future stories, especially similar ones, are broken down into smaller, more manageable workable items that can realistically be finished within the sprint's fixed timebox. This improves predictability and deliverability.

CExtend the sprint duration when required with the approval of the product owner.

Extending the sprint duration violates the core Agile principle of fixed-time sprints and should generally be avoided; unfinished work is carried over.

DRelease the current progress into production and carry over the rest of the code for the next

Releasing incomplete code into production is against best practices unless it's a partial feature with value, and the question states the story was not completed, implying it's not ready. The unfinished portion would be carried over, but the primary next step addresses preventing future occurrences.

Concept tested: Agile sprint story sizing

Topics

#Scrum#Sprint Planning#Story Sizing#Work Breakdown

Community Discussion

No community discussion yet for this question.

Full PK0-005 Practice