CCNA Agile Frameworks Questions

75 of 96 questions · Page 1/2 · Agile Frameworks topic · Answers revealed

1
MCQeasy

A company transitioning from a waterfall to a Scrum framework wants to ensure continuous improvement. Which Scrum event is specifically designed for inspecting and adapting the process?

A.Daily Scrum
B.Sprint Review
C.Sprint Retrospective
D.Sprint Planning
AnswerC

The Sprint Retrospective is the dedicated event for the Scrum Team to inspect its own process and create a plan for improvements to be enacted during the next Sprint.

Why this answer

Option A is correct because the Sprint Retrospective is focused on the team's process and how they can improve. Option B is wrong as Sprint Review inspects the product. Option C is wrong as Daily Scrum coordinates daily work.

Option D is wrong as Sprint Planning plans the sprint.

2
MCQmedium

During Sprint Planning, the Product Owner proposes a user story that is too large to fit in one Sprint. What should the team do?

A.Collaboratively break down the story into smaller, sprint-sized stories.
B.Reject the story and ask for a smaller one.
C.Accept the story and work overtime to complete it.
D.Accept the story and commit to completing it in the Sprint.
AnswerA

Decomposition is a standard Agile practice.

Why this answer

In Scrum, user stories that are too large (often called 'epics') must be decomposed into smaller, sprint-sized stories during Sprint Planning. The Product Owner and Development Team collaboratively break down the story to ensure each piece can be completed within a single Sprint, maintaining the Sprint Goal and timebox. This aligns with the Agile principle of sustainable pace and the Scrum Guide's emphasis on the Development Team's self-organization to determine how to deliver the Product Backlog items.

Exam trap

PMI often tests the misconception that the Product Owner alone decides story size or that the team should simply reject or accept oversized stories, but the correct Scrum practice is collaborative decomposition during Sprint Planning.

How to eliminate wrong answers

Option B is wrong because rejecting the story outright violates the collaborative nature of Sprint Planning; the team should work with the Product Owner to refine the backlog, not simply refuse work. Option C is wrong because accepting a story that is too large and working overtime contradicts the Agile principle of sustainable pace and the Scrum rule that the Sprint timebox is fixed; overtime is not a standard practice for handling oversized stories. Option D is wrong because committing to complete a story that is too large for one Sprint is unrealistic and undermines the Sprint Goal, leading to likely failure and loss of trust in the team's commitments.

3
Multi-Selecthard

Which THREE are principles of the Agile Manifesto? (Choose three.)

Select 3 answers
A.Deliver working software frequently, with a preference to the shorter timescale.
B.Business people and developers must work together daily throughout the project.
C.Welcome changing requirements, even late in development.
D.Use pair programming for all production code.
E.Individuals and interactions over processes and tools.
AnswersA, B, C

This is principle #3.

Why this answer

Option A is correct because the Agile Manifesto explicitly states 'Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale.' This principle emphasizes iterative delivery and rapid feedback cycles, which are core to Agile frameworks like Scrum and XP.

Exam trap

PMI often tests the distinction between the four Agile values and the twelve Agile principles, so candidates must memorize which statements belong to each category to avoid selecting a value when the question asks for a principle.

4
MCQhard

You are the project manager for a cross-functional team developing a mobile banking application using Scrum. The team consists of 7 members: 3 developers, 2 testers, 1 UX designer, and 1 product owner. The product owner is highly available and prioritizes the backlog weekly. The team has been working for 3 months and consistently delivers each sprint. However, after the last sprint review, stakeholders complained that the product does not meet their expectations—specifically, the user interface is not intuitive, and a critical security feature is missing. The product owner insists that the backlog items were clearly defined and prioritized. The development team argues that they followed the acceptance criteria exactly. Retrospectives have been unproductive, with team members blaming each other. The Scrum Master is frustrated. Based on the Scrum Guide, what is the MOST likely root cause of these issues?

A.The team did not conduct a proper sprint review to gather stakeholder feedback early.
B.The development team did not collaborate enough with the Product Owner during the sprint.
C.The Scrum Master failed to facilitate effective retrospectives and team collaboration.
D.The Product Owner did not sufficiently refine the Product Backlog and ensure acceptance criteria were clear and complete.
AnswerD

The Product Owner is accountable for the backlog's clarity and value; missing features indicate inadequate refinement.

Why this answer

Option D is correct because the root cause is that the Product Owner failed to sufficiently refine the Product Backlog and ensure acceptance criteria were clear and complete. The stakeholders' complaints about an unintuitive UI and missing critical security feature indicate that the Product Owner did not validate the backlog items against stakeholder expectations or include non-functional requirements (like security) in the acceptance criteria. According to the Scrum Guide, the Product Owner is responsible for ensuring that the Product Backlog is transparent, visible, and understood, which includes refining items to a level of detail that enables the team to deliver value.

Exam trap

The trap here is that candidates often blame the development team for not collaborating or the Scrum Master for poor facilitation, but the CAPM exam emphasizes the Product Owner's accountability for backlog clarity and stakeholder alignment, especially when missing critical features like security or usability.

How to eliminate wrong answers

Option A is wrong because the sprint review is an opportunity to inspect the increment and adapt the Product Backlog, but the team has been conducting sprint reviews and stakeholders only complained after the last one; the issue is not about the timing of feedback but about the backlog items themselves lacking critical requirements. Option B is wrong because the development team collaborated with the Product Owner as evidenced by following the acceptance criteria exactly; the problem is that the acceptance criteria were incomplete, not that collaboration was lacking. Option C is wrong because while the Scrum Master facilitates retrospectives, the unproductive retrospectives are a symptom of deeper issues (unclear backlog and blame culture), not the root cause; the Scrum Master's frustration is a result of the team's inability to identify the real problem.

5
MCQeasy

A Scrum team has a Product Backlog Item (PBI) that is too large to be completed in one sprint. What is the best action for the team to take?

A.Ask the Product Owner to break the PBI into smaller PBIs.
B.Add the PBI to the sprint backlog and try to complete it.
C.Move the PBI to the next sprint to allow more time.
D.Remove the PBI from the product backlog entirely.
AnswerA

Decomposition is a standard practice to ensure PBIs fit within a sprint.

Why this answer

The correct action is to ask the Product Owner to break down the PBI into smaller, more manageable items. Large PBIs are difficult to estimate and complete within a sprint, so decomposition is key. Option A is wrong because adding it to the sprint backlog would risk incomplete work.

Option C is wrong because deferring does not solve the issue. Option D is too drastic and may lose value.

6
Multi-Selecteasy

Which THREE are events in the Scrum framework? (Choose three)

Select 3 answers
A.Grooming
B.Sprint Retrospective
C.Daily Stand-up
D.Sprint Planning
E.Release Planning
AnswersB, C, D

Sprint Retrospective is a Scrum event.

Why this answer

Options A, B, and E are correct. Sprint Planning, Daily Stand-up (Daily Scrum), and Sprint Retrospective are official Scrum events. Option C (Release Planning) is not a Scrum event; it may be part of other frameworks.

Option D (Grooming) is not an official event; backlog refinement is an ongoing activity.

7
MCQmedium

Refer to the exhibit. What is the most likely explanation for the data?

A.The sprint duration is too short.
B.The team is highly productive.
C.The story points are overestimated.
D.The team has not begun the sprint work.
AnswerD

Zero completion across all days strongly suggests work has not started.

Why this answer

Option B is correct. The exhibit shows no completed work across all 10 days, indicating the team has not started. Option A is false.

Option C is not supported. Option D is possible but less likely than the team not having begun work.

8
Multi-Selecthard

Which THREE of the following are core values of the Agile Manifesto?

Select 3 answers
A.Individuals and interactions over processes and tools.
B.Responding to change over following a plan.
C.Following a plan over responding to change.
D.Working software over comprehensive documentation.
E.Contract negotiation over customer collaboration.
AnswersA, B, D

