1. Hbase DDL Operations (create, delete tables) are maintained by
View Answer
Region Server
2. Pre-join projection is equivalent to ________ as in traditional relational systems.
View Answer
Materialized view
3. Hbase main server components include all except
View Answer
Hbase Memstore
4. The column store has to perform _____ IO to insert a new value.
View Answer
multiple
5. The row store needs to perform _____ IO to insert a new value.
View Answer
single
6. NoSQL databases are designed to expand _________.
View Answer
horizontally
7. _______ distributes different data across multiple servers.
View Answer
shrading
8. Horizontal scaling approach tends to be cheaper as the number of operations and the size of the data increases.
View Answer
tr
9. Limitations of RDBMS are ______________.
View Answer
Scalability/Database design complexity
10. Full-form of 'CRUD' is _________.
View Answer
Create-Read-Update-Delete
11. A Riak convergent replicated data type (CRDT) includes ________.
View Answer
Maps/Sets/Counters
12. Key-value pair data storages include all except ________.
View Answer
Network Attached Storage
13. The RDBMS 'table' equivalent terminology in Riak is ________.
View Answer
bucket
14. A Key-value store does not support Secondary Indexes.
View Answer
False
15. Cassandra has properties of both __________ and ____________ .
View Answer
Google Bigtable / Amazon Dynamo
16. In column-oriented stores, data is stored on a ____________ basis.
View Answer
Column Family
17. In a column-database a row is being uniquely identified by __________.
View Answer
Row-key
18. In Hbase, 'Columns' are named and specified in table definition.
View Answer
False
19. HBase Tables are divided _________ by row key range into ________ .
View Answer
horizontally, regions
20. In a columnar database, the columns are stored together on disk, achieving a higher compression ratio is an expensive operation.
View Answer
False
21. A column-database used to store __________ versions of each cells.
View Answer
multiple
22. ______ is a syntax for retrieving specific elements from an XML document.
View Answer
Xpath
23. Document databases split a document into its constituent name/value pairs for indexing purpose.
View Answer
False
24. MongoDB read/write performance can be tuned with the help of Stored Procedures.
View Answer
False
25. The MATCH clause is roughly equivalent to the _______ clause in SQL and the RETURN clause to a ______ clause.
View Answer
where
26. An RDBMS equivalent component for a "document" in a Document database:
View Answer
row
27. JSON documents are built up of _________.
View Answer
all
28. In MongoDB, there is a similar feature of 'like' expression as like RDBMS.
View Answer
False
29. The major components of a Graph include all except _______.
View Answer
JSON
30. Neo4j architecture is a self-driven and independent architecture because of ________________.
View Answer
BOTH
31. Only Nodes have properties in Graph database.
View Answer
False
32. Cypher query language is associated with __________.
View Answer
neoj4
33. Graph databases are generally built for use with ________.
View Answer
OLTP
34. Limitations of RDBMS are ______________.
View Answer
scalability
35. The process through which the on-disk tree files periodically merged to create larger consolidated stores is called __________.
View Answer
compaction
36. Cassandra allows to define composite Primary Keys.
View Answer
True
37. In case of a Strict consistency, a read will always return the most recent data value.
View Answer
True
38. Cassandra's Gossip Protocol can take care of the heartbeat lost due to _______ in a widely distributed system
View Answer
both
39. Kudu can be accessed via all except _________.
View Answer
apache hive
40. Some of the common Write Consistency level in Cassandra include all except ___________.
View Answer
each qouram
41. _________ are replicated to allow failover in MongoDB.
View Answer
none
42. Wiredtiger storage engine is a part of
View Answer
mongo
43. Cassandra's Gossip Protocol can take care of the heartbeat lost due to _______ in a widely distributed system.
View Answer
network issue
44. Hbase Data blocks metadata information are being maintained by _________ .
View Answer
namenodes
45. In a column-database, a row is being uniquely identified by __________.
View Answer
Row-key
46. The equivalent Hbase structure of an in-memory tree in Log-structured Merge Trees is __________.
View Answer
memstore
47. In Hbase, 'Columns' are named and specified in table definition.
View Answer
False
48. The process through which the on-disk tree files periodically merged to create larger consolidated stores is called __________.
View Answer
compaction
49. Some of the common Read Consistency level in Cassandra include all except __________.
View Answer
any
50. Read overhead in a Columnar database can be partly reduced by Multicolumn projection and
View Answer
caching
51. Cassandra lightweight transactions (LWT) supports ______ pattern.
View Answer
Check-and-set
52. Columnar databases are preferable for OLTP systems
View Answer
True
53. Hbase Region assignment operation is being handled by _________.
View Answer
ZooKeeper
No comments:
Post a Comment