PMI-ACP — PMI Agile Certified Practitioner Quick Reference

Compact PMI-ACP reference for agile roles, frameworks, planning, metrics, risks, quality, and scenario decisions.

Exam Identity and Study Lens

ItemReference
Vendor/providerPMI
Official titlePMI Agile Certified Practitioner (PMI-ACP)
Official codePMI-ACP
Page purposeIndependent Quick Reference for real-exam preparation and original practice support
Best study postureThink like an agile practitioner: servant leadership, value delivery, empirical adaptation, collaboration, transparency, and continuous improvement

PMI-ACP questions are usually scenario-based. The best answer is often the one that preserves agile values while solving the immediate problem with the least unnecessary process.

Agile Mindset: High-Yield Exam Rules

If the scenario says…Prefer this responseAvoid this trap
Requirements are changingWelcome change; re-prioritize backlog with the product owner/customerFreeze scope or route every change through heavyweight approval
Team is blockedMake impediments visible; help remove organizational blockersPersonally assign tasks or solve all technical details for the team
Stakeholder wants statusUse working product, demos, burn charts, information radiators, and transparent metricsLong narrative status reports as the primary evidence
Quality is decliningStrengthen Definition of Done, automated tests, refactoring, pairing, root-cause analysisDelay quality work until the end
Customer is unavailableRe-engage, use proxy carefully, set collaboration expectationsLet the team guess business priorities
Team conflict appearsFacilitate collaboration and shared understandingEscalate immediately unless safety, ethics, or authority boundaries require it
Product value is unclearClarify vision, value, personas, outcomes, and acceptance criteriaStart detailed task planning before value is understood
Estimates are unreliableUse relative estimation, historical velocity, ranges, and inspect/adaptDemand exact long-range predictions
Work is started but not finishedLimit WIP, swarm, remove bottlenecksStart more work to keep everyone busy
A process is not workingRetrospect, experiment, measure, and adaptKeep following a process because it was planned

Agile Values and Principles in Exam Language

Agile conceptWhat it means in scenariosStrong answer pattern
Individuals and interactionsCollaboration beats excessive processFacilitate direct conversation, co-location/virtual collaboration, team ownership
Working productReal increments are the best progress measureDemonstrate completed, accepted work
Customer collaborationCustomer feedback guides valueInvolve product owner/users frequently
Responding to changePlans are useful but adaptableRe-prioritize backlog and update forecasts
EmpiricismDecisions use transparency, inspection, adaptationMake work visible, inspect outcomes, adapt process/product
Servant leadershipLeader enables the teamRemove impediments, coach, protect focus, foster self-organization
Sustainable paceLong-term delivery requires healthy flowAvoid heroic overtime as a default solution
SimplicityMaximize work not doneDeliver minimum viable/marketable value first
Continuous improvementProcess improves through feedback loopsUse retrospectives, experiments, metrics, root-cause analysis

Agile Roles and Accountability

RolePrimary accountabilityExam reminders
Product owner / customer representativeValue, priority, acceptance, product directionOwns backlog ordering; clarifies acceptance criteria; accepts or rejects work
Agile team / development teamDelivering the increment; estimating work; deciding how to buildSelf-organizing; cross-functional; pulls work rather than being assigned work
Scrum Master / agile coach / servant leaderProcess facilitation, impediment removal, coaching, team healthDoes not command the team; does not own product priority
StakeholdersProvide feedback, constraints, domain knowledge, acceptance inputShould be engaged early and regularly
Sponsor / business ownerStrategic funding, business alignment, major constraintsShould receive outcome-focused transparency, not hidden problems
Functional managerPeople management, organizational support, specialist availabilityShould not override team commitments or product owner priority without collaboration

Role Decision Traps

