Databricks Certified Associate Developer for Apache Spark — Question 143

Which of the following describes slots?

Answer options

Correct answer: B

Explanation

The correct answer is B because slots are indeed resource threads that allow for parallel execution of tasks within a Spark application. Option A is incorrect as it describes slots as coarse execution levels, while D mistakenly states they are granular. Option C misrepresents slots as resources for multiple applications, and E incorrectly defines them as data segments.