Databricks Certified Associate Developer for Apache Spark — Question 210

If Spark is running in cluster mode, which of the following statements about nodes is incorrect?

Answer options

Correct answer: E

Explanation

The correct answer is E because, in a cluster mode setup, the Spark driver can run on a different node than the executors, allowing for distributed processing. Options A, B, C, and D are all true statements about the configuration and behavior of Spark in cluster mode.