Courseiva
Machine Learning Implementation and OperationshardMultiple ChoiceObjective-mapped

MLS-C01 Practice Question: Machine Learning Implementation and Operations

A company uses Amazon SageMaker to host a model for fraud detection. The model uses a custom XGBoost container. The endpoint receives about 100 requests per second, each with 50 features. The team notices that the model's predictions are occasionally incorrect for a subset of requests. Which approach should the team take to debug the issue?

⚠ Common exam trap

Candidates often confuse SageMaker Debugger (for training debugging) with Model Monitor (for inference monitoring), or assume scaling or logging alone can diagnose prediction quality issues without analyzing input data distributions.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Enable SageMaker Model Monitor to capture and analyze inference data.

SageMaker Model Monitor captures inference data (input features and predictions) and compares them against a baseline to detect data drift or quality issues. This allows the team to identify if incorrect predictions stem from distribution shifts or anomalous input patterns, which is the most direct debugging approach for sporadic prediction errors.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use SageMaker Debugger to capture tensors during inference.

    Why it's wrong here

    SageMaker Debugger is designed for training, not inference.

  • Scale the endpoint to more instances to reduce load.

    Why it's wrong here

    Scaling addresses performance, not prediction errors.

  • Enable SageMaker Model Monitor to capture and analyze inference data.

    Why this is correct

    Model Monitor captures input data and predictions, enabling analysis of data quality and drift.

  • Enable detailed CloudWatch Logs for the endpoint.

    Why it's wrong here

    CloudWatch Logs provide container logs but not per-request inference data for debugging.

About these practice questions

This MLS-C01 question is part of Courseiva's 1,672-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MLS-C01 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MLS-C01 exam.