nerdexam
Microsoft

DP-203 · Question #36

You create an Azure Databricks cluster and specify an additional library to install. When you attempt to load the library to a notebook, the library in not found. You need to identify the cause of the

The correct answer is B. cluster event logs. Azure Databricks provides three kinds of logging of cluster-related activity: Cluster event logs, which capture cluster lifecycle events, like creation, termination, configuration edits, and so on. Apache Spark driver and worker logs, which you can use for debugging. Cluster init

Submitted by diego_uy· Mar 30, 2026Secure, monitor, and optimize data storage and data processing

Question

You create an Azure Databricks cluster and specify an additional library to install. When you attempt to load the library to a notebook, the library in not found. You need to identify the cause of the issue. What should you review?

Options

  • Anotebook logs
  • Bcluster event logs
  • Cglobal init scripts logs
  • Dworkspace logs

How the community answered

(57 responses)
  • A
    7% (4)
  • B
    70% (40)
  • C
    4% (2)
  • D
    19% (11)

Explanation

Azure Databricks provides three kinds of logging of cluster-related activity: Cluster event logs, which capture cluster lifecycle events, like creation, termination, configuration edits, and so on. Apache Spark driver and worker logs, which you can use for debugging. Cluster init-script logs, valuable for debugging init scripts. https://docs.microsoft.com/en-us/azure/databricks/clusters/clusters-manage#event-log

Topics

#Azure Databricks#cluster event logs#library installation#troubleshooting

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice