Explain Eventual vs Strong vs Causal Consistency.

Eventual consistency, strong consistency, and causal consistency are three consistency models in distributed systems: strong consistency ensures immediate global updates, eventual consistency allows temporary delays but guarantees convergence, and causal consistency enforces cause-and-effect ordering without total synchronization.

When to Use

  • Strong consistency: banking, stock trading, or critical data.
  • Eventual consistency: social media feeds, DNS, shopping carts.
  • Causal consistency: chat apps, collaborative tools where order matters.

Example

If Alice posts and Bob likes it:

  • Strong: Everyone instantly sees Bob’s like.
  • Eventual: Some may see it later.
  • Causal: Bob’s like shows only after Alice’s post.

Want to master these concepts?

Explore Grokking System Design Fundamentals, practice coding with Grokking the System Design Interview, or level up through Mock Interviews with ex-FAANG engineers.

Why Is It Important

Choosing the right model impacts availability, latency, and user trust in real-world systems.

Interview Tips

Be ready to define each model, give real-world examples, and tie it to CAP theorem. Highlight trade-offs with context (banking vs. social media).

Trade-offs

  • Strong: Consistency, but lower availability and higher latency.
  • Eventual: High availability and performance, but stale reads possible.
  • Causal: Guarantees logical order, but no total order.

Pitfalls

  • Misusing strong consistency for non-critical data.
  • Assuming eventual consistency is acceptable everywhere.
  • Confusing causal consistency with full global consistency.
TAGS
System Design Interview
System Design Fundamentals
CONTRIBUTOR
Design Gurus Team
-

GET YOUR FREE

Coding Questions Catalog

Design Gurus Newsletter - Latest from our Blog
Boost your coding skills with our essential coding questions catalog.
Take a step towards a better tech career now!
Explore Answers
What is the salary of analyst 1 in Coinbase?
How to prep for a PM role?
Incorporating quick validations to confirm partial correctness
How to ace design interview?
What is the interview for Palantir code?
Does Meta give interview feedback?
Related Courses
Course image
Grokking the Coding Interview: Patterns for Coding Questions
Grokking the Coding Interview Patterns in Java, Python, JS, C++, C#, and Go. The most comprehensive course with 476 Lessons.
4.6
Discounted price for Your Region

$197

Course image
Grokking Modern AI Fundamentals
Master the fundamentals of AI today to lead the tech revolution of tomorrow.
3.9
Discounted price for Your Region

$78

Course image
Grokking Data Structures & Algorithms for Coding Interviews
Unlock Coding Interview Success: Dive Deep into Data Structures and Algorithms.
4
Discounted price for Your Region

$78

Image
One-Stop Portal For Tech Interviews.
Copyright © 2026 Design Gurus, LLC. All rights reserved.