
Answer-first summary for fast verification
Answer: File notification mode
File notification mode uses cloud-native services (AWS SQS/SNS, Azure Event Grid, GCP Pub/Sub) to detect new files without scanning directories, reducing costs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are building a streaming ingestion pipeline using Auto Loader to process millions of files per hour from an Amazon S3 bucket. Your company wants to minimize cloud API costs and avoid repeatedly scanning large directories. Which Auto Loader file detection mode should you choose?
A
Directory listing mode
B
File notification mode
C
Checkpointing mode
D
Watermarking mode
No comments yet.