PMI Certified Professional in Managing AI PMI-CPMAI Exam Questions

Page: 1 / 14
Total 144 questions
Question 1

A logistics company is operationalizing an AI solution to optimize delivery routes. The project manager needs to gather up-to-date information on traffic patterns, delivery schedules, and vehicle performance.

Which method will integrate these diverse data types?



Answer : B

In CPMAI and PMI-aligned AI lifecycles, integrating diverse data types from multiple operational systems is typically handled through robust data engineering pipelines, most commonly implemented as ETL (extract, transform, load) or closely related ELT patterns. For a logistics optimization use case, the AI system needs to bring together traffic patterns (often from external or sensor feeds), internal delivery schedules, and vehicle performance/telematics data into a consistent, analyzable structure.

An ETL pipeline is designed precisely for this: it extracts data from heterogeneous sources, transforms it into common formats and schemas (handling units, timestamps, geocodes, data quality rules), and loads it into a target store (data lake, warehouse, or feature store) that downstream AI components can consume. CPMAI emphasizes that this integration work is a core part of the Data Understanding and Data Preparation phases, because AI models depend on unified, high-quality inputs rather than fragmented, siloed feeds. While real-time frameworks, federated models, or warehouses may play additional roles, the primary method explicitly focused on integrating diverse data sources into a coherent whole is an ETL pipeline, making option B the best fit.


Question 2

A national health insurance company is embarking on a complex AI project to assist in coordinating patient care across its multiple hospital network. The AI system will analyze large amounts of patient data to coordinate care, improve patient outcomes, and optimize resource allocation. Numerous healthcare providers' data needs to be integrated. The data includes private patient information, and the project must comply with data privacy regulations in various countries.

Which critical step should be performed to optimize representative training data?



Answer : C

PMI-CPMAI treats data as a central asset and states that representative, high-quality training data is essential for safe and effective AI in sensitive domains such as healthcare. Before sophisticated bias metrics or advanced KPIs are useful, the guidance stresses a phase of data understanding and preparation, where teams analyze data sources, coverage, completeness, and consistency, and ensure that the training set reflects the relevant populations, geographies, and use cases. PMI describes this as ''profiling and exploring data to understand distributions, outliers, missingness, and segment coverage, then cleaning, integrating, and transforming it into a trusted, analysis-ready dataset.'' In a multi-country health insurance scenario, with diverse hospitals and different privacy regimes, this step includes mapping schemas, resolving identifiers, handling missing or noisy records, and ensuring that patients from different regions, demographics, and care pathways are adequately represented without oversampling or excluding key groups. Simply increasing the size of the dataset without ensuring diversity and representativeness may reinforce existing biases or create blind spots. Likewise, KPI enhancement comes later, once the data foundation is sound. Therefore, the critical step to optimize representative training data in this context is to improve data understanding and preparation, ensuring that the integrated dataset is complete, consistent, diverse, and properly structured for training.


Question 3

An AI team is defining success criteria for a customer support chatbot. Leadership wants to approve the project but needs objective measures that reflect both business value and risk. Which set of metrics is most appropriate?



Answer : B

PMI-CPMAI emphasizes establishing acceptable performance metrics and aligning AI outcomes to business value while ensuring responsible and trustworthy practices. For chatbots, business value includes deflection/containment (how many issues are resolved without human agents), customer experience (satisfaction), and operational performance (latency). Risk measures must also be included because trustworthy AI requires governance and compliance controls (privacy/security, transparency, accountability). Therefore, metrics that combine outcomes and controls---user satisfaction, containment, correct escalation/hand-off, and privacy/compliance incident rates---are the most PMI-aligned set. Response time alone (A) misses quality and risk. Features delivered (C) and lines of code (D) are delivery activity measures, not AI value or trust measures. PMI's approach encourages metrics that support go/no-go decisions and lifecycle monitoring, making option B the best fit.


Question 4

An AI project team needs to consider compliance with data regulations and explainability standards as requirements for a new AI solution.

At what point in the project should the requirements be approached?



Answer : B

In PMI-CP/CPMAI-aligned practice, compliance requirements such as data protection regulations (e.g., privacy laws, data residency) and explainability standards are treated as business and regulatory constraints, not as late technical details. They must therefore be identified and incorporated during the business understanding phase. At this stage, the project manager and stakeholders clarify the problem statement, success criteria, risk appetite, and constraints under which the AI solution must operate. That includes explicitly stating: which regulations apply, what level of transparency or explainability is required, which stakeholders must be able to understand model outputs, and which decisions must remain under human control.

