Home »
MCQs »
PySpark MCQs
The main advantage of RDD is that it is fault ____, which means that if there is a failure, it automatically recovers
48. The main advantage of RDD is that it is fault ____, which means that if there is a failure, it automatically recovers.
- Tolerant
- Intolerant
- Manageable
- None
Answer: A) Tolerant
Explanation:
The main advantage of RDD is that it is fault-tolerant, which means that if there is a failure, it automatically recovers.