Courseiva
Exploratory Data AnalysishardMultiple ChoiceObjective-mapped

MLS-C01 Exploratory Data Analysis Practice Question

A company stores customer transaction data in Amazon S3. A data scientist needs to perform exploratory data analysis using Amazon SageMaker. The dataset is 500 GB in CSV format. Which approach is most cost-effective and time-efficient for initial data profiling?

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 Amazon S3 Select to sample rows directly from S3

Amazon S3 Select can query a subset of rows directly from S3 without loading the entire dataset, enabling quick and cost-effective profiling. Option B is incorrect because loading the full 500 GB into a SageMaker notebook instance is expensive and time-consuming. Option C is incorrect because converting to Parquet format adds overhead that is unnecessary for initial profiling. Option D is incorrect because using AWS Glue ETL to transform the entire dataset before analysis is not cost-effective for initial data exploration.

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 Amazon S3 Select to sample rows directly from S3

    Why this is correct

    S3 Select allows efficient querying of a subset without full data movement.

  • Load the entire dataset into a SageMaker notebook instance and use pandas

    Why it's wrong here

    Loading 500 GB into memory is impractical and costly.

  • Convert the data to Parquet format and then use Athena to query

    Why it's wrong here

    Conversion adds overhead; for initial profiling, not needed.

  • Use AWS Glue ETL to transform the data and then analyze in Athena

    Why it's wrong here

    Glue ETL processes entire dataset, taking time and cost.

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.