AZ-400 Agile Project Management 5 — Questions and Answers
Question 1: A team's lead time has been increasing over several sprints. Which Azure Boards tool best helps them diagnose where delays are accumulating in their workflow?
- Sprint burndown chart
- Velocity chart
- Cumulative Flow Diagram (Correct answer)
- Test plans dashboard
Correct answer: Cumulative Flow Diagram
The Cumulative Flow Diagram reveals where work is piling up by showing the width of each workflow band widening, indicating a bottleneck stage.
Question 2: In Azure Boards, what is the function of 'Area Paths' in an Agile project setup?
- Define sprint durations
- Organize work items by team, product area, or functional group (Correct answer)
- Set permissions on work items
- Map work items to pipeline stages
Correct answer: Organize work items by team, product area, or functional group
Area Paths create a hierarchical grouping structure that allows teams or product areas to own and filter their own work items within a shared project.
Question 3: Which practice in Agile and DevOps involves team members describing completed work and demonstrating it to stakeholders at the end of a sprint?
- Sprint Retrospective
- Sprint Review (Correct answer)
- Backlog Refinement
- Daily Standup
Correct answer: Sprint Review
The Sprint Review is a collaborative event where the team demonstrates completed work to stakeholders and gathers feedback to inform the backlog.
Question 4: A DevOps team wants to link Azure Boards work items directly to commits and pull requests to maintain traceability. What must developers do when committing code?
- Tag commits with a release label
- Reference the work item ID using # notation in the commit message or PR description (Correct answer)
- Assign the commit to a sprint manually
- Create a branch named after the work item
Correct answer: Reference the work item ID using # notation in the commit message or PR description
Prefixing or referencing work item IDs with # in commit messages or PR descriptions automatically links the commit to the corresponding Azure Boards item.
Question 5: What is the primary benefit of 'backlog refinement' (formerly grooming) sessions in an Agile team using Azure DevOps?
- Assigning work items to team members for the next sprint
- Ensuring backlog items are well-defined, estimated, and prioritized before sprint planning (Correct answer)
- Reviewing completed features with stakeholders
- Closing resolved bugs from prior sprints
Correct answer: Ensuring backlog items are well-defined, estimated, and prioritized before sprint planning
Backlog refinement ensures stories are ready for sprint planning by adding detail, estimating effort, and ranking them appropriately.
Question 6: When a team uses 'story points' for estimation in Azure Boards, what characteristic makes them more useful than hour-based estimates?
- They integrate with Azure Pipelines automatically
- They are relative and account for complexity and uncertainty rather than exact time (Correct answer)
- They can be assigned only by the Scrum Master
- They map directly to billable hours for reporting
Correct answer: They are relative and account for complexity and uncertainty rather than exact time
Story points are relative measures of effort, complexity, and risk, making them more stable than hour estimates which vary by individual and context.
Question 7: In Azure DevOps, a team wants to prevent a work item from being moved to 'Active' unless it has an assigned owner. How is this enforced?
- Using branch policies on the main branch
- Configuring work item rules in the inherited process to require a field value on state transition (Correct answer)
- Setting a WIP limit of 1 on the Active column
- Using a pipeline gate that checks work item state
Correct answer: Configuring work item rules in the inherited process to require a field value on state transition
Work item rules in the inherited process model can require specific fields (like Assigned To) to be filled in before a state transition is allowed.
A team's lead time has been increasing over several sprints.
Which Azure Boards tool best helps them diagnose where delays are accumulating in their workflow?