Courseiva
Data Ingestion and TransformationmediumMultiple SelectObjective-mapped

DEA-C01 Data Ingestion and Transformation Practice Question

A company ingests IoT data into an S3 bucket using AWS IoT Core rules. The data is in JSON format, and each record is about 500 bytes. The data volume is 5 GB per day. The company wants to convert the data to Parquet format and partition it by year/month/day. Which TWO AWS services can be used together to achieve this with minimal operational overhead?

⚠ Common exam trap

Candidates often choose Amazon Kinesis Data Firehose (Option E) thinking it's the simplest for Parquet conversion, but it is designed for streaming data, not for batch processing of S3-uploaded files, and it lacks native S3 event-driven partitioning for historical data.

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 triggered by S3 event

(AWS Glue ETL job triggered by S3 event) is correct because it provides a serverless, fully managed ETL solution that can convert JSON to Parquet and partition by year/month/day with minimal operational overhead. The S3 event trigger automatically invokes the Glue job when new data arrives, eliminating the need for manual scheduling or infrastructure management.

Answer analysis

Option-by-option breakdown

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

  • Amazon Athena CTAS query

    Why it's wrong here

    Athena is for querying, not for continuous transformation of incoming data.

  • AWS Glue ETL job triggered by S3 event

    Why this is correct

    Glue can be triggered by S3 events (via Lambda or EventBridge) and perform the conversion and partitioning.

  • AWS Lambda function triggered by S3 event

    Why this is correct

    Lambda can perform the conversion and write to partitioned S3 paths.

  • Amazon EMR with Spark job

    Why it's wrong here

    EMR involves cluster management, increasing operational overhead.

  • Amazon Kinesis Data Firehose with Parquet conversion

    Why it's wrong here

    Firehose can convert to Parquet but does not support custom partitioning like year/month/day without additional Lambda.

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 1,711 original DEA-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 DEA-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 DEA-C01 exam.