Question-61: You have 3 node cluster, initially you kept the replication factor as 1 and then after discussing with the architect you added 2 more nodes in the cluster and changed the replication factor to 3, then which of the following would happen?
- A single node in the cluster now would be able to handle more number of tokens.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans: A, B, C
Exp: When you have replication factor more than one then data needs to be copied on more than one node in the cluster. Hence, same token would be handled by more than one node. In this case replication factor is 3, it means 3 nodes in the cluster would have the same token for having 3 copy of data across all the nodes in the cluster.
You can access to full explanation to question and answer from this page.