MapReduce quiz

MapReduce quiz

University

17 Qs

quiz-placeholder

Similar activities

Driver ed final6

Driver ed final6

10th Grade - University

20 Qs

ERGONOMICS

ERGONOMICS

University

20 Qs

5,4,3,2,1,+8 Numbers to Live by

5,4,3,2,1,+8 Numbers to Live by

KG - University

19 Qs

Among Us (The Skelds)

Among Us (The Skelds)

KG - Professional Development

15 Qs

Basic Computer 2

Basic Computer 2

University

13 Qs

Health and safety revision

Health and safety revision

University

20 Qs

Golang Basics 2

Golang Basics 2

University

15 Qs

Risk Assessments

Risk Assessments

12th Grade - University

12 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?