General Exam Tips
- 1.This is a scenario-based, application-focused exam — PMI states questions test practical decision-making in AI project situations, not simple recall. Expect a short scenario paragraph before most questions
- 2.120 total questions, 100 scored and 20 unscored pretest questions randomly mixed in — you cannot tell which is which, so treat every question as if it counts
- 3.You have 160 minutes with no scheduled breaks. Budget roughly 80 seconds per question and flag anything you're unsure about to revisit if time allows
- 4.Many questions test which DOMAIN or TASK an activity belongs to rather than asking you to define a term — practice sorting described activities into Domain I-V before answering
- 5.When a scenario describes an activity happening 'before training' vs 'after deployment,' that timing is usually the key to choosing between two similar-sounding tasks (e.g., QA/QC vs governance, data-readiness vs model-readiness gates)
- 6.Responsible AI concepts (bias, privacy, transparency) are NOT confined to Domain I questions — they can appear embedded in Domain II, III, IV, or V scenarios since PMI states these concepts run throughout all five domains
- 7.The Seven Patterns of AI are foundational vocabulary — if a scenario describes personalized recommendations, natural language chat, fraud detection, or self-operating systems, map it to the correct pattern before evaluating the answer choices
- 8.There is no partial credit and no disclosed passing score — perform consistently across all five domains rather than trying to guess a target score
- 9.Completion of the mandatory Exam Prep Course means the exam content will feel familiar if you took the course seriously — trust your course notes over guessing from general AI knowledge alone
Quick Navigation
Support Responsible and Trustworthy AI Efforts
Must-Know Facts
- Bias checks must cover THREE distinct sources: training data (representation imbalance), algorithm (design choices, fairness testing), and model (output patterns, discriminatory results)
- A Privacy Impact Assessment (PIA) is conducted PROACTIVELY, before deployment — not reactively after an incident occurs
- AI/ML transparency means documenting data sources, selection rationale, preprocessing steps, and maintaining audit trails for algorithmic decisions
- Explainability is the narrower capability of making a SPECIFIC model decision interpretable to a stakeholder — distinct from overall process transparency
- Accountability documentation requires version control across models, data, AND training processes — not just source code
- Regulatory compliance monitoring is CONTINUOUS — tracking evolving AI regulations (GDPR, CCPA, EU AI Act, sector rules), not a one-time kickoff review
- Chain of custody records must be maintained for training AND test data, supporting audit and accountability requirements
Common Traps
Confusing Pairs
Scenario Tips
A scenario describes a model with representative, well-balanced training data that still produces discriminatory outcomes for certain groups...
This illustrates bias emerging at the algorithm or model level, independent of data representation. The correct response is to conduct fairness testing and apply bias mitigation techniques to the algorithm/model, not just re-audit the training data
Concluding the data passed its bias check so no further action is needed ignores that bias must be checked at all three levels
A project manager is asked to explain how a specific AI-driven denial decision was reached to an individual customer...
This is an explainability request — the project team needs interpretability tools or techniques that make that individual decision understandable, not just a transparency document showing the overall model-building process
Providing general documentation about data sources and model selection criteria (transparency) does not satisfy a request to explain one specific decision
Last-Minute Facts
Identify Business Needs and Solutions
Must-Know Facts
- Problem identification maps business pain points to the correct one (or more) of the Seven Patterns of AI before any solution is drafted
- AI feasibility (Task 2: can we build it) and risk assessment (Task 3: what could go wrong) are SEPARATE tasks with separate enablers
- A complete ROI/business case must include Total Cost of Ownership — infrastructure, maintenance, and retraining costs — not just development cost
- Adoption/integration risk is about ORGANIZATIONAL change management (user resistance, training, communication), separate from the technical security/safety/ethics risk assessment
- 'Draft AI solution' produces a high-level architecture, not a working technical build — actual model development happens later in Domain IV
- Success criteria (KPIs) must combine technical performance benchmarks WITH business impact metrics and user satisfaction/adoption measures
- Resource identification covers people, hardware/infrastructure, AND contractor gaps — not just headcount
Common Traps
Confusing Pairs
Scenario Tips
A business case shows strong ROI based solely on projected revenue increase and initial build cost, with no mention of ongoing cloud or monitoring costs...
Flag this as an incomplete business case — Task 5 requires estimating TCO (infrastructure and maintenance) alongside benefits for a valid ROI picture
Approving the business case as-is because the ROI number looks favorable ignores the missing TCO analysis
A team proposes an AI project and immediately starts specifying model architecture and training pipelines before validating whether the underlying business problem justifies AI at all...
This skips proper business understanding — Task 1 (identify problem) and Task 2 (feasibility) should be completed and validated before detailed technical solution drafting begins
Proceeding with technical work because 'AI is clearly the right tool' without validating the business problem and feasibility first is a common real-world project failure pattern the exam tests against
Last-Minute Facts
Identify Data Needs
Must-Know Facts
- Data SME identification includes business users who understand data CONTEXT, data stewards/governance teams, and technical experts — not just IT/database administrators
- Data source discovery spans internal databases/warehouses, external/third-party sources, cloud repositories, AND legacy system archives
- Domain III's privacy/compliance check (Task 6) focuses on usage rights, licensing, and access for the PROJECT'S specific data sources — related to, but narrower than, Domain I's org-wide governance
- Data sufficiency is judged by REPRESENTATIVENESS for the target use case, not raw volume alone
- The data-readiness go/no-go decision (Task 8) happens BEFORE model development begins — a separate, earlier gate than the model-readiness decision in Domain IV
- Exploratory data analysis (EDA) here assesses whether data CAN support the solution — it is not the same as the feature engineering/transformation work done later in Domain IV
- Conveying data understanding to leadership requires translating technical findings into business-relevant language, not just delivering raw statistics
Common Traps
Confusing Pairs
Scenario Tips
A team has gathered a dataset that vastly exceeds the minimum volume requirement, but analysis reveals it underrepresents a key customer segment relevant to the AI solution's use case...
The data likely fails the sufficiency gate due to lack of representativeness, regardless of volume — additional data collection or rebalancing is needed before proceeding to Domain IV
Proceeding to model development because the volume target was met ignores the representativeness requirement in Task 8
A project manager needs to understand what a legacy database's cryptic field names actually mean in business terms before relying on it for training data...
Engage business users and data stewards who understand data context (Task 2) — not just the database administrator who manages server uptime
Relying solely on technical/IT documentation misses the business context needed to correctly interpret and use the data
Last-Minute Facts
Manage AI Model Development and Evaluation
Must-Know Facts
- The AI project manager OVERSEES and COORDINATES model development — algorithm selection, QA/QC, training oversight — they do not personally code or build the model
- Algorithm selection oversight includes assessing trade-offs between model complexity, performance, and interpretability
- Model QA/QC (Task 2) is a PRE-DEPLOYMENT activity: testing protocols, configuration management, peer review, coding standards
- Training management (Task 3) includes coordinating (not personally executing) hyperparameter tuning, and managing training data versioning/experiment tracking
- Data transformation oversight (Task 4) requires ensuring reproducibility and documentation of every preprocessing/feature engineering step
- There are TWO go/no-go gates in this domain area: data quality readiness (Task 5, before training) and model readiness for operationalization (Task 6, after training/evaluation)
- Model readiness review (Task 6) includes assessing deployment infrastructure readiness — not just model accuracy metrics
Common Traps
Confusing Pairs
Scenario Tips
A model has been trained and shows strong accuracy on the validation set, and the team wants to move straight to production deployment...
A formal model-readiness go/no-go decision (Task 6) is still required, assessing robustness, generalization, deployment infrastructure readiness, and documentation — accuracy alone is not sufficient to greenlight deployment
Deploying immediately because accuracy targets were hit skips the broader readiness review required by Task 6
During training, the data science team makes ad hoc adjustments to feature engineering steps without logging what was changed...
This violates Task 4's requirement for data transformation reproducibility and documentation, and the project manager should intervene to ensure changes are tracked
Allowing this to continue because the model's current performance looks acceptable ignores the documentation and reproducibility requirement, which matters for audits and future retraining
Last-Minute Facts
Operationalize AI Solution
Must-Know Facts
- Rollback procedures and contingency plans are established during DEPLOYMENT PLANNING (Task 1), before go-live — not improvised during or after deployment
- Model governance (Task 3) is a CONTINUOUS post-deployment activity: versioning, drift detection, retraining coordination, policy compliance
- Solution metrics oversight (Task 4) includes both business AND technical KPIs, with alerting for threshold breaches — distinct from but related to governance monitoring
- Lessons learned (Task 5) documentation happens as part of formal project closeout, alongside or before the transition to operations
- The transition plan (Task 6) and contingency plan (Task 7) are TWO SEPARATE deliverables: transition = routine handoff to operational support; contingency = incident/disaster response
- Deployment execution (Task 2) includes validating production functionality/performance and managing user access/security configuration, not just 'flipping the switch'
- Contingency plans must be TESTED AND VALIDATED regularly — not written once and left untouched
Common Traps
Confusing Pairs
Scenario Tips
A production AI system experiences a critical failure with no documented rollback procedure, forcing the team to improvise a fix under pressure...
This reflects a failure to establish rollback procedures during deployment PLANNING (Task 1) — the correct practice is to define and test rollback/contingency procedures before go-live, not during a live incident
Praising the team for improvising a fix ignores that this reactive approach violates CPMAI deployment planning best practice
Six months post-launch, a model's predictions have quietly become less accurate as customer behavior patterns shift, but no one notices until a business stakeholder complains...
This indicates a gap in ongoing model governance (Task 3) — drift detection and performance monitoring should have caught this proactively, well before a stakeholder complaint surfaced it
Treating this as a one-time bug to patch misses that continuous drift monitoring is the systemic fix required