Amazon Interview Question

How to sync user shopping cart over multiple data centers.

Interview Answer

Anonymous

Oct 24, 2015

Eventual consistency was my approach. When there is a failover, the user shopping cart will be at recent state with low likely hood that some recent changes are missing.