Courseiva

CCNA Delivery Questions

65 questions · Delivery · All types, answers revealed

1
MCQeasy

What is the purpose of a 'Daily Stand-up'?

A.To synchronize team efforts and surface blockers.
B.To assign tasks to team members.
C.To perform a technical design review.
D.To update the project manager on status.
AnswerA

This is the core objective of the stand-up.

Why this answer

The daily stand-up is to synchronize activities and identify blockers, not for detailed status reports.

2
Multi-Selecteasy

Which TWO of the following are primary objectives of sprint/iteration planning?

Select 2 answers
A.Negotiating the budget for the upcoming quarter.
B.Assigning individual tasks to specific team members for the entire sprint.
C.Defining the sprint goal for the iteration.
D.Calculating the final ROI for the completed project.
E.Selecting backlog items and decomposing them into a plan for the sprint.
AnswersC, E

A clear sprint goal provides focus and direction for the team.

Why this answer

Sprint planning focuses on selecting the work to be done and creating a plan to deliver that work during the iteration.

3
MCQmedium

A stakeholder requests a feature mid-sprint that is vital to organizational success. How should the practitioner respond?

A.Direct the stakeholder to the Product Owner to discuss the trade-offs and impact.
B.Deny the request immediately.
C.Add it to the sprint immediately without removing anything.
D.Ask the developers to work faster.
AnswerA

This protects the team while addressing stakeholder needs.

Why this answer

Mid-sprint changes are generally discouraged; the team should consider the request for the next sprint or swap with equivalent effort if the PO agrees.

4
MCQhard

A team's cycle time has significantly increased over three sprints. What is the most appropriate first step to identify the root cause?

A.Discuss the trend during the next team retrospective.
B.Increase the WIP limit.
C.Fire the team lead.
D.Ignore it as minor fluctuations.
AnswerA

The team is best positioned to identify the cause of their own performance changes.

Why this answer

A root cause analysis during a retrospective is the best way to uncover systemic issues.

5
MCQhard

A product manager wants to add a new feature that will delay the release by two weeks. What is the best way to handle this?

A.Present the trade-off to the stakeholders to decide if the new feature is worth the delay.
B.Work overtime to meet the original date.
C.Implement it immediately.
D.Secretly add it and work late.
AnswerA

Transparency and informed decision-making are key.

Why this answer

The Product Owner must evaluate the business value against the release delay and communicate with stakeholders.

6
Multi-Selecthard

When optimizing end-to-end flow, which THREE of the following metrics help identify and mitigate waste in the delivery process?

Select 3 answers
A.Lead Time.
B.Individual Story Point Accuracy.
C.Cycle Time.
D.Team Velocity.
E.Flow Efficiency.
AnswersA, C, E

Measures total time from request to delivery, highlighting systemic delays.

Why this answer

Lead time, Cycle time, and Flow Efficiency are key metrics for identifying how fast value moves through the system and where wait times occur.

7
MCQhard

The project stakeholders are unhappy because the delivered features do not align with the current organizational priorities. What should the practitioner do first?

A.Ask the team to work overtime to finish the backlog faster.
B.Update the release burn-down chart to reflect current progress.
C.Conduct a backlog grooming session with stakeholders to reprioritize based on business value.
D.Change the definition of done to speed up delivery.
AnswerC

Reprioritization ensures the team works on the highest value items.

Why this answer

Aligning work with organizational priorities requires re-evaluating the product roadmap and backlog.

8
MCQhard

An agile team is experiencing a high number of defects after release. What process should they implement?

A.Increase the time spent on manual testing at the end.
B.Ignore minor defects.
C.Outsource all coding.
D.Implement automated testing and continuous integration practices.
AnswerD

These practices ensure defects are caught quickly.

Why this answer

Test-driven development (TDD) or similar quality practices help catch defects early in the development cycle.

9
Multi-Selecteasy

Which TWO elements are essential for an effective sprint goal?

Select 2 answers
A.It should be clear and concise.
B.It should focus on the business value delivered.
C.It should be 50 pages long.
D.It should be determined by the CEO only.
E.It should be impossible to achieve.
AnswersA, B

Clarity is essential for focus.

Why this answer

A sprint goal should be clear and focus on the business value delivered during the sprint.

10
MCQhard

The team is struggling with 'decision paralysis'. What approach should the practitioner take?

