Skip to content
DEA
Data Processing & Transformations
easy
Question 6 of 62

In Apache Spark, what is the difference between a transformation and an action?

AA transformation modifies data on disk; an action reads data from disk
BA transformation defines a new DataFrame lazily without executing immediately; an action triggers execution of the computation
CA transformation can only be applied to streaming DataFrames; actions are for batch DataFrames
DTransformations require a cluster restart; actions do not

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion