00:00

QUESTION 11

- [Managing AI]
Your team was given a large dataset and has been tasked with organizing the data by type to make better insights from the results. You are facing problems with the approach that the previous project lead used which was a regression algorithm.
What type of algorithm is the best approach for this project?

Correct Answer: C
When the goal is to group or organize unlabeled data into meaningful categories, CPMAI specifies the use of unsupervised clustering algorithms—for example, ??if it is determined that an unsupervised clustering algorithm such as K-means will be used, the tool should support such needs?? . Clustering is the appropriate method for discovering groupings by type.

QUESTION 12

- [CPMAI Methodology]
Leadership wants a new HR system built that will better handle potential candidate matching. The project manager assigned to this project believes that the project is well-suited for AI, however they are unsure which pattern of AI this would be.
What should the project manager do?

Correct Answer: D
In Phase I: Business Understanding, after performing the Go/No Go assessment, the CPMAI methodology requires teams to perform AI Pattern identification—mapping business objectives to one or more of the Seven Patterns of AI—so that the right data requirements, algorithms, and team skills can be scoped effectively. This early pattern identification helps accelerate design by leveraging best practices for that pattern .

QUESTION 13

- [CPMAI Methodology]
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?

Correct Answer: C
CPMAI's Phase III: Data Preparation is a distinct phase that encompasses data cleansing, augmentation, labeling, and pipeline construction. Because data engineering often accounts for the majority of AI project effort, omitting this phase from initial estimates leads to significant timeline underestimation. Project timelines must explicitly include Phase III activities to be realistic .

QUESTION 14

- [AI Fundamentals]
Which of the following best describes the technical definition of Machine Learning?

Correct Answer: B
Tom Mitchell??s widely adopted formulation captures ML??s essence: improvement on task T, measured by P, through experience E. This aligns with CPMAI??s view that ML enables systems to learn from data and improve over time (??The ability of a machine to learn from data, improve with experience, and apply that learning to make predictions.??) .

QUESTION 15

- [Data for AI]
Your team has collected petabytes of data for your AI project. As the project lead, you understand this is too much data to use for this iteration of the project.
What is the best course of action to take with this data?

Correct Answer: A
In Phase III: Data Preparation, the Select Data task instructs teams to choose only the records and attributes needed for modeling—documenting inclusions and exclusions to reduce volume and complexity. This selective pruning of columns and rows is the primary mechanism for trimming excessive data before modeling.