AWS Certified Data Engineer Associate DEA-C01 Practice Question

Your company runs an Amazon MWAA environment to orchestrate an hourly batch ingestion from an on-premises database to Amazon S3, followed by a load into Amazon Redshift. The pipeline must start exactly at the top of each hour, skip any overdue runs when the previous run is still in progress, and keep only one active run at a time. Which Apache Airflow configuration best satisfies these scheduling requirements?

  • Trigger the pipeline from an upstream DAG with TriggerDagRunOperator and leave catchup=True so any missed hours are rerun automatically.

  • Set schedule_interval=None and configure Amazon EventBridge to invoke the DAG every hour via the MWAA API.

  • Define the DAG with schedule_interval="0 * * * *", set concurrency=1 and max_active_runs=1, and specify catchup=False.

  • Use schedule_interval="@hourly" and set depends_on_past=True in default_args so that a new run waits for the previous one to finish.

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