Question 1,338 of 1,672
MLS-C01 Data Engineering Practice Question
A company is using Amazon SageMaker to train a model on a dataset that is updated daily. The data is stored in an S3 bucket. The training pipeline uses AWS Step Functions to orchestrate data preprocessing and model training. The preprocessing step uses a SageMaker Processing job that reads data from S3, cleans it, and writes the output back to S3. The team notices that the training step often fails due to insufficient disk space on the processing instance. Which change should the team make to resolve this issue without increasing cost?
⚠ Common exam trap
Many candidates assume increasing instance size (Option C) is the only way to get more disk space, overlooking that local instance store provides additional scratch space at no extra cost, and that automatic scaling (Option A) is not applicable to SageMaker Processing jobs.
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
✓
Configure the processing job to use local instance store (SSD) for scratch space.
The issue is insufficient disk space on the processing instance. Option D resolves this by configuring the processing job to use the local instance store (SSD) for scratch space, which provides high-throughput temporary storage without incurring additional cost, as the instance store is included with the instance. This allows the preprocessing step to handle larger intermediate data without requiring a larger or more expensive instance.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Enable automatic scaling for the processing job.
Why it's wrong here
Scaling does not increase disk space per instance.
- ✗
Use AWS Batch instead of SageMaker Processing.
Why it's wrong here
AWS Batch also runs on EC2 and may have similar disk limitations.
- ✗
Use a larger instance type with more memory.
Why it's wrong here
Larger instances increase cost and may not address disk space specifically.
- ✓
Configure the processing job to use local instance store (SSD) for scratch space.
Why this is correct
Local instance store provides additional disk space without additional cost.
Visual reference
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jul 4, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.