Databricks Certified Data Engineer Professional — Question 147

Which statement regarding Spark configuration on the Databricks platform is true?

Answer options

Correct answer: D

Explanation

The correct answer is D because Spark configuration properties set in the Clusters UI are applied at the cluster level, impacting all attached notebooks. Option A is incorrect as the REST API does not allow changes without job interruption. Option B is false because notebook settings can override cluster settings. Option C is misleading since notebook settings can take precedence over cluster settings in certain cases.