Question-65: You have 4 node cluster with setting as CL=ANY and RF=3, What happen when all the 3 nodes are down where data needs to be written (Assume other settings are default)?

 

  1. It means coordinator node will store the hints.
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans: A, B

Exp: We should avoid using the consistency level as ANY. Reason being when all the 3 nodes are down where the data should be written. But as coordinator node has written the hint. It return the write as successful and which is not correct.

You can access to full explanation to question and answer from this page.