Q. What does the 'Map' function do in MapReduce?
β
Correct Answer: (B)
Divides input data into key-value pairs
Explanation: The Map function processes input data and converts it into key-value pairs.