You are on page 1of 6

S.

No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Questions
Continuous uptime and low latency is achieved in NoSQL systems as compared to traditional relational databa
Which of the following statements about NoSQL databases is true?
What is meant by 'Active everywhere design'?
Which among the following is a NoSQL db?
Cassandra is not suitable for IoT applications.
Cassandra is a __________ architecture.
Which type of data model does Cassandra use?
Which command can be used to list all available commands/operations in Cassandra?
What are ‘seed nodes’ in Apache Cassandra?
A bloom filter can return __________.
Which Linux flavour can be used for Cassandra Installation?
Cluster can have multiple seed nodes.
SSTable resides in memory.
Java instance should be running in the machine inorder to setup Cassandra.
What is C-A-P, in CAP theorem?
What is the default partitioner in Apache Cassandra cluster?
Pick the correct statements.
Cassandra attaches a timestamp to each version of the record and uses this to merge records .
The simplest and the fastest read path is when the record is present in the __________.
Authorization capabilities for Cassandra use the familiar__________ security paradigm to manage object permiss
Row cache is an in-memory cache, which stores recently read rows.
To be able to read data from compressed blocks, Cassandra consults __________.
Keyspace is analogous to __________ in realtional world.
Which among the following is not a Replica Placement strategy?
Is Timestamp an optional field in Column?
Pick the correct statement.
Which among the following is the right syntax for 'Using a Keyspace'?
Which of the following statements is true about CQL?
Defining a primary key is mandatory while creating a table.
Which Linux flavour can be used for Cassandra Installation?
What is the primary language for communicating with the Apache Cassandra™ database?
Pick the correct statement.
Which directory contains Cassandra configuration files?
Cassandra will keep appending the records into the Commit Log and then to the memtable.
How does Murmur3Partitioner work?
Partitioners supported by Cassandra are __________.
Which collection type in Cassandra is dictionary like object?
Which OS does Cassandra support?
Protocol for communicating timeout info among nodes is __________.
What can be used to monitor clock drifts?
The process of turning a Memtable into a SSTable is called
What can also be attributed as wide-row in Apache Cassandra?
What is the critical bottleneck faced during creation of data model?
User accounts may be altered and dropped using the __________ Query Language.
Which among the following is not a performance measurement tool?
Partitioned data in Cassandra can be looked up using __________.
Which technique is used for error correction for every compressed block?
Each flush of the memtable results in the creation of __________.
A cluster is __________.
Minimum JVM version required for Cassandra is __________.
Replication can be configured to work across __________.
In Cassandra, data is first written to __________.
What is the use of commit log?
Primary key is a column that is used to uniquely identify a row.
__________ is a collection of related nodes.
In cassandra consistency is achieved through consistency tuning mechanisms.
How does Cassandra store data?
CQL features include __________.
Which of the statements are true?
Which of the following statements is true?
NoSQL db - Cassandra is of type __________.
Which collection type is used to maintain uniqueness of data structure?
Cassandra supports ACID transactions?
Cassandra promotes __________ operation.
Which of the following is not part of SSTable?
There are __________ types of read requests that a coordinator can send to a replica.
What percentage is the default threshold of memory used for flushing of the largest Memtables?
__________ can be configured per table for non-QUORUM consistency levels.
Answers
Yes
Support unstructured data
All nodes can be written to and read from
All of the options mentioned
0
peer-to-peer
Both key-value and tabular data models
HELP
All of the options mentioned
A false positive
All of the options mentioned
1
0
Yes, java must be running in the machine
1) Consistency 2) Availability and 3) Partition tolerance
Murmur3Partitioner
All of the options mentioned
Yes
Row Cache
GRANT
1
Compression offsets
database
None of the options mentioned
1
Each keyspace has at least one and often many column families
USE <identifier>
All of the options mentioned
1
All of the options mentioned
CQL
All of the options mentioned
conf
1
Fast hash-based partitioner
All of the options mentioned
Map
Both Windows and Linux
NTP
NTP
Flushing
Compound Key
Hot Spots
Cassandra
None
Key-space
CRC
Sstable
A collection of data centers
1.6
one or more Data Centers
Commit Log and Memtable
Crash-recovery
1
Data center
1
By dividing all data evenly around a cluster of nodes, which can be visualized as a ring
All of the options mentioned
All of the options mentioned
All of the options mentioned
Wide-column stores
Set
0
Read-before-write
Memtable
3
65
Read repair

You might also like