Google News
logo
PySpark - Quiz(MCQ)
Which of the following statements is true about PySpark?
A)
PySpark is a standalone data processing system.
B)
PySpark does not support distributed processing.
C)
PySpark is used for processing data only in small batches.
D)
PySpark is a Python library used for Big Data processing.

Correct Answer :   PySpark is a Python library used for Big Data processing.


Explanation : PySpark is a Python library used for Big Data processing. It is built on top of Apache Spark, which is a distributed computing system. PySpark provides APIs in Python for data processing, machine learning, and graph processing.

Advertisement