
Ultimate access to all questions.
A single Job runs two notebooks as two separate tasks. A data engineer has noticed that one of the notebooks is running slowly in the Job's current run. The data engineer asks a tech lead for help in identifying why this might be the case.
Which approach can the tech lead use to identify why the notebook is running slowly as part of the Job?
A
They can navigate to the Runs tab in the Jobs UI to immediately review the processing notebook.
B
They can navigate to the Tasks tab in the Jobs UI and click on the active run to review the processing notebook.
C
They can navigate to the Runs tab in the Jobs UI and click on the active run to review the processing notebook.
D
They can navigate to the Tasks tab in the Jobs UI to immediately review the processing notebook.
Explanation:
To identify why a notebook is running slowly in a Databricks Job, the correct approach is:
Option C: They can navigate to the Runs tab in the Jobs UI and click on the active run to review the processing notebook.
Here's why:
Runs Tab vs Tasks Tab: In Databricks Jobs UI:
Correct Workflow:
Why other options are incorrect:
Additional Investigation Steps: Once you're viewing the active run, you can:
This approach allows the tech lead to diagnose performance issues by examining the actual execution details of the current job run.