
Answer-first summary for fast verification
Answer: 6 executors
In Databricks, each worker node is allocated exactly one executor. Therefore, a cluster with 6 workers will have 6 executors. This is a fundamental aspect of how Databricks manages resources between worker nodes and executors.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When a new data engineer sets up a cluster with 6 workers in Databricks, how many executors are created during the cluster creation process?
A
3 executors
B
6 executors
C
5 executors
D
7 executors
E
A new cluster with 6 worker nodes cannot be created as the workers can be 2, 4 or 8.
No comments yet.