Courseiva
Exploratory Data AnalysishardMultiple SelectObjective-mapped

MLS-C01 Exploratory Data Analysis Practice Question

A data scientist is performing EDA on a dataset stored in Amazon S3 using Amazon Athena. The dataset is partitioned by date, and each partition contains CSV files. The data scientist notices that some queries return zero rows for partitions that should have data. Which THREE steps should the data scientist take to troubleshoot? (Choose 3.)

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

Verify that the CSV files exist in the S3 bucket for the specific partition.

Verifying that the CSV files actually exist in the S3 bucket for the specific partition confirms whether data is present. Option B is correct because MSCK REPAIR TABLE adds new partitions to the Glue Data Catalog that may not have been registered automatically. Option D is correct because incorrect data types in the query's WHERE clause can cause filters to exclude rows, resulting in zero returned rows. Option C is incorrect because converting to Parquet is not a troubleshooting step for this issue—it is an optimization. Option E is incorrect because adding a LIMIT clause does not force partition discovery; it only limits the number of rows returned.

Answer analysis

Option-by-option breakdown

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

  • Verify that the CSV files exist in the S3 bucket for the specific partition.

    Why this is correct

    Files may have been moved or deleted.

  • Run MSCK REPAIR TABLE to add new partitions to the Glue Data Catalog.

    Why this is correct

    Partitions may not have been discovered by the crawler.

  • Convert the CSV files to Parquet format.

    Why it's wrong here

    Format conversion is not a troubleshooting step for missing data.

  • Check the data types of the columns used in the query's WHERE clause.

    Why this is correct

    Type mismatches can cause the filter to exclude all rows.

  • Re-run the query with a LIMIT clause to force partition discovery.

    Why it's wrong here

    LIMIT does not trigger partition discovery.

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.