Question asks who should…Best answer
Prioritize backlog itemsProduct owner/customer representative
Estimate technical effortTeam doing the work
Decide how work is implementedTeam
Remove organizational impedimentsServant leader/agile practitioner facilitates removal, often with management support
Accept completed storiesProduct owner/customer representative using acceptance criteria
Change sprint/iteration goal mid-iterationProduct owner and team collaborate; avoid disruption unless value/risk justifies it
Define Definition of DoneTeam, with organizational/product quality standards considered
Facilitate retrospectiveScrum Master/agile coach/servant leader
Resolve conflict inside the teamTeam first, facilitated by servant leader if needed

Framework Selection Matrix

Framework / approachUse when…Key practicesExam traps
ScrumProduct work benefits from timeboxed iterations and frequent inspect/adapt cyclesSprint/iteration planning, daily coordination, review, retrospective, product backlogTreating Scrum Master as project boss; changing sprint scope casually
KanbanWork arrives continuously or flow needs optimizationVisual board, WIP limits, explicit policies, flow metricsStarting more work to increase utilization; ignoring bottlenecks
LeanWaste reduction and value stream optimization are centralEliminate waste, build quality in, optimize whole, deliver fastLocal optimization that harms total flow
XPTechnical quality and engineering discipline are criticalTDD, pair programming, refactoring, CI, collective ownershipDeferring technical debt or testing until the end
Hybrid agileSome constraints require predictive elementsTailored governance, incremental delivery, adaptive planning where possibleCalling a predictive plan “agile” without feedback, reprioritization, or increments
DSDM / feature-driven / other agile methodsOrganization uses a specific agile delivery modelTimeboxing, MoSCoW, active user involvement, feature focusMemorizing method labels without understanding value and feedback principles

Scrum-Oriented Reference

ElementPurposeExam focus
Product backlogOrdered list of product workEmergent, refined continuously, ordered by value/risk/dependency
Sprint/iteration backlogWork selected for current timeboxOwned by team; supports sprint/iteration goal
IncrementCompleted, usable product outputMust meet Definition of Done
Product goal / visionDirection for product decisionsHelps prioritize and avoid low-value work
Sprint/iteration goalCoherent objective for the timeboxProtects focus; not just a task list
Definition of ReadyOptional readiness guideline before pulling workShould not become a gate that blocks collaboration
Definition of DoneShared quality/completion standardPrevents hidden unfinished work and technical debt
Daily standup / daily coordinationInspect progress and adapt planNot a status meeting for the manager
Review / demoInspect product with stakeholdersGet feedback on working product
RetrospectiveInspect and improve process/team interactionsProduces improvement experiments/action items
Backlog refinementClarify, split, estimate, and reorder future workOngoing; not a one-time planning phase

Kanban and Flow Reference

ConceptMeaningExam use
Visual workflowBoard shows work statesCreates transparency
WIP limitCap on work in progressExposes bottlenecks and improves flow
Pull systemTeam pulls work when capacity existsAvoids overload and push scheduling
Cycle timeTime from work start to completionMeasures delivery speed for started work
Lead timeTime from request to deliveryMeasures customer wait time
ThroughputItems completed per time periodUsed for forecasting flow
Cumulative flow diagramShows work across states over timeIdentifies bottlenecks, WIP growth, flow imbalance
Explicit policiesClear rules for moving workReduces ambiguity and conflict
Classes of serviceDifferent handling for work typesUseful for expedite, fixed date, standard, intangible work

Kanban Scenario Responses

SymptomLikely issueBest response
Many items started, few finishedExcess WIPEnforce WIP limits; swarm to finish
One column grows rapidlyBottleneckInvestigate constraint; rebalance skills/capacity
Urgent work disrupts flowPoor intake/class-of-service policyMake expedite policy explicit
Cycle time is unpredictableInconsistent work size or hidden blockersSplit work, visualize blockers, improve policies
Team members idle because WIP limit reachedFlow discipline is workingHelp finish existing work rather than start new work

XP and Technical Quality Practices

