You are on page 1of 2

Continuous uptime and low latency is achieved in NoSQL systems as compared to

traditional relational databases. - Yes


Which among the following is a NoSQL db? - All
Which of the following statements about NoSQL databases is true? - Support Unstr
Data
Cassandra is not suitable for IoT applications. - False
Cassandra is a __________ architecture. ~ P2P
What is meant by 'Active everywhere design'? - read write
Cluster can have multiple seed nodes. - True
What are ‘seed nodes’ in Apache Cassandra? - All
Java instance should be running in the machine inorder to setup Cassandra. - Yes
A bloom filter can return __________. - false positive
SSTable resides in memory. - False
Which Linux flavour can be used for Cassandra Installation? - All
Which type of data model does Cassandra use? - Both
Which command can be used to list all available commands/operations in Cassandra? -
Help
Cassandra attaches a timestamp to each version of the record and uses this to merge
records . - yes
Row cache is an in-memory cache, which stores recently read rows. - True
What is the default partitioner in Apache Cassandra cluster? - Murmur3Partiotioner
Pick the correct statements. - All
The simplest and the fastest read path is when the record is present in the
__________. Row Cache
What is C-A-P, in CAP theorem? Consistency 2) Availability and 3) Partition
tolerance
To be able to read data from compressed blocks, Cassandra consults __________. -
Comp Offset
Authorization capabilities for Cassandra use the familiar__________ security
paradigm to manage object permissions. - GRANT
Pick the correct statement. - Each keyspace has at least one and often many column
families.
Is Timestamp an optional field in Column? - true
Which among the following is the right syntax for 'Using a Keyspace'? - USE
<identi>
Which among the following is not a Replica Placement strategy? - None
Keyspace is analogous to __________ in realtional world. - DB
Which directory contains Cassandra configuration files? - Conf
Defining a primary key is mandatory while creating a table. - True
Pick the correct statement (Primary KEys) - All
What is the primary language for communicating with the Apache Cassandra™
database? - CQL
Which of the following statements is true about CQL? - All
Protocol for communicating timeout info among nodes is __________. - NPT
Each flush of the memtable results in the creation of __________. - Sstables
A cluster is __________. - data centers
Which among the following is not a performance measurement tool? - dstat
(incorrect), cmstat (incorrect)
Replication can be configured to work across - one or more data center
What percentage is the default threshold of memory used for flushing of the largest
Memtables? = 75 (incorrect)
NoSQL db - Cassandra is of type - Wide Column
What is the critical bottleneck faced during creation of data model? - HotSpots
User accounts may be altered and dropped using the __________ Query Language. -
Casandra
Which collection type is used to maintain uniqueness of data structure? - Set
Cassandra promotes __________ operation. - Read after write (incorrect)
Which technique is used for error correction for every compressed block? - CRC
n cassandra consistency is achieved through consistency tuning mechanisms. - True
How does Murmur3Partitioner work? - fast Hash
__________ can be configured per table for non-QUORUM consistency levels. - Read
Repair
CQL features include - All
In Cassandra, data is first written to - Commit Log (incorrect)
Cassandra supports ACID transactions? - False
How does Cassandra store data - Ring
Primary key is a column that is used to uniquely identify a row. - true
Minimum JVM version required for Cassandra is __________. 1.4 incorrect
What can also be attributed as wide-row in Apache Cassandra? Primary Key incorrect
What can be used to monitor clock drifts? JMX incorrect

You might also like