READ Free Dumps For Cloudera- CCD-410
Question ID 12515 | For each intermediate key, each reducer task can emit: |
Option A | As many final key-value pairs as desired. There are no restrictions on the types of those key-value pairs (i.e., they can be heterogeneous). |
Option B | As many final key-value pairs as desired, but they must have the same type as the intermediate key-value pairs. |
Option C | As many final key-value pairs as desired, as long as all the keys have the same type and all the values have the same type. |
Option D | One final key-value pair per value associated with the key; no restrictions on the type. |
Option E | One final key-value pair per key; no restrictions on the type. |
Correct Answer | C |
Question ID 12516 | Assuming default settings, which best describes the order of data provided to a reducers |
Option A | The keys given to a reducer arent in a predictable order, but the values associated with those keys always are. |
Option B | Both the keys and values passed to a reducer always appear in sorted order. |
Option C | Neither keys nor values are in any predictable order. |
Option D | The keys given to a reducer are in sorted order but the values associated with each key are in no predictable order |
Correct Answer | D |