A.Remove the team members involved.
B.Facilitate time-boxed decision-making sessions to drive consensus.
C.Make all decisions for the team.
D.Delay the decision indefinitely.
AnswerB

Time-boxing forces a decision point.

Why this answer

Time-boxing decision-making sessions helps the team reach a consensus quickly.

11
MCQeasy

Which artifact helps the team track progress towards the sprint goal?

A.Sprint Burndown chart.
B.Financial report.
C.Product Backlog.
D.Project Charter.
AnswerA

This tracks completion of the sprint goal.

Why this answer

A Sprint Burndown chart displays the remaining work in the current sprint.

12
Multi-Selecthard

A team is coordinating releases across three different scrum teams working on the same product. Which THREE practices should be utilized?

Select 3 answers
A.Require every team to report directly to the Portfolio Manager for daily tasks.
B.Assign a single Product Owner to maintain a unified product backlog.
C.Mandate that each team has a different iteration length to avoid meeting conflicts.
D.Hold a joint refinement session to ensure shared understanding of cross-team dependencies.
E.Use a Scrum of Scrums (SoS) to synchronize cross-team dependencies.
AnswersB, D, E

A single source of truth for the backlog prevents conflicting priorities.

Why this answer

Coordination requires synchronization and shared understanding of priorities.

13
MCQhard

When should a team perform risk management in an agile project?

A.Continuously throughout the project.
B.It is the responsibility of the project sponsor only.
C.Only when a crisis occurs.
D.Only at the start of the project.
AnswerA

Agile processes like planning and retrospectives provide opportunities to identify and mitigate risks.

Why this answer

Risk management is a continuous activity throughout the project, often discussed during planning and reviews.

14
MCQmedium

During sprint planning, a team discovers that their velocity has decreased by 20% over the last two iterations. What should the team do first?

A.Increase the story point estimates to account for the decrease.
B.Reduce the team size to improve communication overhead.
C.Review the retrospective notes from the last two sprints to identify systemic blockers.
D.Commit to the same number of story points to pressure the team to improve.
AnswerC

Root cause analysis via retrospectives is the standard agile approach to performance shifts.

Why this answer

The team should analyze the process, not just blame the velocity, to understand the root cause.

15
Multi-Selectmedium

A cross-functional team is experiencing long lead times for feature delivery. Which TWO actions would help optimize the end-to-end flow?

Select 2 answers
A.Outsource the testing phase to a specialized third-party vendor.
B.Map the value stream to identify and eliminate non-value-added activities.
C.Add a quality assurance gate at the end of the development lifecycle.
D.Increase the frequency of daily stand-ups to two times per day.
E.Implement a strict Work-In-Progress (WIP) limit.
AnswersB, E

Value stream mapping is critical for identifying delays in the process.

Why this answer

Reducing work in progress and minimizing handoffs are classic ways to improve flow metrics.

16
MCQmedium

During a Retrospective, the team observes that the 'Definition of Done' is inconsistently applied, leading to technical debt. What is the most effective approach to fix this?

A.Facilitate a team session to review and update the Definition of Done, ensuring it is clear and actionable.
B.Shift the responsibility of 'Done' entirely to the QA team.
C.Create a new 'Definition of Done' for every story to ensure uniqueness.
D.Implement a stricter performance review for team members who ignore the DoD.
E.Ask the Scrum Master to personally inspect all code before it is marked as done.
AnswerA

Team ownership of the DoD is critical for adherence and quality improvement.

Why this answer

Reviewing and reinforcing the Definition of Done ensures everyone understands quality standards and reduces ambiguity.

17
Multi-Selectmedium

Which TWO of the following are effective ways to foster 'meaningful outcomes' rather than just 'output'?

Select 2 answers
A.Ensuring the team follows the documented process perfectly every time.
B.Utilizing MVPs (Minimum Viable Products) to validate hypotheses with real users.
C.Prioritizing tasks based solely on the developer's preference for new technology.
D.Focusing on delivering high-value features based on customer feedback and data.
E.Defining success by the number of stories closed per sprint.
AnswersB, D

Validating hypotheses ensures you are building the right thing for the customer.

Why this answer

Meaningful outcomes are achieved by focusing on customer feedback and testing hypotheses to ensure what is built actually delivers value.

18
Multi-Selectmedium

Which TWO things should a practitioner consider when setting WIP limits?

Select 2 answers
A.The identified bottlenecks in the workflow.
B.The total team capacity.
C.The number of managers.
D.The total budget.
E.The number of project phases.
AnswersA, B

