AWS Certified Data Engineer Associate DEA-C01 Practice Question

A company has three AWS Lambda functions that perform extract, transform, and load (ETL) steps on customer data. Each function must run only after the previous one completes successfully, and the workflow must automatically retry transient failures with exponential backoff while keeping operational overhead low. Which approach meets these requirements with the least amount of custom code?

  • Place the payload in an Amazon SQS queue and have each Lambda function poll the queue; the next function writes a new message after it finishes.

  • Create an AWS Step Functions state machine that invokes the three Lambda functions in sequence and configures retry and catch policies.

  • Configure Amazon EventBridge Scheduler rules with cron expressions to trigger each Lambda function one minute apart.

  • Merge all logic into a single, larger Lambda function and invoke it once per run using an EventBridge rule.

AWS Certified Data Engineer Associate DEA-C01
Data Ingestion and Transformation
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot