PMI-ACP Cheat Sheet

High-yield PMI-ACP review for key rules, traps, decision cues, formulas, and final-week reminders.

Use this as your last-mile PMI-ACP® review. Pair it with the Syllabus for coverage and Practice for speed.

For exam format and official policy details, see Overview.

Agile in one picture

    flowchart TD
	  A["vision and outcomes"] --> B["ordered backlog"]
	  B --> C["slice small and define acceptance"]
	  C --> D["deliver an increment"]
	  D --> E["review, measure, and learn"]
	  E --> F["adapt backlog and process"]
	  F --> C

If you can state these three items from a question stem, you are usually close to the best answer:

  • learning goal: what needs to be validated
  • smallest useful slice: what gives feedback fast
  • flow risk: what is blocking progress

Fast elimination rules

  • If a response delays feedback until “everything is done,” it is usually weak.
  • If a response adds process without a clear problem, it is usually weak.
  • If a response hides work or risk, it is usually weak.
  • If the scenario is unclear, clarify acceptance criteria, constraints, or stakeholders before committing.

What the exam is really testing

If the scenario is really about… Better answer pattern Weaker answer pattern
uncertainty use a small experiment or increment to learn fast plan longer before learning
overload or delay visualize work, reduce WIP, and remove bottlenecks push more work into the system
conflict or low trust coach, facilitate, and surface the issue command, assign blame, or escalate too early
customer doubt get earlier feedback from the real user or stakeholder wait until final acceptance
changing needs adapt backlog, scope, or plan while preserving quality protect the original plan from learning

Mindset and complexity

Domain Nature of work Better response pattern
Clear known knowns sense -> categorize -> respond
Complicated known unknowns sense -> analyze -> respond
Complex unknown unknowns probe -> sense -> respond
Chaotic crisis act -> sense -> respond

If requirements are changing and learning is still needed, PMI-ACP usually favors actions that reduce uncertainty quickly.

Leadership and facilitation

Training versus coaching versus mentoring

Mode Use when Primary output
training there is a knowledge gap shared skill baseline
coaching behavior or performance needs to improve better team outcomes
mentoring longer-term role growth matters broader capability development

Command versus coach cues

Situation Better agile response Weak response
team is capable but blocked coach and remove impediments assign tasks from above
disagreement is surfacing facilitate the conversation and shared understanding shut debate down quickly
recurring behavior issue make expectations and feedback visible rely on frustration and informal blame

Scrum essentials

Element Purpose Common exam cue
Sprint Goal focus on outcome supports scope trade-offs
Definition of Done shared quality gate avoids “done-ish” increments
Review feedback and value check validates assumptions
Retrospective system improvement fixes root causes, not just symptoms

Anti-patterns: skipping refinement, using daily sync as status theater, treating the Sprint plan as a contract.

Kanban and flow

Metric What it measures Better use
cycle time start to finish for an item improving flow
lead time request to delivery customer experience
throughput items finished per time capacity and forecasting
WIP work in progress spotting overload

Flow interpretation shortcuts

Signal Better move Weak move
cycle time is rising inspect bottlenecks and reduce overload add more concurrent work
throughput varies heavily forecast using ranges and recent evidence promise precise delivery dates
WIP keeps climbing finish before starting more reward everyone for staying busy

Backlog and slicing

Better slicing patterns Weaker slicing patterns
thin vertical slices layer-only slices such as UI-only or DB-only
workflow step or user scenario slices large component bundles
happy path first, then edges giant all-features batch

Spikes are for learning. Timebox them and turn the result into a backlog decision.

Estimation and planning

Need Technique Why
fast sizing T-shirt or relative sizing low overhead
shared assumptions planning poker reveals disagreement
large set estimate affinity estimation scales well

Estimates are for decisions. PMI-ACP usually favors useful ranges and shared understanding over false precision.

Risk, impediments, and waste

Agile risk and impediment rules

  • make impediments visible with owner and next action
  • address root causes, not only symptoms
  • use experiments for uncertainty, not debate
  • change the system so the same blocker is less likely to recur

Common waste in knowledge work

  • waiting
  • handoffs
  • rework
  • overproduction
  • excess WIP
  • unclear acceptance
  • context switching

Fix pattern: visualize flow -> identify bottleneck -> reduce WIP -> remove constraint -> repeat.

Continuous improvement loop

  1. observe with metrics and feedback
  2. pick one small testable change
  3. run the experiment
  4. measure the impact
  5. standardize or revert
Revised on Monday, April 27, 2026