PMI-ACP — PMI Agile Certified Practitioner Quick Review

Quick Review for PMI-ACP candidates covering agile mindset, delivery, teams, planning, metrics, and common exam traps.

PMI-ACP Quick Review purpose

This Quick Review is for candidates preparing for PMI’s PMI Agile Certified Practitioner (PMI-ACP) exam, code PMI-ACP. Use it as a fast conceptual refresh before moving into topic drills, mock exams, and detailed explanations in an PM Mastery question bank.

The exam is not just a terminology test. Scenario questions often ask what an agile practitioner should do next, first, or best. The strongest answer usually supports agile values: deliver value early, collaborate with stakeholders, make work visible, empower the team, inspect real results, and adapt based on feedback.

Exam mindset: choose the answer that improves transparency, collaboration, customer value, team ownership, quality, and learning—without reverting to command-and-control project management.

High-yield agile mindset

The Agile Manifesto, exam-style

Agile valueWhat it means in exam scenariosCommon trap
Individuals and interactions over processes and toolsUse conversation, collaboration, facilitation, and shared understanding.Thinking agile means no process or no tools.
Working product over comprehensive documentationDeliver tested increments that stakeholders can inspect.Choosing excessive documentation instead of usable value.
Customer collaboration over contract negotiationKeep the product owner, customers, and stakeholders engaged.Hiding behind scope documents when feedback changes priorities.
Responding to change over following a planRe-plan based on learning while protecting team focus.Treating every change as immediate work or freezing all change.

“Over” does not mean “instead of.” Agile teams still plan, document, estimate, manage risk, and use process. They do so just enough to support value delivery and learning.

Core agile principles to recognize quickly

PrincipleExam signalBetter response
Deliver early and oftenStakeholders need confidence or feedback.Produce a small, usable increment or prototype.
Welcome changeNew market or customer information appears.Reprioritize the backlog with the product owner.
Collaborate dailyMisunderstanding, handoff delay, or silo behavior.Improve direct communication and shared ownership.
Build around motivated peopleTeam is waiting for task assignments.Coach self-organization and clarify goals.
Working product is the primary progress measureReports look good, but value is unclear.Demonstrate completed, accepted work.
Sustainable paceTeam is relying on overtime.Address capacity, scope, quality, and impediments.
Technical excellenceDefects, rework, or fragile code increase.Strengthen Definition of Done and engineering practices.
Reflect and adjustRepeated problems occur.Use retrospectives, root cause analysis, and improvement experiments.

Quick decision rules for PMI-ACP scenarios

If the scenario says…Prefer an answer that…Avoid answers that…
Stakeholders are unhappy after a reviewCaptures feedback, clarifies value, and reprioritizes the backlog.Blames the team or refuses change because the plan was approved.
A customer requests a change during an iterationRoutes it through the product owner/backlog and assesses impact.Automatically inserts it into the current iteration.
Velocity has droppedInvestigates impediments, quality issues, team capacity, or estimation changes.Pressures the team to “increase velocity” or compares teams.
Defects are escapingImproves built-in quality, testing, Definition of Done, and root cause learning.Adds a final inspection phase as the main solution.
Work is stuck in progressSwarms on blockers, enforces WIP limits, and finishes before starting more.Starts additional work to keep everyone busy.
The team is dependent on a specialistEncourages pairing, knowledge sharing, T-shaped skills, and cross-training.Assigns all related work permanently to the specialist.
A conflict occursFacilitates transparent discussion and collaborative problem solving.Suppresses the conflict or escalates immediately without team engagement.
Requirements are unclearUses refinement, examples, acceptance criteria, prototypes, or spikes.Demands complete upfront specification before any learning.
The team misses commitments repeatedlyReviews capacity, estimation, slicing, impediments, and retrospective actions.Punishes the team or unilaterally assigns tasks.
Executives want statusUses information radiators, demos, burn charts, flow metrics, and value progress.Creates heavy manual reports that do not improve transparency.

Framework essentials

Scrum review

Scrum is common on PMI-ACP questions because it gives clear roles, events, and artifacts.

