Databricks Certified Data Engineer Professional — Question 170

Which statement describes the default execution mode for Databricks Auto Loader?

Answer options

Correct answer: D

Explanation

The correct answer, D, accurately describes how Databricks Auto Loader identifies new files by listing the input directory and loading them into the Delta Lake table incrementally and idempotently. Option A discusses queue storage and notification services, which is not the default mode. Option B mentions materializing the target table by querying all valid files, which is not how Auto Loader operates. Option C incorrectly describes the use of webhooks, which is not part of the default execution mode of Auto Loader.