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

Which of the following statements about slots is incorrect?

    Correct Answer: E

    The statement claiming there must be at least as many slots as there are executors is incorrect. Slots are a finer granularity within executors, representing the resources available for parallel task execution. Executors may have multiple slots, but the number of slots doesn't have to correspond directly to the number of executors; instead, it relates to the degree of parallelism within those executors.

Discussion
newusernameOption: A

I think it is A, cause Task is the most granular level (but please correct if I am wrong )

RedSnowman

This is correct.

azure_bimonsterOption: A

A is the right to me

oliveolilOption: B

B - slots indicate threads available to perform parallel work for Spark

tangerine141Option: A

A to me

kaisa1234Option: C

Isnt C the right answer?