Courseiva
ML Model DevelopmentmediumMultiple SelectObjective-mapped

MLA-C01 ML Model Development Practice Question

A team is using SageMaker Automatic Model Tuning to optimize hyperparameters for an XGBoost model. They want to find the best configuration as quickly as possible, with a maximum of 50 training jobs. Which TWO strategies should they choose? (Choose TWO.)

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

Use Hyperband with early stopping

Bayesian optimization is efficient for few jobs. Hyperband can be more efficient but early stopping might miss good configurations. Random search is less efficient. Grid search is too exhaustive.

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 the same objective metric but with different strategies

    Why it's wrong here

    Not a specific strategy; the advice is to pick one efficient strategy.

  • Use Hyperband with early stopping

    Why this is correct

    Hyperband allocates resources to promising configurations and stops poor ones early, efficient for many jobs.

  • Use random search

    Why it's wrong here

    Random search is less efficient and may not find the best configuration within 50 jobs.

  • Use grid search

    Why it's wrong here

    Grid search exhaustively tries all combinations, too many for 50 jobs.

  • Use Bayesian optimization

    Why this is correct

    Bayesian optimization uses past results to select next hyperparameters, efficient for limited jobs.

About these practice questions

One of 835 original MLA-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 MLA-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 MLA-C01 exam.