wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Hadoop

Total questions: 11

Worksheet time: 4mins

Name
Class
Date
1.

A ________ serves as the master and there is only one NameNode per cluster.

a)

Data Node

b)

NameNode

c)

Data block

d)

Replication

2.

HDFS works in a __________ fashion

a)

master-worker

b)

master-slave

c)

worker/slave

d)

worker/master

3.

________ NameNode is used when the Primary NameNode goes down.

a)

Rack

b)

Data

c)

Secondary

d)

Name

4.

The need for data replication can arise in various scenarios like ____________

a)

Replication Factor is changed

b)

DataNode goes down

c)

Data Blocks get corrupted

d)

All of the mentioned

5.

HDFS is implemented in _____________ programming language.

a)

Scala

b)

C++

c)

Java

d)

C

6.

For YARN, the ___________ Manager UI provides host and port information.

a)

Data Node

b)

NameNode

c)

Resource

d)

Replication

7.

________ is a programming model designed for processing large volumes of data in parallel by dividing the work into a set of independent tasks.

a)

Hive

b)

MapReduce

c)

Pig

d)

Lucene

8.

The daemons associated with the MapReduce phase are ________ and task-trackers.

a)

job-tracker

b)

map-tracker

c)

reduce-tracker

d)

all of the mentioned

9.

inputFormat class calls the ________ function and computes splits for each file and then sends them to the jobtracker.

a)

puts

b)

gets

c)

getSplits

d)

all of the mentioned

10.

he default InputFormat is __________ which treats each value of input a new value and the associated key is byte offset.

a)

TextFormat

b)

TextInputFormat

c)

InputFormat

d)

All of the mentioned

11.

Output of the mapper is first written on the local disk for sorting and _________ process.

a)

shuffling

b)

secondary sorting

c)

forking

d)

reducing