PracticePurposeExam cue
Test-driven developmentWrite tests before code/design implementationBuilds quality in early
Automated testingFast regression feedbackSupports frequent delivery
Continuous integrationIntegrate often and detect defects earlyAvoids late integration risk
RefactoringImprove design without changing behaviorControls technical debt
Pair programmingTwo people collaborate on one work itemQuality, knowledge sharing, mentoring
Collective code ownershipTeam owns codebase collectivelyReduces bottlenecks and silos
Simple designBuild what is needed nowAvoid overengineering
Sustainable paceMaintain productivity and quality over timeOvertime is not a default fix
Coding standardsShared quality conventionsReduces variability and rework
SpikesTimeboxed research/experimentReduces uncertainty before committing to solution

Value-Driven Delivery

ConceptQuick definitionExam application
Business valueBenefit delivered to customer/organizationPrioritize high-value outcomes
MVPSmallest viable product to test assumptions and learnUse when uncertainty is high
MMFMinimum marketable featureSmall releasable slice of value
MBIMinimum business incrementSmallest increment that delivers business outcome
Value streamSteps from idea to value deliveryOptimize whole system, not one function
WasteWork that does not add valueRemove handoffs, waiting, overprocessing, defects, unused features
Opportunity costValue of the option not chosenConsider when prioritizing scarce capacity
Cost of delayEconomic impact of waitingUse to prioritize time-sensitive work
Incremental deliveryDeliver in usable slicesReduces risk and gets feedback
Iterative deliveryRefine through repeated cyclesImproves fit and learning

Prioritization Methods

MethodUse when…How it worksTrap
MoSCoWNeed simple stakeholder priority categoriesMust, Should, Could, Won’t for nowToo many “Must” items
KanoNeed customer satisfaction insightBasic, performance, excitement featuresBuilding delight features while basics fail
WSJFNeed economic sequencingWSJF = Cost of Delay / Job SizeIgnoring risk reduction or time criticality
Relative weightingNeed compare value/risk/costScore options against weighted criteriaFalse precision from weak data
Value vs. risk matrixNeed sequence learningHigh value/high risk often early to reduce uncertaintySaving major risks until late
Buy-a-featureNeed stakeholder tradeoff discussionStakeholders allocate limited budget to featuresDominant stakeholder bias
Story mappingNeed release slicingMap user journey, then slice releasesTreating map as fixed scope

Adaptive Planning and Estimation

Planning levelHorizonOutputExam focus
VisionLong rangeProduct direction and outcomesAlign work to strategic value
RoadmapMedium rangeFeature/release themesFlexible forecast, not fixed promise
Release planningMultiple iterationsCandidate scope/date forecastUse velocity/range; update as data emerges
Iteration planningCurrent timeboxIteration goal and selected backlog itemsTeam commits/forecasts based on capacity
Daily planningCurrent dayCoordination and adaptationInspect progress; surface blockers
Continuous planningOngoingBacklog refinement and reorderingRespond to feedback and change

Estimation Reference

TechniqueBest useKey point
Story pointsRelative size/complexity/uncertaintyNot hours; team-specific
Planning pokerCollaborative relative estimationDiscuss outliers to uncover assumptions
Affinity estimatingQuickly group many items by relative sizeUseful for early backlog sizing
T-shirt sizingRough sizingGood for early uncertainty
Ideal daysEffort estimate excluding interruptionsLess preferred than relative points in many agile scenarios
Wideband DelphiExpert consensus estimateUseful when multiple experts estimate independently then discuss
Three-point estimateEstimate uncertainty with optimistic/most likely/pessimisticUseful for risk-aware forecasting
VelocityCompleted points per iterationUse historical average/range, not target imposed by management

Forecasting Formulas

Use ranges when possible. A single deterministic forecast is weaker than a transparent forecast with uncertainty.