Limits are used to control flow through bottlenecks.

Why this answer

Team capacity and the current bottlenecks are the primary factors in setting effective WIP limits.

19
Multi-Selectmedium

Which THREE techniques improve communication within distributed agile teams?

Select 3 answers
A.Shared digital collaboration boards (e.g., Kanban boards).
B.Strictly communicating through email.
C.Structured asynchronous communication tools.
D.High-quality video conferencing.
E.Forbidding instant messaging.
AnswersA, C, D

Provides visibility for everyone.

Why this answer

Video conferencing, collaborative digital boards, and structured asynchronous updates are essential for remote team communication.

20
MCQhard

During a multi-team project, teams are frequently blocked by infrastructure delays. What is the most effective way to address this at the organizational level?

A.Establish a dedicated 'Enabler' team or service-level agreement for infrastructure support.
B.Escalate to the CEO.
C.Ask each team to build their own infrastructure.
D.Stop all infrastructure improvements.
AnswerA

This provides a predictable way to handle infrastructure needs.

Why this answer

Infrastructure as a service or specialized teams can help remove these common blockers permanently.

21
MCQeasy

What is the goal of 'Continuous Improvement' in Agile?

A.To work longer hours.
B.To increase the number of managers.
C.To enhance processes and delivery efficiency over time.
D.To reduce the team size.
AnswerC

This is the core of Kaizen and agile retrospectives.

Why this answer

Continuous improvement focuses on refining processes to increase quality, efficiency, and team morale.

22
MCQmedium

A team is experiencing frequent bottlenecks at the 'Quality Assurance' stage of their Kanban board. Which metric would provide the most insight into the nature of this bottleneck?

A.Sprint burndown chart.
B.Throughput run chart.
C.Lead time distribution chart.
D.Cumulative Flow Diagram.
E.Cycle time scatterplot.
AnswerD

The widening of a band in a CFD indicates a bottleneck where work is queuing.

Why this answer

Cumulative Flow Diagrams (CFD) visualize the work in progress across stages, highlighting exactly where work is accumulating.

23
MCQmedium

A project is experiencing significant scope creep. How should the practitioner handle this to protect the team's delivery capacity?

A.Add more hours to the work week for the team.
B.Delete the backlog to force a restart.
C.Accept all new requests to please stakeholders.
D.Ask the Product Owner to evaluate and prioritize requests against the current sprint goal.
AnswerD

The PO is responsible for balancing scope and priorities.

Why this answer

Strict scope control via the Product Owner ensures the team focuses on agreed-upon items.

24
MCQmedium

A team is struggling with frequent context switching during their sprint. Which lean technique should the practitioner implement to optimize end-to-end flow?

A.Add more team members to distribute the workload.
B.Conduct a daily stand-up meeting for longer durations.
C.Increase the sprint duration to allow more time for tasks.
D.Implement strict Work In Progress (WIP) limits on the Kanban board.
AnswerD

WIP limits directly address context switching by restricting the number of active items.

Why this answer

WIP limits help teams focus on finishing current tasks before starting new ones, reducing context switching.

25
MCQhard

An enterprise organization is struggling to coordinate agile delivery across global time zones. What is the most effective approach?

A.Stop all collaboration.
B.Only work with teams in the same time zone.
C.Schedule core overlapping hours for synchronization and use asynchronous communication tools.
D.Force all teams to work the same hours.
AnswerC

This balances sync coordination with flexible work hours.

Why this answer

Establishing clear communication protocols and overlapping hours helps teams coordinate effectively.

26
MCQhard

How can a practitioner best support a team that is feeling overwhelmed by 'agile ceremonies'?

A.Mandate attendance without explanation.
B.Increase the frequency of meetings.
C.Facilitate discussions to streamline and ensure the value of each ceremony is clear.
D.Cancel all ceremonies.
AnswerC

Refining the process helps keep meetings meaningful.

Why this answer

The practitioner should help the team streamline meetings to ensure they remain valuable and efficient.

27
Multi-Selecteasy

Which THREE items are typically discussed during a sprint retrospective?

Select 3 answers
A.Individual salary negotiations.
B.Product design details.
C.Action items for the next sprint.
D.What could be improved.
E.What went well.
AnswersC, D, E

These ensure change happens.

Why this answer

Retrospectives cover what went well, what could be improved, and action items for the next sprint.

28
MCQeasy

