πŸ§ͺ Apache Spark MCQ Quiz Hub

Apache Spark

Choose a topic to test your knowledge and improve your Apache Spark skills

How much faster can Apache Spark potentially run batch-processing programs when processed in memory than MapReduce can?





βœ… Correct Answer: 3

Which of the following provide the Spark Core’s fast scheduling capability to perform streaming analytics.





βœ… Correct Answer: 3

Which of the following is the reason for Spark being Speedy than MapReduce?





βœ… Correct Answer: 1

Can you combine the libraries of Apache Spark into the same Application, for example, MLlib, GraphX, SQL and DataFrames etc.





βœ… Correct Answer: 1

Which of the following is true for RDD? None of the above





βœ… Correct Answer: 2

Which of the following is not a function of Spark Context in Apache Spark?





βœ… Correct Answer: 1

What are the features of Spark RDD?





βœ… Correct Answer: 4

How many Spark Context can be active per JVM?





βœ… Correct Answer: 2

In how many ways RDD can be created?





βœ… Correct Answer: 2

How many tasks does Spark run on each partition?





βœ… Correct Answer: 2

Which of the following is not a transformation?





βœ… Correct Answer: 3

Which of the following is not an action?





βœ… Correct Answer: 4

You can connect R program to a Spark cluster from –





βœ… Correct Answer: 4

Which of the following is true for RDD? None of the above





βœ… Correct Answer: 2

For Multiclass classification problem which algorithm is not the solution?





βœ… Correct Answer: 4

For Regression problem which algorithm is not the solution?





βœ… Correct Answer: 2

Which of the following is true about DataFrame?





βœ… Correct Answer: 2

Which of the following is a tool of Machine Learning Library?





βœ… Correct Answer: 4

Which of the following is false for Apache Spark?





βœ… Correct Answer: 3

Which of the following is true for Spark SQL?





βœ… Correct Answer: 3

Which of the following is true for Spark core?





βœ… Correct Answer: 1

Which of the following is true for Spark R?





βœ… Correct Answer: 2

Which of the following is true for Spark MLlib?





βœ… Correct Answer: 2

Which of the following is true for Spark Shell?





βœ… Correct Answer: 4

Which of the following is true for RDD? We can operate Spark RDDs in parallel with a low-level API





βœ… Correct Answer: 2

In which of the following cases do we keep the data in-memory?





βœ… Correct Answer: 4

When does Apache Spark evaluate RDD?





βœ… Correct Answer: 1

The write operation on RDD is





βœ… Correct Answer: 2

What is action in Spark RDD?





βœ… Correct Answer: 1

Which of the following is true about narrow transformation –





βœ… Correct Answer: 2

Which of the following is true about wide transformation –





βœ… Correct Answer: 1

The shortcomings of Hadoop MapReduce was overcome by Spark RDD by All of the above





βœ… Correct Answer: 4

Which of the following is the entry point of Spark Application –





βœ… Correct Answer: 2

Which of the following is the entry point of Spark SQL?





βœ… Correct Answer: 1

Which of the following is open-source?





βœ… Correct Answer: 4

Apache Spark supports –





βœ… Correct Answer: 4

Which of the following is not true for map() Operation?





βœ… Correct Answer: 3

FlatMap transforms an RDD of length N into another RDD of length M. which of the following is true for N and M. a. N>M b. N<M c. N<=M





βœ… Correct Answer: 2

FlatMap transforms an RDD of length N into another RDD of length M. which of the following is true for N and M. a. N>M b. N<M c. N<=M





βœ… Correct Answer: 2

Which of the following is a transformation?





βœ… Correct Answer: 4

Which of the following is action?





βœ… Correct Answer: 4

In which of the following Action the result is not returned to the driver.





βœ… Correct Answer: 4