\[ \text{Iterations Needed} = \frac{\text{Remaining Backlog Size}}{\text{Average Velocity}} \]\[ \text{Release Forecast} = \text{Current Date} + (\text{Iterations Needed} \times \text{Iteration Length}) \]\[ \text{Velocity} = \frac{\text{Completed Story Points}}{\text{Iteration}} \]

High-yield caution: velocity is a planning measure, not a productivity quota for comparing teams.

Metrics and Information Radiators

Metric / artifactShowsUse it to…Common trap
Burn-down chartWork remaining over timeSpot risk to iteration/release forecastTreating trend as a guarantee
Burn-up chartWork completed and total scopeShow scope changes clearlyIgnoring rising scope line
Velocity chartCompleted points by iterationForecast future capacityForcing velocity increases
Cumulative flow diagramWIP and flow by stateDetect bottlenecks and growing queuesLooking only at total completed
Control chartCycle time variationUnderstand predictabilityIgnoring outliers/root causes
Defect trendDefects found/fixed over timeAssess quality directionCounting defects without root cause
Escaped defectsDefects found after releaseMeasure quality reaching usersRewarding low internal reporting
Test coverageExtent of automated/manual test coverageIdentify quality gapsConfusing coverage with quality
Team happiness / healthMorale and sustainabilityDetect burnout and dysfunctionTreating it as irrelevant “soft” data
Information radiatorVisible, current project informationSupport transparency and self-managementCreating outdated display-only artifacts

Agile EVM and Core Formulas

PMI-ACP scenarios may include earned value terms. Use them only when the question gives PV, EV, AC, BAC, or similar data. Otherwise, agile-native measures such as burn charts, velocity, flow, and working product are usually more relevant.

MeasurePlain formulaInterpretation
Cost varianceCV = EV - ACPositive is under budget; negative is over budget
Schedule varianceSV = EV - PVPositive is ahead; negative is behind planned value
Cost performance indexCPI = EV / ACGreater than 1 is favorable
Schedule performance indexSPI = EV / PVGreater than 1 is favorable
Estimate at completionEAC = BAC / CPISimplified cost forecast if current CPI continues
Estimate to completeETC = EAC - ACExpected remaining cost
Variance at completionVAC = BAC - EACPositive is favorable
\[ \text{CPI} = \frac{\text{EV}}{\text{AC}} \]\[ \text{SPI} = \frac{\text{EV}}{\text{PV}} \]

Risk, Uncertainty, and Problem Detection

ConceptMeaningExam response
RiskUncertain event that may affect objectivesIdentify, analyze, respond, monitor
IssueCurrent problemMake visible, assign ownership, resolve
ImpedimentBlocker reducing team progressServant leader helps remove it
AssumptionBelief treated as trueValidate through experiments/spikes
SpikeTimeboxed learning activityUse for technical/product uncertainty
Risk-adjusted backlogBacklog ordered considering risk and valueAddress high-risk/high-value items early
Risk burndownRisk exposure trend over timeShow whether uncertainty is decreasing
Root-cause analysisFind underlying causePrevent recurrence, not blame
Five whysAsk why repeatedly to find causeAvoid stopping at symptoms
Fishbone diagramCause-and-effect analysisUse for complex quality/process problems

Risk Formulas

\[ \text{Risk Exposure} = \text{Probability} \times \text{Impact} \]\[ \text{Expected Monetary Value} = \text{Probability} \times \text{Monetary Impact} \]
Response typeWhen appropriateExample
AvoidEliminate threatChoose simpler architecture to remove risk
MitigateReduce probability or impactBuild prototype; add automated tests
TransferShift impact/ownershipContract/vendor insurance approach where suitable
AcceptMonitor without active responseLow exposure risk within tolerance
ExploitEnsure opportunity occursAssign best team to high-value opportunity
EnhanceIncrease probability/impact of opportunityAdd experiment to improve chance of benefit
SharePartner to capture opportunityJoint venture or specialist collaboration

