Quiz Space

Introduction to Big Data · Quiz 2 · 6 Aug 2023 · May 2023 term

Intro to Big Data Quiz 2 6 Aug 2023 — Question 21

Question 21

+3 marksOne or more correct options

Which of the following is true?

Select all that apply.

  1. A

    Snapshots of source systems can be created using an event capture tool like CDC and then replaying the events in sequence for that time period.

  2. B

    A data lake is a collection of data to be provided as input for data science algorithms.

  3. C

    Zookeeper is a library for ensuring all services used in big data are monitored, administered and cleaned at appropriate intervals.

  4. D

    A single Spark cluster can have multiple “leader” master nodes.

  5. E

    Spark is optimized for in-memory computation.

  6. F

    Given the RDD underlying a Dataframe, you can recreate the same Dataframe provided you know the schema

Show answer

Correct answers

  • A

    Snapshots of source systems can be created using an event capture tool like CDC and then replaying the events in sequence for that time period.

  • E

    Spark is optimized for in-memory computation.

  • F

    Given the RDD underlying a Dataframe, you can recreate the same Dataframe provided you know the schema

Question 21 of 22 in the IIT Madras BS Introduction to Big Data (Intro to Big Data) Quiz 2 paper sat on 6 Aug 2023, in the May 2023 term (IIT M DEGREE AN3 EXAM QPE3 06 Aug 2023). It carries 3 marks.

This question was also asked in

More questions from this paper

  1. Q1What best describes "big data"?
  2. Q2Which of these represent examples of divide-and-conquer?
  3. Q3What option(s) best describe the differences between MapReduce and Spark?
  4. Q4Which of the following statements about Spark application architecture is correct?
  5. Q5Consider the problem of sorting a 1 petabyte file of numbers stored in a Hadoop cluster of 10 machines where the size o…
  6. Q6A website sees 1 Billion hits every month. The website owner wants to count average hits per customer in the latest mon…
  7. Q7An enterprise software designer wants to leverage the best of cloud to minimize the number of administrative overheads …
  8. Q8Consider an application that can scale from handling 1000 users to handling 100 million users by simply making copies o…
  9. Q9Would IRCTC's railway ticket booking application be suitable for a serverless implementation?
  10. Q10Linux is an example of an operating system. Which of the following is considered as the "operating system of a cluster …
  11. Q11Figure question
  12. Q12You are provided with a Spark program that picks out a list of suspicious transactions based on the amount of the trans…
  13. Q13Figure question
  14. Q14Figure question
  15. Q15Consider a file “data.bin” which is formatted as follows: every data record is in the form of pairs of values of the fo…
  16. Q16Consider the program outline as below running on a Spark cluster of 1 driver and 4 worker nodes with 2 executors per wo…
  17. Q17What is the output of the following code?
  18. Q18What is the output of the following code when deployed on a spark cluster?
  19. Q19Figure question
  20. Q20Which of the following types of data sources can you read successfully without missing data using a program that extrac…
  21. Q22Which of the following statements is/ are true for Google Cloud Functions?