In Spark, Actions are RDD’s operation whose value returns back to the spark driver programs which then kick off a job to be executed in a cluster. Reduce, Collect, Take, saves Textfile are common examples of actions in Apache Spark.

BY Best Interview Question ON 06 Feb 2020