Databricks Certified Data Engineer Professional — Question 80

Which distribution does Databricks support for installing custom Python code packages?

Answer options

Correct answer: D

Explanation

The correct answer is 'Wheels' because Databricks specifically supports the Wheel format for installing Python packages. The other options, such as sbt, CRAN, npm, and jars, are not related to Python package installations in the context of Databricks.