The Product Owner wants to prioritize items based on the 'Cost of Delay'. What does this metric measure?

A.The potential revenue or value lost by delaying the delivery of a feature.
B.The total budget allocated to a specific feature.
C.The time taken to fix defects found during UAT.
D.The number of hours spent by developers waiting for requirements.
E.The penalty paid to vendors for late delivery.
AnswerA

Cost of Delay quantifies the financial impact of postponing a deliverable.

Why this answer

Cost of Delay helps teams understand the economic impact of not having a feature available by a certain date.

29
Multi-Selecthard

Which TWO aspects of team culture are most important for optimizing flow?

Select 2 answers
A.Psychological safety.
B.Collective ownership.
C.Individual competition.
D.Strict hierarchy.
E.High-pressure deadlines.
AnswersA, B

Encourages the team to speak up and improve.

Why this answer

Psychological safety and collective ownership are critical for teams to work efficiently and improve their processes.

30
MCQmedium

A team member is consistently finishing their tasks early but other members are struggling. How should the team respond to optimize flow?

A.Assign them more tasks than anyone else.
B.Encourage the team member to assist others with their tasks.
C.Ignore the imbalance.
D.Ask them to start working on next sprint's items.
AnswerB

This fosters collaboration and collective ownership.

Why this answer

Agile teams succeed together; members should help others to ensure the whole team hits the sprint goal.

31
Multi-Selecteasy

Which THREE artifacts are commonly used in agile delivery?

Select 3 answers
A.Burndown Chart.
B.Product Backlog.
C.Annual Financial Report.
D.Sprint Backlog.
E.Individual Performance Review.
AnswersA, B, D

Tracks work progress.

Why this answer

The Product Backlog, Sprint Backlog, and Burndown charts are standard, fundamental agile artifacts.

32
Multi-Selectmedium

Which TWO techniques are effective for managing cross-team dependencies in a scaled agile environment?

Select 2 answers
A.Adding more middle managers.
B.Scrum of Scrums.
C.Increasing sprint lengths.
D.Individual performance reviews.
E.Visual dependency mapping boards.
AnswersB, E

This is a standard for cross-team coordination.

Why this answer

Scrum of Scrums and dependency mapping boards are standard tools for managing dependencies between teams.

33
MCQeasy

What does the 'P' in INVEST stand for?

A.The question contains a trick; P is not part of INVEST.
B.Prioritized.
C.Precise.
D.Productive.
AnswerA

INVEST stands for Independent, Negotiable, Valuable, Estimable, Small, Testable.

Why this answer

INVEST stands for Independent, Negotiable, Valuable, Estimable, Small, Testable. P is not in the acronym. Wait, the question is a trick.

34
MCQhard

An organization is moving from project-based to product-based funding. How should the agile practitioner advise the team to measure success?

A.Report primarily on task completion percentages from the Jira dashboard.
B.Utilize value-based metrics like Net Promoter Score (NPS) and Customer Acquisition Cost (CAC).
C.Track the number of features delivered per quarter.
D.Focus on budget adherence and total project spend.
AnswerB

These are recognized product metrics that align with organizational business goals.

Why this answer

Product-based delivery focuses on outcomes, not the output of a specific project plan.

35
MCQeasy

What does a 'Definition of Done' ensure in an agile delivery?

A.That the project budget is not exceeded.
B.That the team is working the required number of hours.
C.That all requirements have been met regardless of effort.
D.A common understanding of quality and readiness criteria for increments.
AnswerD

This provides transparency and consistency.

Why this answer

The Definition of Done ensures a shared understanding of quality and completeness for all deliverables.

36
MCQmedium

A team is struggling with high levels of 'technical debt' that slow down new feature delivery. What should the team do?

A.Request a new budget to hire external experts.
B.Stop all new feature work for a year to fix everything.
C.Ignore the debt and continue adding features.
D.Allocate a percentage of each sprint's capacity to address technical debt.
AnswerD

Incremental debt reduction is the standard agile approach.

Why this answer

Technical debt must be managed and paid down incrementally to improve delivery speed.

37
MCQmedium

A team is having difficulty estimating task sizes. What activity should the practitioner facilitate?

A.Individual guessing.
B.Expert estimation by the manager.
C.Using historical data from different projects.
D.Planning Poker.
AnswerD

Planning Poker uses group consensus to improve estimation.

Why this answer

Planning Poker is a consensus-based estimation technique that improves accuracy and team alignment.

38
MCQhard

A large agile project requires coordinating work across four teams. How should the practitioner handle dependency management?

A.Require all teams to participate in a daily Scrum of Scrums.
B.Stop all work until the dependencies are resolved.
C.Assign a single manager to direct all four teams.
D.Merge all teams into one large team to simplify communication.
AnswerA

This allows teams to surface and resolve dependencies daily.

Why this answer

Scrum of Scrums is a standard framework for cross-team coordination in agile at scale.

39
Multi-Selectmedium

Which THREE practices contribute to a healthy, continuous delivery pipeline?

Select 3 answers
A.Manual gatekeepers for every change.
B.Automated deployment.
C.Working without documentation.
D.Continuous integration.
E.Automated testing.
AnswersB, D, E

Allows for rapid and reliable releases.

Why this answer

Automated testing, continuous integration, and automated deployment are essential components of a continuous delivery pipeline.

40
MCQeasy

An agile team is coordinating tasks across multiple cross-functional teams. Which meeting is most effective for synchronizing dependencies?

A.Sprint Retrospective.
B.Daily Stand-up.
C.Scrum of Scrums.
D.Sprint Planning.
AnswerC

Scrum of Scrums addresses dependencies between multiple teams.

Why this answer

The Scrum of Scrums is designed specifically for cross-team coordination.

41
MCQhard

An organization is transitioning to agile but struggles with siloed teams. Which approach best optimizes the end-to-end flow of delivery?

A.Standardize all software tools across the organization.
B.Reorganize into cross-functional teams aligned to value streams.
C.Implement a waterfall project plan to force coordination.
D.Increase the number of status reporting meetings.
AnswerB

Value stream alignment eliminates silos by keeping cross-functional talent together.

Why this answer

Organizing around value streams minimizes handoffs between siloed teams.

42
MCQmedium

A team has been consistently delivering high-quality software, but stakeholders complain that the features delivered are not the most valuable for the current market. What should the team do to align better with organizational priorities?

A.Ignore stakeholder feedback and continue working on the current roadmap.
B.Increase the frequency of deployments to deliver more features faster.
C.Work with the Product Owner to re-evaluate the product backlog against the current business value and ROI criteria.
D.Implement a new automated testing suite to improve quality.
E.Request a larger budget from management to cover more features.
AnswerC

Reprioritization is a collaborative effort between the team and PO to ensure alignment with goals.

Why this answer

The team needs to re-engage with the Product Owner to ensure the product backlog is ordered according to business value and strategic goals.

43
MCQeasy

What is the primary purpose of a sprint review?

A.To discuss team conflicts.
B.To calculate velocity.
C.To inspect the product and adapt the backlog based on stakeholder feedback.
D.To plan the next sprint.
AnswerC

This is the core objective of the review.

Why this answer

The sprint review is for demonstrating completed work to stakeholders and gathering feedback.

44
Multi-Selecteasy

Which TWO roles are fundamental to the success of an agile team?

Select 2 answers
A.External Auditor.
B.Scrum Master or Team Facilitator.
C.Marketing Manager.
D.Product Owner.
E.Chief Financial Officer.
AnswersB, D

Responsible for coaching and removing blockers.

Why this answer

The Product Owner and the Scrum Master (or team lead/facilitator) are core roles in most agile frameworks.

45
MCQmedium

During sprint planning, the team discovers they cannot complete a high-priority feature due to a technical blocker. What should the practitioner do?

A.Extend the sprint to accommodate the blocker.
B.Remove the feature from the product backlog entirely.
C.Ignore the blocker and hope the team finishes.
D.Facilitate a discussion to find an alternative or escalate if needed.
AnswerD

Proactive management of blockers is key to delivery.

Why this answer

The practitioner should work with the team to identify a solution or seek assistance, but the priority is to keep delivery moving.

46
MCQeasy

Which document is most important for defining the product vision?

A.Team calendar.
B.Product Roadmap.
C.Sprint burndown.
D.Meeting minutes.
AnswerB

The roadmap captures the strategic vision.

Why this answer

The Product Roadmap outlines the strategic vision and direction for the product.

47
MCQmedium

A project is failing to deliver value because the features are too large. What is the recommended strategy?

A.Stop the project.
B.Decompose epics into smaller, investable user stories.
C.Hire more testers.
D.Keep the features large to avoid complexity.
AnswerB

Smaller stories allow for incremental delivery.

Why this answer