This is one of the four values.

Why this answer

Option A is correct because the Agile Manifesto explicitly values 'Individuals and interactions over processes and tools.' This means that while processes and tools are important, the people doing the work and how they communicate take precedence. The Manifesto emphasizes that collaboration and human factors drive project success more than rigid adherence to prescribed procedures.

Exam trap

The trap here is that PMI often tests candidates by presenting the exact opposite of a Manifesto value (e.g., 'Following a plan over responding to change') as a plausible option, exploiting the common misconception that Agile means 'no planning' rather than 'adaptive planning.'

9
MCQhard

A distributed Scrum team is having difficulty with communication across time zones. The Daily Scrum is scheduled at 9 AM in the US, which is midnight in India. What is the best approach to resolve this?

A.Record the Daily Scrum for the India team to watch later.
B.Replace the Daily Scrum with asynchronous updates.
C.Rotate the time of the Daily Scrum so that no one is always inconvenienced.
D.Hold two separate Daily Scrums for each location.
AnswerC

Fair rotation supports team collaboration.

Why this answer

Option C is correct because rotating the Daily Scrum time shares the inconvenience of time zone differences equitably across the distributed team, preserving the event's purpose of daily synchronization and inspection. The Scrum Guide requires the Daily Scrum to be held at the same time and place each day, but for distributed teams, rotating the time is an acceptable adaptation that maintains the event's time-boxed, collaborative nature without breaking the inspect-and-adapt cycle.

Exam trap

The trap here is that candidates often choose Option B (asynchronous updates) because it seems efficient, but the CAPM exam tests that the Daily Scrum must remain a synchronous, collaborative event for the Development Team, not a reporting mechanism.

How to eliminate wrong answers

Option A is wrong because recording the Daily Scrum for later viewing eliminates real-time collaboration, inspection, and adaptation, violating the Scrum principle that all team members should synchronize their work daily. Option B is wrong because replacing the Daily Scrum with asynchronous updates removes the essential face-to-face (or real-time) communication and commitment that the event is designed to foster, turning it into a status report rather than a planning session. Option D is wrong because holding two separate Daily Scrums fragments the team, preventing cross-location synchronization and undermining the single-team accountability that Scrum requires.

10
MCQmedium

In a hybrid agile project, the team uses Scrum for development but the organization requires a detailed upfront plan. How can the team comply while staying agile?

A.Ignore the organizational requirement and continue with pure Scrum.
B.Create a high-level plan early and elaborate as work progresses.
C.Use predictive planning for the entire project.
D.Create a detailed plan and revise it only at the end.
AnswerB

This satisfies the need for an initial plan while allowing flexibility.

Why this answer

Option C is correct. Creating a high-level plan early and elaborating as work progresses balances agile principles with organizational needs. Option A is too late.

Option B is not agile. Option D ignores the requirement.

11
Multi-Selecthard

Which THREE principles are common to multiple agile methodologies?

Select 3 answers
A.Comprehensive documentation over working software.
B.Individuals and interactions over processes and tools.
C.Customer collaboration over contract negotiation.
D.Responding to change over following a plan.
E.Following a plan over responding to change.
AnswersB, C, D

This is a core value of the Agile Manifesto.

Why this answer

Options A, C, and E are correct. These are from the Agile Manifesto: Individuals and interactions, Customer collaboration, and Responding to change. Option B is the opposite of the Manifesto's value (working software over comprehensive documentation).

Option D is the opposite of responding to change.

12
MCQmedium

A team is working on a project with high uncertainty. Which agile framework is most suitable?

A.Waterfall
B.V-Model
C.Kanban
D.Scrum
AnswerD

Scrum provides defined roles, time-boxed iterations, and regular inspection/adaptation.

Why this answer

Option A is correct because Scrum's iterative approach with frequent feedback loops is well-suited for uncertainty. Option B (Kanban) is more flow-based and less prescribed. Option C (Waterfall) is plan-driven, not agile.

Option D (V-Model) is also plan-driven and sequential.

13
MCQhard

A Kanban team notices that cycle time is increasing despite stable demand. Which action is most likely to reduce cycle time?

A.Add more developers to the team.
B.Use pair programming for all development tasks.
C.Increase WIP limits to allow more work in progress.
D.Implement continuous integration to reduce integration delays.
AnswerD

CI automates integration and testing, reducing wait times and defects.

Why this answer

Implementing continuous integration reduces integration delays and defects, which directly lowers cycle time. Increasing WIP limits (A) would likely increase cycle time. Pair programming (C) may improve quality but not primarily cycle time.

Adding more team members (D) can increase handoffs and slow flow.

14
MCQeasy

In Kanban, what is the primary purpose of limiting Work in Progress (WIP)?

A.To reduce multitasking and improve focus.
B.To ensure each task is done correctly the first time.
C.To increase throughput.
D.To make the team work faster.
AnswerA

Limiting WIP prevents team members from juggling too many tasks at once.

Why this answer

Limiting WIP reduces multitasking and context switching, which improves flow and throughput. Option A is a result but not the primary purpose. Option C is quality-related but not the main goal.

Option D is incorrect because limiting WIP often slows down individual tasks but increases overall throughput.

15
MCQeasy

Which of the following is a key benefit of using a Kanban board?

A.Fixed time iterations.
B.Visualizing the workflow.
C.Sprint planning ceremonies.
D.Defined roles such as Product Owner.
AnswerB

Visual boards are central to Kanban to show work progress.

Why this answer

Kanban boards make the workflow visible, showing the status of each work item. Options A, C, and D are characteristics of Scrum, not Kanban.

16
MCQhard

An organization is scaling Scrum across multiple teams. They have dependencies between teams that cause delays. What is the most appropriate framework to address this?

A.Use the Scaled Agile Framework (SAFe) with program increment planning.
B.Keep teams independent by decoupling all dependencies.
C.Have all teams work in the same Sprint but with no synchronization.
D.Use a separate integration team to handle dependencies.
AnswerA

SAFe's PI planning aligns teams around shared goals and explicitly manages dependencies.

Why this answer

Option A is correct because SAFe provides program increment planning to synchronize teams and manage dependencies. Option B is ideal but often impractical. Option C creates a bottleneck.

Option D ignores the need for coordination.

17
MCQmedium

A team using Scrum consistently fails to complete all planned work in a sprint. What should the Scrum Master do first?

A.Add more team members.
B.Help the team break down user stories into smaller pieces.
C.Remove the Product Owner from daily stand-ups.
D.Increase the sprint length.
AnswerB

Smaller stories enable better estimation and completion within the sprint.

Why this answer

Option B is correct because breaking stories into smaller pieces helps the team better estimate and complete work within the sprint. Option A is wrong because increasing sprint length reduces feedback frequency. Option C is wrong because adding members doesn't fix sizing issues.

Option D is wrong because the Product Owner should attend daily stand-ups.

18
MCQeasy

Refer to the exhibit. What issue does the Kanban board reveal?

A.Not enough items are done.
B.The backlog is too large.
C.The WIP limit is exceeded.
D.The team is overworked.
AnswerC

The In Progress column has 4 items, exceeding the limit of 3.

Why this answer

Option A is correct. The In Progress column has 4 items but the WIP limit is 3, showing a violation of the work-in-progress limit. Option B is false.

Option C is not indicated. Option D is a possible symptom but the direct issue is the WIP limit.

19
Multi-Selecthard

According to the Scrum Guide, which THREE of the following are Scrum events?

Select 3 answers
A.Product Backlog Refinement
B.Daily Scrum
C.Sprint Planning
D.Release Planning
E.Sprint Retrospective
AnswersB, C, E

The Daily Scrum is a 15-minute event for the development team.

Why this answer

Scrum defines five events: Sprint, Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective. Product Backlog refinement is an ongoing activity, not an event. Release planning is not part of Scrum.

The other three are official events.

20
Drag & Dropmedium

