Problem 1: In applications that reuse the same datasets over and over, one of the most useful optimizations is ______.
Problem 2: Identify the order of Spark's internal processing when action gets called in the user's code.
Problem 3: Caching will place a DataFrame or table into temporary storage across the executors in your cluster and make subsequent reads faster.
True/False