Databricks Certified Associate Developer for Apache Spark — Question 167

Which of the following statements describing a difference between transformations and actions is incorrect?

Answer options

Correct answer: C

Explanation

The correct answer is C because transformations can indeed work on DataFrames/Datasets and not just on native language objects. The other options accurately describe the characteristics of transformations and actions in Spark, such as the types of transformations and the execution triggering mechanism.