Exam Certified Associate Developer for Apache Spark All QuestionsBrowse all questions from this exam
Question 147

Which of the following describes slots?

    Correct Answer: B

    Slots are resource threads that can be used for parallelization within a Spark application. They represent the smallest unit of work for the scheduler, allowing multiple tasks to run in parallel and improving the performance of Spark jobs.

Discussion
Sowwy1Option: B

B. Slots are resource threads that can be used for parallelization within a Spark application.