Correct Answer : Facebook
Explanation : Apache Cassandra was developed by Avinash Lakshman and Prashant Malik when both were working as engineers at Facebook. The database was designed to power Facebook's inbox search feature, making it easy for users to quickly find the conversations and other content they were looking for.
Correct Answer : July 2008
Explanation :
Correct Answer : Apache Cassandra is a free and open-source
Correct Answer : 7000
Explanation : By default, Cassandra uses 7000 for cluster communication (7001 if SSL is enabled), 9042 for native protocol clients, and 7199 for JMX.
Correct Answer : Column Family-CQL API ;Table-Thrift API
Correct Answer : Simple Strategy
Correct Answer : Node
Explanation : It is the place where data is stored.
Correct Answer : Cassandra Query Language
Explanation : Users can access Cassandra through its nodes using Cassandra Query Language (CQL).
Correct Answer : Cluster build()
Explanation : Cluster build() : This method builds the cluster with the given contact points.
Correct Answer : NoSQL
Explanation : Cassandra is perfect for managing large amounts of data across multiple data centers and the cloud.
Correct Answer : gossip
Explanation : Gossip is used for internode communication.
Correct Answer : Snitch
Explanation : Client read or write requests can be sent to any node in the cluster because all nodes in Cassandra are peers.
Correct Answer : super column
Explanation : A super column is a special column, therefore, it is also a key-value pair. But a super column stores a map of sub-columns.
Correct Answer : void close()
Explanation : void close() : It is used to close the cluster instance.
Correct Answer : True
Explanation : Cassandra has peer-to-peer distributed system across its nodes, and data is distributed among all the nodes in a cluster.
Correct Answer : Java
Correct Answer : Column
Correct Answer : execute()
Correct Answer : Relational database
Correct Answer : Color
Correct Answer : Cluster.builder()
Correct Answer : All of the above
Correct Answer : Gossip Protocol
Correct Answer : Mem-table
Explanation : Mem-table : A mem-table is a memory-resident data structure. After commit log, the data will be written to the mem-table. Sometimes, for a single-column family, there will be multiple mem-tables.
Correct Answer : Describe
Correct Answer : Truncate
Correct Answer : Drop
Correct Answer : Batch
Correct Answer : Both (A) and (B)
Correct Answer : Keyspace
Correct Answer : Cassandra
Correct Answer : GRANT
Explanation : Once authenticated into a database cluster using either internal authentication, the next security issue to be tackled is permission management.
Correct Answer : SSL
Explanation : Client-to-node encryption establishes a secure channel between the client and the coordinator node.
Correct Answer : Row
Explanation : Row is a unit of replication in Cassandra and Column is a unit of storage in Cassandra.
Correct Answer : boolean
Correct Answer : Column data metrics
Correct Answer : Nodetool
Correct Answer : Apache
Correct Answer : ACID operations
Correct Answer : List
Correct Answer : User-defined data types
Correct Answer : system_auth.credentials
Explanation : Password Authenticator is an IAuthenticator implementation that you can use to configure Cassandra for internal authentication out-of-the-box.
Correct Answer : Partitioner
Correct Answer : cqlshrc
Explanation : cqlsh is used with SSL encryption.