
Databricks Certified Data Engineer - Professional
Get started today
Ultimate access to all questions.
Which Python package distribution method does Databricks support for installing custom libraries?
Which Python package distribution method does Databricks support for installing custom libraries?
Exam-Like
Explanation:
Databricks supports installing custom Python code packages using Wheel distributions. Wheels (.whl) are the standard built package format for Python and are widely supported. Options A (sbt) and D (jars) are related to Scala/Java, not Python. Option B (CRAN) is for R packages, and npm (if present as an option) is for JavaScript. Therefore, the correct answer is C.