Testbank Final
Testbank Final
Chapter 5 Part 1
1. Which of the following best describes the purpose of a storage model
in a big data ecosystem?
a) Metadata management
b) Scalability and performance
c) Hierarchical organization of files
d) Object-level data abstraction
Answer: b
a) Amazon S3
b) Google File System (GFS)
c) Microsoft Azure Storage
d) Apache Cassandra
Answer: b
a) Block-based storage
b) File-based storage
c) Object-based storage
d) HDFS
Answer: d
14. What is a unique feature of HDFS compared to other storage
systems?
a) HTTP
b) SCSI
c) FTP
d) REST
Answer: b
a) Hierarchical organization
b) Scalability and fault tolerance
c) Object-level metadata management
d) Reduced need for replication
Answer: b
17. What is the role of the block server in distributed block
storage?
a) Lack of scalability
b) Absence of metadata
c) Difficulty in managing hierarchical data
d) Inability to support distributed environments
Answer: b
a) Block-based storage
b) File-based storage
c) Object-based storage
d) HDFS
Answer: c
20. What is the primary benefit of the automated balancer in
HDFS?
21. Which storage model uses key-value pairs for maintaining data
locations?
a) File-based storage
b) Block-based storage
c) Object-based storage
d) HDFS
Answer: c
a) Block-based storage
b) File-based storage
c) Object-based storage
d) HDFS
Answer: b
a) Metadata management
b) Fault tolerance
c) Scalability
d) Data abstraction
Answer: b
True/False Questions
6. File-based storage systems are not fault-tolerant and do not support data
replication.
Answer: False
Explanation: Many file-based storage systems, especially Distributed File
Systems (DFS), support fault tolerance through data replication. This ensures
data availability even in the event of hardware failure.
10. File-based storage is ideal for storing IoT sensor data that needs to
be processed in real time.
Answer: False
Explanation: File-based storage is not optimized for real-time processing.
Block-based storage is better suited for IoT sensor data because it offers high-
speed data access and low latency.
14. File-based storage systems are naturally flat and do not support
hierarchical data organization.
Answer: False
Explanation: File-based storage systems are hierarchical by design, allowing
data to be organized into directories and subdirectories.
18. File-based storage is ideal for storing player profiles and game
states in a hierarchical structure.
Answer: True
Explanation: File-based storage supports hierarchical organization, making it
suitable for storing player profiles and game states by player ID and game
title.