LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


When setting up an AUTO LOADER to process incoming JSON data that arrives in cloud object storage, which statement accurately describes its capabilities?

Real Exam




Explanation:

Auto Loader offers two modes for ingesting new files from cloud object storage:

  1. Directory listing: Auto Loader detects new files by listing the input directory, employing a directory polling approach.
  2. File notification: Auto Loader can automatically configure a notification and queue service that subscribes to file events from the input directory.

The file notification mode is more efficient, enabling real-time data processing as it arrives in cloud object storage.

For more details, refer to: Choosing between file notification and directory listing modes | Databricks on AWS

Powered ByGPT-5