Courseiva
Data Ingestion and TransformationmediumMultiple SelectObjective-mapped

DEA-C01 Data Ingestion and Transformation Practice Question

A data engineering team is building a pipeline to transform CSV files uploaded to Amazon S3 into Parquet format using AWS Glue. The transformation must be serverless and handle files that arrive at irregular intervals. Which TWO actions should the team take? (Choose two.)

⚠ Common exam trap

A common mix-up: candidates confuse serverless with managed services like EMR or Data Pipeline, or assume Redshift Spectrum can transform data, when in fact it only queries external formats without writing back converted files.

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 an AWS Glue ETL job to convert CSV to Parquet.

AWS Glue ETL jobs provide a serverless Spark-based environment that can directly read CSV files from S3 and write them as Parquet, meeting the requirement for serverless transformation. Glue handles schema inference and conversion without managing any infrastructure, making it ideal for irregularly scheduled data.

Answer analysis

Option-by-option breakdown

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

  • Configure an Amazon EMR cluster with Apache Spark for on-demand transformation.

    Why it's wrong here

    EMR requires cluster management and is not fully serverless.

  • Use an AWS Glue ETL job to convert CSV to Parquet.

    Why this is correct

    Glue ETL jobs are serverless and can transform data formats.

  • Use AWS Data Pipeline to schedule a periodic transformation.

    Why it's wrong here

    Data Pipeline is not serverless and requires provisioning resources.

  • Use Amazon Redshift Spectrum to convert files during query execution.

    Why it's wrong here

    Redshift Spectrum queries data in place but does not convert file formats.

  • Set up an S3 event notification to invoke an AWS Lambda function that triggers the Glue job.

    Why this is correct

    Lambda can react to S3 events and start the Glue job automatically.

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 DEA-C01 question from scratch — 1,711 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 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.