Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
Databricks Certified Associate Developer for Apache Spark
/
Question #11
#11
Multiple Choice
Mark for review
Which of the following describes the difference between cluster and client execution modes?
A.
The cluster execution mode runs the driver on a worker node within a cluster, while the client execution mode runs the driver on the client machine (also known as a gateway machine or edge node).
B.
The cluster execution mode is run on a local cluster, while the client execution mode is run in the cloud.
C.
The cluster execution mode distributes executors across worker nodes in a cluster, while the client execution mode runs a Spark job entirely on one client machine.
D.
The cluster execution mode runs the driver on the cluster machine (also known as a gateway machine or edge node), while the client execution mode runs the driver on a worker node within a cluster.
E.
The cluster execution mode distributes executors across worker nodes in a cluster, while the client execution mode submits a Spark job from a remote machine to be run on a remote, unconfigurable cluster.
Reveal Answer
Previous
Question 11 of 342
Exam CERTIFIED-ASSOCIATE-DEVELOPER-FOR-APACHE-SPARK Topic 1 Question 11
Back to all questions
Next
Sign In
Sign Up