21. What is the function of the MapReduce "Shuffle" phase? A. Data compression B. Data distribution to reducers C. Data sorting and grouping D. Data storage in HBase Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
22. What does the term "Combiner" represent in the context of MapReduce? A. Data compression B. Combine intermediate key-value pairs on the mapper side C. Aggregate values on the reducer side D. Data sorting and grouping Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
23. What does the MapReduce "Reducer" function do? A. Process input key-value pairs B. Sort and shuffle data C. Aggregate values D. Distribute data across nodes Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
24. What is the role of the Hadoop JobTracker in MapReduce? A. Manages computation resources B. Manages task execution in MapReduce jobs C. Manages metadata of HDFS D. Executes MapReduce jobs Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
25. What is the significance of the MapReduce "Map" phase? A. Distribute data to reducers B. Process input key-value pairs C. Sort and shuffle data D. Aggregate values on the reducer side Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
26. In MapReduce, what is the purpose of the "InputSplit"? A. Determine the reducer for each key B. Defines the map output format C. Defines the reduce output format D. Defines how input data is read Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
27. What is the role of the Hadoop Secondary NameNode in MapReduce? A. Store a backup of the entire HDFS metadata B. Manage computation resources C. Failover for the NameNode D. Manage ZooKeeper configurations Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
28. What is the function of the MapReduce "Combine" phase? A. Aggregate values on the reducer side B. Combine intermediate key-value pairs on the mapper side C. Sort and shuffle data D. Distribute data to reducers Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
29. What is the primary purpose of the MapReduce "Sort and Shuffle" phase? A. Distribute data across multiple nodes B. Sort and shuffle data C. Aggregate values on the reducer side D. Combine intermediate key-value pairs on the mapper side Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
30. What is the purpose of the MapReduce "InputFormat"? A. Defines how input data is read B. Defines the map output format C. Defines the reduce output format D. Defines the partitioning logic Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board