Premium

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



Question-: In which keyspace you user credentials are saved?
A. Default keyspace
B. Admin Keyspace
C. system_auth keyspace
D. user_auth keyspace
E. all_user_auth keyspace


Answer: If you are setting up users and their roles and don’t use any other third party tool then all the credentials are stored in a table in a Key space : system_auth. We have to make sure this table is always consistent, because it would be referred by any node in the Cassandra by the user, who is login in. This is just authentication setup.

Related Questions


Question-: In which keyspace you user credentials are saved?
A. Default keyspace
B. Admin Keyspace
C. system_auth keyspace
D. user_auth keyspace
E. all_user_auth keyspace



Question-: Which of the following statements are correct with respect to Apache Cassandra database?
A. It uses master slave architecture.
B. It uses peer-to-peer communication
C. It well integrates with Apache Solr for Analytics
D. It uses the De-normalization


Question-: Which of the following is correct with regards to data read/write in/out Cassandra?
A. You can use COPY command to read csv data to Cassandra
B. You can use COPY command to write CSV data from Cassandra to a file system.
C. You can use DUMP command to write CSV data from Cassandra to a file system.
D. You can use sstableloader to bulk upload external data to Cassandra.
E. You can use COPY command to bulk upload external data to Cassandra.
F. You can use DUMP command to bulk upload external data to Cassandra.


Question-: Which of the following feature helps in Apache Cassandra to help in preventing data loss?
A. Each node uses the peer-to-peer gossip communication protocol.
B. Commit log
C. Memtable
D. A,B
E. A,B,C