Skip to main content

PMI-CPMAI Real Exam Questions

PMI Certified Professional in Managing AI (PMI-CPMAI)™

279 questions available · Page 1 of 28

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A project manager meets with a customer for initial discussions about an upcoming project. At the end of the meeting, the customer asks the project manager for a rough estimate of the project duration. Based on her experience with three similar projects, the project manager provides an estimate of 8-10 months.

What's wrong with this timeframe?

  1. A

    It's underestimating the project timeline by 3 months

  2. B

    It fits into a waterfall timeframe, but not an agile project timeframe

  3. C

    It's not accounting for data preparation timelines

  4. D

    It's not accounting for potential project delays

Show answer and explanation

Correct answer: A

Explanation

An experience-based rough estimate must still match the expected planning horizon. The proposed 8-10 months is three months below that horizon, so the corresponding duration should be 11-13 months. The defect is therefore a specific quantitative underestimate, rather than a distinction between waterfall and agile or a general statement that delays might occur.

Question 2 Single choice

Given a labeled binary task, limited compute, a small team, and a need for an interpretable baseline, which initial modeling choice is best aligned with the constraints?

  1. A

    Establish a simple supervised classifier as the baseline

  2. B

    Start with the largest neural network that the hardware can train within the deadline

  3. C

    Apply unsupervised clustering and use its groups as if they were the supplied labels

  4. D

    Use a sequential decision model even though each labeled observation is independent

Show answer and explanation

Correct answer: A

Explanation

The task already has binary labels, which directly supports supervised classification. A simple classifier requires less compute and team capacity than a large neural model, provides an interpretable reference, and establishes baseline performance for later comparisons. Clustering ignores the supplied labels, while sequential decision modeling does not match independent observations.

Question 3 Single choice

An IT services company is verifying data quality for an AI project aimed at predicting server downtimes. The project manager needs to decide whether to proceed with data preparation.

Which technique should the project manager use?

  1. A

    Advanced data labeling methods

  2. B

    Data augmentation strategies

  3. C

    Exploratory data analysis (EDA)

  4. D

    Detailed cost-benefit analysis

Show answer and explanation

Correct answer: C

Explanation

Exploratory data analysis examines distributions, missing values, anomalies, relationships, and other quality characteristics in the server data. Those findings show whether the available information is suitable for predicting downtime and whether identified issues must be resolved before data preparation proceeds.

Question 4 Single choice

A team has started working on their first AI project and they are running this project like a traditional software development project. About two months into the project the team is hitting some major issues, and you're tasked with coming in to help manage this project. Immediately you realize that AI projects need to be treated like data centric projects.

What's the next best course of action?

  1. A

    Bring in data centric methodology best practices to get this project back on track

  2. B

    Get the existing team up to speed and make sure existing Agile approaches can support the AI effort

  3. C

    Hire an entirely new team making sure there is at least one data scientist on this centrteam

  4. D

    Hire an outside consulting firm to handle the technical aspects while you train the team yourself on data centric best practices

Show answer and explanation

Correct answer: A

Explanation

The immediate problem is that the team is managing a data-centric effort as conventional software development. Bringing in data-centric methodology practices realigns the work around data needs, preparation, iteration, and model outcomes. This directly addresses the cause of the current issues and provides a practical way to get the existing project back on track.

Question 5 Single choice

A logistics company wants to optimize its delivery routes while adapting to real-time traffic conditions.

Which AI pattern or patterns meets these goals?

  1. A

    Automation and rule-based systems

  2. B

    Conversational

  3. C

    Predictive analytics

  4. D

    Recognition and content summarization

Show answer and explanation

Correct answer: C

Explanation

Route optimization under changing traffic conditions depends on estimating future travel conditions and their effect on candidate routes. Predictive analytics uses current and historical signals to forecast those outcomes, allowing route choices to adapt as conditions change and supporting shorter delivery times.

Question 6 Single choice

Your team is working on an NLP model and has just operationalized the first model. Your team makes updates to the model, overwrites the original model, and puts this new model into operation. However, one of the teams using the model has seen a decrease in performance and is asking to use the original model.

What critical error did your team make?

  1. A

    They did not have data governance in place

  2. B

    They did not practice model versioning and keep all versions of the model

  3. C

    They did not have a model retraining pipeline that took into account models

  4. D

    They did not practice model iteration and properly iterate on the model

Show answer and explanation

Correct answer: B

Explanation

Overwriting the operational model removed the ability to return to the earlier working state. Model versioning preserves each model release so its performance can be compared, reproduced, and restored when a later version performs worse. Keeping all versions would have allowed the affected team to resume using the original model.

Question 7 Single choice

Enhancing and cleaning data is an important action during which phase of CPMAI?

  1. A

    Phase VI

  2. B

    Phase I

  3. C

    Phase V

  4. D

    Phase III

  5. E

    Phase II

  6. F

    Phase IV

Show answer and explanation

Correct answer: D

Explanation

CPMAI Phase III focuses on preparing data for model development. Enhancing and cleaning belong here because raw collected data must be transformed into a usable training form, with quality problems addressed before modeling proceeds. This places the described activity in Phase III rather than the earlier business or data-understanding work.

Question 8 Single choice

In CPMAI Phase II, your data engineering team discovers multiple missing values in key datasets.

What is the best next step?

  1. A

    Drop all rows with missing data

  2. B

    Proceed to model training with existing data

  3. C

    Identify root causes and apply imputation techniques or data augmentation

  4. D

    Collect only new data from external vendors

Show answer and explanation

Correct answer: C

Explanation

Missing values in key datasets are a data-quality problem that should be understood before modeling. Identifying root causes helps determine why the gaps exist and whether they may recur. Imputation techniques or data augmentation can then address the missing information in a controlled way instead of discarding all affected records or ignoring the gaps.

Question 9 Single choice

A project manager is preparing a final report on an AI project. The report must highlight lessons learned, focusing on ethical concerns and compliance with data regulations. In addition, the team has identified multiple ethical issues related to data privacy during the project.

What is an effective approach to address the situation for future AI projects?

  1. A

    Develop a transparent data compliance usage policy.

  2. B

    Increase the frequency of compliance audits.

  3. C

    Provide additional training on ethical AI practices.

  4. D

    Implement a robust ethical data governance framework.

Show answer and explanation

Correct answer: D

Explanation

Repeated privacy issues indicate a need for durable organizational controls, not only isolated corrections. A robust ethical data governance framework establishes responsibilities, policies, oversight, and decision standards for handling data, allowing lessons from the completed project to guide future AI initiatives consistently.

Question 10 Single choice

A telecommunications company is preparing data for an AI tool. The project team needs to ensure the data is in the right shape and format for model training. In addition, they are working with a mix of structured and unstructured data.

Which method will address the project team's objectives?

  1. A

    Separating structured and unstructured data into different databases

  2. B

    Converting unstructured data into structured formats

  3. C

    Using a hybrid storage system for both data types

  4. D

    Employing a data transformation tool to standardize formats

Show answer and explanation

Correct answer: D

Explanation

Model training requires inputs to have compatible shapes, representations, and formats regardless of whether the original data is structured or unstructured. A data transformation tool can apply consistent conversion and standardization rules across both types. Merely separating or storing the data together does not make its format suitable for the training pipeline.