Beginner Big Data & Data Engineering
Q4 / 100

What is the primary purpose of MapReduce?

Correct! Well done.

Incorrect.

The correct answer is A) To process large datasets in parallel across a cluster using "map" and "reduce" steps

A

Correct Answer

To process large datasets in parallel across a cluster using "map" and "reduce" steps

Explanation

MapReduce is a programming model that splits a task into a "map" phase (transform/filter) and a "reduce" phase (aggregate), enabling parallel distributed processing.

Progress
4/100