0% found this document useful (0 votes)
1K views7 pages

NOSQL Course

An RDBMS equivalent component for a "collection" in a Document database is a table. Document databases split a document into its constituent name/value pairs for indexing purpose. An RDBMS equivalent component for a "document" in a Document database is a row.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views7 pages

NOSQL Course

An RDBMS equivalent component for a "collection" in a Document database is a table. Document databases split a document into its constituent name/value pairs for indexing purpose. An RDBMS equivalent component for a "document" in a Document database is a row.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

An RDBMS equivalent component for a "collection" in a Document database:

Table

Cassandra allows to define composite Primary Keys.


True

Full-form of 'CRUD' is
Create-Read-update-delete

________ distributes different data across multiple servers


Sharding

Limitations of RDBMS are ______________.


Scalability/Database design complexity

Horizontal scaling approach tends to be cheaper as the number of operations


and the size of the data increases.
True

NoSQL databases are designed to expand _________.


Horizontally

Cassandra has properties of both __________ and ___________


Google/amazon

A Key-value store does not support Secondary Indexes.


False
Key-value pair data storages include all except ________.
Network Attached Storage
A Riak convergent replicated data type (CRDT) includes
Maps/Sets/Counters
The RDBMS 'table' equivalent terminology in Riak is ________
bucket

The column store has to perform _____ IO to insert a new value.


As many
Hbase main server components include all except _________.
hbase memstore
In column-oriented stores, data is stored on a ____________ basis.
Column Family
A column-database used to store __________ versions of each cells.
multiple
In Cassandra, the ___________ determines how many copies of the data will
be maintained across multiple nodes.
Replication factor
Pre-join projection is equivalent to ________ as in traditional relational
systems.
Materialized view

The row store needs to perform _____ IO to insert a new value.


Single

In a columnar database, the columns are stored together on disk, achieving a


higher compression ratio is an expensive operation.
False
In a column-database a row is being uniquely identified by __________.
Row-key
In Hbase, 'Columns' are named and specified in table definition.
False
HBase Tables are divided _________ by row key range into ________ .
horizontally, regions
Cassandra allows to define composite Primary Keys.
True
Columnar databases are preferable for OLTP systems.
False

JSON documents are built up of


All the options
In MongoDB, there is a similar feature of 'like' expression as like RDBMS.
False
The MATCH clause is roughly equivalent to the _______ clause in SQL and
the RETURN clause to a ______ clause.
Where, select
Document databases split a document into its constituent name/value pairs for
indexing purpose.
False
An RDBMS equivalent component for a "document identifier" in a Document
database:
Foreign Key
MongoDB read/write performance can be tuned with the help of Stored
Procedures.
false
______ is a syntax for retrieving specific elements from an XML document.

Xpath

An RDBMS equivalent component for a "document" in a Document database


Row

An RDBMS equivalent component for a "collection" in a Document database:


Table

Neo4j architecture is a self-driven and independent architecture because of


________________.
Both

The major components of a Graph include all except _______.


JSON

Cypher query language is associated with __________.


Neo4j

Graph databases are generally built for use with


OLTP
Only Nodes have properties in Graph database
FALSE

Kudu can be accessed via all except


Apache Spark

Hbase DDL Operations (create, delete tables) are maintained by


___________.
Zookeeper is wrong HBase master

Sorted Column store would provide higher compression ratio by representing


each column as ________ compared to the preceding one.
Delta
In Riak, ________ consistency model is implemented.
Eventual

In Cassandra, if the replication factor is 5, the coordinator will send replicas of


the data item to the next _________ nodes on the ring
5
are replicated to allow failover in MongoDB.
Shards
Wiredtiger storage engine is a part of
MongoDB

The equivalent Hbase structure of an in-memory tree in Log-structured Merge


Trees is __________.
Memstore
Cassandra lightweight transactions (LWT) supports ______ pattern.
Compare and set

Riak demonstrates dual nature of _____________.


Graph DB and Document is wrong Key Value and Graph DB is wrong

In case of an Eventual consistency, reads may not return the most recent
value, but reads will not return values “out of sequence.”

Cassandra's Gossip Protocol can take care of the heartbeat lost due to
_______ in a widely distributed system.
Network issue

Hbase Region assignment operation is being handled by _________.


Regional server may be

Transactional integrity is relevant in case of batch-centric Hadoop-based


analytics on warehoused data.

In case of a Strict consistency, a read will always return the most recent data
value
True

The process through which the on-disk tree files periodically merged to create
larger consolidated stores is called __________.
Compaction
Read overhead in a Columnar database can be partly reduced by Multicolumn
projection and _____________.
All the options is wrong

Some of the common Write Consistency level in Cassandra include all except
___________.
Local-One is correct

Some of the common Read Consistency level in Cassandra include all except
__________.
Local-One is wrong

You might also like