Premium

Datastax Cassandra Administrator Certification Questions and Answer (Pratice Questions and Dumps)



Question-: If you wanted to take the backup of entire cluster SSTable then you would have to use parallel ssh to take the snapshot?
A. True
B. False

Answer: A

Explanation: when you have to take the backup of the entire cluster SSTable, then you need to run the snapshot command on each node in the cluster. And to initiate the same command on each node in the cluster we can take the benefit from the parallel ssh utility, which can invoke the same command on multiple nodes in parallel.



Question-: Please map the following

A. nodetool cleanup
B. nodetool snapshot
C. nodetool cleansnapshot

1. Invalid replicas would be removed
2. Taking the snapshot of SSTable
3. Access Mostly Uused Products by 50000+ Subscribers


Answer: A-1,B-2, C-3

Explanation: This is self-explanatory

nodetool cleanup : Invalid replicas would be removed
nodetool snapshot : Taking the snapshot of SSTable
nodetool cleansnapshot : Delete all the snapshot on the node



Question-: Incremental backups flush the memtable to SSTable in the backup directory of the keyspace data directory.
A. True
B. False


Answer: A

Explanation: when incremental backups are enabled in every time memtable flush happens a hard link would be created to a backup Directory in the keyspace data directory. This backup should be store offsite without transferring snapshot. However, to create complete combined snapshot you need to combine snapshot of the memtable as well as of the snapshot SS cable. Keep in mind incremental backups are not automatically cleaned you have to setup a process to clean the incremental backup snapshots.

Related Questions


Question-: In Cassandra cluster when repairs are initiated?
A. While reading the data if it was found that data is not in sync then repair would be initiated.
B. You can manually initiate using the nodetool repair command.
C. Based on the property configure read_repair_chance it can randomly repair the node.
D. Once in 10 days repair would be done at least once.



Question-: Which of the following parameter, would be used for defining the data validation for repair frequency with the NodeSync?
A. rate_in_kb
B. deadlinbe_target_sec
C. gc_grace_seconds
D. nodesync_repeat


Question-: Which of the following parameters are related when configuring NodeSync to be completed in the given time frame?

A. deadline_target_sec
B. rate_in_kb
C. gc_grace_sec
D. rate_in_sync



Question-: You have enabled leveled compaction strategy for one of your table and it is there since last months. You have found that the SSTable size is more than GB now. Because of this table is not getting compacted since last days. What would you do in this situation?
A. You would change the compaction strategy to SizeTieredCompactionStrategy.
B. You would manually break this SSTable in two parts.
C. You would be using sstablesplit command for that table.
D. you would stop the Cassandra cluster and start it again (means cluster restart).


Question-: You have Cassandra cluster setup, across three geographies. In each datacentre there are nodes. These datacenters are physically quite far from each other. So whenever write request is send, it is good enough to write in the same datacenter where the coordinator node resides. Which of the following consistency level would help for this?
A. LOCAL_ONE
B. LOAL_QUORUM
C. LOCAL_ALL
D. EACH
E. TWO


Question-: If you have Cassandra cluster setup with data centers having replication factor as . Now you start writing the data. Based on the Defined consistency level please map the following.

A. LOCAL_ONE
B. LOCAL_QUORUM
C. EACH_QUORUM
D. QUORUM

1. Write must be succeed on one node in the same data centre where the coordinator node exist.
2. Write must be success on the two nodes in the same data centre where the coordinator node exists.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Over 5 copy of data should be collected,