Databricks Certified Associate Developer for Apache Spark — Question 156

Which of the following describes executors?

Answer options

Correct answer: E

Explanation

The correct answer is E because executors are indeed processing engine instances that execute tasks on worker nodes. Option A is incorrect as it describes the role of the driver node, while B misrepresents the hierarchy since executors are not the most granular level. Option C is wrong because multiple executors can run on a single worker node, and D is inaccurate as executors are not synonymous with worker nodes but rather operate on them.