ScrumArtifactsrepresent work or value, providing transparency and opportunities for inspection and adaptation. TheSprint Backlogis one of the three primary Scrum Artifacts defined in the2020 Scrum Guide:
Product Backlog: The ordered list of everything that is needed in the product.
Sprint Backlog: The plan for the Sprint, including the Sprint Goal, selected Product Backlog items, and the work plan for delivering the Increment.
Increment: The sum of all work completed during a Sprint that meets the Definition of Done.
Why the other options are incorrect:
A. Definition of Done:While critical to ensuring quality, the Definition of Done is not an Artifact but rather a standard that applies to the Increment.
C. Sprint Goal:The Sprint Goal is part of the Sprint Backlog but is not a standalone Artifact.
D. Sprint Burndown Chart:This is a complementary tool used for tracking progress but is not an official Artifact in Scrum.
Which Agile principle is being practiced if a team chooses to focus on the highest priority product backlog items?
Options:
A.
At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.
B.
Simplicity - The art of maximizing the amount of work not done is essential.
C.
Business people and developers must work together daily throughout the project.
D.
The most efficient and effective method of conveying information to and within a development team is face-to-face conversation.
Answer:
B
Explanation:
The Agile principle being practiced when a team focuses on the highest-priority Product Backlog items is"Simplicity - The art of maximizing the amount of work not done is essential."This principle emphasizes delivering only the most valuable work and avoiding unnecessary effort. By working on the most critical items, the team ensures that resources are used efficiently to maximize value.
Why the other options are incorrect:
A. At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly:This principle relates to Sprint Retrospectives and improving team processes, not prioritizing backlog items.
C. Business people and developers must work together daily throughout the project:This principle relates to collaboration and communication, not prioritization.
D. The most efficient and effective method of conveying information to and within a development team is face-to-face conversation:This principle emphasizes communication methods, not prioritization.
What should the Scrum Master do if the Developers complain that the Daily Scrum is just a "status update" meeting?
Options:
A.
Explain that the intent of the Daily Scrum is to inspect progress towards the Sprint Goal
B.
Cancel the Daily Scrum and have status update meetings instead
C.
Reduce the occurrence for this meeting to once a week
D.
Make Daily Scrum an optional meeting for the Developers to attend
Answer:
A
Explanation:
TheScrum Mastershould coach the Developers byexplaining the intent of the Daily Scrum, which is toinspect progress toward the Sprint Goaland adapt the plan as needed. The Daily Scrum is not a status update meeting—it is a collaborative event for the Developers to synchronize their efforts, share progress, and discuss any impediments.
According to the2020 Scrum Guide:
The Daily Scrum is a15-minute eventwhere the Developers inspect their progress and adapt their plan to achieve the Sprint Goal.
The event belongs to the Developers, and they decide how to structure it, but its purpose must align with the framework’s guidance.
Why the other options are incorrect:
B. Cancel the Daily Scrum and have status update meetings instead:Status update meetings go against Scrum principles, which emphasize team ownership and collaboration.
C. Reduce the occurrence for this meeting to once a week:The Daily Scrum is adailyevent for inspection and adaptation; reducing its frequency would hinder the team’s ability to remain aligned.
D. Make Daily Scrum an optional meeting for the Developers to attend:The Daily Scrum is mandatory for the Developers to inspect and adapt their plan, and making it optional undermines its importance.