LinkedIn Interview Question

Explain the CAP theorem and give a real-world example.

Interview Answer

Anonymous

Mar 9, 2026

I explained that CAP theorem states a distributed system cannot guarantee Consistency, Availability, and Partition Tolerance simultaneously. In case of network partition, the system must choose between consistency and availability.