Stakeholder Engagement and Communication

SituationBest communication approach
Need product feedbackDemo working increment; ask targeted questions
Need priority decisionProduct owner/customer conversation using value, risk, cost of delay
Stakeholder is resistantUnderstand concerns; involve early; show benefits and evidence
Stakeholders disagreeFacilitate tradeoff discussion; use product vision and value criteria
Distributed team confusionIncrease communication richness: video, shared boards, working agreements
Executive wants confidenceShow trends, risks, delivered value, forecast range, and impediments
User needs are unclearUse personas, user stories, interviews, observation, prototypes
Regulatory/constraint concernMake constraint explicit; incorporate into acceptance criteria/Definition of Done

Communication Richness

Communication typeRichnessBest use
Face-to-face / live videoHighAmbiguity, conflict, collaboration, complex design
WorkshopHighAlignment, backlog discovery, planning
Chat / team channelMediumFast coordination, simple questions
Visual board / dashboardMediumShared state and transparency
Email / documentLowerFormal record, broad distribution, non-urgent detail

Exam trap: agile favors direct, frequent, high-bandwidth communication, but it does not eliminate documentation. Documentation should be useful, sufficient, and value-adding.

User Stories and Acceptance Criteria

ItemReference
User story formatAs a [user/persona], I want [capability], so that [benefit]
Good story traitsIndependent, Negotiable, Valuable, Estimable, Small, Testable
Acceptance criteriaConditions that must be satisfied for acceptance
Story splittingDivide by workflow step, business rule, data type, interface, persona, happy path/exception
Bad story smellToo large, technical-only, no user value, vague acceptance, hidden dependencies

Story Examples

WeakBetter
“Build reporting module”“As a sales manager, I want to filter pipeline by region so that I can identify underperforming territories.”
“Improve performance”“As a mobile user, I want search results to load within the agreed threshold so that I can compare options without delay.”
“Create database table”Usually a task, not a user story; connect it to user-visible value or technical enabler criteria

Definition of Done vs. Acceptance Criteria

ConceptApplies toDefinesExample
Acceptance criteriaSpecific backlog item/storyProduct behavior or conditions for that itemUser can reset password using verified email
Definition of DoneAll completed work/incrementsShared quality/completion standardCode reviewed, tests pass, documentation updated, no critical defects
Definition of ReadyCandidate backlog item before planning/pullReadiness for team to work effectivelyClear value, acceptance criteria, dependencies understood

High-yield distinction: a story can meet its acceptance criteria but still not be “done” if it fails the team’s Definition of Done.

Agile Quality Reference

Quality practicePreventsExam preference
Built-in qualityLate defect discoveryQuality is everyone’s responsibility
Automated regression testingRepeated manual verification delaysAutomate where valuable
Continuous integrationIntegration surprisesIntegrate frequently
TDD / test-firstAmbiguous behavior and defectsClarifies expected behavior early
Pairing / reviewsKnowledge silos and defectsCollaborate before defects escape
RefactoringTechnical debt accumulationImprove design continuously
Definition of DoneHidden incomplete workMake quality explicit
Root-cause analysisRecurring problemsFix system causes, not blame people
RetrospectivesStagnant processInspect and adapt regularly

Servant Leadership and Team Performance

Servant leader behaviorExam meaning
Shields team from unnecessary interruptionProtects focus and flow
Removes impedimentsHelps team deliver, especially with organizational blockers
Coaches agile practicesImproves capability without command-and-control
Facilitates eventsEnables participation and shared ownership
Encourages self-organizationTeam decides how to do work
Promotes psychological safetyProblems surface early
Supports conflict resolutionGuides team toward collaboration
Develops team capabilityMentoring, learning, cross-functionality
Makes work visibleTransparency enables better decisions

Team Development