By capturing these requirements early, they directly influence the choice of AI pattern, model families, data sources, architecture, and governance mechanisms. If these constraints are postponed until data preparation or final testing, the team risks discovering that the chosen models are too opaque, the data cannot legally be used as collected, or additional documentation and controls are needed that fundamentally change scope and timeline. CPMAI stresses that responsible AI and regulatory compliance are ''built in from the beginning,'' so the correct point to approach these requirements is the business understanding phase.


Question 5

Doctors have been utilizing a sophisticated AI-driven cognitive solution to help with diagnosing illnesses. The AI system is integrated with several medical databases. This allowed the AI system to learn from new patient data and adapt to the latest medical knowledge and practices. The final project report indicated that the AI model had degraded over time, impacting reliability and effectiveness. The AI system must comply with healthcare regulations from various countries.

What is the likely cause for the degradation issue?



Answer : D

PMI's AI management guidance explains that models deployed in dynamic domains---such as healthcare---are particularly vulnerable to data drift, where ''the statistical properties of input data or underlying real-world processes change over time, leading to performance degradation if models are not monitored and updated.'' In the scenario, the cognitive diagnostic system is continuously exposed to new patient data and evolving medical knowledge from multiple databases. PMI notes that in such cases, ''AI models that are not periodically retrained, recalibrated, or revalidated against current data will show reduced accuracy, reliability, and clinical usefulness over time.''

The final report states that the model's performance degraded over time, affecting reliability and effectiveness, which is the hallmark symptom of data drift rather than an initial validation issue. PMI-CPMAI content stresses setting up continuous monitoring, performance dashboards, and drift detection mechanisms specifically to track ''the impact of data drift on model accuracy and business or clinical outcomes,'' triggering model refresh or redesign when thresholds are exceeded. Changes in business model requirements could affect alignment of outputs to objectives but would not, by themselves, explain gradual technical degradation in predictions. Therefore, the most appropriate cause, as framed in PMI's lifecycle and MLOps perspective, is the impact of data drift on model accuracy, requiring ongoing monitoring and retraining to restore performance.


Question 6

A project team is trying to determine the most suitable environment to operationalize their AI/machine learning (ML) solution. They need to consider various factors to help ensure a successful implementation.

What should the project manager do?



Answer : C

When choosing an environment to operationalize an AI/ML solution, PMI-CPMAI guidance stresses starting from stakeholders and end-user interactions, then deriving technical choices (infrastructure, deployment model, integration pattern) from those needs. Identifying who the end users are, how they will interact with the system, and in which workflows and channels is crucial. This includes understanding whether the AI will be consumed via dashboards, embedded in existing applications, via APIs, or as decision support in specific business processes.

Once these interaction patterns are clear, the project manager and technical team can determine environment needs: latency requirements, availability, integration points, security boundaries, on-prem vs. cloud, edge vs. centralized deployment, and needed tooling for monitoring and MLOps. Scalability (option A), cost (option B), and compliance (option D) are all important factors, but they are secondary considerations that should be evaluated in the context of how users will actually use the system.

PMI's AI lifecycle view emphasizes that environment and architecture decisions must be requirements-driven, not purely cost- or technology-driven. Therefore, the project manager should first identify the end users and their interactions with the solution (option C) as the basis for selecting the most suitable operational environment.


Question 7

An insurance company is selecting an AI approach to automate simple claim approvals for low-risk cases. The organization wants the system to take actions with minimal human intervention based on predefined policies. Which AI capability best fits?



Answer : C

In PMI's Seven Patterns of AI, capability selection depends on whether the system is primarily advising humans or acting on their behalf. When the goal is to automate operational actions---approving or routing claims under policy constraints with minimal human intervention---the capability aligns with autonomous systems, which emphasize automated execution within defined rules, safeguards, and operational boundaries. Predictive analytics (B) can score risk, but it typically supports decision support; autonomous systems extend this by taking actions automatically according to governance-approved policies. PMI-CPMAI's responsible and trustworthy AI principles reinforce that higher-autonomy use cases require stronger controls: clear escalation paths, contingency plans, monitoring, and audit trails to ensure accountability for automated decisions. Conversational (A) and hyperpersonalization (D) do not fit the core need of automated adjudication. Therefore, autonomous systems is the best match for low-risk auto-approvals with predefined guardrails.


Page:    1 / 14   
Total 144 questions