Zalando Interview Question

What's the difference between consistency and eventual consistency

Interview Answer

Anonymous

Sep 16, 2025

The key difference is that strong consistency guarantees data is immediately consistent across all nodes, so every read returns the most recent write, while eventual consistency allows for a period of inconsistency, assuring that data will eventually become consistent across all replicas after no new updates are made.