Question-192: If you have Cassandra cluster setup with 3 data centers having replication factor as 3.  Now you start writing the data.  Based on the Defined consistency level please map the following.

  1. LOCAL_ONE
  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

 

  1. Write must be succeed on one node  in the same data centre where the coordinator node exist.
  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-1,B-2, C-3, D-4

Exp : You need to understand how the consistency level work when used with the multiple data centres. Keyword quorum means majority of the replica should be created based on the replication factor.   It is given in the question that there are in total 9 nodes distributed across the data centres in a single Cassandra cluster.

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