wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

MITS Hadoop 1

Total questions: 29

Worksheet time: 18mins

Name
Class
Date
1.

Which is the core of the operating system?

a)

Shell

b)

Kernel

c)

Commands

d)

Script

2.

To increase the response time and throughput, the kernel minimizes the frequency of disk access by keeping a pool of internal data buffer called

a)

Pooling

b)

Spooling

c)

Buffer Cache

d)

Swapping

3.

Which command is used to display the unix version

a)

uname -r

b)

uname -n

c)

uname -t

d)

kernel

4.

How do you get help about the command “cp”?

a)

help cp

b)

man cp

c)

cd

d)

none of the above

5.

Which one shows the name of the operating system?

a)

uname -n

b)

uname -r

c)

uname -o

d)

uname -m

6.

For reading/writing data to/from HDFS, clients first connect to-

a)

NameNode

b)

DataNode

c)

Secondary NameNode

d)

None of the above

7.

IBM and ________ have announced a major initiative to use Hadoop to support university courses in distributed computer programming.

a)

Google Latitude

b)

Android (operating system)

c)

Google Variations

d)

Google

8.

What was Hadoop written in ?

a)

Java (software platform)

b)

Perl

c)

Java (programming language)

d)

Lua (programming language)

9.

Which of the following platforms does Hadoop run on ?

a)

Bare metal

b)

Debian

c)

Cross-platform

d)

Unix-like

10.

Above the file systems comes the ________ engine, which consists of one Job Tracker, to which client applications submit MapReduce jobs.

a)

MapReduce

b)

Google

c)

Functional programming

d)

Facebook

11.

__________ has the world’s largest Hadoop cluster.

a)

Apple

b)

Datamatics

c)

Facebook

d)

None of the mentioned

12.

All of the following accurately describe Hadoop, EXCEPT:

a)

Open source

b)

Real-time

c)

Java-based

d)

Distributed computing approach

13.

What was Hadoop named after?

a)

Creator Doug Cutting’s favorite circus act

b)

Cutting’s high school rock band

c)

The toy elephant of Cutting’s son

d)

A sound Cutting’s laptop made during Hadoop’s development

14.

The questions till now were:

a)
b)
c)
d)
15.

The logo for Hadoop is:

a)
b)
c)
d)
16.

HIVE provides an SQL-like language called

a)

SQL HIVE

b)

Hive QL

c)

DB QL

d)

HIVE DATA

17.

Out of these, which technique can be used for merging data from different sources based on a specific key if no memory restrictions are present?

a)

Outer join

b)

Reduce-side join

c)

Map Reduce CO Group join

d)

inner join

18.

By default, Hive stores metadata in an embedded

a)

SQL

b)

HIVE

c)

HDFS

d)

APACHE DERBY

19.

Which is not TRUE in terms of hive ?

a)

Which is not TRUE in terms of hive ?

b)

It provides tools to enable easy data ETL

c)

It offers real-time queries and row level updates

d)

It can operate on compressed data stored into Hadoop ecosystem

20.

What is the url for checking the status of namenode

a)

http://localhost:50070/

b)

http://localhost:8020/

c)

http://localhost:5007/8/

d)

http://localhost:50077/

21.

Why do we use the SSH in Hadoop Cluster?

a)

To perform the Passwordless authentication

b)

To establish the communication between Master Node and Slave Node

c)

Both 1 and 2

d)

Neither 1 nor 2

22.

What action occurs automatically on a cluster when a DataNode is marked as dead?

a)

The NameNode forces re-replication of all the blocks which were stored on the dead DataNode.

b)

The next time a client submits job that requires blocks from the dead DataNode, the Resouce Manager receives no heart beats from the DataNode. The Resouce Manager tells the NameNode that the DataNode is dead, which triggers block re-replication on the cluSTER

c)

The replication factor of the files which had blocks stored on the dead DataNode is temporarily reduced, until the dead DataNode is recovered and returned to the cluster.

d)

The NameNode informs the client which write the blocks that are no longer available; the client then re-writes the blocks to a different DataNode.

23.

Choose which best describe a Hadoop cluster's block size storage parameters once you set the HDFSdefault block size to 64MB?

a)

The block size of files in the cluster can be determined as the block is written.

b)

The block size of files in the cluster will all be multiples of 64MB

c)

The block size of files in the cluster will all at least be 64MB.

d)

The block size of files in the cluster will all be the exactly 64MB

24.

What are the commands we use to remove the non empty directory?

a)

rmdir dirname

b)

rm -rf dirname

c)

rmdir -r dirname

d)

rm -r dirname

25.

In which configuration file do we need to mention the details of the master node while setting up the multinode cluster

a)

hdfs-site.xml

b)

CORE-site.xml

c)

hdfs-site.xml

26.

In which configuration file do we set the parameter fs.default.name?

a)

core-site.xml

b)

MAPREDUCE-site.xml

c)

YARN-site.xml

d)

HDFS-site.xml

27.

What is the comand we use to make namenode come out of safe mode?

a)

hadoop dfsadmin -safemode leave

b)

hadoop admin -safemode leave

c)

hdfs dfsadmin -safemode leave

d)

Both (a) and (c)

28.

Hadoop can be run on which modes?

a)

Standalone mode,Pseudo-distributed mode & Fully distributed mode

b)

Pseudo-distributed mode & Fully distributed mode

c)

Fully distributed mode

d)

LOCAL MODE

29.

Which of the following are not true?

a)

In standalone no daemons will be running

b)

In Pseudo distributed mode no daemons will be running

c)

In fully distributed mode all the daemons will be running on same machine

d)

2 and 3