HomeCPMAI AI Project Exam PrepQuestions 21–30
CPMAI AI Project Exam PrepPart 3 of 3

CPMAI AI Project Exam Prep Exam Questions & Answers 2026 (21–30)

CPMAI AI Project Exam Prep practice questions and answers 2026. Tap an option to test yourself — you'll see the correct answer and a plain-English explanation for every question. Free, no login.

Practise CPMAI AI Project Exam Prep questions free, download the PDF, or unlock timed mock exams when you are ready.
Multiple choice — pick the best answer, then reveal it
  1. Q21A data scientist has developed a machine learning model with 99% accuracy on the training data but only 72% accuracy on the test data. What is the most likely issue?

    • AThe test data is corrupted
    • BThe model is underfitting
    • CThe accuracy metric is inappropriate for this problem
    • DThe model is overfitting to the training data
    Show answer

    ✓ Correct answer: D. The model is overfitting to the training data

    This significant drop in performance between training and test data is a classic sign of overfitting, where the model has memorized the training data rather than learning generalizable patterns.

  2. Q22When deploying a machine learning model to production, which validation technique is most appropriate for estimating how the model will perform on unseen data?

    • AManual review of model outputs
    • BComparing against a random baseline
    • CK-fold cross-validation
    • DUsing the same data for training and validation
    Show answer

    ✓ Correct answer: C. K-fold cross-validation

    K-fold cross-validation provides a robust estimate of model performance by testing on multiple held-out data subsets, which better simulates real-world performance than a single train-test split.

  3. Q23A company has deployed an AI recommendation system that initially showed good results but has seen declining performance over the past three months. What is the most likely cause?

    • AIncreased system load affecting performance
    • BConcept drift in user preferences
    • CHardware degradation
    • DSoftware bugs introduced during updates
    Show answer

    ✓ Correct answer: B. Concept drift in user preferences

    Model drift occurs when the statistical properties of the target variable change over time, causing the model's predictions to become less accurate. This is common in recommendation systems as user preferences evolve.

  4. Q24When aligning AI model results with business KPIs, which approach is most effective?

    • ADefine business metrics before model development and design the model evaluation to reflect these metrics
    • BFocus on technical metrics like accuracy and precision, as business value will naturally follow
    • CDevelop the model first, then find business KPIs that match the model's strengths
    • DRely on qualitative feedback rather than quantitative metrics to assess business impact
    Show answer

    ✓ Correct answer: A. Define business metrics before model development and design the model evaluation to reflect these metrics

    Defining clear business metrics before model development ensures the AI solution is designed to address specific business goals rather than just technical performance metrics.

  5. Q25What is the primary benefit of implementing a blue/green deployment strategy for AI models?

    • AReduced computational resources required for deployment
    • BElimination of the need for model testing
    • CIncreased model accuracy through parallel processing
    • DAbility to quickly roll back to the previous model version if issues are detected
    Show answer

    ✓ Correct answer: D. Ability to quickly roll back to the previous model version if issues are detected

    Blue/green deployment allows for immediate rollback to the previous version if issues are detected with the new model, minimizing downtime and user impact.

  6. Q26A company is deciding between on-premise and cloud deployment for their new machine learning model. Which factor is MOST critical in this decision?

    • AThe company's existing cloud service provider
    • BThe personal preferences of the data science team
    • CData privacy requirements and regulatory constraints
    • DThe programming language used to develop the model
    Show answer

    ✓ Correct answer: C. Data privacy requirements and regulatory constraints

    Data privacy and regulatory requirements often dictate where data can be stored and processed, making this a critical factor in deployment decisions, especially for sensitive information.

  7. Q27What is the primary purpose of implementing a canary deployment for an AI model?

    • ATo automatically optimize model hyperparameters in production
    • BTo test the model with a small percentage of users before full deployment
    • CTo increase the computational efficiency of the deployment process
    • DTo eliminate the need for model validation
    Show answer

    ✓ Correct answer: B. To test the model with a small percentage of users before full deployment

    Canary deployments limit risk by exposing the new model to a small percentage of users first, allowing for monitoring of performance and issues before full deployment.

  8. Q28In the context of MLOps, what is the primary purpose of a feature store?

    • ATo provide a centralized repository of features that can be reused across different models and applications
    • BTo store model artifacts and versions
    • CTo manage cloud computing resources
    • DTo automate the deployment pipeline
    Show answer

    ✓ Correct answer: A. To provide a centralized repository of features that can be reused across different models and applications

    Feature stores serve as centralized repositories for preprocessed features, ensuring consistency across training and inference while reducing redundant computation.

  9. Q29A company notices that their deployed fraud detection model has a high false positive rate. What is the most appropriate immediate action?

    • AImmediately replace the model with a different algorithm
    • BAdd more features to the model without retraining
    • CIgnore the issue as false positives are preferable to false negatives in fraud detection
    • DAdjust the classification threshold to better balance precision and recall
    Show answer

    ✓ Correct answer: D. Adjust the classification threshold to better balance precision and recall

    Adjusting the classification threshold can help balance the trade-off between false positives and false negatives without requiring model retraining.

  10. Q30What is the most effective strategy for monitoring an AI model in production?

    • ARely on periodic manual reviews of model outputs
    • BMonitor only for system crashes and errors
    • CImplement monitoring for input data distributions, model predictions, and business metrics
    • DFocus solely on technical metrics like response time and throughput
    Show answer

    ✓ Correct answer: C. Implement monitoring for input data distributions, model predictions, and business metrics

    A comprehensive monitoring strategy includes both input data and output predictions, along with business metrics, to detect issues like data drift, model drift, and misalignment with business goals.

Free practice here. Timed mocks when you are ready.

Use the free CPMAI AI Project Exam Prep sample, download the PDF, then unlock web-based timed mock exams for a full exam rehearsal.