Apache Airflow Certification Practice Test 11
Root Cause Analysis Questions
Apache Airflow Certification Practice Test 11
Root Cause Analysis Questions
Insightful Saga — Modern Data Engineering Certification Preparation
Question 201
A daily retail sales DAG usually finishes in 20 minutes. Today it is still running after 2 hours. Investigation shows: - Scheduler healthy - Workers healthy - One source database query running for 90 minutes What is the MOST likely root cause?
Question 202
A banking workflow never starts. The DAG exists and appears in the Airflow UI. No DAG runs are being created. What is the MOST likely root cause?
Question 203
A healthcare DAG remains in "Queued" status for one hour. No tasks are running. Workers are fully utilized. What is the MOST likely root cause?
Question 204
A workflow processes customer data. The DAG succeeds, but the target table contains zero records. What is the MOST likely root cause category?
Question 205
A source API was unavailable for ten minutes. The workflow failed immediately without attempting another call. What is the MOST likely cause?
Question 206
A company reports duplicate reporting records. Investigation shows the same DAG execution date was triggered twice. What is the MOST likely root cause?
Question 207
A Sensor has been running for six hours. The downstream workflow has not started. The required file is not present. What is the MOST likely root cause?
Question 208
A finance workflow suddenly begins failing after a source-system release. Task logs show missing columns. What is the MOST likely root cause?
Question 209
A support engineer observes thousands of queued tasks. Scheduler is functioning correctly. What is the MOST likely area to investigate?
Question 210
A company misses all workflow executions for one specific day. Investigation shows the Scheduler was unavailable during that period. What is the MOST likely root cause?
Question 211
A healthcare workflow fails intermittently. The same code sometimes succeeds. Logs show temporary DNS resolution errors. What is the MOST likely root cause?
Question 212
A support engineer receives an SLA breach alert. All tasks succeeded successfully. What is the MOST likely explanation?
Question 213
A DAG runs correctly in Dev but fails in Production. The code is identical. What is the MOST likely area to investigate first?
Question 214
A company receives hundreds of file-processing failures simultaneously. Investigation reveals cloud storage permissions changed overnight. What is the MOST likely root cause category?
Question 215
A banking DAG executes successfully. However, no customer notifications are delivered. What is the MOST likely component to investigate?
Question 216
A workflow suddenly begins creating historical runs covering two months of missing schedules. What is the MOST likely cause?
Question 217
A manufacturing workflow frequently waits on external systems. Runtime is highly inconsistent. What is the MOST likely root cause category?
Question 218
Business users report failures before engineers are aware of them. What is the MOST likely operational gap?
Question 219
An Airflow environment consumes significantly more infrastructure resources than expected. Most workers remain idle throughout the day. What is the MOST likely cause?
Question 220
An enterprise Airflow platform experiences recurring incidents caused by different teams implementing workflows in different ways. What is the MOST likely root cause?
Enterprise-scale Airflow environments require standardization, governance, reusable patterns, and operational controls to reduce inconsistency and operational risk.