home
diamond Go Premium
Data Engineering Path  ·  Airflow
Apache Airflow Logo

Theoretical Quiz — Module 10

Test Your Knowledge

Q1. What's the difference between what a Pool limits and what max_active_tasks limits?

Show Answer

max_active_tasks limits concurrency within a single DAG only. A Pool limits concurrency for tasks assigned to it across every DAG in the deployment - the only mechanism that caps concurrent usage of a specific shared resource regardless of which DAG is requesting it.


Q2. Why does an SLA miss get triggered even for a task that only took 5 minutes to actually run?

Show Answer

SLA time is measured from the DAG run's logical start time, not from when that specific task began executing - time spent queued behind other work counts against the SLA just as much as actual execution time.


Q3. A DAG has catchup=False. Does that prevent someone from manually backfilling a historical date range later?

Show Answer

No - catchup=False only stops Airflow from automatically running every missed interval when the DAG is unpaused. A manual airflow dags backfill for a specific date range works regardless of the DAG's catchup setting.


Q4. What's the main practical benefit of DAG Bundles in Airflow 3.0 over the git-sync/shared-volume patterns from the Architecture module?

Show Answer

Airflow itself becomes aware of where DAG code comes from (a specific Git repo and ref) as first-class, queryable state - rather than relying on external tooling to keep a shared filesystem in sync, with no built-in way to ask Airflow which commit is actually deployed.

lock

This content is reserved for Premium Members.

Upgrade to Premium

Entity Details

Create New Item

help

Submit Technical Query

Have a question or run into an issue? Describe it below, upload an optional screenshot, and our engineering team will answer it!

image Attach image (optional)

Submit Feedback

build Free Developer Utility Free Tool
gavel

Privacy & Legal Disclaimer

1. Client-Side Browser Processing

All utility tools on DeepEngineerHub (including Image to PDF, Text Formatters, JSON Converters, and Encryptors) execute 100% locally within your client browser using WebAssembly and JavaScript. No uploaded images, text, or documents are transmitted, collected, or stored on remote servers.

2. Limitation of Liability ("As-Is" Provision)

Tools and services are provided free of charge for convenience and educational purposes "as-is" without warranties of any kind. DeepEngineerHub shall not be held liable for any data loss, formatting inconsistencies, or indirect damages resulting from tool usage.

3. Open Source & Third-Party Software

Certain utilities utilize open-source client libraries (such as jsPDF, Mermaid.js, Pyodide) licensed under MIT, Apache, or BSD open licenses. All intellectual property remains with their respective copyright holders.