Drag and drop the steps for initiating a project in the correct order according to PMI's project management framework.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order

Why this order

The project is formally initiated by developing and approving the charter, then identifying stakeholders, assigning the PM, and conducting the kick-off meeting.

21
MCQmedium

A software development team has been using a feature branch workflow with long-lived branches. They frequently experience merge conflicts and integration delays. The team wants to adopt a more agile approach to reduce these issues. Which practice should the team adopt?

A.Adopt continuous integration, integrating code at least daily
B.Implement timeboxed iterations for each feature
C.Implement feature flags to hide incomplete work
D.Use pair programming to improve code quality
AnswerA

Continuous integration ensures frequent merging, reducing merge conflicts and integration delays.

Why this answer

The correct answer is continuous integration (CI), which requires developers to merge their changes into the main branch frequently (at least daily) to detect conflicts early. Feature flags allow incomplete work to be hidden while merged, but the core practice to avoid merge conflicts is CI. Pair programming helps code quality but not integration delays.

Timeboxing is a sprint planning technique, not directly related to integration.

22
Multi-Selectmedium

Which TWO practices are characteristic of Extreme Programming (XP)? (Choose two)

Select 2 answers
A.Test-driven development
B.Daily stand-ups
C.Pair programming
D.Sprint retrospectives
E.Product owner
AnswersA, C

Test-driven development is a core XP practice.

Why this answer

Options A and C are correct. Pair programming and test-driven development are core XP practices. Option B (sprint retrospectives) is from Scrum.

Option D (daily stand-ups) is from Scrum. Option E (product owner) is a Scrum role.

23
Multi-Selecthard

Which THREE roles are defined in the Scrum Guide? (Select THREE)

Select 3 answers
A.Customer
B.Scrum Master
C.Product Owner
D.Development Team
E.Project Manager
AnswersB, C, D

The Scrum Master is a defined role responsible for facilitating Scrum and removing impediments.

Why this answer

Options A, C, and D are correct. The Scrum Guide defines three roles: Scrum Master, Product Owner, and Development Team. Options B and E are not Scrum roles; Project Manager and Customer are external or not part of the Scrum Team.

24
MCQmedium

A startup is using Scrum to develop a mobile app. The product owner has a clear vision and has written detailed user stories for the first release. During sprint planning, the development team estimates that they can complete 40 story points per sprint. However, after two sprints, the team has only completed 30 points per sprint. The product owner is concerned and wants to hold the team accountable. The team says that the estimates were optimistic and that they are still learning the technology. The Scrum Master notices that the team is not using pair programming or test-driven development (TDD) as originally planned. The product owner suggests reducing scope for the next sprint to match the team’s actual velocity. The Scrum Master must decide the best way to proceed. What should the Scrum Master do?

A.Replace the team lead to send a message about accountability
B.Encourage the product owner to use the actual velocity of 30 as the basis for future sprint planning
C.Set a goal of 40 story points and ask the team to be more productive
D.Insist that the team adopt pair programming and TDD immediately to improve productivity
AnswerB

Using empirical data (actual velocity) leads to more realistic planning and reduces pressure on the team.

Why this answer

The team's actual velocity is 30, so planning 40 is unrealistic. The Scrum Master should help the team adjust their estimates based on historical data. Pair programming and TDD could improve quality but may initially slow velocity, so not a quick fix.

Asking the team to work faster without changes won't work. A blame culture is counterproductive.

25
MCQmedium

An XP team is practicing pair programming. A new developer feels uncomfortable because the partner frequently corrects their code. What is the best way to foster a positive pairing experience?

A.Ask the senior developer to only observe and not comment.
B.Have the new developer work alone until they gain more confidence.
C.Discontinue pair programming for that pair.
D.Encourage the pair to set expectations and rotate roles (driver/navigator) regularly.
AnswerD

Clear roles and rotation promote balanced participation and learning.

Why this answer

Option D is correct because setting expectations and rotating roles (driver/navigator) is a core XP practice that fosters collaboration, psychological safety, and skill transfer. In pair programming, the driver writes code while the navigator reviews and suggests improvements; rotating roles ensures both developers contribute equally and learn from each other, reducing the new developer's discomfort by making corrections a shared, constructive process rather than a one-sided critique.

Exam trap

The trap here is that candidates often assume the problem is the senior developer's behavior or the new developer's lack of confidence, leading them to choose isolation (Option B) or avoidance (Option A or C), rather than recognizing that the XP framework provides a structured role-rotation mechanism to resolve such interpersonal friction.

How to eliminate wrong answers

Option A is wrong because asking the senior developer to only observe and not comment defeats the purpose of pair programming, which relies on real-time feedback and knowledge sharing; silent observation prevents the new developer from learning from the senior's expertise. Option B is wrong because having the new developer work alone until they gain more confidence contradicts the XP principle of collective code ownership and continuous collaboration, and it delays the learning that pair programming provides. Option C is wrong because discontinuing pair programming for that pair avoids addressing the root issue of mismatched expectations; it fails to leverage the proven benefits of pair programming and may reinforce the new developer's anxiety rather than building their skills.

26
MCQeasy

A product owner is writing user stories for a new feature. Which of the following is a best practice for ensuring the stories are well-formed?

A.Store all stories in a single document for traceability
B.Assign each story to a specific developer for ownership
C.Write stories after the sprint starts to ensure accuracy
D.Ensure each story is small enough to complete in one sprint
AnswerD

Stories should be sized so they can be completed within a single iteration (INVEST: Small).

Why this answer

The INVEST criteria (Independent, Negotiable, Valuable, Estimable, Small, Testable) are the standard for well-formed user stories. Storing stories in a single document makes them hard to prioritize and track. Assigning stories before the sprint limits flexibility.

Writing stories after the sprint is too late.

27
MCQhard

Refer to the exhibit. The team has a capacity of 5 story points for the sprint. Which items should they commit to?

A.Item 1 only
B.Items 2 and 3
C.Items 1 and 2
D.Item 3 only
AnswerA

Item 1 is the highest priority and fits within the 5-point capacity.

Why this answer

Option A is correct because the team should take the highest-priority item that fits within capacity. Item 1 (High priority, 5 points) fits exactly. Option B is wrong because item 2 (Low) and item 3 (8) exceed capacity.

Option C is wrong because item 1 (5) and item 2 (1) total 6, exceeding capacity. Option D is wrong because item 3 alone exceeds capacity.

28
Drag & Dropmedium

Drag and drop the steps for managing project quality in the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order

Why this order

Quality management starts with planning, then assurance, control, metrics definition, and corrective actions.

29
Multi-Selecteasy

Which TWO are Scrum artifacts? (Choose two.)

Select 2 answers
A.Kanban Board
B.User Story
C.Product Backlog
D.Sprint Backlog
E.Gantt Chart
AnswersC, D

The Product Backlog is an ordered list of work for the product.

Why this answer

The Product Backlog is a Scrum artifact because it is an ordered list of everything that is known to be needed in the product, serving as the single source of requirements for any changes to be made. The Sprint Backlog is also a Scrum artifact, as it comprises the Product Backlog items selected for the Sprint plus a plan for delivering the product Increment and realizing the Sprint Goal. Both are explicitly defined in the Scrum Guide as the three artifacts (along with the Increment).

Exam trap

The trap here is that candidates confuse common Agile tools (like Kanban Boards or User Stories) with the specific Scrum artifacts defined in the Scrum Guide, leading them to select options that are widely used in practice but not formally recognized as artifacts.

30
MCQmedium

During a sprint review, the team demonstrates a new feature to stakeholders. One stakeholder says, 'This isn't what we wanted. We need a completely different approach.' The product owner is upset because the feature took two weeks to build. The team is frustrated because they followed the product owner's specifications exactly. The Scrum Master observes that the product owner did not involve stakeholders during the sprint and based the user stories on assumptions. The product owner wants to add the rework to the next sprint. However, the team's capacity is already full. The Scrum Master needs to help the team and product owner recover. What should the Scrum Master do first?

