Question 73: You have following consistency level configured, assume replication factor is 3

read operations using 2 out of 3 replicas to verify the value

write operations using 2 out of 3 replicas to verify the value

What is the overall consistency in this case?

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

Correct Answer: 3

Explanation: Reliability of read and write operations depends on the consistency used to verify the operation.

Strong consistency can be guaranteed when the following condition is true:

R + W > N

where

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