Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with setting up a retry policy for a critical ETL task in Databricks. The task frequently fails due to transient network issues. Which of the following retry policies would you implement and why?
A
No retry policy; handle failures manually.
B
Retry immediately without any delay.
C
Implement an exponential backoff retry policy with a maximum of 5 retries.
D
Retry every 10 minutes indefinitely.