Databricks Certified Associate Developer for Apache Spark — Question 6

Which of the following will occur if there are more slots than there are tasks?

Answer options

Correct answer: A

Explanation

The correct answer is A because having more slots than tasks can lead to inefficient resource utilization, as not all slots will be filled. Option B is incorrect since Spark can run with fewer tasks than slots, and the other options do not accurately describe the behavior of Spark in this scenario.