Databricks Certified Data Engineer Professional — Question 9

When scheduling Structured Streaming jobs for production, which configuration automatically recovers from query failures and keeps costs low?

Answer options

Correct answer: D

Explanation

Option D is correct because it allows unlimited retries for query failures while using a new job cluster, ensuring smooth recovery and cost management. Options A and C may incur higher costs due to their configurations, while B and E do not provide the necessary retries needed for recovery.