Apache Airflow Certification Practice Test 04
Production Support Troubleshooting Scenarios
Apache Airflow Certification Practice Test 04
Production Support Troubleshooting Scenarios
Insightful Saga — Modern Data Engineering Certification Preparation
Question 61
A newly joined Airflow Support Engineer receives an alert at 3:00 AM. A critical Finance DAG failed and business reports were not generated. The Airflow UI shows: - DAG Run = Failed - 1 Task Failed - 7 Tasks Succeeded What should the engineer do NEXT?
Question 62
A retail company reports missing sales data. Investigation shows: - DAG ran successfully - Extraction task succeeded - Load task processed zero records What should the engineer investigate NEXT?
Question 63
An Airflow DAG was expected to run at 1:00 AM but no DAG run exists. What should the engineer verify FIRST?
Question 64
A healthcare workflow has been stuck in "queued" state for 45 minutes. Many other workflows are running normally. What should be reviewed first?
Question 65
A banking pipeline is failing every day at the same task. The task calls an external API. Logs show repeated connection timeout errors. What should be recommended?
Question 66
An airline company notices the Scheduler is healthy but newly added DAGs are not appearing in Airflow. What should be verified next?
Question 67
A support engineer receives an SLA breach alert. The workflow completed successfully but exceeded the required completion time. What should be reviewed first?
Question 68
A retail company executes a DAG every hour. Business users report data duplication. Investigation reveals the DAG executed twice for the same schedule interval. What should be checked?
Question 69
A task waits for a file to arrive using a Sensor. The file never arrives. What is the MOST likely reason for the DAG remaining active for hours?
Question 70
A manufacturing workflow is failing after a source system schema change. What should engineers review first?
Question 71
A task succeeds when executed manually but fails in scheduled execution. What should the support engineer investigate first?
Question 72
A company notices workers are running at 100% utilization continuously. Users report growing delays. What should be reviewed next?
Question 73
A banking workflow completed successfully. However, customers complain that reports were never received. Which component should be checked first?
Question 74
A healthcare ETL workflow stopped processing records three days ago. The DAG still reports success. What should engineers investigate?
Question 75
An Airflow deployment suddenly processes historical schedules from two months ago. What configuration should be reviewed?
Question 76
A finance DAG fails intermittently. The same code sometimes succeeds and sometimes fails. What category of issue should be investigated first?
Question 77
A support engineer sees thousands of queued tasks but very few running tasks. What should be reviewed immediately?
Question 78
A business team reports yesterday's processing never occurred. No DAG runs exist for the missed date. What should be investigated first?
Question 79
A retail company wants quicker recovery from overnight failures. What should be implemented first?
Question 80
A newly promoted Airflow Support Lead is asked: "What is the first responsibility during an incident?" Choose the BEST answer.
Effective incident response starts with understanding business impact, identifying the failing component, and narrowing the scope of investigation before applying corrective actions.