wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HBase and NoSQL Quiz

Total questions: 33

Worksheet time: 49mins

Name
Class
Date
1.

The data structure in HBase that stores data in sorted order and persists it to disk – HFile

(a)  

2.

A process that merges multiple HFiles to reduce storage fragmentation and improve read performance – Major Compaction

4 lines
3.

The mechanism that ensures all writes are first recorded in a durable log before being written to MemStore – Write-Ahead Log (WAL)

4 lines
4.

The master component responsible for assigning regions to RegionServers and handling failover – HBase Master

(a)  

5.

A table-level feature in HBase that allows automatic partitioning of data across multiple servers – Region Splitting

4 lines
6.

The process of migrating a region from one RegionServer to another for better load balancing – Region Rebalancing

4 lines
7.

Volume: Large amount of existing videos

4 lines
8.

Velocity: The amount of videos uploaded / watched per min

4 lines
9.

Variety: The video/comment/reaction/semi-structured data

4 lines
10.

Veracity: The truthness of the content of the video

4 lines
11.

: A large number of electronic health records (EHRs), lab reports, and imaging data. - Volume

4 lines
12.

: Real-time monitoring devices (e.g., ICU sensors, wearable devices) continuously send vital data every second. - Velocity

4 lines
13.

: Lab results/doctor's notes/medical images. - Variety

4 lines
14.

: Incorrect sensor readings or incomplete patient histories need data cleaning. - Veracity

4 lines
15.

: AI-driven models can predict high-risk patients. -Value

4 lines
16.

Which of the following best describes how the Map phase in MapReduce processes data?

a)

It ensures that all tasks are executed sequentially on a single node.

b)

It takes input data, processes it, and outputs intermediate key-value pairs.

c)

It aggregates and reduces the intermediate data to produce the final output.

d)

It directly stores processed data in HDFS without further computation.

17.

Which types of NoSQL databases are commonly used for high-performance real-time applications that require fast lookups and scalability?

a)

Graph Database

b)

Key-Value Store

c)

Document Store

d)

Column-Family Store

18.

Which of the following is the correct statement?

a)

Data locality means moving computation to data instead of data to computation

b)

Data locality means moving data to computation instead of computation to data

c)

Both the above

d)

None of the above

19.

Which of the following organized a data into a named column?

a)

Both (i) and (ii)

b)

Both (ii) and (iii)

c)

Both (i) and (iii)

d)

None of the above

20.

What is the output of the Reduce function in MapReduce?

a)

A list of key-value pairs

b)

A single key-value pair

c)

A sorted list of keys

d)

A database table

21.

What is the primary function of Apache ZooKeeper?

a)

Data storage

b)

Distributed coordination

c)

Data querying

d)

Data encryption

22.

What is the purpose of the HMaster in Apache HBase?

a)

Data encryption

b)

Data querying

c)

Cluster management

d)

Data storage

23.

What type of database is Amazon DynamoDB?

a)

Relational

b)

NoSQL

c)

XML

d)

Graph

24.

Point out the WRONG statement.

a)

HBase provides only sequential access to data.

b)

HBase provides high latency batch processing.

c)

HBase internally provides serialised access.

d)

All of the mentioned

25.

Which of the following data models does Apache ZooKeeper use?

a)

Document-based

b)

Hierarchical

c)

Relational

d)

Graph-based

26.

Which statement is TRUE about DataNode?

a)

It is the slave node that stores actual data

b)

It is the slave node that stores metadata

c)

It is the Master node that stores actual data

d)

It is the actual worker node that stores meta data

27.

What is the primary function of the Map function in MapReduce?

a)

Data sorting

b)

Data filtering

c)

Data aggregation

d)

Data storage

28.

What is the data structure in HBase that stores data in sorted order and persists it to disk?

a)

Write-Ahead Log

b)

HFile

c)

Region Splitting

d)

Major Compaction

29.

Which process merges multiple HFiles to reduce storage fragmentation and improve read performance?

a)

Region Rebalancing

b)

Write-Ahead Log

c)

Major Compaction

d)

HBase Master

30.

What mechanism ensures all writes are first recorded in a durable log before being written to MemStore?

a)

Region Splitting

b)

HFile

c)

Major Compaction

d)

Write-Ahead Log (WAL)

31.

Which component is responsible for assigning regions to RegionServers and handling failover?

a)

HBase Master

b)

Region Splitting

c)

Write-Ahead Log

d)

Major Compaction

32.

What table-level feature in HBase allows automatic partitioning of data across multiple servers?

a)

Write-Ahead Log

b)

HFile

c)

Region Splitting

d)

Major Compaction

33.

What is the process of migrating a region from one RegionServer to another for better load balancing?

a)

Major Compaction

b)

Region Rebalancing

c)

HFile

d)

Write-Ahead Log