Scrum elementExam-relevant meaningCommon mistake
Product OwnerOwns product value, ordering of the product backlog, and acceptance direction.Treating the product owner as a traditional project sponsor only.
Scrum MasterServant leader who facilitates Scrum, removes impediments, and coaches the team and organization.Treating the Scrum Master as the team’s task manager.
Developers / teamCross-functional people who create the increment and manage their work.Assuming the project manager assigns daily tasks.
Product BacklogOrdered list of product work, refined as learning occurs.Treating it as fixed scope.
Sprint BacklogTeam’s plan for the sprint, including selected work and delivery approach.Allowing outsiders to change it at will.
IncrementPotentially releasable, integrated, usable result that meets the Definition of Done.Counting partially complete work as done.
Sprint PlanningAligns on goal, selected backlog items, and delivery plan.Planning beyond capacity or skipping acceptance clarity.
Daily ScrumTeam inspects progress and adapts the plan.Turning it into a status report to the Scrum Master.
Sprint ReviewStakeholders inspect the increment and discuss feedback.Treating it as a sign-off meeting only.
RetrospectiveTeam inspects process and chooses improvements.Skipping it when the team is busy.
Backlog RefinementClarifies, splits, estimates, and reorders upcoming work.Waiting until planning to discover unclear work.

Kanban and flow review

Kanban questions usually focus on visibility, work-in-progress, bottlenecks, and flow improvement.

Kanban conceptWhat to know
Visualize workMake work states visible so bottlenecks, blockers, and queues can be managed.
Limit WIPReduce multitasking, expose constraints, and improve flow.
Pull systemWork is pulled when capacity exists, not pushed onto overloaded people.
Explicit policiesDefine how work enters, moves, blocks, and exits the system.
Manage flowUse data such as cycle time, throughput, aging work, and cumulative flow.
Improve collaborativelyUse small experiments and shared ownership of the workflow.

Key distinction:

MetricMeaning
Lead timeTime from request to delivery.
Cycle timeTime from active work start to completion.
ThroughputNumber of items completed in a period.
WIPItems started but not finished.
Work item ageHow long an active item has been in progress.

Little’s Law is useful conceptually for flow questions:

\[ \text{Average WIP} = \text{Average Throughput} \times \text{Average Cycle Time} \]

If WIP rises while throughput stays constant, cycle time usually grows. The agile answer is often to reduce WIP, remove blockers, or improve the constraint—not to start more work.

Extreme Programming and technical practices

XP-style practices appear in quality, feedback, and engineering-discipline scenarios.

PracticePurposeExam trap
Test-driven developmentWrite tests before code to clarify behavior and support design.Treating testing as a late phase.
Acceptance test-driven developmentAlign business expectations with executable examples.Assuming user stories alone are enough.
Continuous integrationIntegrate frequently to detect problems early.Delaying integration until the end.
RefactoringImprove internal design without changing external behavior.Calling all refactoring “gold plating.”
Pair programmingImprove quality, learning, and shared ownership.Assuming it always wastes capacity.
Collective code ownershipThe team owns the codebase, not isolated individuals.Creating single points of failure.
Simple designBuild what is needed now while preserving adaptability.Overengineering for speculative future needs.
Sustainable paceMaintain long-term delivery capability.Normalizing overtime as the solution.

Lean principles

Lean thinking supports many PMI-ACP answers.

Lean ideaPractical exam interpretation
Eliminate wasteRemove delays, handoffs, rework, unused features, excess WIP, and task switching.
Amplify learningUse short feedback loops, experiments, prototypes, and reviews.
Decide as late as responsibleKeep options open until enough information is available, but do not avoid decisions.
Deliver fastShorten cycle time and deliver small batches.
Empower the teamLet the people closest to the work improve the work.
Build integrity inQuality is designed into the process, not inspected in at the end.
Optimize the wholeAvoid local optimization that harms end-to-end value flow.

Value-driven delivery

Product vision, roadmap, releases, and iterations

Agile planning happens at multiple levels.

Planning levelPurposeDetail level
VisionWhy the product exists and what value it should create.Strategic and stable.
RoadmapMajor outcomes, themes, or capabilities over time.Directional and adaptable.
Release planForecast of valuable increments or market deliveries.Medium detail, updated with learning.
Iteration planNear-term work the team expects to complete.Detailed enough for execution.
Daily planTeam coordination and adaptation.Very detailed and short-lived.

Exam trap: agile planning is not “no planning.” It is progressive elaboration and rolling-wave planning. Plan more detail for near-term work and keep longer-term plans adaptable.

Backlog and prioritization

The product backlog is ordered to maximize value, reduce risk, and support learning.

Prioritization factorTypical meaning
Business valueRevenue, cost savings, mission value, customer satisfaction, or strategic alignment.
Risk reductionWork that reduces uncertainty or exposes feasibility issues.
DependenciesWork needed before other valuable work can be completed.
Cost of delayEconomic impact of waiting.
Learning valueKnowledge gained through prototypes, spikes, or experiments.
Effort / sizeSmaller valuable items may be delivered sooner.
Compliance or obligationRequired work may affect ordering, but avoid inventing rules not given in the question.

