Free PMI CPMAI practice questions

10 free PMI CPMAI practice questions with the correct answer and a full explanation for each, taken from the CertStash pack of 231 questions. Work through them, then open each answer to check your reasoning.

Question 1

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. They did not have data governance in place
  2. They did not practice model versioning and keep all versions of the model
  3. They did not have a model retraining pipeline that took into account models
  4. They did not practice model iteration and properly iterate on the model
Show answer and explanation

Correct answer: B. They did not practice model versioning and keep all versions of the model

Model versioning is the practice of keeping every trained model as an immutable, retrievable artifact rather than overwriting it. CPMAI Phase VI treats a model as a released asset: when a new version underperforms for some consumers, the previous version must still be available so the team can roll back while they investigate. Overwriting the original destroyed the only copy of a working model, which is why the request cannot be satisfied.

Why the other options are wrong

  • A. Data governance concerns how data is classified, secured and accessed. No data was mishandled here – a model artifact was destroyed.
  • C. A retraining pipeline governs when a model is refreshed. The team did retrain; the failure was not retaining the earlier result.
  • D. The team did iterate – they produced a second model. Iterating is correct CPMAI practice, so this describes what they did right, not the error.

Question 2

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

  1. Phase VI
  2. Phase I
  3. Phase V
  4. Phase III
  5. Phase II
  6. Phase IV
Show answer and explanation

Correct answer: D. Phase III

Phase III of CPMAI is Data Preparation. This is where raw data collected in Phase II is cleaned, de-duplicated, corrected, standardized and enriched, and where feature engineering and exploratory analysis take place. Enhancing and cleaning are the defining activities of this phase, and they must be complete before Phase IV Data Modeling can begin, because a model can only be as good as the data prepared for it.

Why the other options are wrong

  • A. Phase VI is Model Operationalization – deploying, monitoring and versioning a finished model.
  • B. Phase I is Business Understanding – defining the problem, the ROI and the AI Go/No Go decision.
  • C. Phase V is Model Evaluation – measuring whether the model meets the business goal set in Phase I.
  • E. Phase II is Data Understanding – identifying what data exists, where it lives and whether it is sufficient.
  • F. Phase IV is Data Modeling – selecting algorithms and training the model on data already prepared.

Question 3

Your team is ready to operationalize the model they have been working on. It’s a model that is meant to be used on an “edge device”, specifically a mobile phone and the user may sometimes be in remote locations without regular access to the internet.

What’s the most important thing to consider here?

  1. Make sure that you can use Generative AI solutions on an edge device
  2. Make sure the model lives in a hybrid environment
  3. Make sure the model is available over a cloud-based API
  4. Make sure the model lives on the edge device so it can be used regardless of internet connection
Show answer and explanation

Correct answer: D. Make sure the model lives on the edge device so it can be used regardless of internet connection

Operationalization has to match the environment the model actually runs in. The stated constraint is that the device is frequently offline, so any deployment that depends on a network round trip will fail exactly when the user needs it. Placing the model on the edge device itself means inference happens locally and the application keeps working regardless of connectivity, which is the standard CPMAI answer for intermittently connected edge deployments.

Why the other options are wrong

  • A. Whether the solution is generative is unrelated to the problem; the constraint is connectivity, not model type.
  • B. A hybrid environment still assumes some connectivity for the cloud half, so the offline case is left unsolved.
  • C. A cloud-based API is precisely the wrong choice here – it is unreachable whenever the device has no internet.

Question 4

For AI projects the code and systems don’t matter as much as the data. In fact, big data is what’s powering much of this latest wave of AI.

What’s most important for your company to consider around data?

  1. Because of almost-infinite storage and compute power, collect as much data as possible and deal with organizing it later.
  2. Collect enormous amounts of data – the more data the better.
  3. Understanding which algorithms are best for your data needs.
  4. Have team members that have experience, understanding of tools, and the ability to deal with massive volumes of data.
Show answer and explanation

Correct answer: D. Have team members that have experience, understanding of tools, and the ability to deal with massive volumes of data.

