mediumMultiple ChoiceObjective-mapped
MLA-C01 Practice Question: A data scientist is training a large model on…
A data scientist is training a large model on SageMaker and wants to reduce training time by using multiple GPUs. The model is small enough to fit on a single GPU but training is slow. Which SageMaker feature should be used?
⚠ Common exam trap
Many candidates confuse model parallelism (for large models) with data parallelism (for slow training of small models), or mistakenly think Elastic Inference can accelerate training when it is strictly for inference latency reduction.
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
✓
Data parallelism using SageMaker's Distributed Data Parallel
SageMaker's Distributed Data Parallel (DDP) is the correct choice because it splits the mini-batch across multiple GPUs, allowing each GPU to hold a copy of the model and process a subset of the data simultaneously. This reduces training time for models that fit on a single GPU by leveraging data parallelism, where gradients are synchronized across GPUs after each step.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Data parallelism using SageMaker's Distributed Data Parallel
Why this is correct
Data parallelism distributes the training across multiple GPUs, reducing training time for models that fit on a single GPU.
- ✗
Use a larger instance with more vCPUs
Why it's wrong here
More vCPUs does not directly provide additional GPUs for data parallelism.
- ✗
Model parallelism using SageMaker's Model Parallel
Why it's wrong here
Model parallelism is intended for models that cannot fit on a single GPU.
- ✗
Use Elastic Inference
Why it's wrong here
Elastic Inference is for inference acceleration, not training.
Go deeper
Related to this question
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 →
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.