Question-63: You have 9 node cluster setups within 3 datacenters. Each datacenter has 3 nodes and dynamic snitch is configured. Also, you have RF=3 and consistency level is set as LOCAL_QUORUM. What does that mean?

 

  1. A read or write request will be acknowledged to the client once it has achieved quorum from each data center.
  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:  B

Exp : When you specify consistency level as ALL then it will make sure that the read request checks all copies and takes the latest or for write acknowledgement of successful write is only returned when all the copies have been updated.  If program is writing heavy, specify Write ONE and Read All and if program is read heavy specify Read ONE and Write ALL.

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