00:00

QUESTION 6

- [AI Fundamentals]
Use cognitive technologies/AI when you can't code the rules or you can't scale easily with people or automation. As a good rule of thumb when deciding if AI is right for the project you should:

Correct Answer: D
The CPMAI™ Glossary contrasts automation (for deterministic, rule-based tasks) with AI (for probabilistic, learning-based tasks). As a rule of thumb, if a problem exhibits probabilistic patterns that can't be captured by fixed rules, then AI is the appropriate solution; deterministic problems are better handled by simple automation.

QUESTION 7

- [CPMAI Methodology]
Your team is using a neural network algorithm to generate a Machine Learning Model. What specific artifacts need to be included? (Select all that apply.)

Correct Answer: ABD
Algorithm selection/code must be documented under the Select Modeling Technique task, where teams ??document the actual algorithm/modeling technique to be used?? .
Supporting training data pipelines are a core artifact of Phase III: Data Cleansing, which mandates ??create a reusable data pipeline to collect, ingest, and prepare data for training purposes?? .
Hyperparameter settings are captured in the Hyperparameter Optimization task, where teams ??list the final, optimized settings?? used for model building .
The bias-variance tradeoff is a conceptual consideration during evaluation but is not a discrete artifact to include in the project deliverables.

QUESTION 8

- [Machine Learning]
Recently your company has been getting a large number of spam emails and some employees have been clicking on these suspicious emails causing a headache for IT. The head of IT wants to create a more robust spam filter and your team has been tasked with this project.
What type of algorithm would you select for this problem?

Correct Answer: C
A spam filter must decide between exactly two categories—spam or not spam—making it a binary (or binomial) classification task. The CPMAI Glossary defines binary classification as ??a classification task where data is categorized into one of two classes (e.g., spam vs. not spam).??

QUESTION 9

Data Engineering is 80%+ of most AI projects, so building a good Data Engineering Environment is key to AI Project Success. As the manager of this project, you need to make sure you have correct staffing needs.
What's the most critical role to staff for in the Big Data / Data Engineering Environment?

Correct Answer: D
CPMAI underscores that preparing and managing data pipelines is foundational: in Phase III: Data Preparation, teams "create a reusable data pipeline to collect, ingest, and prepare data for training" and for inference . Ensuring these pipelines exist and are maintained falls squarely to Data Engineering specialists. While data scientists leverage these pipelines for modeling, the dedicated Data Engineering role is the single most critical hire to support a Big Data environment.

QUESTION 10

During CPMAI Phase II of your project, your team is going through their data collection needs. One team member wants to make use of pre-trained models while another member is adamantly against it.
As the project lead, what should you do?

Correct Answer: C
The Pre-Trained and Third-Party Model Usage task in Phase II: Data Understanding directs teams to first assess whether external or foundation models are appropriate given the current data and objectives. If so, they should then research and select the specific pre-trained models that best align with the project??s domain, performance needs, and integration constraints. This ensures suitability before committing to fine-tuning or ensemble strategies.