Common prioritization methods:

MethodUse
MoSCoWMust, Should, Could, Won’t for scope negotiation.
KanoBasic needs, performance needs, delighters, indifferent features.
Relative weightingCompare value, risk, and effort.
Cost of delayPrioritize work where delay is expensive.
WSJF-style thinkingCompare cost of delay to job size.
Story mappingOrganize user activities and slice releases around workflows.

A common value formula is:

\[ \text{WSJF} = \frac{\text{Cost of Delay}}{\text{Job Size}} \]

Use this as a prioritization concept: high delay cost and small size often move work earlier. Do not treat any formula as a replacement for product owner judgment and stakeholder collaboration.

User stories and acceptance criteria

A user story expresses a need from a user or stakeholder perspective. A common structure is:

“As a [user], I want [capability], so that [benefit].”

High-quality stories are often described by INVEST:

INVEST elementMeaning
IndependentCan be planned and delivered with minimal dependency.
NegotiableEncourages conversation, not a rigid contract.
ValuableDelivers user, customer, or business value.
EstimableTeam can size it well enough for planning.
SmallFits within the team’s delivery cadence.
TestableHas clear acceptance conditions.

Acceptance criteria define when a specific story satisfies stakeholder expectations. The Definition of Done defines the team’s quality bar for completed work across items.

ConceptApplies toExample
Acceptance criteriaA specific story or feature“Given a valid email, when the user submits the form, then a confirmation is sent.”
Definition of DoneWork generallyCode reviewed, tested, integrated, documented as needed, accepted, and deployable.
Definition of ReadyOptional readiness guide for upcoming workStory has clear value, acceptance criteria, dependencies identified, and estimate.

Common trap: a story can meet acceptance criteria but still not be “done” if it fails the team’s Definition of Done.

Adaptive planning and estimation

Estimation concepts

ConceptExam focus
Relative estimationCompare items to each other rather than estimating exact hours.
Story pointsExpress relative size, complexity, uncertainty, and effort.
Planning pokerTeam-based estimation that reveals assumptions and differences.
Affinity estimatingFast grouping of many items by relative size.
T-shirt sizingCoarse sizing such as S, M, L, XL.
Ideal daysEstimate assuming no interruptions; less common than relative sizing in agile scenarios.
SpikesTimeboxed research to reduce uncertainty.

Strong agile estimation behavior:

  1. Clarify the story through conversation and examples.
  2. Let the team doing the work estimate it.
  3. Use relative sizing where appropriate.
  4. Re-estimate when meaningful new information appears.
  5. Avoid pretending estimates are guarantees.

Velocity and forecasting

Velocity is the amount of work a team completes in an iteration, commonly measured in story points.

\[ \text{Average Velocity} = \frac{\text{Completed Story Points Across Selected Iterations}}{\text{Number of Iterations}} \]

Only completed, accepted work counts. Partially complete work should not be credited as velocity.

MetricGood useBad use
VelocityForecasting for the same team under similar conditions.Comparing teams or setting performance targets.
Burn-down chartShows remaining work over time.Treating a perfect line as proof of value.
Burn-up chartShows completed work and total scope, useful when scope changes.Ignoring stakeholder feedback and value delivered.
Release forecastCommunicates likely outcomes and uncertainty.Presenting a forecast as a fixed commitment.

If velocity is unstable, look for changing team membership, unclear stories, technical debt, excessive WIP, interruptions, dependencies, or inconsistent Definition of Done.

Scope, schedule, and cost tradeoffs

Agile teams often keep timeboxes stable and vary scope based on value.

SituationAgile-friendly response
Fixed date with too much scopePrioritize highest-value work and negotiate lower-value scope.
New requirement appearsAdd to backlog, compare value, and reorder transparently.
Team cannot complete planned workInspect causes, protect quality, and adapt future planning.
Stakeholder demands certainty too earlyProvide ranges, assumptions, risks, and frequent inspection points.

Exam trap: do not “solve” schedule pressure by cutting quality practices, skipping testing, or forcing overtime as the default.

Stakeholder engagement

Stakeholder collaboration

Agile stakeholder engagement is frequent, transparent, and value-centered.

