Question-: Which of the following should be enabled for the Cassandra nodes to be performed better? A. CPU Frequency Scaling B. zone_reclaim_mode C. swap D. Clock Synchronization
Answer: D
Explanation: You should disable the following settings for each node on which Cassandra installed for better performance.
1. CPU frequency scaling 2. Zone_reclaim_mode 3. Access Mostly Uused Products by 50000+ Subscribers Clock synchronization is certainly required for all the nodes in the cluster. Because data read/write, replication and repair depend on the timestamp of the data.
Admin only
Question-: When a new node joins the cluster, it first contacts the node which is A. Nearest IP address B. Nearest distance C. Based on the Specified in the Cassandra.yaml file D. Coordinator node
Answer: C
Explanation: There is a property in the Cassandra.yaml file which is called seed_provider. In which you list the seed nodes which are reached by the new joining as soon as new node is added to the cluster. And all the nodes in the cluster should use the same list of seed node.
Admin only
Question-: You have just joined a company called Acmeshell Inc. which has the free comment solution which anyone can embed in their website. And you are the administrator and decided to use Cassandra. As you have to decide the size of the cluster for next one year, which of the following data dimension you would be considering?
A. Throughput B. Data model C. Latency D. Data Growth Rate E. Java version to be used
Answer: A,C,D
Explanation: While deciding the cluster size you have to consider the following things 1. What throughput is needed, which is measured as GB/second 2. How fast you need data to be read and write in the cluster. 3. Access Mostly Uused Products by 50000+ Subscribers