
Answer-first summary for fast verification
Answer: Standard mode
Spark's execution/deployment modes include **Client mode** (driver runs on the client machine), **Cluster mode** (driver runs inside the cluster), and **Local mode** (single-machine execution). However, **Standard mode** (option C) does not exist as a valid deployment mode in Spark. The confusion might arise from terms like 'Standalone mode,' which refers to Spark's built-in cluster manager, not a deployment mode. Thus, option C is the correct answer as it is not a valid execution/deployment mode.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which of the following Spark execution/deployment modes does not exist? If all modes listed are valid, select Response E.
(Spark's execution/deployment mode defines the physical location of the driver and executors during a Spark application's runtime.)
A
Client mode
B
Cluster mode
C
Standard mode
D
Local mode
E
All of these execution/deployment modes exist
No comments yet.