A.Remove the product owner from the project to prevent future miscommunication
B.Blame the team for not clarifying requirements during the sprint
C.Coach the product owner to collaborate with stakeholders during the sprint to validate assumptions early
D.Add the rework to the next sprint and ask the team to work overtime
AnswerC

Early and frequent feedback prevents such surprises; the product owner should show progress more often.

Why this answer

The root cause is lack of stakeholder involvement during the sprint. The Scrum Master should encourage the product owner to engage stakeholders regularly, perhaps by showing early increments or holding more frequent demos. Adding rework without adjusting scope will cause the team to fail the next sprint.

Blaming the team is inappropriate. Instead, the product owner should renegotiate the sprint goal with the team.

31
MCQeasy

In Scrum, what is the purpose of the Sprint Retrospective?

A.To inspect and adapt the team's process.
B.To review the product increment with stakeholders.
C.To plan the work for the next sprint.
D.To update the product backlog.
AnswerA

The retrospective focuses on process improvement.

Why this answer

The Sprint Retrospective is an opportunity for the team to inspect its own process and create a plan for improvements. Option A is the Sprint Review, Option C is Sprint Planning, and Option D is Product Backlog refinement.

32
MCQmedium

An organization is transitioning from a traditional project management approach to Scrum. The project manager has been reassigned as a Scrum Master but continues to assign tasks to team members and track individual progress. The team is becoming demotivated. What should the Scrum Master do differently?

A.Coach the team to self-organize and take ownership of their work
B.Continue assigning tasks but explain that it is necessary for accountability
C.Switch to Kanban to reduce process overhead
D.Ask the team to write daily status reports to increase visibility
AnswerA

The Scrum Master should foster self-organization and empower the team to decide how to complete their work.

Why this answer

In Scrum, the team is self-organizing and decides how to do the work. The Scrum Master should facilitate the team's ownership of tasks, not assign them. Asking the team to write daily status reports adds bureaucracy.

Changing to Kanban may not be necessary; the issue is the Scrum Master's behavior. Firing team members is not a solution.

33
MCQhard

In the Scaled Agile Framework (SAFe), what is the primary responsibility of the Solution Train Engineer (STE)?

A.Designing the technical architecture for the solution.
B.Acting as a servant leader to coordinate and improve the solution train's delivery.
C.Facilitating the Agile Release Train (ART) ceremonies.
D.Defining the solution vision and roadmap.
AnswerB

The Solution Train Engineer is a servant leader who facilitates the solution train's events, resolves impediments, and drives continuous improvement.

Why this answer

Option D is correct because the Solution Train Engineer is the servant leader responsible for facilitating and guiding the solution train's events and processes, similar to a Release Train Engineer at the program level. Option A is wrong as that describes the Product Manager. Option B is wrong as that describes the System Architect/Engineering.

Option C is wrong as that describes the Release Train Engineer for the ART.

34
MCQhard

A geographically distributed agile team using Scrum is experiencing frequent integration issues and delays caused by incompatible code changes. Which Extreme Programming (XP) practice would best address this problem?

A.Pair programming
B.Continuous integration
C.Test-driven development (TDD)
D.Refactoring
AnswerB

Continuous integration demands frequent merging and automated builds, catching integration conflicts early—critical for distributed teams.

Why this answer

Option B is correct because Continuous Integration (CI) involves merging all developer working copies to a shared mainline several times a day, ensuring early detection of integration issues. Option A is wrong as pair programming focuses on code quality but not specifically integration. Option C is wrong since test-driven development improves unit tests but not integration.

Option D is wrong as refactoring improves design but not integration frequency.

35
Multi-Selecteasy

Which TWO are benefits of using an iterative approach in agile projects?

Select 2 answers
A.Ability to adapt to changing requirements
B.Less documentation is needed
C.Faster feedback from stakeholders
D.Reduced overall project cost
E.Postponed testing until the end of the project
AnswersA, C

Iterations allow the team to reprioritize based on feedback and new information.

Why this answer

Iterative development allows early and frequent delivery of working product increments, enabling faster feedback. With shorter cycles, the team can adapt to changing requirements. Iterations do not necessarily reduce total project cost (often they increase predictability but not cost), and they do not postpone testing—testing occurs each iteration.

Final documentation is not reduced; documentation is typically just-in-time.

36
MCQeasy

At the daily stand-up meeting, a team member consistently arrives 10 minutes late, causing the meeting to start late. What is the best agile practice to address this?

A.Impose a fine for lateness to discourage the behavior.
B.Have the team discuss the issue and agree on a new start time, with a commitment to start promptly.
C.Escalate the issue to management to enforce punctuality.
D.Cancel the daily stand-up until the team member arrives on time.
AnswerB

Agile teams are self-organizing and should address impediments as a team. The Scrum Master can facilitate this conversation.

Why this answer

Option B is correct because agile teams should self-organize and address impediments directly. The team can agree on a start time and hold each other accountable, with the Scrum Master facilitating if needed. Option A is wrong because canceling removes a key inspect-and-adapt opportunity.

Option C is wrong because it escalates unnecessarily. Option D is wrong because it focuses on punishment rather than improvement.

37
MCQmedium

A Scrum Master notices the daily stand-up meetings are consistently running over the 15-minute timebox and becoming unproductive. What should the Scrum Master do?

A.Make daily stand-ups optional for team members.
B.Ask team members to submit written status reports instead.
C.Cancel the daily stand-up and replace with email updates.
D.Enforce the 15-minute timebox strictly.
AnswerD

Timeboxing ensures the meeting stays focused and efficient.

Why this answer

The Scrum Master is responsible for facilitating Scrum events and ensuring they stay within the timebox. Enforcing the timebox is the best immediate action. Canceling (A) or making stand-ups optional (D) would remove the event's value.

Asking for written reports (C) changes the format unnecessarily.

38
MCQhard

A distributed agile team has members in three different time zones. They use Scrum with two-week sprints. The daily Scrum is held at 9:00 AM Eastern Time, which is inconvenient for the team members in India (7:30 PM) and Australia (11:00 PM). The team is struggling with communication and frequently misses the daily Scrum. The product owner is not attending anyway, but the development team members from remote locations feel left out. The Scrum Master wants to improve the situation. The team has decided to try alternating the time of the daily Scrum. However, the product owner insists that the team should all be available at a fixed time. The remote developers are becoming disengaged. What should the Scrum Master do?

A.Replace the daily Scrum with a daily email status update
B.Hold two separate daily Scrums: one for each time zone region
C.Enforce the fixed time rigidly and ask remote members to adjust their schedules
D.Rotate the daily Scrum time each sprint to share the inconvenience fairly
AnswerD

Rotating times ensures that all team members can occasionally attend during their normal working hours, fostering inclusion.

Why this answer

The core of the problem is the meeting time. The Scrum Master should advocate for the team and suggest rotating the time to accommodate everyone, ensuring that the whole team can attend. Having two separate daily Scrums would break the team cohesion.

Recording the meeting doesn't allow for live interaction. Moving to email updates eliminates the event's purpose.

39
MCQeasy

An agile team is using a burndown chart for the first time. After six days of a two-week sprint, the burndown chart shows that the remaining work has increased compared to the previous day. The team is confused. They had completed several tasks, but new tasks were added to the sprint backlog after the sprint started. The product owner says the additions were urgent and necessary. The development team is frustrated because they feel the sprint goal is at risk. The Scrum Master must address this situation. What should the Scrum Master do?

A.Instruct the team to ignore the burndown chart and focus on delivering the original sprint goal
B.Explain to the product owner that the sprint backlog is frozen once the sprint starts and cannot be changed
C.Ask the product owner and team to renegotiate the sprint scope, either removing some planned work or deferring the new work to the next sprint
D.Manually adjust the burndown chart to show the completed tasks and hide the additional work
AnswerC

