NoSQL - Database Revolution Q&A
NoSQL - Database Revolution Q&A
In Cassandra, the ___ determines how many copies of the data will be maintained
across multiple nodes.
Replication factor - Correct
In a columnar database, the columns are stored together on disk, achieving a higher
compression ratio is an expensive operation.
False ----- Correct
-----------------------------------------------------------------------------------
-----------------------------------------------------------
Horizontal scaling approach tends to be cheaper as the number of operations and the
size of the data increases.
True --- Correct
Full-form of 'CRUD' is _.
Create-Read-Update-Delete -- Correct
-----------------------------------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------
The MATCH clause is roughly equivalent to the clause in SQL and the RETURN clause
to a _ clause.
Where, Select ---- Correct
MongoDB read/write performance can be tuned with the help of Stored Procedures.
False --- Correct
Document databases split a document into its constituent name/value pairs for
indexing purpose.
False ----- Correct
-----------------------------------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------------------------------
-----------------------------------------------------------
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.
Delta --- Correct
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
Cassandra's Gossip Protocol can take care of the heartbeat lost due to _ in a
widely distributed system.
Both node failure and network issue -- Correct
The process through which the on-disk tree files periodically merged to create
larger consolidated stores is called __.
Compaction --- Correct
Like most relational databases, Kudu also offers secondary indexes and uniqueness
constraints.
False --- Correct