Exam Certified Associate Developer for Apache Spark All QuestionsBrowse all questions from this exam
Question 131

Which of the following best describes the similarities and differences between the MEMORY_ONLY storage level and the MEMORY_AND_DISK storage level?

    Correct Answer: D

    The MEMORY_ONLY storage level will store as much data as possible in memory and will recompute any data that does not fit in memory as it's called. The MEMORY_AND_DISK storage level will store as much data as possible in memory and will store any data that does not fit in memory on disk and read it as it's called.

Discussion
Sowwy1Option: D

D. is correct