Free CPMAI AI Project Exam Prep Practice Test
Take a free CPMAI AI Project Exam Prep practice test for 2026 with questions, answers, explanations, PDF download and timed mock exam links.
CPMAI AI Project Exam Prep Questions
Open each answer, read the explanation, then continue into the full practice flow.
Q1A project manager is working with a data science team on a customer churn prediction model. Which type of machine learning approach is most appropriate for this business problem?
Show answer
✓ Correct answer: Supervised learning with classification algorithms
Customer churn prediction is a classification problem where we predict whether a customer will leave (churn) or stay. This requires supervised learning, as we have historical data with labeled examples of customers who have churned or not churned in the past.
Q2Which ensemble method combines multiple weak learners trained sequentially, with each new model attempting to correct errors made by previous models?
Show answer
✓ Correct answer: Boosting
Boosting is an ensemble technique that builds models sequentially, with each new model focusing on correcting the errors made by previous models. AdaBoost and Gradient Boosting are examples of boosting algorithms.
Q3An AI project manager is evaluating different approaches for a credit scoring application. What is the primary advantage of using a random forest over a single decision tree?
Show answer
✓ Correct answer: Reduced risk of overfitting to training data
Random forests reduce overfitting by averaging predictions from multiple trees trained on different subsets of data and features. This ensemble approach provides more robust predictions than a single decision tree, which is prone to overfitting to training data.
Q4In a deep learning project, what is the primary function of an activation function in a neural network?
Show answer
✓ Correct answer: To introduce non-linearity into the network
Activation functions introduce non-linearity into neural networks, allowing them to learn complex patterns. Without activation functions, neural networks would be limited to learning linear relationships regardless of depth.
Q5A project team is developing a recommendation system that suggests products to users based on the purchasing patterns of similar customers. Which machine learning approach best describes this scenario?
Show answer
✓ Correct answer: Collaborative filtering
Collaborative filtering is a technique used in recommendation systems that identifies patterns in user behavior and preferences by finding similarities between users (user-based) or items (item-based) to make recommendations.
Q6Which deep learning architecture is specifically designed for processing sequential data such as time series or natural language?
Show answer
✓ Correct answer: Recurrent Neural Networks (RNNs)
Recurrent Neural Networks (RNNs) are specifically designed to handle sequential data by maintaining an internal state (memory) that captures information about previous inputs in the sequence, making them well-suited for time series analysis and natural language processing.
Q7What is the key difference between supervised and unsupervised learning?
Show answer
✓ Correct answer: Supervised learning requires labeled training data, while unsupervised learning works with unlabeled data
The fundamental difference between supervised and unsupervised learning is that supervised learning requires labeled training data (with input-output pairs), while unsupervised learning works with unlabeled data and aims to discover patterns or structures within the data without explicit guidance.
Q8An AI project team is working with a dataset containing thousands of features. Which technique should they consider to reduce the dimensionality of the data while preserving its important characteristics?
Show answer
✓ Correct answer: Principal Component Analysis (PCA)
Principal Component Analysis (PCA) is a dimensionality reduction technique that transforms the original features into a new set of uncorrelated features (principal components) that capture the maximum variance in the data, allowing for effective dimensionality reduction while preserving important information.
Q9In a reinforcement learning system, what is the purpose of the reward function?
Show answer
✓ Correct answer: To provide feedback that guides the learning agent toward desired behaviors
The reward function in reinforcement learning provides feedback to the agent about the desirability of its actions in different states, guiding the learning process by signaling which actions lead to favorable outcomes and which should be avoided.
Q10When preparing text data for machine learning, what is the purpose of tokenization?
Show answer
✓ Correct answer: Breaking text into smaller units like words or phrases that can be processed by algorithms
Tokenization is the process of breaking down text into smaller units (tokens) such as words, phrases, or characters. This is a fundamental preprocessing step for text data, as it converts raw text into discrete elements that can be processed by machine learning algorithms.
Full CPMAI AI Project Exam Prep bank + unlimited mocks
Try 30 questions free. Unlock the complete CPMAI AI Project Exam Prep question bank, every explanation, and unlimited timed mock exams. Practice on any device.
Unlock CPMAI AI Project Exam Prep →