Courseiva
Exploratory Data AnalysishardMultiple ChoiceObjective-mapped

MLS-C01 Exploratory Data Analysis Practice Question

A data scientist is exploring a large dataset (10 TB) stored in Amazon S3. The dataset is in CSV format and has many columns. The scientist wants to quickly compute summary statistics (mean, min, max, count) for each column without moving the data. Which approach is most cost-effective and efficient?

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 Athena with SQL queries

Amazon Athena is a serverless query service that allows you to run SQL queries directly on data stored in S3 without moving it. It is cost-effective because you pay only for the data scanned per query. For summary statistics like mean, min, max, count, you can use aggregate functions like AVG, MIN, MAX, COUNT in SQL. Option A (SageMaker Data Wrangler) requires importing data into SageMaker, incurring transfer costs and time. Option B (Amazon EMR) requires provisioning a cluster, which adds overhead and cost for a simple summary task. Option C (S3 Select) works on a single object and cannot compute statistics across entire dataset easily; it is more suited for filtering. Option E (AWS Glue DataBrew) is a data preparation tool that may be more expensive and overkill for simple summary statistics.

Answer analysis

Option-by-option breakdown

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

  • Import the data into Amazon SageMaker Data Wrangler

    Why it's wrong here

    Importing 10 TB into SageMaker is time-consuming and costly.

  • Launch an Amazon EMR cluster with Spark

    Why it's wrong here

    EMR requires cluster management and is overkill for simple summary statistics.

  • Use S3 Select to compute statistics

    Why it's wrong here

    S3 Select retrieves subsets of data, not aggregate statistics across multiple objects.

  • Use Amazon Athena with SQL queries

    Why this is correct

    Athena queries data in place with no data movement and pay-per-query pricing.

  • Use AWS Glue DataBrew to profile the data

    Why it's wrong here

    DataBrew is effective but may be more expensive than Athena for large datasets.

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

This MLS-C01 question is part of Courseiva's 1,672-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 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.