In case of a Strict consistency, a read will always return the most recent data
value.
true
______ is a syntax for retrieving specific elements from an XML document.
xpath
MongoDB read/write performance can be tuned with the help of Stored Procedures.
false
Hbase DDL Operations (create, delete tables) are maintained by
Hbase Master
Graph databases are generally built for use with .
OLTP
Some of the common Write Consistency level in Cassandra include all except ___.
ONE|TWO|THREE#---wrong
In column-oriented stores, data is stored on a basis.
(Column Family)
The major components of a Graph include all except _.
json
Cypher query language is associated with __.
Neo4j
Wiredtiger storage engine is a part of ___.
MongoDB
A column-database used to store __ versions of each cells.
Multiple
Cassandra lightweight transactions (LWT) supports pattern.
compare and set
Hbase main server components include all except _.
Hbase Memstore
A Key-value store does not support Secondary Indexes.
False
The equivalent Hbase structure of an on-disk trees in Log-structured Merge Trees is
___.
StoreTable
In MongoDB, there is a similar feature of 'like' expression as like RDBMS.
False
.
Cassandra has properties of both and __
Google Bigtable / Amazon Dynamo
Sorted Column store would provide higher compression ratio by representing each
column as compared to the preceding one.
Delta
Kudu can be accessed via all except _.
Mapreduce-----wrong
In Cassandra, the ___ determines how many copies of the data will be maintained
across multiple nodes.
Replication factor
Cassandra's Gossip Protocol can take care of the heartbeat lost due to _ in a
widely distributed system.
both
The equivalent Hbase structure of an in-memory tree in Log-structured Merge Trees
is __.
block cache*****---wrong
In a columnar database, the columns are stored together on disk, achieving a higher
compression ratio is an expensive operation. false
An RDBMS equivalent component for a "document" in a Document database:
row
**************
**************
***********
Key-value pair data storages include all except .
Network Attached Storage
Cassandra has properties of both and __
Google Bigtable / Amazon Dynamo
The RDBMS 'table' equivalent terminology in Riak is .
bucket
. In a columnar database, the columns are stored together on disk, achieving a
higher compression ratio is an expensive operation.
false
HBase Tables are divided _ by row key range into .
horizontally, regions
A column-database used to store __ versions of each cells.
Multiple
Hbase main server components include all except _.
Hbase Memstore
In column-oriented stores, data is stored on a basis.
(Column Family)
Cassandra allows to define composite Primary Keys.
True