Courseiva
ML Model DevelopmentmediumMultiple ChoiceObjective-mapped

MLA-C01 ML Model Development Practice Question

A team is fine-tuning a Hugging Face BERT model for text classification using SageMaker. They want to use the Hugging Face estimator for convenience. Which parameter must be set to use a custom training script?

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

entry_point

The entry_point parameter specifies the path to the training script. The instance_type is for hardware selection. The hyperparameters dictionary passes parameters to the script. The framework_version specifies the Hugging Face version.

Answer analysis

Option-by-option breakdown

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

  • framework_version

    Why it's wrong here

    framework_version is for the Hugging Face version.

  • instance_type

    Why it's wrong here

    instance_type is required but not for the script.

  • hyperparameters

    Why it's wrong here

    hyperparameters are passed to the script but do not specify the script itself.

  • entry_point

    Why this is correct

    entry_point points to the custom training script.

About these practice questions

This MLA-C01 question is part of Courseiva's 835-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 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.