Scrum allows the product owner to change the sprint backlog only if the team agrees and adjusts scope accordingly.

Why this answer

In Scrum, the product owner should not add work to the sprint backlog after the sprint starts without removing equivalent work, ideally in agreement with the team. The Scrum Master should reinforce this rule. Adding work without adjustment violates the sprint commitment and causes the burndown to increase.

Blaming the team or adjusting the burndown manually is not the right approach. Ignoring the additions perpetuates the problem.

40
MCQhard

During a Scrum sprint, the development team discovers that a critical dependency on another team's API cannot be resolved until the next sprint. The product owner insists on delivering the current sprint goal without adjusting scope. The team is struggling to meet the definition of done. What should the Scrum Master do first?

A.Order the team to work overtime to complete the remaining work
B.Ignore the dependency and ask the team to do their best
C.Escalate the issue to the program manager for resolution
D.Facilitate a discussion between the product owner and team to renegotiate the sprint goal
AnswerD

The Scrum Master coaches the team and product owner to collaborate on scope adjustments when dependencies block work.

Why this answer

The Scrum Master should facilitate a discussion with the product owner and team to explore options, such as removing the blocked work or adjusting the sprint goal. The Scrum Master is a servant leader who helps the team and product owner negotiate scope. Ordering the team to work overtime violates Scrum principles.

Escalating to management bypasses the Scrum framework. Ignoring the impediment would lead to failure.

41
MCQmedium

Refer to the exhibit. The team wants to pull a new item into In Progress. What should they do first?

A.Ignore the WIP limit and pull the item.
B.Move an item from In Progress to Done.
C.Increase the WIP limit for In Progress.
D.Add the item to To Do.
AnswerB

Completing an item frees WIP capacity to pull a new item.

Why this answer

Option A is correct because the In Progress column is at its WIP limit (3 items). The team must complete an item in In Progress (move it to Done) before pulling a new item. Option B is wrong because they want to pull into In Progress, not add to To Do.

Option C is wrong because ignoring WIP limits violates Kanban principles. Option D is wrong because increasing the limit should be a deliberate decision, not automatic.

42
MCQhard

During a sprint, the team identifies a critical defect that requires immediate attention. What should the Scrum Master do?

A.Report to management.
B.Add the defect to the product backlog.
C.Allow the team to fix the defect within the sprint if possible.
D.Stop the sprint and restart.
AnswerC

The team can adjust work within the sprint as long as the sprint goal is achievable.

Why this answer

Option B is correct because agile teams are self-organizing and should handle the defect without compromising the sprint goal if possible. Option A is wrong because stopping the sprint is a drastic measure and should be a last resort. Option C is wrong because adding to the backlog may delay urgent fixes.

Option D is wrong because the Scrum Master should not escalate prematurely.

43
MCQeasy

A startup is adopting Scrum for the first time. During the Sprint Review, stakeholders request many changes to the product increment. What is the best way for the Scrum Master to handle this?

A.Let the Development Team decide which changes to implement immediately.
B.Add the changes to the current Sprint Backlog immediately.
C.Ask the Product Owner to add the changes to the Product Backlog for prioritization in future Sprints.
D.Ignore the feedback since the Sprint is complete.
AnswerC

The Product Owner manages the Product Backlog; feedback is captured and prioritized for future Sprints.

Why this answer

In Scrum, the Sprint Review is a time for stakeholders to inspect the increment and provide feedback, but changes cannot be made to the current Sprint as the Sprint Goal and scope are fixed. The Product Owner is responsible for managing the Product Backlog, so the best action is to capture these change requests and have the Product Owner add them to the Product Backlog for future prioritization. This ensures the Development Team remains focused on the current Sprint Goal and that changes are evaluated against business value and priority in upcoming Sprints.

Exam trap

The trap here is that candidates confuse the Sprint Review with a mid-Sprint change opportunity, thinking stakeholder feedback must be acted on immediately, rather than understanding that the Product Backlog is the proper channel for all new requirements.

How to eliminate wrong answers

Option A is wrong because the Development Team should not decide on implementing changes immediately; they are focused on delivering the current Sprint Goal, and unplanned changes disrupt the Sprint Backlog and violate the Sprint's timebox. Option B is wrong because adding changes to the current Sprint Backlog mid-Sprint violates the Scrum principle of a fixed Sprint Backlog and can destabilize the Sprint Goal; changes should only be introduced if the Sprint Goal is not threatened, and even then, only the Product Owner can cancel the Sprint. Option D is wrong because ignoring stakeholder feedback contradicts the inspect-and-adapt principle of Scrum; feedback is valuable for future Sprints and should be captured, not discarded.

44
MCQmedium

During Sprint Planning, the Development Team realizes that the total effort for the selected Product Backlog items exceeds their historical velocity. What should the team do?

A.Extend the Sprint duration to accommodate all the work.
B.Commit to all items and work extra hours to deliver.
C.Lower the Definition of Done to complete items faster.
D.Remove some lower-priority items from the Sprint Backlog in agreement with the Product Owner.
AnswerD

The team should select a realistic amount of work based on historical velocity; the Product Owner can reprioritize items.

Why this answer

Option D is correct because the team should collaborate with the Product Owner to remove or replace items to create a realistic Sprint Backlog. Option A is wrong because extending the Sprint violates the timebox. Option B is wrong as the Definition of Done is not negotiable per sprint.

Option C is wrong because the team should not commit to an unrealistic scope.

45
Multi-Selecteasy

Which TWO are benefits of self-organizing teams?

Select 2 answers
A.Faster decision making.
B.Higher creativity.
C.More consistent processes.
D.Better adherence to a fixed plan.
E.Reduced overhead of management.
AnswersA, E

Team members can decide quickly without waiting for management approval.

Why this answer

Self-organizing teams make faster decisions (A) and reduce the need for external management oversight (B). Consistent processes (C) are not inherent; adherence to plan (D) is less valued; higher creativity (E) can be a result, but the two best options are A and B.

46
MCQmedium

Refer to the exhibit. A team uses this CI pipeline. What action should the team take to resolve the pipeline failure?

A.Skip the Test stage and proceed to Deploy.
B.Review the Build stage for errors.
C.Fix the failing unit test in test_calculator.py and re-run the pipeline.
D.Deploy the code manually because the Build succeeded.
AnswerC

The pipeline indicates a unit test failure; fixing the test and re-running is the appropriate corrective action.

Why this answer

Option C is correct because the Test stage failed due to a unit test error; the team must fix the failing test and re-run the pipeline. Option A is wrong as skipping tests would compromise quality. Option B is wrong because the Build stage succeeded.

Option D is wrong because the pipeline is not yet ready for deployment.

47
MCQeasy

What is the primary role of the Product Owner in Scrum?

A.Manage the team
B.Remove impediments
C.Maximize the value of the product
D.Write code
AnswerC

The Product Owner maximizes value by managing the backlog.

Why this answer

Option B is correct because the Product Owner is responsible for maximizing the value of the product and managing the backlog. Option A is wrong because the Scrum Master manages the process. Option C is wrong because removing impediments is the Scrum Master's role.

Option D is wrong because writing code is the development team's role.

48
MCQhard

Refer to the exhibit. An Agile team used this IAM policy to control access to an S3 bucket. A developer reports that they cannot access an object in the 'confidential' folder. Their request includes the tag 'project' with value 'alpha'. What is the most likely cause?

A.The bucket policy is malformed.
B.The developer is not authorized for any s3:GetObject action.
C.The developer's request matches the condition in the Deny statement.
D.The object is located in a different AWS region.
AnswerC

The Deny statement explicitly blocks access when the tag condition is met.

Why this answer

The deny statement applies when the request tag 'project' equals 'alpha', which overrides the allow. Option B correctly identifies this condition. Option A is incorrect because the policy syntax is valid.

Option C is incorrect because the allow statement grants general access. Option D is irrelevant.

