CERTIFIED-DATA-ENGINEER-PROFESSIONAL · Question #47
What statement is true regarding the retention of job run history?
The correct answer is C. t is retained for 60 days, during which you can export notebook run results to HTML. Databricks retains job run history for 60 days. During this 60-day window, you can export notebook run results to HTML format for archival or sharing purposes. After 60 days, the run history is no longer accessible in the UI or via the API. It is not retained indefinitely…
Question
What statement is true regarding the retention of job run history?
Options
- AIt is retained until you export or delete job run logs
- BIt is retained for 30 days, during which time you can deliver job run logs to DBFS or S3
- Ct is retained for 60 days, during which you can export notebook run results to HTML
- DIt is retained for 60 days, after which logs are archived
- EIt is retained for 90 days or until the run-id is re-used through custom run configuration
How the community answered
(25 responses)- A4% (1)
- C92% (23)
- D4% (1)
Explanation
Databricks retains job run history for 60 days. During this 60-day window, you can export notebook run results to HTML format for archival or sharing purposes. After 60 days, the run history is no longer accessible in the UI or via the API. It is not retained indefinitely (ruling out A), not for 30 days (ruling out B), not archived after 60 days (ruling out D - the data is simply removed, not archived), and not retained for 90 days or tied to run-id reuse (ruling out E). The 60-day window is a fixed platform-level retention policy.
Topics
Community Discussion
No community discussion yet for this question.