Chapter 10 (Final) Flashcards
Big data includes:
large volumes of data with many different data types that are processed at very high speeds.
An organization that requires a graph database that is highly scalable would select the ________ database management system.
Neo4j
The philosophical underpinnings of big data are based on schema on write.
False
With HDFS it is less expensive to move the execution of computation to data than to move the:
data to computation.
JSON is commonly used in conjunction with the ‘document store’ NoSQL database model.
True
Transaction processing and management reporting tend to fit big data databases better than relational databases.
False
Economies of storage indicate data storage costs increase every year.
False
According to your text, NoSQL stands for:
Not Only SQL.
When reporting and analysis organization of the data is determined when the data is used is called a(n):
schema on read.
Graph-oriented databases are designed to maintain information regarding the relationships between data items.
True
The target market for Hadoop is small to medium companies using local area networks.
False
________ is an important scripting language to help reduce the complexity of MapReduce.
Pig
Value (related to the five ‘v’s’ of big data) addresses the pursuit of a meaningful goal.
True
NoSQL stands for ‘Not only SQL.’
True
Big data allows for two different data types (text and numeric).
False
Apache Cassandra is a wide-column NoSQL database management system.
True
MongoDB databases are composed of:
collections
________ is the most popular key-value store NoSQL database management system.
Redis
The three ‘v’s’ commonly associated with big data include:
volume, variety, and velocity.
Big data requires effectively processing:
many data types.
The Hadoop Distributed File System (HDFS) is the foundation of a ________ infrastructure of Hadoop.
data management
An organization using HDFS realizes that hardware failure is a(n):
norm
NoSQL databases DO NOT support ACID (atomicity, consistency, isolation, and durability).
True
NoSQL includes data storage and retrieval:
not based on the relational model.
The NoSQL model that is specifically designed to maintain information regarding the relationships (often real-world instances of entities) between data items is called a:
graph-oriented database.
Although volume, variety, and velocity are considered the initial three v dimensions, two additional Vs of big data were added and include:
veracity and value.
Collect everything is a characteristic of a data lake.
True
Neo4j is a wide-column NoSQL database management system developed by Oracle.
False
________ includes concern about data quality issues.
Veracity
Big data:
does not require a strictly defined data model.
It is true that in an HDFS cluster the NameNode is the:
single master server.
At a basic level, analytics refers to:
analysis and interpretation of data.
The schema on write and schema on read are considered synonymous approaches.
False
The original three ‘v’s’ attributed to big data include volume, variety, and velocity.
True
The NoSQL model that incorporates ‘column families’ is called a:
wide-column store.
The Hadoop framework consists of the ________ algorithm to solve large scale problems.
MapReduce
NoSQL focuses on avoidance of replication and minimizing storage space.
False
The primary use of Pig is to:
transform raw data into a format that is useful for analysis.
Hive uses ________ to query data.
HiveQL
HBASE is a wide-column store database that runs on top of HDFS (modeled after Google).
True
The ‘schema on read’ approach often incorporates JSON or XML.
True