Question 25: Which of the following statements are correct?
A.You can write data on any node in Cassandra cluster
B.Any node in the cluster can work as Coordinator
C.You have to define ¼ th of total node as Cassandra Cluster
D.Coordinator is optional in Cassandra
- A, B
Correct Answer: 1
Explanation: you can write data to any node in the cluster. Because every node can act as a coordinator. And a coordinator's a very important role for each node and it’s not optional.
You can access to full explanation to question and answer from this page.