Multiple Choice
For each input key-value pair, mappers can emit:
A) As many intermediate key-value pairs as designed. There are no restrictions on the types of those key-value pairs (i.e., they can be heterogeneous) .
B) As many intermediate key-value pairs as designed, but they cannot be of the same type as the input key-value pair.
C) One intermediate key-value pair, of a different type.
D) One intermediate key-value pair, but of the same type.
E) As many intermediate key-value pairs as designed, as long as all the keys have the same types and all the values have the same type.
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Which best describes how TextInputFormat processes input
Q9: In a MapReduce job with 500 map
Q10: Analyze each scenario below and indentify which
Q11: In a large MapReduce job with m
Q12: The Hadoop framework provides a mechanism for
Q14: You want to perform analysis on a
Q15: Given a directory of files with the
Q16: Which process describes the lifecycle of a
Q17: You have written a Mapper which invokes
Q18: Identify the MapReduce v2 (MRv2 / YARN)