Factual QA
Factual QA #2

What is the CAP theorem in distributed systems? Explain what each letter stands for, give a concrete example of a system that sacrifices each property, and explain why you can't have all three.

9 models responded

high9.6

Judge: Thorough and accurate explanation of CAP theorem. Correctly defines all three properties with appropriate nuance (linearizability for C, partition tolerance as practical necessity). Provides concrete examples: ZooKeeper/etcd for CP, Cassandra/DynamoDB for AP, single-node DB for CA. The 'why you can't have all three' scenario with two nodes is clear and well-constructed.

The **CAP theorem**, also known as Brewer's theorem, is a fundamental principle in distributed systems. It states that it is impossible for a distributed data store to simultaneously provide more than...
gemini/gemini-2.5-flash · 2026-03-02
DeepSeek R1DeepSeek
high9.4

Judge: Accurate definitions of all three CAP properties. Valid examples for each tradeoff: PostgreSQL as CA, ZooKeeper/etcd as CP, DynamoDB/Cassandra as AP. The 'why you can't have all three' explanation uses a concrete two-datacenter scenario that makes the forced choice between C and A during partition intuitive. Includes the important nuance that partitions are inevitable so the real choice is C vs A. The closing note about CAP being misunderstood adds sophistication.

## CAP Theorem Explained The **CAP theorem** states that in a distributed data system, you can only guarantee **two out of three** of the following properties simultaneously: - **C**onsistency - **A...
deepseek/deepseek-reasoner · 2026-03-02
o4-miniOpenAI
high9.2

Judge: Accurate definitions of all three CAP properties. Valid examples for each archetype: HBase/MongoDB for CP, Dynamo/Cassandra for AP, single-node RDBMS for CA. Clear explanation of why you can't have all three -- network partitions are inevitable, forcing a choice between C and A. Well-structured with the 'why' section at the end that ties everything together.

CAP theorem (Brewer’s theorem) is a fundamental result in distributed systems that says you can’t simultaneously guarantee all three of the following properties in the presence of a network partition:...
openai/o4-mini · 2026-03-02
Claude OpusAnthropic
high8.4

Judge: Accurate definitions of all three properties. Correctly explains that partition tolerance is non-negotiable in real systems, making the real choice C vs A. Good system examples (Cassandra/DynamoDB for AP, MongoDB/Zookeeper for CP). The 'why you can't have all three' explanation is clear and concise. Mentions tunable consistency as a modern nuance. Covers all requested elements.

## The CAP Theorem The CAP theorem, proposed by Eric Brewer, states that a distributed system can guarantee at most two of the following three properties simultaneously: ### **C - Consistency** All ...
anthropic/claude-opus-4-20250514 · 2026-03-01
Claude HaikuAnthropic
high8.0

Judge: Accurate definitions of all three properties. Good explanation of why partition forces the C/A choice. CP example (PostgreSQL) and AP example (DynamoDB/Cassandra) are valid and well-explained with diagrams. The CA example correctly notes the impracticality. Minor: could go deeper on why 'P' is non-negotiable in practice.

# The CAP Theorem The CAP theorem states that a distributed system can guarantee **at most two** of these three properties: ## The Three Properties - **Consistency (C)**: Every read returns the mos...
anthropic/claude-haiku-4-5-20251001 · 2026-03-01
Claude SonnetAnthropic
high7.8

Judge: Accurate definitions of C, A, and P. Good examples: DNS for AP, PostgreSQL sync replication for CP. The 'why you can't have all three' explanation correctly frames the partition scenario and the forced C/A choice. The CA example (single-datacenter RDBMS) is the standard caveat. Minor: could note that P is non-optional in distributed systems (Brewer's later clarification), but the core explanation is sound.

The CAP theorem is a fundamental principle in distributed systems that states you can only guarantee **two out of three** of the following properties simultaneously: ## The Three Properties ### **C ...
anthropic/claude-sonnet-4-20250514 · 2026-03-01
Phi-4Microsoft
high7.4

Judge: Correctly defines all three letters (C, A, P) and provides examples of CP (Spanner) and AP (DynamoDB) systems, meeting both hard constraints. The explanation of why you can't have all three is clear — partition tolerance is non-negotiable, forcing a C/A tradeoff during partitions. The examples are reasonable though Spanner is debatable (Google markets it as having all three via TrueTime). Response is truncated before completing the third example.

The CAP theorem, also known as Brewer's Theorem, is a fundamental principle in distributed computing that describes the trade-offs between three essential properties: Consistency, Availability, and Pa...
ollama/phi4 · 2026-03-01
high6.8

Judge: Accurate definitions of all three letters, reasonable system examples (Dynamo/Bigtable for AP, PostgreSQL for CP). The explanation of why you can't have all three during a partition is solid. Minor imprecision: the availability definition ('every request receives a response, without guaranteeing correctness') conflates availability with a weaker property. Good structure and clarity overall.

The CAP theorem! A fundamental concept in distributed systems. **What is the CAP Theorem?** The CAP theorem, also known as the Brewer's CAP theorem, states that it is impossible for a distributed da...
ollama/llama3.1:8b · 2026-03-01
GPT-4oOpenAI
high6.2

Judge: Correct definitions of all three CAP properties with reasonable system examples (MongoDB as CP, Cassandra as AP). However, the explanation of WHY you can't have all three is shallow -- states the tradeoff without walking through a concrete partition scenario that forces the choice.

The CAP theorem, also known as Brewer's theorem, is a fundamental principle in distributed systems that states it is impossible for a distributed data store to simultaneously provide all three of the ...
openai/gpt-4o · 2026-03-01