MapReduce quiz

MapReduce quiz

University

17 Qs

quiz-placeholder

Similar activities

Among us quiz

Among us quiz

KG - Professional Development

18 Qs

Rainbow Friends (Chapter 1)

Rainbow Friends (Chapter 1)

University

20 Qs

Lecture 1 - MySMM & Specification Writing

Lecture 1 - MySMM & Specification Writing

University

15 Qs

Technop - Midterm

Technop - Midterm

University

20 Qs

Scheduling

Scheduling

University

14 Qs

Super Green (2021/2022)

Super Green (2021/2022)

7th Grade - University

20 Qs

Driver ed final6

Driver ed final6

10th Grade - University

20 Qs

Among us

Among us

KG - Professional Development

16 Qs

MapReduce quiz

MapReduce quiz

Assessment

Quiz

Other

University

Medium

Created by

Zsombor Hajdú

Used 11+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?