
Explanation:
Option C is the best choice because an exponential backoff retry policy with a limited number of retries helps to manage transient failures efficiently without overwhelming the system or causing unnecessary delays.
Ultimate access to all questions.
No comments yet.
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.