49
MCQeasy

During a sprint retrospective, the team identifies that they often spend too much time in daily stand-up meetings. What is the recommended timebox for the daily Scrum in Scrum?

A.As long as needed to resolve all blockers
B.30 minutes, to allow for detailed discussion
C.15 minutes, focused on progress toward the sprint goal
D.10 minutes, with a strict agenda
AnswerC

Scrum guide states the daily Scrum is 15 minutes.

Why this answer

The daily Scrum is timeboxed to 15 minutes regardless of team size. Extending the time would reduce productivity. Adding an agenda or switching to email are not prescribed and would change the event's purpose.

50
MCQmedium

A Scrum Master notices that the development team is not self-organizing and often waits for instructions. What is the best coaching approach?

A.Escalate to the Product Owner to provide more detailed specifications.
B.Encourage the team to make decisions collaboratively and support them when they face obstacles.
C.Assign a technical lead to direct the team.
D.Hold daily status meetings to assign tasks.
AnswerB

This empowers the team to self-organize with the SM as a facilitator.

Why this answer

Option A is correct. The Scrum Master should coach the team to make decisions collaboratively, fostering self-organization. Option B undermines self-organization by assigning a lead.

Option C shifts responsibility to PO. Option D is command-and-control, not agile.

51
MCQhard

A company uses Scrum with two-week sprints. The team's velocity is 30 story points per sprint, and they have a well-refined product backlog. However, stakeholders frequently introduce urgent, high-priority requests mid-sprint, which the Product Owner accepts because of stakeholder pressure. As a result, the team is overcommitted each sprint, often leaving 40% of planned work incomplete. The Product Owner is frustrated because promised features are delayed, and the team feels demotivated due to constant interruptions. The Scrum Master has been asked to intervene. What is the best course of action for the Scrum Master?

A.Instruct the Product Owner to defer all mid-sprint changes to the next sprint.
B.Add a capacity buffer to each sprint to accommodate unexpected requests.
C.Implement a change control board to approve all mid-sprint changes.
D.Facilitate stakeholder negotiation to limit mid-sprint changes and reinforce the importance of the sprint goal.
AnswerD

This balances protecting the sprint while allowing flexibility for critical changes, and it aligns with the Scrum Master's role as a facilitator.

Why this answer

The best action is to facilitate negotiation with stakeholders to limit mid-sprint changes and reinforce the sprint goal. This respects the Scrum principle of protecting the sprint backlog while addressing stakeholder needs. Option A (implementing a change control board) is a waterfall practice that adds bureaucracy.

Option B (deferring all changes to the next sprint) is too rigid and may not address truly urgent needs. Option D (adding buffer) reduces transparency and does not solve the root cause of overscoping.

52
MCQmedium

A Scrum team has a stable velocity of 30 story points per sprint. The Product Owner requests that the team deliver 50 story points in the next sprint to meet a market deadline. What is the best course of action for the Scrum Master?

A.Coach the Product Owner on the team's capacity and discuss options such as scope reduction or deadline extension.
B.Instruct the Development Team to work overtime to meet the request.
C.Remove the Sprint Retrospective to free up time for development.
D.Add two extra days to the Sprint to allow more work.
AnswerA

The Scrum Master helps the Product Owner understand that velocity is an observed measure and that overcommitting is counterproductive.

Why this answer

Option A is correct because the Scrum Master should coach the Product Owner on the importance of sustainable pace and realistic planning, and facilitate a conversation about trade-offs. Option B is wrong as pushing the team can lead to burnout and quality issues. Option C is wrong as skipping events undermines the framework.

Option D is wrong as the Scrum Master should not make unilateral changes.

53
MCQhard

Refer to the exhibit. What does the increase in remaining work from Day 3 to Day 4 indicate?

A.The team had a holiday on Day 4.
B.The team removed some work from the Sprint Backlog.
C.The team finished work faster than expected.
D.The team added new work to the Sprint Backlog.
AnswerD

An upward trend indicates that the remaining effort increased, which happens when new tasks are identified or scope is added.

Why this answer

Option A is correct because a burndown chart should only decrease as work is completed; an increase suggests the team added new work (or re-estimated). Option B would show no change or a decrease if scope was removed. Option C would show a steeper decline.

Option D would cause a drop, not an increase.

54
MCQhard

A Scrum Master observes that the Development Team consistently overcommits during Sprint Planning and often fails to deliver all committed items by the Sprint Review. What should the Scrum Master do?

A.Take over the Sprint Planning and assign work based on the Product Owner's priorities.
B.Change the Sprint Goal to be less ambitious each Sprint to ensure delivery.
C.Mandate that the team can only commit to a maximum of 80% of their velocity.
D.Coach the team on using historical velocity data and encourage them to commit to a realistic amount of work.
AnswerD

Coaching the team to make data-driven decisions empowers them to improve their planning and commitment accuracy.

Why this answer

Option A is correct because the Scrum Master should coach the team on using historical velocity data and encourage a realistic commitment. Option B is wrong as the Scrum Master should not directly tell the team what to do. Option C is wrong as it undermines the team's self-management.

Option D is wrong because the Sprint Goal should align with their capacity, not be arbitrary.

55
MCQmedium

Given the exhibit, which action should the Scrum Master take?

A.Ask the team to start work on User Story B in parallel.
B.Add another user story to the Sprint Backlog to keep the team busy.
C.Cancel the Sprint and start a new one.
D.Encourage the team to focus on completing User Story A, and defer B and D to the next Sprint.
AnswerD

Completing A aligns with velocity; uncommitted items can wait.

Why this answer

Option D is correct because the Scrum Master should protect the Sprint Goal and ensure the team focuses on completing committed work. In this scenario, User Story A is the highest priority and likely critical for the Sprint Goal; deferring B and D to the next Sprint maintains focus, avoids overloading the team, and preserves the integrity of the current Sprint. This aligns with the Scrum principle of delivering a potentially releasable increment at the end of each Sprint.

Exam trap

The trap here is that candidates may think adding more work (Option B) or parallelizing (Option A) shows efficiency, but Scrum values focus and completion over multitasking, and canceling a Sprint (Option C) is only for when the Sprint Goal is invalid, not for workload management.

How to eliminate wrong answers

Option A is wrong because starting User Story B in parallel would split the team's focus, increase work-in-progress (WIP), and risk incomplete stories at Sprint end, violating the Scrum principle of finishing committed work before adding new tasks. Option B is wrong because adding another user story to the Sprint Backlog when the team is already busy would increase scope without capacity, likely causing unfinished work and undermining the Sprint Goal. Option C is wrong because canceling the Sprint is a drastic measure reserved for when the Sprint Goal becomes obsolete (e.g., market shift or technology failure), not for normal prioritization adjustments; the team can still deliver value by completing User Story A.

56
Multi-Selecteasy

Which TWO of the following are core roles in the Scrum framework?

Select 2 answers
A.Product Owner
B.Business Analyst
C.Project Manager
D.Tester
E.Scrum Master
AnswersA, E

Product Owner is a core Scrum role responsible for maximizing product value.

Why this answer

The Product Owner is a core Scrum role responsible for maximizing the value of the product and managing the Product Backlog. This role is explicitly defined in the Scrum Guide as one of the three accountabilities (alongside the Scrum Master and Developers) and is essential for the framework's operation.

Exam trap

PMI often tests the misconception that traditional project roles like Business Analyst or Tester are part of Scrum, when in fact Scrum deliberately minimizes role definitions to three core accountabilities.

57
MCQhard

A Product Owner is struggling to prioritize a backlog that includes both technical debt and new features. According to agile principles, which approach is most appropriate?

A.Alternate between technical debt and features each sprint.
B.Always prioritize technical debt because it improves velocity.
C.Prioritize based on business value, considering the cost of delay for each item.
D.Always prioritize new features over technical debt because they deliver immediate value.
AnswerC

