πŸ§ͺ Apache Spark MCQ Quiz Hub

Apache Spark

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

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




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




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




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




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




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




7. What are the features of Spark RDD?




8. How many Spark Context can be active per JVM?




9. In how many ways RDD can be created?




10. How many tasks does Spark run on each partition?




11. Which of the following is not a transformation?




12. Which of the following is not an action?




13. You can connect R program to a Spark cluster from –




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




15. For Multiclass classification problem which algorithm is not the solution?




16. For Regression problem which algorithm is not the solution?




17. Which of the following is true about DataFrame?




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




19. Which of the following is false for Apache Spark?




20. Which of the following is true for Spark SQL?




21. Which of the following is true for Spark core?




22. Which of the following is true for Spark R?




23. Which of the following is true for Spark MLlib?




24. Which of the following is true for Spark Shell?




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




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




27. When does Apache Spark evaluate RDD?




28. The write operation on RDD is




29. What is action in Spark RDD?




30. Which of the following is true about narrow transformation –




31. Which of the following is true about wide transformation –




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




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




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




35. Which of the following is open-source?




36. Apache Spark supports –




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




38. 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




39. 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




40. Which of the following is a transformation?




41. Which of the following is action?




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