Breaking down large features (epics) into smaller, manageable user stories allows for faster delivery and feedback.

48
MCQhard

A team is using a WIP (Work In Progress) limit of 3 on their 'Testing' column. A developer moves a fourth item into 'Testing' because the current items are blocked by a third party. What is the most agile way to handle this?

A.Move the blocked items back to the 'Development' column.
B.Stop starting new work and assist the testers or address the block with the third party.
C.Increase the WIP limit to 4 to accommodate the new item.
D.Ask the Product Owner to prioritize the next task for the developer.
E.Allow the fourth item to move into testing to keep developers busy.
AnswerB

The team should 'swarm' the bottleneck or assist the testers, adhering to the WIP limit to optimize flow.

Why this answer

Adhering to WIP limits forces teams to address the root cause of the block (the third party) instead of starting new work.

49
MCQeasy

Which of the following is an effective way to prioritize a product backlog based on organizational goals?

A.First come, first served.
B.Random selection.
C.MoSCoW method.
D.Assigning tasks by individual preference.
AnswerC

MoSCoW aligns features with business necessity.

Why this answer

MoSCoW (Must have, Should have, Could have, Won't have) is a standard technique for prioritizing based on business value.

50
Multi-Selecthard

Which THREE techniques help minimize context switching?

Select 3 answers
A.Strict WIP limits.
B.Increasing the number of meetings.
C.Focusing on one feature at a time.
D.Scheduling dedicated time for deep work.
E.Assigning multiple tasks to each person.
AnswersA, C, D

Prevents overloading the team.

Why this answer

Limiting WIP, focusing on one task at a time, and blocking out focused work time are all effective at reducing context switching.

51
Multi-Selecthard

Which THREE metrics should a practitioner focus on to measure end-to-end delivery performance?

Select 3 answers
A.Number of coffee breaks taken.
B.Cycle Time.
C.Throughput.
D.Lead Time.
E.Employee age.
AnswersB, C, D

Measures the time to complete a single unit of work.

Why this answer

Cycle time, throughput, and lead time are the most critical metrics for measuring end-to-end flow.

52
MCQeasy

During a sprint planning session, the team realizes that the current sprint backlog contains items with significantly higher effort than the team's historical average velocity. What is the most appropriate action for the Scrum Master to facilitate?

A.Remove the items from the backlog entirely until the team's velocity improves.
B.Encourage the Product Owner to split the large backlog items into smaller, INVEST-compliant user stories.
C.Assign the large items to senior developers only to ensure completion.
D.Increase the sprint duration to accommodate the large items.
AnswerB

Splitting stories is the standard agile practice to improve flow and estimation accuracy.

Why this answer

The Scrum Master should guide the team to break down large items into smaller, more manageable increments to ensure they fit within the sprint's capacity.

53
Multi-Selecthard

Which TWO actions should a practitioner take when the team is consistently failing to meet the Definition of Done?

Select 2 answers
A.Fire the team.
B.Review and potentially refine the Definition of Done to ensure it is achievable and clear.
C.Facilitate a retrospective to identify the root cause of the failures.
D.Lower the standards to match current output.
E.Publicly shame the team.
AnswersB, C

The DoD must be realistic yet maintain high quality.

Why this answer

Refining the DoD and identifying the root cause in a retrospective are the right steps to improve quality.

54
MCQeasy

Which metric is most useful for measuring the team's ability to deliver consistent value per iteration?

A.Individual task duration.
B.Velocity.
C.Team morale survey scores.
D.Number of meetings attended.
AnswerB

Velocity is a primary metric for tracking output over time.

Why this answer

Velocity tracks the amount of work completed in an iteration, providing a baseline for future planning.

55
MCQeasy

A team is struggling to maintain a consistent cadence due to external dependencies. Which action best aligns with optimizing end-to-end flow?

A.Switch to Kanban to eliminate the need for sprint planning.
B.Lengthen the sprint duration to allow more time for external teams to respond.
C.Assign a dedicated project manager to track dependency status manually.
D.Implement a formal dependency board to visualize blockers and upstream/downstream impacts.
AnswerD

Visualizing flow is a core principle of improving throughput.

Why this answer

Visualizing dependencies helps identify bottlenecks in the flow of work.

56
Multi-Selectmedium

Which TWO strategies are recommended for managing a product backlog that has grown too large?

Select 2 answers
A.Archive or remove low-priority items that are unlikely to be built.
B.Delete the entire backlog.
C.Increase the sprint size to finish it all.
D.Assign all items to developers.
E.Regularly refine and prioritize the backlog with the Product Owner.
AnswersA, E

This keeps the backlog focused and manageable.

Why this answer

Refinement and archiving old items are effective ways to manage a bloated backlog.

57
MCQmedium

A team is struggling with meeting their sprint goals. What is the best strategy to improve delivery reliability?

A.Increase velocity targets arbitrarily.
B.Focus on improving estimation accuracy and managing capacity effectively.
C.Force the team to work weekends.
D.Decrease the quality standards.
AnswerB

Better estimation allows for more realistic planning.

Why this answer

Refining the estimation process and capacity planning is crucial for reliable delivery.

58
MCQhard

The organization wants to move from monthly releases to continuous delivery. What is the most important technical requirement for this transition?

A.Hire more developers.
B.Implement automated build and testing pipelines.
C.Lower the security standards.
D.Stop all documentation.
AnswerB

Automation is foundational to continuous delivery.

Why this answer

Continuous delivery requires automated testing and deployment pipelines to ensure quality and speed.

59
MCQeasy

Which visual tool is best suited for identifying bottlenecks in a team's workflow?

A.Budget report.
B.Gantt chart.
C.Pie chart of tasks.
D.Kanban board.
AnswerD

Kanban boards make workflow stages and bottlenecks visible.

Why this answer

A Kanban board visualizes the flow of work, making bottlenecks obvious.

60
MCQmedium

A team is using cumulative flow diagrams to identify bottlenecks. The chart shows a widening gap between the 'In Progress' and 'Done' states. What does this indicate?

A.The team is highly efficient.
B.The sprint is ahead of schedule.
C.There is a bottleneck preventing work from moving to 'Done'.
D.The team has stopped working.
AnswerC

This suggests items are getting stuck in the 'In Progress' state.

Why this answer

A widening gap indicates that items are entering 'In Progress' faster than they are being completed.

61
MCQmedium

A stakeholder wants to change the project priority halfway through the project. What is the practitioner's role?

A.Help the Product Owner assess the impact and update the product backlog.
B.Immediately implement the change.
C.Refuse the change.
D.Tell the stakeholder to wait until the project ends.
AnswerA

The PO manages the backlog based on new information.

Why this answer

The practitioner ensures the Product Owner has the information to make an informed decision about the change.

62
MCQmedium

A practitioner wants to improve team engagement during the retrospective. What technique should they use?

A.Strict time-keeping by a manager.
B.Mandatory silent reading.
C.Annual performance reviews.
D.'Start, Stop, Continue' activity.
AnswerD

This is a standard, highly effective retrospective format.

Why this answer

Techniques like 'Start, Stop, Continue' structure the conversation to gather actionable insights.

63
MCQhard

An organization is scaling agile across five teams working on a single product. To optimize the end-to-end delivery flow, the teams identify dependencies between them. Which approach best coordinates this cross-team delivery?

A.Assign a dedicated project manager to track every individual task across all teams.
B.Combine all five teams into one large daily stand-up meeting.
C.Mandate that all teams use the same velocity reporting tool.
D.Request that teams ignore dependencies until the final integration sprint.
E.Implement a Scrum of Scrums meeting to discuss cross-team dependencies and integration blockers.
AnswerE

This provides a dedicated forum to resolve inter-team dependencies and align on delivery goals.

Why this answer

The Scrum of Scrums (SoS) is a standard technique for cross-team coordination, specifically focusing on dependencies and integration points.

64
MCQeasy

Which of the following is a key component of a good user story?

A.A fixed deadline.
B.A 20-page document.
C.INVEST criteria.
D.Detailed technical specifications.
AnswerC

INVEST is the widely accepted model for effective stories.

Why this answer

INVEST criteria (Independent, Negotiable, Valuable, Estimable, Small, Testable) are the standard for high-quality user stories.

65
Multi-Selecthard

Which THREE factors are critical when aligning agile work with organizational priorities?

Select 3 answers
A.Value-based prioritization.
B.Strategic business objectives.
C.Personal developer interests.
D.Stakeholder feedback loops.
E.The number of emails sent.
AnswersA, B, D

This ensures the most important work is done first.

Why this answer

Strategic alignment, stakeholder input, and value-based prioritization are crucial for keeping the team on track.

Ready to test yourself?

Try a timed practice session using only Delivery questions.