Databricks Certified Associate Developer for Apache Spark — Question 58

Which of the following describes the difference between cluster and client execution modes?

Answer options

Correct answer: A

Explanation

The correct answer, A, accurately describes that in cluster execution mode, the driver operates on a worker node within the cluster, whereas in client execution mode, the driver runs on the client machine. The other options either misrepresent the execution modes or provide incorrect details about where the driver runs or how tasks are executed.