CAP theorem states that in distributed data stores, it's impossible to simultaneously provide more than two out of three guarantees: _______ consistency, _______ availability, and _______ tolerance.

  • Consistent, Available, Partition
  • Consistent, Reliable, Partition
  • Causal, Available, Persistent
  • Consistent, Available, Tolerant
CAP theorem asserts that in a distributed system, it's impossible to achieve all three of Consistency, Availability, and Partition Tolerance simultaneously. The correct options are Consistent, Available, and Partition Tolerance.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *