Courseiva
Data EngineeringeasyMultiple ChoiceObjective-mapped

MLS-C01 Data Engineering Practice Question

A data pipeline uses AWS Glue to crawl an S3 bucket and create a table in the AWS Glue Data Catalog. The data is in Parquet format with partitions by date. After a new partition is added to S3, the crawler runs but the new partition is not reflected in the table. What is the most likely cause?

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

The new partition folder does not follow the Hive-style partition naming convention expected by the crawler.

The most likely cause is that the new partition folder does not follow the Hive-style partition naming convention expected by the crawler. AWS Glue crawlers expect partition directories to be named in the format key=value (e.g., date=2023-01-01). If the partitions are named differently, the crawler will not recognize them as partitions. Option A is incorrect because Glue crawlers do not require Lambda triggers. Option B is incorrect because schema mismatch would cause a different error, not just missing partitions. Option D is incorrect because while there is a limit on partitions, it is high enough that 'too many partitions' is less likely than a naming issue.

Answer analysis

Option-by-option breakdown

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

  • The crawler requires an AWS Lambda trigger to be configured for new partitions.

    Why it's wrong here

    Glue crawlers do not need Lambda triggers; they can run on schedule.

  • The Parquet schema in the new partition does not match the existing table schema.

    Why it's wrong here

    Glue crawlers can merge schemas if configured, but the partition would still be added.

  • The new partition folder does not follow the Hive-style partition naming convention expected by the crawler.

    Why this is correct

    Glue crawlers require partition folders to follow the key=value pattern to automatically detect partitions.

  • The S3 bucket has too many partitions, exceeding the Glue crawler limit.

    Why it's wrong here

    Glue crawlers support up to 10 million partitions.

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.