Exam Associate-Developer-Apache-Spark-3.5 Topic 1 Question 76 Discussion

Actual exam question for Databricks's Associate-Developer-Apache-Spark-3.5 exam
Question #: 76
Topic #: 1
Which Spark configuration controls the number of tasks that can run in parallel on the executor?
Options:

Suggested Answer: A Vote an answer

spark.executor.cores determines how many concurrent tasks an executor can run.
For example, if set to 4, each executor can run up to 4 tasks in parallel.
Other settings:
spark.task.maxFailures controls task retry logic.
spark.driver.cores is for the driver, not executors.
spark.executor.memory sets memory limits, not task concurrency.
Reference:Apache Spark Configuration

by Lyle at Jul 23, 2025, 05:39 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10