Databricks Certified Data Engineer Professional — Question 215

A data engineer wants to create a cluster using the Databricks CLI for a big ETL pipeline. The cluster should have five workers and one driver of type i3.xlarge and should use the '14.3.x-scala2.12' runtime.

Which command should the data engineer use?

Answer options

Correct answer: B

Explanation

The correct command is B because 'databricks clusters create' is the proper command for initiating a new cluster with the specified configuration. Option A and C incorrectly use 'compute' instead of 'clusters', while option D suggests adding to an existing cluster, which is not applicable here since a new cluster needs to be created.