nerdexam
Cloudera

CCD-333 · Question #25

When is the reduce method first called in a MapReduce job?

The correct answer is C. Reducers start copying intermediate key-value pairs from each Mapper as soon as it has. See the full explanation below for the reasoning.

Question

When is the reduce method first called in a MapReduce job?

Options

  • AReduce methods and map methods all start at the beginning of a job, in order to provide
  • BReducers start copying intermediate key value pairs from each Mapper as soon as it has
  • CReducers start copying intermediate key-value pairs from each Mapper as soon as it has
  • DReducers start copying intermediate key-value pairs from each Mapper as soon as it has

How the community answered

(39 responses)
  • A
    13% (5)
  • B
    10% (4)
  • C
    72% (28)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full CCD-333 Practice