Intermediate System Design
Q41 / 100

What is the CAP theorem, and what trade-off does it describe for distributed systems?

Correct! Well done.

Incorrect.

The correct answer is A) A distributed system can provide at most two of Consistency, Availability, and Partition tolerance simultaneously during a network partition

A

Correct Answer

A distributed system can provide at most two of Consistency, Availability, and Partition tolerance simultaneously during a network partition

Explanation

During a network partition, a system must choose between staying consistent (rejecting some requests) or remaining available (potentially serving stale data), while always being partition tolerant in distributed systems.

Progress
41/100