Cost of delay helps evaluate the relative value of features and debt.

Why this answer

Option C is correct because agile prioritization focuses on business value and cost of delay, considering both new features and technical debt. Option A is wrong because ignoring technical debt can harm future value delivery. Option B is wrong because value should be the primary driver.

Option D is wrong because arbitrary alternation is not value-driven.

58
Matchingmedium

Match each conflict resolution technique to its description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Seek a win-win solution

Each party gives up something

One party imposes a solution

Emphasize areas of agreement

Retreat from the conflict

Why these pairings

These techniques are used to resolve team conflicts.

59
Multi-Selectmedium

Which TWO activities are considered part of Product Backlog refinement? (Select TWO)

Select 2 answers
A.Running the Daily Scrum
B.Conducting the Sprint Retrospective
C.Prioritizing items in the Product Backlog
D.Demonstrating the increment at the Sprint Review
E.Adding detailed acceptance criteria to user stories
AnswersC, E

The Product Owner continuously prioritizes backlog items to maximize value; this is part of ongoing refinement.

Why this answer

Options B and E are correct because adding detailed acceptance criteria and prioritizing items are key refinement activities that help make backlog items ready for Sprint Planning. Options A, C, and D are not part of refinement.

60
Multi-Selecteasy

Which TWO practices are part of the Scrum framework?

Select 2 answers
A.Pair Programming
B.Sprint Review
C.Continuous Deployment
D.Sprint Retrospective
E.Backlog Refinement
AnswersB, D

The Sprint Review is a Scrum event to inspect the increment and adapt the Product Backlog.

Why this answer

Options A and C are correct. Sprint Retrospective and Sprint Review are formal Scrum events. Option B (Continuous Deployment) is a DevOps practice, not Scrum.

Option D (Pair Programming) is from XP. Option E (Backlog Refinement) is a common practice but not a defined event in the Scrum Guide.

61
MCQhard

You are the Scrum Master for a distributed team of 8 developers working on a mobile app. The team uses two-week Sprints and has a stable velocity of 20 story points. In the current Sprint, the team committed to 22 points. By Day 5 of the Sprint (out of 10), the team has completed only 6 points. During the Daily Scrum, several members mention they are blocked by missing API documentation from a third-party vendor. The Product Owner says the vendor promised the documentation by Day 3, but it has not arrived. The developers have started working on other tasks, but they are not well-defined and are causing confusion. What should the Scrum Master do?

A.Tell the team to continue working on other tasks and hope the documentation arrives soon.
B.Facilitate a meeting with the vendor to escalate the issue, and work with the team to re-prioritize the Sprint Backlog, possibly removing low-priority items to achieve a realistic Sprint Goal.
C.Ask the Product Owner to remove the blocked stories from the Sprint Backlog without consulting the team.
D.Extend the Sprint by 3 days to allow the vendor to deliver the documentation and the team to complete the work.
AnswerB

The Scrum Master removes impediments and helps the team self-organize to adjust the Sprint Backlog.

Why this answer

Option B is correct because the Scrum Master's primary responsibility is to remove impediments and facilitate the team's progress. By escalating the missing API documentation to the vendor and facilitating a re-prioritization of the Sprint Backlog, the Scrum Master directly addresses the blocker and ensures the team can focus on well-defined, achievable work. This aligns with the Scrum Guide's principle of transparency and adaptation within the Sprint, especially given the team's stable velocity of 20 points and the current 6-point completion rate.

Exam trap

The trap here is that candidates may think extending the Sprint (Option D) is a valid solution, but Scrum strictly enforces time-boxed Sprints, and altering the duration would break the empirical inspection and adaptation cycle.

How to eliminate wrong answers

Option A is wrong because it ignores the Scrum Master's role as an impediment remover; hoping for the documentation to arrive without proactive escalation leaves the team blocked and risks Sprint failure. Option C is wrong because the Product Owner cannot unilaterally remove stories from the Sprint Backlog without consulting the team, as this violates the collaborative commitment made during Sprint Planning and undermines team ownership. Option D is wrong because extending the Sprint violates the time-boxed nature of Sprints in Scrum, which are fixed at two weeks; changing the Sprint duration would set a bad precedent and does not address the root cause of the missing documentation.

62
MCQmedium

A project team is adopting Kanban. They currently have a cycle time of 10 days and a throughput of 5 items per week. The team wants to improve predictability. Which action would most directly help?

A.Add more team members.
B.Decrease the WIP limits.
C.Make the work items smaller.
D.Increase the WIP limits.
AnswerC

Smaller items reduce variance in size and complexity, leading to more predictable cycle times.

Why this answer

Option D is correct because smaller work items reduce variability and make cycle time more predictable. Option A (increase WIP) could reduce flow. Option B (decrease WIP) may improve flow but not as directly as sizing.

Option C (add members) does not guarantee predictability.

63
MCQhard

A team is struggling with frequent requirement changes during a Sprint. The Product Owner keeps adding new items. What should the Scrum Master do?

A.Accept the changes as the Product Owner is the voice of the customer.
B.Ask the team to work overtime to include the new items.
C.Increase the Sprint length to accommodate changes.
D.Remind the Product Owner that once a Sprint is planned, no changes are allowed that endanger the Sprint Goal, and help them hold off until the next Sprint.
AnswerD

This protects the Sprint's focus and teaches the PO to respect the timebox.

Why this answer

Option A is correct. The Scrum Master should protect the Sprint and guide the PO to defer changes to future Sprints. Option B allows disruption.

Option C breaks the timebox. Option D is unsustainable.

64
Multi-Selectmedium

Which TWO statements about the Sprint Backlog are true? (Select TWO)

Select 2 answers
A.It is a subset of the Product Backlog.
B.It is created during Sprint Planning.
C.It includes tasks decomposed from user stories.
D.It is owned by the Product Owner.
E.It cannot be changed during the Sprint.
AnswersB, C

During Sprint Planning, the team selects items and creates a plan, which becomes the Sprint Backlog.

Why this answer

Options B and D are correct. The Sprint Backlog is created during Sprint Planning and includes decomposed tasks. Option A is false because the Development Team owns the Sprint Backlog.

Option C is false because the team can modify it during the Sprint. Option E is false because the Sprint Backlog includes not only selected Product Backlog items but also the plan for delivering them, so it is more than a subset.

65
Multi-Selectmedium

Which THREE are formal Scrum ceremonies (events) as defined in the Scrum Guide?

Select 3 answers
A.Sprint Planning.
B.Backlog refinement.
C.Daily Scrum.
D.Sprint Review.
E.Release planning.
AnswersA, C, D

Sprint Planning is a Scrum ceremony to plan the work for the sprint.

Why this answer

The Scrum Guide defines Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective as formal events. Backlog refinement and release planning are not Scrum ceremonies. For this question, options A, B, and C are correct.

66
MCQeasy

Refer to the exhibit. The team's velocity is 30 points per sprint, and they have already committed to stories totaling 22 points. What is the team's remaining capacity for this sprint?

A.22 points
B.30 points
C.8 points
D.52 points
AnswerC

30 - 22 = 8 points remaining capacity.

Why this answer

Option A is correct because remaining capacity is velocity minus committed work: 30 - 22 = 8 points. Option B is wrong because 30 is the full velocity. Option C is wrong because 22 is committed work, not capacity.

Option D is wrong because it adds velocity to committed.

67
MCQeasy

A team is new to Agile and wants to implement a framework that emphasizes iterative development, time-boxed iterations, and a prioritized backlog. Which framework should they adopt?

A.Kanban
B.Scrum
C.Lean
D.Extreme Programming (XP)
AnswerB

Scrum fits the description perfectly.

Why this answer

Scrum is the correct framework because it explicitly prescribes time-boxed iterations (sprints), a prioritized backlog (Product Backlog), and iterative development through defined events like Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective. This aligns directly with the team's requirements for a structured Agile framework that enforces these core practices.

