wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BIT_QUIZ_Hadoop

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does the 'Variety' aspect of Big Data refer to?

a)

The amount of data being generated

b)

The speed at which data is produced

c)

The types and formats of data

d)

The correctness of data

2.

Which of the following is used in Hadoop for distributed storage?

a)

Hive

b)

HDFS

c)

YARN

d)

Spark

3.

Which technology enables resource management in a Hadoop cluster?

a)

MapReduce

b)

YARN

c)

HDFS

d)

Pig

4.

What is Apache Spark primarily known for?

a)

Real-time processing using batch jobs

b)

Disk-based computation 

c)

Resource management

d)

In-memory computation for fast analytics

5.

What does MapReduce do in the Hadoop ecosystem?

a)

Manages job execution

b)

Provides data security

c)

Splits and processes large data sets in parallel

d)

Stores data

6.

What is the purpose of Apache Zookeeper?

a)

Coordinates and manages distributed applications

b)

Stores massive unstructured data

c)

In-memory computation

d)

Provides SQL support

7.

Why is traditional RDBMS not suitable for Big Data?

a)

It lacks GUI

b)

 It cannot support SQL

c)

It fails to handle large volume, variety, and velocity of data

d)

It is open-source

8.

A research lab is storing high-resolution satellite images, videos, and sensor data from different instruments. What Big Data characteristic does this scenario highlight?

a)

Volume

b)

Variety

c)

Velocity

d)

Veracity

9.

You are developing a healthcare monitoring system using wearable sensors that stream data continuously. Which Big Data technologies should you consider for processing this stream?

a)

Spark Streaming and Kafka

b)

Hive and Pig

c)

HDFS and MapReduce

d)

Cassandra and ZooKeeper 

10.

Which of the following is a NoSQL database suitable for handling unstructured data?

a)

Oracle

b)

Hive

c)

Cassandra

d)

MySQL

11.

According to the CAP theorem, a distributed system can guarantee at most how many of the following three properties: Consistency, Availability, and Partition Tolerance?

a)

1

b)

2

c)

3

d)

None

12.

In the context of CAP theorem, which of the following best describes "Consistency"?

a)

Every request receives a response, without guarantee it contains the latest data 

b)

All nodes see the same data at the same time 

c)

The system continues to function despite network partitions 

d)

All writes are acknowledged immediately 

13.

What happens in a distributed system when a network partition occurs, based on the CAP theorem?

a)

The system becomes faster

b)

The system loses all data

c)

A choice must be made between consistency and availability

d)

None

14.

What is the role of the NameNode in HDFS? 

a)

Executes MapReduce programs 

b)

Stores actual data

c)

Manages the file system namespace and metadata

d)

Compresses the data blocks

15.

In HDFS, if a DataNode fails, what happens to its data?

a)

It is lost permanently

b)

NameNode replicates it from other nodes

c)

System crashes

d)

JobTracker handles the recovery