Databricks Certified Associate Developer for Apache Spark — Question 195

A Spark engineer must select an appropriate deployment mode for the Spark jobs.

What is the benefit of using cluster mode in Apache Spark™?

Answer options

Correct answer: D

Explanation

The correct answer is D because in cluster mode, the driver running on a worker node allows the application to leverage the full distributed capabilities of the cluster. Option A is incorrect as it describes a benefit but does not address the driver’s location. Option B is wrong since it implies local execution, which contradicts the purpose of cluster mode. Option C is also incorrect because it suggests a limitation of cluster mode that does not apply when the driver is on a worker node.