Databricks Certified Data Engineer - Professional

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?




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.