StageSymptomsBest leadership response
FormingPolite, uncertain, needs directionClarify goals, roles, working agreements
StormingConflict, competing viewsFacilitate collaboration and norms
NormingShared practices emergingReinforce agreements and ownership
PerformingHigh trust and autonomyRemove external blockers; avoid micromanagement
AdjourningClosure or transitionCapture learning; support transition

Conflict and Collaboration

ApproachWhen usefulExam caution
Collaborate / problem solveBest default for important conflictsSeeks win-win and root cause
CompromiseTime-limited solution when both sides can give up somethingMay not solve root cause
Smooth / accommodatePreserve harmony for low-stakes issueCan hide real disagreement
Force / directEmergency, safety, compliance, or authority boundaryUsually not agile default
Withdraw / avoidCooling-off or low-value conflictBad if issue is important
FacilitateTeam needs help discussingStrong servant-leader action
EscalateTeam cannot resolve or authority is outside teamDo after reasonable collaboration, unless urgent

Change Control: Agile vs. Predictive Distinctions

ScenarioAgile responsePredictive trap
New high-value requirement appearsProduct owner reorders backlog; team forecasts impactTreat as scope failure by default
Change requested during iterationProduct owner and team discuss impact on goal; often defer to backlogInterrupt team automatically
Stakeholder wants fixed scope/date/costExplain tradeoffs; use prioritization and incremental deliveryPromise all constraints without adjustment
Discovery invalidates original planInspect learning and adapt roadmap/backlogContinue plan because it was approved
External constraint changesMake visible; re-plan with team and stakeholdersHide impact until next formal report
Defect found in current incrementPrioritize based on severity; fix within quality policy/DoDShip known critical defects to preserve schedule

“What Should the Agile Practitioner Do Next?” Decision Table

Problem patternBest next action
Lack of shared understandingFacilitate conversation/workshop; clarify vision, goals, acceptance criteria
Team is missing commitmentsInspect causes with team; review capacity, WIP, impediments, estimation, scope size
Product owner unavailableRaise impact; work to restore product owner engagement or identify empowered proxy
Stakeholders bypass team with requestsRoute through product owner/backlog; maintain transparency
Requirements too largeSplit stories into smaller value slices
Too many defects lateStrengthen Definition of Done, automated testing, CI, root-cause analysis
Team is overallocatedMake capacity visible; reduce WIP/scope; protect sustainable pace
Estimates vary widelyDiscuss assumptions; use planning poker/Delphi; resolve uncertainty
Team avoids retrospective actionsMake actions small, owned, visible, and measured
Metrics are being gamedReframe metrics for learning; avoid using them as individual performance weapons
Dependency blocks deliveryVisualize dependency, coordinate early, consider architectural/team changes
Customer rejects completed workReview acceptance criteria, feedback loop, Definition of Done, and stakeholder involvement
Velocity dropsInvestigate causes; do not pressure team to inflate estimates
Management demands exact long-term planProvide forecast range, assumptions, risks, and update cadence
Work queue growsLimit WIP, prioritize intake, address bottleneck

Artifact Selection Quick Reference

NeedUse
Show ordered future workProduct backlog
Show current iteration workSprint/iteration backlog or task board
Show done vs. remaining workBurn-down or burn-up chart
Show scope changeBurn-up chart with total scope line
Show bottlenecksCumulative flow diagram
Show customer journey and release slicesStory map
Show product directionVision statement, product roadmap
Show completion qualityDefinition of Done
Show story-specific behaviorAcceptance criteria
Show risk trendRisk burndown or risk register/radiator
Show team improvement actionsRetrospective action board
Show stakeholder influence/interestStakeholder map
Show decision tradeoffsPrioritization matrix

Agile Planning Workflow

    flowchart TD
	    A[Product vision and goals] --> B[Identify users, needs, and outcomes]
	    B --> C[Create and order product backlog]
	    C --> D[Refine stories and acceptance criteria]
	    D --> E[Estimate relatively]
	    E --> F[Plan release forecast using velocity/range]
	    F --> G[Plan iteration goal and selected work]
	    G --> H[Deliver done increment]
	    H --> I[Review with stakeholders]
	    H --> J[Retrospect process]
	    I --> C
	    J --> D

Common PMI-ACP Scenario Traps

Trap answerWhy it is weakBetter agile answer
“Escalate to senior management” as first moveSkips team ownership and collaborationFacilitate resolution; escalate only when needed
“Update the project plan and continue”Ignores adaptationInspect impact and re-prioritize
“Assign tasks to team members”Undermines self-organizationLet team pull/plan work
“Add more people immediately”May reduce productivity and increase coordination costRemove blockers, reduce scope/WIP, inspect capacity
“Work overtime to meet commitment”UnsustainableRe-plan, prioritize, remove impediments
“Defer testing to a later phase”Violates built-in qualityTest continuously; meet DoD
“Measure individual velocity”Misuses metricUse team-level metrics for forecasting and improvement
“Product owner decides technical solution”Confuses value and implementation accountabilityProduct owner sets priority; team decides how
“Team decides business priority alone”Confuses implementation and value accountabilityProduct owner orders backlog with stakeholder input
“Document everything in detail before starting”Delays learning and deliveryDocument enough; deliver increments and adapt
“Ignore new requirements after baseline”Not agileWelcome change through backlog prioritization
“Optimize one specialist’s utilization”Can harm flowOptimize whole-team delivery and WIP

Agile vs. Waterfall Answer Clues

Question clueLikely agile interpretation
High uncertaintyUse adaptive planning, experiments, iterative delivery
Need early feedbackDeliver thin slices; demo often
Stable, regulated, known workMay need more upfront definition or hybrid governance
Customer can collaborate frequentlyStrong fit for agile
Customer unavailableMajor agile risk; address engagement
Fixed date with flexible scopePrioritize highest value first
Fixed scope with uncertain workDiscuss tradeoffs; use incremental risk reduction
Many handoffsLean waste; improve flow and cross-functionality
Frequent production defectsQuality practices and DoD need improvement
Team waiting for approvalsBottleneck; streamline policies and empowerment

Lean Waste Reference

WasteAgile exampleResponse
Partially done workUnfinished stories, unmerged codeLimit WIP; finish before starting
Extra featuresBuilding low-value scopePrioritize value; validate need
RelearningLost knowledge, poor documentation where neededPairing, shared knowledge, lightweight records
HandoffsAnalyst-dev-test silosCross-functional teams
DelaysWaiting for approvals/environmentsRemove bottlenecks
Task switchingToo many parallel effortsWIP limits; focus
DefectsRework from poor qualityBuilt-in quality, testing, root cause
Underused talentTeam not empoweredSelf-organization, servant leadership

Quick Review Checklist Before Practice Questions

  • Can you identify who owns priority, estimation, acceptance, and process facilitation?
  • Can you distinguish acceptance criteria, Definition of Done, and Definition of Ready?
  • Can you choose between Scrum, Kanban, Lean, and XP based on scenario clues?
  • Can you interpret velocity, burn-down, burn-up, CFD, cycle time, and lead time?
  • Can you apply WIP limits when work is started but not finished?
  • Can you choose collaborative responses before escalation?
  • Can you prioritize using value, risk, dependencies, cost of delay, and learning?
  • Can you spot metric misuse, especially individual velocity or imposed velocity targets?
  • Can you explain why quality is built in rather than inspected at the end?
  • Can you respond to change without abandoning transparency, focus, or product ownership?

Practical Next Step

Use this Quick Reference to drill scenario questions by category: roles, prioritization, planning, metrics, risk, quality, stakeholder engagement, and team facilitation. After each missed question, identify the agile principle you violated, the role accountability you confused, or the metric/decision rule you overlooked.

Browse Certification Practice Tests by Exam Family