PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Revolut

Design multi-region banking data synchronization

Last updated: Mar 29, 2026

Quick Overview

This question evaluates competency in distributed systems and data consistency for financial applications, emphasizing replication, transaction correctness, conflict resolution, idempotency, and operational resilience.

  • medium
  • Revolut
  • System Design
  • Software Engineer

Design multi-region banking data synchronization

Company: Revolut

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Technical Screen

## System design: Global bank with multi-region data consistency A digital bank operates in multiple geographic regions (e.g., EU, US, APAC). Users can log in and perform operations (balance checks, transfers, card payments) from anywhere. ### Prompt Design a data architecture that keeps customer/account data consistent across regions. ### Requirements - High availability and low latency for reads (users worldwide). - Correctness for money movement (no double-spend). - Tolerate regional failures and network partitions. - Clear consistency model: what must be strongly consistent vs what can be eventually consistent. ### Discuss - Replication strategy (sync/async, leader-based vs multi-leader). - How to handle cross-region writes (especially transfers). - Conflict resolution and idempotency. - Operational concerns: recovery, reconciliation, auditing, observability.

Quick Answer: This question evaluates competency in distributed systems and data consistency for financial applications, emphasizing replication, transaction correctness, conflict resolution, idempotency, and operational resilience.

Revolut logo
Revolut
Feb 11, 2026, 12:00 AM
Software Engineer
Technical Screen
System Design
9
0

System design: Global bank with multi-region data consistency

A digital bank operates in multiple geographic regions (e.g., EU, US, APAC). Users can log in and perform operations (balance checks, transfers, card payments) from anywhere.

Prompt

Design a data architecture that keeps customer/account data consistent across regions.

Requirements

  • High availability and low latency for reads (users worldwide).
  • Correctness for money movement (no double-spend).
  • Tolerate regional failures and network partitions.
  • Clear consistency model: what must be strongly consistent vs what can be eventually consistent.

Discuss

  • Replication strategy (sync/async, leader-based vs multi-leader).
  • How to handle cross-region writes (especially transfers).
  • Conflict resolution and idempotency.
  • Operational concerns: recovery, reconciliation, auditing, observability.

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Revolut•More Software Engineer•Revolut Software Engineer•Revolut System Design•Software Engineer System Design
PracHub

Master your tech interviews with 7,500+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.