Exam trap

PMI often tests the distinction between frameworks that emphasize flow (Kanban) versus those that emphasize time-boxed iterations (Scrum), leading candidates to mistakenly choose Kanban because they associate it with Agile without recognizing its lack of fixed iterations and prioritized backlog.

How to eliminate wrong answers

Option A (Kanban) is wrong because Kanban focuses on continuous flow and visualizing work in progress (WIP) without requiring time-boxed iterations or a formally prioritized backlog; it uses a pull system rather than fixed-length sprints. Option C (Lean) is wrong because Lean is a set of principles (e.g., eliminate waste, amplify learning) derived from Toyota Production System, not a specific framework with time-boxed iterations and a backlog; it lacks prescribed ceremonies. Option D (Extreme Programming (XP)) is wrong because while XP emphasizes iterative development and customer involvement, its primary focus is on engineering practices (e.g., pair programming, test-driven development, continuous integration) and does not mandate a prioritized backlog or time-boxed iterations as its central mechanism.

68
Multi-Selecthard

A team is transitioning to Kanban. Which TWO principles should they adopt? (Choose two)

Select 2 answers
A.Sprint reviews
B.Define process policies
C.Limit work in progress
D.Fixed-length iterations
E.Velocity tracking
AnswersB, C

Explicit policies are part of Kanban.

Why this answer

Options B and C are correct. Limiting work in progress and defining process policies are fundamental Kanban principles. Option A (fixed-length iterations) is from Scrum.

Option D (sprint reviews) is from Scrum. Option E (velocity tracking) is from Scrum.

69
Multi-Selectmedium

Which THREE activities are part of the Sprint Planning meeting in Scrum?

Select 3 answers
A.Selecting which Product Backlog items will be done in the Sprint.
B.Defining the Sprint Goal.
C.Creating a detailed release plan.
D.Estimating the effort of all items in the Product Backlog.
E.Decomposing selected items into tasks.
AnswersA, B, E

The team selects items from the Product Backlog to forecast for the Sprint.

Why this answer

Options A, B, and C are correct. Sprint Planning involves selecting items for the Sprint (A), defining a Sprint Goal (B), and decomposing selected items into tasks (C). Option D (estimating all PBIs) is done in product backlog refinement.

Option E (creating a release plan) is a separate activity.

70
MCQeasy

A newly formed agile team is about to start their first sprint. The product owner has a well-groomed backlog and the team has done relative sizing using planning poker. The team is excited but unsure about the process. They ask the Scrum Master what the primary goal of the first iteration should be. The Scrum Master should explain that the most important goal of the first sprint is to deliver a potentially releasable increment of the product. However, some team members are worried they may not be able to deliver enough due to team formation and learning the codebase. The product owner wants to see a visible outcome. What should the Scrum Master recommend as the primary focus for the first sprint?

A.Create a detailed design document for the entire release
B.Focus exclusively on setting up the development environment and CI/CD pipeline
C.Deliver a small but complete user story that adds value to the product
D.Skip the sprint goal to allow the team to learn without pressure
AnswerC

Delivering a working increment demonstrates the Scrum cycle and provides immediate value.

Why this answer

In Scrum, each sprint should produce a potentially releasable increment. The team should aim to deliver a small, complete piece of functionality to build confidence and show progress. Focusing on infrastructure only delays value.

Setting no goal contradicts Scrum. A detailed design document is not a working increment.

71
Multi-Selecthard

Which TWO are core practices of Extreme Programming (XP)?

Select 2 answers
A.Sprint review.
B.Test-driven development (TDD).
C.Pair programming.
D.Product backlog grooming.
E.Retrospectives.
AnswersB, C

TDD is a core XP practice where tests are written before code.

Why this answer

Pair programming (A) and test-driven development (C) are core XP practices. Retrospectives (B) and sprint review (D) are Scrum ceremonies. Product backlog grooming (E) is common in Scrum but not a defined XP practice.

72
MCQmedium

The team notices that work is piling up in the Testing column. The WIP limit for Testing is 3, but currently there are 5 items. What should the team do first?

A.Move items from Backlog to To Do to increase throughput.
B.Ignore the WIP limit and continue as is.
C.Move some testing items back to In Progress.
D.Focus the team on completing testing items until the WIP limit is met.
AnswerD

Swarming helps reduce the bottleneck.

Why this answer

Option D is correct because when a WIP limit is exceeded, the team should swarm on the bottleneck to complete the items in that column, thereby reducing work-in-progress and restoring flow. In Kanban, exceeding a WIP limit signals a constraint that must be resolved by finishing existing work, not by adding more. This aligns with the core principle of limiting WIP to improve throughput and cycle time.

Exam trap

The trap here is that candidates often think moving items backward (Option C) or forward (Option A) will help, but Kanban strictly enforces finishing work in the current column before pulling new work from upstream.

How to eliminate wrong answers

Option A is wrong because moving items from Backlog to To Do would increase the inflow of work, making the bottleneck worse and violating the WIP limit even further. Option B is wrong because ignoring the WIP limit defeats the purpose of Kanban, which uses explicit limits to expose bottlenecks and drive continuous improvement. Option C is wrong because moving testing items back to In Progress would increase WIP in the upstream column, violating its own limit and hiding the real issue—it does not resolve the testing bottleneck.

73
Matchingmedium

Match each project management process group to its primary purpose.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Define a new project or phase

Establish scope and plan actions

Complete work defined in plan

Track progress and manage changes

Finalize activities and close project

Why these pairings

These are the five process groups in project management.

74
MCQhard

An Agile team is experiencing frequent changes in requirements from stakeholders. Which approach best enables the team to adapt while maintaining productivity?

A.Maintain a prioritized product backlog and refine it regularly with stakeholders.
B.Create a detailed requirements document at the project start.
C.Define a fixed scope and use a change control board.
D.Freeze the sprint backlog at the start of each sprint.
AnswerA

Agile embraces change through continuous backlog refinement and reprioritization.

Why this answer

A prioritized product backlog with regular refinement allows the team to adapt to changes by reprioritizing work. Fixed scope (A) and detailed upfront requirements (D) are waterfall practices. Freezing sprint backlog (B) prevents necessary changes.

75
MCQhard

A Scrum team has five members. During a Sprint, two members are pulled to work on a critical production issue. The remaining three are unable to complete all committed stories. What should the Scrum Master do?

A.Extend the Sprint by one week to complete the remaining work.
B.Ask the Product Owner to remove work from the Sprint Backlog.
C.Let the Development Team decide how to adjust the Sprint Backlog.
D.Remove the least valuable stories from the Sprint Backlog.
AnswerC

The Development Team self-organizes to handle changes and can renegotiate scope.

Why this answer

In Scrum, the Development Team is self-organizing and responsible for managing its own work within the Sprint. When two members are pulled to a critical production issue, the remaining three team members have the authority to decide how to adjust the Sprint Backlog to reflect their reduced capacity. The Scrum Master should facilitate this self-management rather than imposing a solution, as option C respects the team's autonomy and the Scrum principle of self-organization.

Exam trap

PMI often tests the misconception that the Scrum Master or Product Owner should directly manage the Sprint Backlog, when in fact the Development Team has exclusive authority over it during the Sprint.

How to eliminate wrong answers

Option A is wrong because extending the Sprint violates the time-boxed nature of Sprints in Scrum, which are fixed-duration events (typically 2-4 weeks) and should not be extended for scope changes. Option B is wrong because asking the Product Owner to remove work from the Sprint Backlog bypasses the Development Team's authority to manage the Sprint Backlog; the Product Owner can only reorder the Product Backlog, not directly modify the Sprint Backlog during the Sprint. Option D is wrong because removing the least valuable stories is a decision that should be made by the Development Team, not unilaterally by the Scrum Master, and it assumes a value judgment that may not align with the team's priorities.

Page 1 of 2 · 96 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Agile Frameworks questions.