Search Header Logo

MapReduce quiz

Authored by Zsombor Hajdú

Other

University

Used 11+ times

MapReduce quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The map function can output 0/1/more values for each key-value pair

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The architecture of Map Reduce is decentralized to operate in parallel

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the memory allocated to a certain map task runs out, the whole thing fails

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case complexity of the shuffling phase (in the number of tasks) ?

O(1)

O(n)

O(n log n)

O (n^2)

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A regular MapReduce (v1) job can take multiple hours to complete. Why?

Jobs usually involve large datasets and complex computations that require substantial time to distribute, process, and aggregate data across multiple nodes.

Some machines might become "stragglers" and we have to wait for them.

There might be multiple rounds of shuffling data, which can create network bottlenecks and delay the processing time.

The execution of tasks is sequential and thus we lose a lot by not parallelizing.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a failure happens during the reduce phase (v1), it is necessary to start the job over entirely

True

False

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How many files a single reduce task can produce by default?

0

1

many

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?