Courseiva
mediumMultiple ChoiceObjective-mapped

MLA-C01 Practice Question: A data engineer needs to integrate a new…

A data engineer needs to integrate a new streaming data source into an existing ML pipeline. The data arrives as JSON records and must be transformed to Parquet format, partitioned by date, and stored in Amazon S3. The engineer also needs to catalog the data for querying with Amazon Athena. Which service should be used to perform the transformation and cataloging?

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

AWS Glue ETL job

AWS Glue ETL jobs can read streaming data (e.g., from Kinesis), transform it (e.g., JSON to Parquet), write to S3 with partitioning, and update the Glue Data Catalog for Athena to query. This is a managed, serverless solution.

Answer analysis

Option-by-option breakdown

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

  • AWS Glue ETL job

    Why this is correct

    Glue ETL can process streaming data (via Glue streaming ETL), convert to Parquet, partition, and catalog the output.

  • Amazon EMR with Spark Streaming

    Why it's wrong here

    Amazon EMR with Spark Streaming is powerful for real-time, large-scale data transformation, making it tempting for the streaming JSON to Parquet conversion and partitioning. However, EMR does not natively provide the integrated cataloging functionality for Amazon Athena within the AWS Glue Data Catalog. While it excels at processing, a separate service like AWS Glue Crawler would still be needed to perform the required cataloging, failing to meet the dual requirement of transformation and cataloging from a single service.

  • Amazon Kinesis Data Analytics

    Why it's wrong here

    Kinesis Data Analytics performs real-time SQL analytics but does not natively catalog data or write partitioned Parquet to S3.

  • Amazon SageMaker Data Wrangler

    Why it's wrong here

    Data Wrangler is for interactive data preparation, not for building production streaming pipelines.

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

One of 835 original MLA-C01 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 MLA-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 MLA-C01 exam.