Cloudera
CCD-333 · Question #55
For each intermediate key, each reducer task can emit:
The correct answer is B. One final key-value pair per value associated with the key; no restrictions on the type. See the full explanation below for the reasoning.
Question
For each intermediate key, each reducer task can emit:
Options
- AOne final key value pair per key; no restrictions on the type.
- BOne final key-value pair per value associated with the key; no restrictions on the type.
- CAs many final key-value pairs as desired, as long as all the keys have the same type and all
- DAs many final key-value pairs as desired, but they must have the same type as the
- EAs many final key value pairs as desired. There are no restrictions on the types of those key-
How the community answered
(50 responses)- A12% (6)
- B74% (37)
- C4% (2)
- D8% (4)
- E2% (1)
Community Discussion
No community discussion yet for this question.