Courseiva
Exploratory Data AnalysismediumMultiple ChoiceObjective-mapped

MLS-C01 Exploratory Data Analysis Practice Question

A data scientist is working with a dataset containing customer transaction records stored in Amazon S3 as CSV files. The dataset has 500 columns and 2 million rows. The scientist wants to perform EDA to understand data types, missing values, and summary statistics for each column. They need to do this quickly and without writing custom code. The scientist has access to AWS Glue DataBrew and Amazon SageMaker Data Wrangler. Which approach should the scientist take?

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 AWS Glue DataBrew to create a profile job that outputs data quality reports

AWS Glue DataBrew provides a visual interface for data profiling and can handle large datasets without writing code. It automatically detects data types, missing values, and summary statistics. Option A is wrong because SageMaker Data Wrangler requires more manual setup and coding, and is not as straightforward for quick profiling. Option B is wrong because Amazon Athena requires writing SQL queries and is not a dedicated profiling tool. Option D is wrong because AWS Glue ETL with PySpark requires writing custom code.

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 SageMaker Data Wrangler to import the data and generate a report

    Why it's wrong here

    Amazon SageMaker Data Wrangler is excellent for data preparation and feature engineering, and it can generate data quality and insights reports, making it tempting for EDA. However, for quickly understanding data types, missing values, and summary statistics across 500 columns *without custom code*, AWS Glue DataBrew's automated data profiling capabilities are specifically designed for this initial exploratory analysis, offering a more direct and visual approach. Data Wrangler's reports are part of a broader ML data preparation workflow.

  • Use Amazon Athena to run SELECT statements on each column

    Why it's wrong here

    Athena is for querying, not automated profiling; writing queries for 500 columns is tedious.

  • Use AWS Glue DataBrew to create a profile job that outputs data quality reports

    Why this is correct

    DataBrew's profile job automatically computes statistics and detects missing values.

  • Use AWS Glue ETL jobs with PySpark to compute statistics

    Why it's wrong here

    Writing custom PySpark code is not the quickest or code-free approach.

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.