Courseiva
Data EngineeringhardMultiple ChoiceObjective-mapped

MLS-C01 Data Engineering Practice Question

A data science team uses Amazon SageMaker to train models on a dataset stored in Amazon S3. The dataset is 2 TB and is accessed by multiple training jobs. The team notices that training jobs are slow due to high S3 GET request latency. Which solution would provide the fastest and most cost-effective data access?

⚠ Common exam trap

It's easy for candidates to confuse network-level optimizations (Placement Groups, EFA) or upload acceleration (S3 Transfer Acceleration) with the actual data access bottleneck, which is the latency of S3 GET requests when reading a large dataset repeatedly during training.

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

Mount an Amazon FSx for Lustre file system integrated with the S3 bucket

Amazon FSx for Lustre provides a high-performance, POSIX-compliant file system that can be directly linked to an S3 bucket, allowing training instances to access data with sub-millisecond latency instead of S3 GET request latency. This integration enables data to be read from the Lustre file system at up to hundreds of gigabytes per second of throughput, which is significantly faster than reading directly from S3, and it is cost-effective because you only pay for the storage and throughput you provision during training.

Answer analysis

Option-by-option breakdown

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

  • Place all training instances in a Cluster Placement Group

    Why it's wrong here

    Placement groups reduce network latency between instances but do not affect S3 access latency.

  • Enable S3 Transfer Acceleration on the bucket

    Why it's wrong here

    S3 Transfer Acceleration is for fast uploads over long distances, not for improving GET latency for training.

  • Mount an Amazon FSx for Lustre file system integrated with the S3 bucket

    Why this is correct

    FSx for Lustre provides a high-performance file system that can read data from S3 with low latency.

  • Use Elastic Fabric Adapter (EFA) for training instances

    Why it's wrong here

    EFA improves inter-instance communication for distributed training, not data access from S3.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

Courseiva writes every MLS-C01 question from scratch — 1,672 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.