Premium

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



Question-: You want to remove the node from the cluster and you are using the nodetool “remove� subcommand. However, you see this node is not getting removed from the Ring. What would you do to remove that node from the cluster?
A. You will power down that node
B. You will shutdown the entire cluster and then disconnect that node and start the cluster again.
C. You would delete all the SSTable data from the disk directly.
D. You would be using “nodetool assassinate� command

Answer: D

Explanation: “nodetool assassinate� command is a tool of last resort, only use this tool to remove a node from the cluster when removenode command does not work or not successful.

Admin Only



Question-: When you use the “nodetool info� command, what all things you can see about the node?
A. Disk storage load
B. Uptime
C. Heap memory
D. Off-heap memory
E. Total nodes in the ring


Answer: A, B, C, D
Exp: Using the nodetool info can provide the information about the particular node like their token range, disk storage, amount of load, uptime of the node and Heap memory usage etc.

Admin only



Question-: There is a tool called “cassandra-stress� tool. Which is/are of the following choices can be used with this tool.
A. It can help in populating the Cassandra cluster.
B. It would be helpful to find out that. With the given datamodel, how this database scales.
C. It would be helpful in optimizing the data model settings
D. Using this you can plan your production capacity

Answer: A,B,C,D

Explanation: The “cassanda-stress� tool is a Java-based stress testing utility for basic benchmarking and load testing the Cassandra cluster.

That is one of the best way for testing your data modelling and to find the overall performance of the cluster. This would help in populating the cluster and stress testing CQL tables and queries. Hence, it is good choice for performing following activities before finalizing your Cassandra cluster setup
A. It can help in populating the Cassandra cluster.
B. It would be helpful to find out that. With the given datamodel, how this database scales.
C. It would be helpful in optimizing the data model settings
D. Using this you can plan your production capacity

Admin only

Related Questions


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


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



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



Question-: Whenever incremental_backup flag Is set as true in Cassandra.yaml file then as on when the memtable is flushed it creates the Snapshot for that flushed data as well.
A. True
B. False


Question-: Which of the following are the correct way to restore snapshot?
A. You would be deleting your current data file and copy the snapshot and incremental files to appropriate data directory.
B. You can use sstableloader to load the data in the cluster.
C. You can use DSBulk tool to load the data from SSTable
D. You would be creating new cluster and using the copy command you load the data in your cluster.



Question-: It is recommended that you truncate the table before restoring it.
A. True
B. False