Arrange the following steps of the Map reduce framework A. Input Splitting B. Reducing C. Mapping D. Shuffling & Sorting Choose the correct answer from the options given below:
The MapReduce framework processes large datasets in parallel. Understanding the sequence of its core steps is crucial.
The MapReduce process involves several distinct stages executed in a specific order:
Therefore, the correct sequence of the MapReduce framework steps is Input Splitting, Mapping, Shuffling & Sorting, and Reducing.
The correct order is represented by the sequence:
A (Input Splitting) → C (Mapping) → D (Shuffling & Sorting) → B (Reducing)
This corresponds to the order A, C, D, B.
Which of the following statement(s) is/are correct regarding On-Line Transaction Processing (OLTP)?
I. Responses to the user inquiry are immediate.
II. The associated cost is economical with efficient utilization of resources.
III. The database is always up-to-date.
The data node and name node in HADOOP are
In reference to Big data, consider the following database:
(A) Memcached
(B) Couch DB
(C) Infinite graph
Choose the most appropriate answer from the options given below:
Which of the following statement/s is/are true?
(i) Facebook has the world’s largest Hadoop cluster.
(ii) Hadoop 2.0 allows live stream processing of real time data
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R
Assertion A: HDFS follows a master-slave architecture with Name Node and Data Nodes.
Reason R: Name Node stores metadata, while Data Nodes store actual data blocks.
In the light of the above statements, choose the most appropriate answer from the options given below