Question-: While adding more than one node (v-nodes) to the cluster, you should always add them concurrently and use the allocation algorithm for the even distribution of token. A. True B. False
Answer: B Exp: While adding multiple nodes to the cluster using the allocation algorithm, ensure that nodes are added one at a time. If nodes are added concurrently, then algorithm can assign the same tokens to different nodes.
Question-: What all are the benefits of adding new node to the Cassandra cluster? A. It helps in increasing the data capacity B. It helps in improving the traffic capacity C. It will give more headroom for doing automated operation of the Cassandra D. It helps in faster synchronization of data and increase the overall data consistency E. It helps with more data storage
Answer: A,B,C,E
Explanation: Yes, by adding the new node to the Cassandra cluster has following advantages. A. It helps in increasing the data capacity B. It helps in improving the traffic capacity C. It will give more headroom for doing automated operation of the Cassandra D. It helps in faster synchronization of data and increase the overall data consistency E. It helps with more data storage
Question-: It is a good practice that with the single token architecture you add one node at a time? A. Ture B. False
Answer: B Exp: No with the single token architecture, you should try that you double the cluster size. While adding new nodes to the cluster. Suppose your cluster has 4 nodes and you want to increase the capacity then it is recommended that you add 4 new nodes to the cluster. So that there would be in total 8 nodes.