expertReal System Design Problems

Design a Distributed SQL Database (like Google Spanner) — global strong consistency.

The global-strong-consistency problem: how a database achieves strong consistency across geographically distributed nodes despite network delay, how a mechanism like TrueTime provides globally consistent timestamps, and what cross-region transactions actually cost in latency. This is asked almost exclusively for the most senior distributed-systems roles.

This is a Pro question

Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.

Design a Distributed SQL Database (like Google Spanner) — global strong consistency.

Next Step

Continue to How do you debug a failed Saga — how do you know which step failed and what was compensated?← Back to all System Design (HLD) questions