NoSQL Database Revolution
NoSQL Database Revolution
Horizontally
Horizontal scaling approach tends to be cheaper as the number of operations and the size
of the data increases.
True
Full-form of 'CRUD' is _.
Create-Read-Update-Delete
Sharding
False
Maps/Sets/Counters
bucket
True
In Cassandra, the ___ determines how many copies of the data will be maintained across
multiple nodes.
Replication factor
Row-key
Column Family
Latest / Multiple
In a columnar database, the columns are stored together on disk, achieving a higher
compression ratio is an expensive operation.
False
False
False
Single
Hbase Memstore
Materialized view
HBase Tables are divided _ by row key range into .
The MATCH clause is roughly equivalent to the clause in SQL and the RETURN clause to a
_ clause.
Where, Select
Foreign Key
Table
False
Document databases split a document into its constituent name/value pairs for indexing
purpose.
False
Xpath
Row
MongoDB read/write performance can be tuned with the help of Stored Procedures
False
JSON
Graph databases are generally built for use with .
OLTP
Neo4j
False
True
Sorted Column
MongoDB
Sorted Column store would provide higher compression ratio by representing each column
as compared to the preceding one.
Delta
In case of a Strict consistency, a read will always return the most recent data value.
False
The equivalent Hbase structure of an in-memory tree in Log-structured Merge Trees is __.
MemStore
Cassandra's Gossip Protocol can take care of the heartbeat lost due to _ in a widely
distributed system.
Both node failure and network issue
Like most relational databases, Kudu also offers secondary indexes and uniqueness
constraints.
False
In case of an Eventual consistency, reads may not return the most recent value, but reads
will not return values “out of sequence.”
False
Check-and-set
Apache Hive
//*****TCS Internal*******
False - Correct
True - Correct
Row-key - Correct
In Cassandra, the ___ determines how many copies of the data will be maintained across
multiple nodes.
---------------------------------------------------------------------------------------------------------------------
-------------------------
Horizontal scaling approach tends to be cheaper as the number of operations and the size
of the data increases.
Full-form of 'CRUD' is _.
Create-Read-Update-Delete -- Correct
---------------------------------------------------------------------------------------------------------------------
-------------------------
Maps/Sets/Counters
False
bucket
---------------------------------------------------------------------------------------------------------------------
-------------------------
The MATCH clause is roughly equivalent to the clause in SQL and the RETURN clause to
a _ clause.
MongoDB read/write performance can be tuned with the help of Stored Procedures.
Document databases split a document into its constituent name/value pairs for indexing
purpose.
---------------------------------------------------------------------------------------------------------------------
-------------------------
---------------------------------------------------------------------------------------------------------------------
-------------------------
Hbase Data blocks metadata information are being maintained by _ .
In case of a Strict consistency, a read will always return the most recent data value.
True
Sorted Column store would provide higher compression ratio by representing each column
as compared to the preceding one.
Some of the common Read Consistency level in Cassandra include all except __.
ONE|TWO|THREE
Some of the common Write Consistency level in Cassandra include all except ___.
ONE|TWO|THREE -- Wrong
The equivalent Hbase structure of an in-memory tree in Log-structured Merge Trees is __.
In Cassandra, if the replication factor is 3, the coordinator will send replicas of the data
item to the next _ nodes on the ring.
Mapreduce
The equivalent Hbase structure of an on-disk trees in Log-structured Merge Trees is ___.
StoreTable
In case of an Eventual consistency, reads may not return the most recent value, but reads
will not return values “out of sequence.”
Fales -- Correct
Cassandra's Gossip Protocol can take care of the heartbeat lost due to _ in a widely
distributed system.
The process through which the on-disk tree files periodically merged to create larger
consolidated stores is called __.
Like most relational databases, Kudu also offers secondary indexes and uniqueness
constraints.
Compare-and-set -- Correct