Q3
Single choice
A data engineer is working on a Spark job that reads data from a large text file, applies a filter to remove invalid records, and then groups the data by a specific column. After writing the results in a table, the engineer wants to understand the execution pattern of the Spark job to optimize its performance.
What is the sequence of operations in the Spark job?