TechniqueUse
Product visionAlign stakeholders around purpose and outcomes.
PersonasUnderstand users and their needs.
Journey mapsIdentify user experience and pain points.
Story mapsConnect user activities to release slices.
Reviews / demosInspect working product and collect feedback.
Information radiatorsMake progress, risks, and blockers visible.
Backlog refinementClarify upcoming work with product and technical input.
WorkshopsBuild shared understanding and resolve ambiguity.

When stakeholders disagree, the best PMI-ACP-style answer usually involves facilitation, shared criteria, product owner prioritization, and transparency—not private escalation as the first response.

Communication patterns

EnvironmentBetter approach
Co-located teamUse face-to-face conversation, visible boards, and osmotic communication.
Distributed teamUse collaboration tools, working agreements, overlap hours, clear boards, and deliberate facilitation.
Many stakeholdersUse reviews, demos, stakeholder maps, and product owner alignment.
High uncertaintyIncrease feedback frequency and use prototypes or experiments.

The best communication method depends on complexity and urgency. For ambiguous or sensitive topics, richer communication is usually better than email-only updates.

Team performance and leadership

Servant leadership

An agile practitioner supports the team by removing impediments, coaching, facilitating, and protecting the environment for delivery.

Servant-leader behaviorNot servant leadership
Facilitating decisionsMaking every decision for the team.
Removing organizational impedimentsIgnoring blockers because “the team owns it.”
Coaching agile valuesPolicing ceremonies without explaining value.
Protecting focusIsolating the team from all stakeholder feedback.
Encouraging self-organizationAbandoning the team without support.
Promoting continuous improvementBlaming individuals for systemic issues.

Team development and conflict

Agile teams need psychological safety, clear goals, and healthy conflict.

SituationStrong response
New team is confusedClarify vision, roles, working agreements, and team norms.
Conflict over estimatesFacilitate discussion of assumptions and complexity.
Dominant stakeholder pressures teamUse product owner prioritization and transparent tradeoffs.
Team avoids raising problemsBuild safety, make impediments visible, and respond constructively.
Specialist bottleneckPair, cross-train, swarm, and reduce dependency.
Low moraleInvestigate root causes, support autonomy, and address impediments.

Tuckman’s model may appear conceptually:

StageTeam signalAgile support
FormingPolite, uncertain, role-seeking.Provide clarity and working agreements.
StormingConflict and competing approaches.Facilitate healthy conflict and shared norms.
NormingTeam practices stabilize.Reinforce collaboration and ownership.
PerformingTeam adapts and delivers effectively.Remove impediments and support improvement.

Problem detection and resolution

Impediments, risks, and issues

TermMeaningAgile response
RiskUncertain event that may affect outcomes.Make visible, prioritize, mitigate, experiment, or monitor.
IssueCurrent problem already affecting work.Resolve, swarm, escalate when outside team control.
ImpedimentAnything blocking or slowing the team.Scrum Master/agile lead helps remove or reduce it.
DependencyWork reliant on another team, person, or system.Visualize, coordinate, split work, or reduce dependency.
Technical debtFuture cost caused by shortcuts or weak design.Make visible, prioritize repayment, strengthen quality practices.

Root cause tools

ToolBest use
Five WhysExplore underlying causes beyond symptoms.
Fishbone diagramCategorize possible causes of complex problems.
Pareto analysisFocus on the few causes creating most effects.
RetrospectiveInspect team process and select improvements.
Control chartUnderstand process variation and cycle-time stability.
Cumulative flow diagramDetect WIP buildup, bottlenecks, and flow imbalance.

Exam trap: if the same problem repeats, do not choose a one-time heroic fix. Choose root cause analysis, process improvement, and team learning.

Defects and quality

Agile quality is built in continuously.

Quality problemStrong response
Many late defectsImprove testing, integration, Definition of Done, and root cause analysis.
Unclear expectationsAdd acceptance criteria, examples, and stakeholder conversation.
Integration failuresIntegrate more frequently and automate checks.
Fragile codeRefactor, improve design, and manage technical debt.
Rushed testingProtect quality; negotiate scope rather than lowering Done.
Repeated escaped defectsAdd feedback loops and improve prevention, not just detection.

Continuous improvement

Continuous improvement is not a one-time lesson-learned meeting at project close. It is built into agile delivery.

PracticeWhat to remember
RetrospectivesInspect how the team works and choose actionable improvements.
KaizenSmall, ongoing improvements.
PDCA / PDSAPlan, do, check/study, act on experiments.
Working agreementsTeam-owned norms that can evolve.
Metrics reviewUse data to learn, not punish.
Improvement backlogTrack improvement actions like real work.

A good retrospective action is specific, owned, visible, and small enough to try soon.

Metrics quick table

Metric or artifactTells youWatch out for
VelocityForecasting capacity for the same team.Misuse as productivity ranking.
Burn-downRemaining work in a timebox or release.Can hide scope changes.
Burn-upCompleted work and total scope trend.Still needs value interpretation.
Cumulative flow diagramFlow stability, bottlenecks, WIP buildup.Requires understanding workflow states.
Cycle timeHow long active work takes.Not the same as lead time.
Lead timeCustomer wait from request to delivery.Can include queue time before work starts.
ThroughputCompleted items per time period.Item size variation can distort interpretation.
WIPStarted but unfinished work.Too much WIP increases delay and context switching.
Escaped defectsQuality issues found after release or acceptance.Should trigger prevention improvements.
Team happiness / moraleSustainability and team health signals.Should not replace delivery and quality metrics.
Business value deliveredOutcome-oriented progress.Harder to measure but more important than output alone.

Use metrics for transparency and improvement. The wrong exam answer often uses metrics to punish individuals or force unrealistic commitments.

Common PMI-ACP candidate mistakes

  1. Choosing command-and-control answers. If the answer assigns tasks, dictates estimates, or bypasses team ownership, be skeptical.

  2. Assuming agile means no discipline. Agile still uses planning, risk management, quality standards, documentation, and governance where valuable.

  3. Treating the backlog as fixed scope. The backlog evolves as the team and stakeholders learn.

  4. Confusing product owner and Scrum Master responsibilities. The product owner maximizes product value. The Scrum Master facilitates process improvement and removes impediments.

  5. Counting partially completed work. Agile progress is based on completed, accepted, Done work.

  6. Using velocity as a target. Velocity is mainly for forecasting, not a performance quota.

  7. Ignoring technical debt. Shortcuts may appear faster but often reduce future delivery speed and quality.

  8. Skipping retrospectives under pressure. Pressure is a reason to improve the system, not a reason to stop improvement.

  9. Accepting every change immediately. Agile welcomes change through transparent backlog prioritization, not uncontrolled disruption.

  10. Defaulting to escalation. Escalation is appropriate when needed, especially for impediments outside team control, but first look for collaboration, facilitation, and transparency.

Fast scenario-answer checklist

Before selecting an answer, ask:

  • Does it deliver or protect customer value?
  • Does it increase transparency?
  • Does it involve the right people, especially the team and product owner?
  • Does it preserve self-organization?
  • Does it use real feedback from working product?
  • Does it protect quality and the Definition of Done?
  • Does it reduce WIP, blockers, risk, or uncertainty?
  • Does it support sustainable pace?
  • Does it improve the system rather than blame individuals?
  • Does it adapt the plan without creating chaos?

If two answers both sound reasonable, the better PMI-ACP answer is usually the one that is more collaborative, empirical, value-focused, and sustainable.

Last-minute topic drill plan

Use this Quick Review to guide focused practice:

Practice areaWhat to drill
Agile mindsetManifesto values, servant leadership, inspect-and-adapt decisions.
ScrumRoles, events, artifacts, Definition of Done, backlog ownership.
Kanban and flowWIP limits, cycle time, throughput, bottlenecks, cumulative flow.
Value deliveryPrioritization, user stories, MVP/MMF, acceptance criteria.
PlanningRelative estimation, velocity, release forecasts, rolling-wave planning.
StakeholdersReviews, feedback, communication, conflict, product owner decisions.
TeamsSelf-organization, coaching, motivation, conflict, distributed collaboration.
Problems and improvementRoot cause analysis, retrospectives, technical debt, quality practices.
MetricsProper metric use and common misuse.

For PM Mastery practice, work through original practice questions by topic first, then move into mixed question-bank sets. Use the detailed explanations to understand why the best answer is agile—not merely why the other choices are wrong.

Practical next step

Next, choose one weak area from this review and complete a focused PMI-ACP topic drill. After reviewing the detailed explanations, take a mixed question-bank set to practice switching between agile mindset, delivery, planning, stakeholder, team, metrics, and problem-resolution scenarios.

Continue in PM Mastery

Use this Quick Review as a final concept map, then move into PM Mastery for focused topic drills, mixed practice sets, timed mock exams, and detailed explanations. The practice questions are original PM Mastery practice items; they are not official PMI questions, copied live-exam content, or exam dumps.

Browse Certification Practice Tests by Exam Family