CPMAI is data-centric, but its point is that value comes from an organization's ability to manage data, not from the raw volume of it. Data only becomes useful when people with the right experience, tooling and understanding can collect, clean, govern and engineer it. Capability is the constraint that determines whether a data asset can be turned into a working model, which is why staffing for that capability is the most important consideration.

Why the other options are wrong

  • A. Collect-now-organize-later produces large, ungoverned data swamps that cost more to untangle than they return.
  • B. More data is not automatically better; unlabeled, irrelevant or poor-quality data adds cost without adding signal.
  • C. Algorithm selection is a Phase IV concern and is secondary to whether the data can be prepared at all.

Question 5

Using machine learning and other cognitive approaches to understand how to take past / existing behavior and predict future outcomes or help humans make decisions about future outcomes using insight learned from past behavior / interactions / data is a core part to which pattern(s) of AI?

  1. Goal Driven Systems
  2. Predictive Analytics & Decision Support and Patterns and Anomalies
  3. Recognition Pattern
  4. Predictive Analytics & Decision Support
Show answer and explanation

Correct answer: D. Predictive Analytics & Decision Support

& Decision Support The Predictive Analytics and Decision Support pattern covers exactly this description: learning from past behavior and existing data to forecast future outcomes or to help a human make a better decision. It is one of the seven patterns of AI, and it is distinguished by its forward-looking, human-supporting purpose rather than by the specific algorithm used.

Why the other options are wrong

  • A. Goal Driven Systems learn optimal actions by trial and reward, as in reinforcement learning and game playing, not by projecting past behavior forward.
  • B. Patterns and Anomalies is a separate pattern concerned with finding groupings and outliers in existing data; the description given is prediction and decision support alone.
  • C. The Recognition pattern identifies and classifies objects in images, audio or text – it labels what something is, not what will happen next.

Question 6

As an organization building an AI solution for your current customers based in NYC, but with possible plans for future expansion, how should you handle worldwide AI laws and regulations?

  1. Make sure to follow relevant data, privacy, and other important laws both in the US and where you’re like to expand to in the coming year
  2. Make sure to follow relevant data, privacy, and other important laws as it pertains to NYC
  3. Make sure to follow relevant data, privacy, and other important laws as it pertains to the United States
  4. You’re too small of an organization to be worried about laws at the moment
Show answer and explanation

Correct answer: A. Make sure to follow relevant data, privacy, and other important laws both in the US and where you’re like to expand to in the coming year

Regulatory exposure follows the data and the users, not the office address. A system built today will still be in operation when the expansion happens, and retrofitting privacy and AI compliance into a deployed model is far more expensive than designing for it. The defensible approach is to meet the laws that apply now in the US and to design against the requirements of the markets the organization plans to enter.

Why the other options are wrong

  • B. Scoping compliance to NYC alone ignores US federal and state law that already applies and guarantees rework on expansion.
  • C. US-only compliance covers today but not the planned expansion, which is the specific detail the question supplies.
  • D. Data protection and AI regulation apply regardless of company size; being small is not an exemption.

Question 7

Your team is starting a new facial recognition project and you want to ensure that the project is being done with Trustworthy AI in mind.

At what phase of CPMAI would Trustworthy AI be considered?

  1. Phase I
  2. Phase II
  3. Phase III
  4. Phase IV
  5. Phase V
  6. Phase VI
  7. All phases
  8. None of the phases
Show answer and explanation

Correct answer: G. All phases

Trustworthy AI is not a stage gate that a project passes once – it is a concern that runs through all six CPMAI phases. Bias can enter at data understanding, at data preparation, at modeling, at evaluation and at operationalization, and transparency, explainability, governance and responsibility have to be addressed at each. For a sensitive application such as facial recognition, every phase carries its own trust obligations.

Why the other options are wrong

  • A. Phase I raises the ethical question but cannot address bias in data or models that do not exist yet.
  • B. Phase II is where data sources are assessed for bias, but that is only one of several exposure points.
  • C. Phase III preparation can introduce or remove bias, yet trust concerns do not end there.
  • D. Phase IV modeling must be examined for fairness, but so must the phases before and after it.
  • E. Phase V evaluation tests for disparate performance, which is necessary but not sufficient on its own.
  • F. Phase VI monitoring catches drift and misuse in production, again only part of the picture.
  • H. Trustworthy AI is a core CPMAI concern, so excluding it from every phase is the opposite of the framework's guidance.

Question 8

You recently completed an image recognition project at your company that was focused on identifying different types of cars. You have now been assigned a new image recognition project that is focused on identifying different types of animals. You know you can shortcut model development by using a specific technique.

What is this technique called?

  1. Reinforcement Learning
  2. Generative AI
  3. Transfer Learning
  4. Pre-Trained Models
Show answer and explanation

Correct answer: C. Transfer Learning

Transfer learning reuses a model already trained on one task as the starting point for a related task, so the general visual features learned while classifying cars – edges, shapes, textures – carry over to classifying animals. Only the later layers need retraining on the new labeled set, which dramatically reduces the data and compute needed compared with training from scratch.

Why the other options are wrong

  • A. Reinforcement learning trains an agent through reward signals from an environment; it is not a way to reuse a trained image classifier.
  • B. Generative AI creates new content rather than shortening the training of a classifier.
  • D. A pre-trained model is the input to transfer learning, not the technique itself – the question asks what the technique is called.

Question 9

You’re working with an inexperienced team and this is all their first AI project. You’re trying to work on a supervised learning binary classification problem to determine if emails are spam or not.

What is the best approach for this project?

  1. Pick a simple algorithm such a naive bayes
  2. Pick a neural network algorithm since you know this works well for supervised learning approaches
  3. Pick an ensemble method since you’re not sure which algorithm will perform best
  4. Pick a simple algorithm such as Gaussian mixture
Show answer and explanation

Correct answer: A. Pick a simple algorithm such a naive bayes

With an inexperienced team on a first AI project, the right choice is the simplest algorithm that fits the problem. Naive Bayes is a supervised classifier, is a long-established baseline for spam detection, trains quickly, needs little tuning and produces a result the team can interpret and explain. CPMAI favours starting simple and iterating, because an understandable baseline tells you whether the problem is tractable at all.

Why the other options are wrong

  • B. A neural network adds tuning, compute and opacity that a first-time team cannot yet manage, for a problem a simple classifier already solves.
  • C. An ensemble compounds the complexity of several models and makes failures harder to diagnose.
  • D. Gaussian mixture models are an unsupervised clustering method and do not fit a supervised binary classification task.

Question 10

Your team is working on an AI system to provide a more personalized experience for customers on your website.

What should the team do in regard to determining the pattern of AI with regards to the ROI of the project?

  1. First identify the AI pattern you want to use and then figure out the ROI
  2. First determine the pattern of AI you want to use and then work with stakeholders to come up with ROI
  3. First identify the objective you’re trying to solve or the ROI you desire and then use that to figure out that correct pattern
  4. First talk to senior managers who set the ROI of the project
Show answer and explanation

Correct answer: C. First identify the objective you’re trying to solve or the ROI you desire and then use that to figure out that correct pattern

CPMAI Phase I is business-first: define the problem and the return you are trying to achieve, then let that determine which of the seven patterns of AI applies. Choosing a pattern or a technology first is technology-led thinking, and it produces projects that demonstrate a capability without delivering a business outcome. The objective drives the pattern, never the reverse.

Why the other options are wrong

  • A. Selecting the pattern first inverts CPMAI and risks fitting a business case to a chosen technology.
  • B. This still starts from the pattern; involving stakeholders afterwards does not correct the order.
  • D. ROI is validated with stakeholders, but a number handed down without a defined problem gives the team nothing to build against.

That was 10 of 231.

The full PMI CPMAI pack has all 231 questions, each with the answer, the explanation and why the other options are wrong, plus a questions-only copy for timed runs. US$39, paid once, with free monthly updates and a pass-or-your-money-back guarantee.

Get the full pack