Databricks Certified Associate Developer for Apache Spark — Question 125

Which of the following describes a partition?

Answer options

Correct answer: E

Explanation

The correct answer, E, accurately defines a partition as a collection of rows that reside on a single machine within a cluster. Option A is incorrect because it refers to executors, which are not the same as partitions. Options B, C, and D mischaracterize the role and definition of a partition in the context of Spark applications.