hiexam
databricks · Certified-Associate-Developer-for-Apache-Spark · Q425 · multiple_choice · topic_1

Which of the following DataFrame operations is classified as a wide transformation?

Which of the following DataFrame operations is classified as a wide transformation?
  • A.DataFrame.filter()
  • B.DataFrame.join()
  • C.DataFrame.select()
  • D.DataFrame.drop()
  • E.DataFrame.union()
Explanation
Selected Answer: B B. DataFrame.join() is classified as a wide transformation, as it shuffles the data across the network to perform the join operation.

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.