CAP Theorem Quiz

Q1. What does “CAP” stand for in the context of the CAP theorem?




Q2. True/False: The CAP theorem states that a distributed system can simultaneously provide consistency, availability, and partition tolerance.


Q3. In the context of the CAP theorem, what does “consistency” mean?




Q4. True/False: Partition tolerance in CAP means the system continues to function even if network communications between nodes are disrupted.


Q5. True/False: If no network partition occurs, a distributed system can potentially provide both consistency and availability simultaneously.


Q6. Which of the following systems is an example of a CP system (consistent and partition-tolerant)?




Q7. Which statement about CAP theorem trade-offs is true?




Q8. True/False: The term “Consistency” in CAP has the same meaning as the “Consistency” in ACID database transactions.


Q9. Which theorem or concept extends CAP by considering the trade-off between latency and consistency (when no partition occurs)?




Q10. True/False: Systems that prioritize availability (AP systems) often use eventual consistency, meaning all replicas will eventually synchronize to the same data once a network partition is resolved.


system-design