PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Coinbase

Design real-time exchange data sync system

Last updated: Mar 29, 2026

Quick Overview

This question evaluates skills in system design for real-time, multi-source market data ingestion and live streaming, covering competencies such as schema normalization, deduplication and idempotency, time-ordering, API and client update models, partitioning and scaling, fault tolerance and backfill, observability, security, and cost management.

  • hard
  • Coinbase
  • System Design
  • Software Engineer

Design real-time exchange data sync system

Company: Coinbase

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Onsite

Design a system that continuously ingests and syncs stock data from multiple exchanges and renders an always up-to-date web page. Cover data sources (polling vs. streaming), schema normalization, deduplication, handling time zones and out-of-order events, caching and storage, API design, client updates (WebSocket/SSE), consistency and latency targets, fault tolerance and backfill, rate limiting, scaling and partitioning, observability, security, and cost considerations.

Quick Answer: This question evaluates skills in system design for real-time, multi-source market data ingestion and live streaming, covering competencies such as schema normalization, deduplication and idempotency, time-ordering, API and client update models, partitioning and scaling, fault tolerance and backfill, observability, security, and cost management.

Related Interview Questions

  • Design Crypto Order Routing - Coinbase (hard)
  • Design a crypto trading web frontend - Coinbase (hard)
  • Design query pagination for large datasets - Coinbase (medium)
  • Design a food delivery system - Coinbase (medium)
  • Design real-time crypto prices homepage - Coinbase (hard)
Coinbase logo
Coinbase
Jul 26, 2025, 12:00 AM
Software Engineer
Onsite
System Design
3
0

System Design: Real-Time Multi-Exchange Stock Data Ingestion and Live Web Page

Context

You are asked to design a production system that continuously ingests stock market data from multiple exchanges and renders an always up-to-date web page for users. Data includes trades and quotes (top-of-book), and the system must support historical queries and real-time streaming updates.

Assume: multiple heterogeneous data sources (direct exchange feeds and/or vendor APIs), variable market hours, exchange-specific schemas, intermittent network failures, and strict rate limits.

Requirements

Design the system and cover the following areas:

  1. Data sources
    • Polling vs. streaming criteria and trade-offs
    • Connectors to multiple exchanges/vendors
  2. Schema normalization
    • Canonical symbol mapping and data model for trades/quotes/book updates
  3. Deduplication and idempotency
    • Event identity across venues/providers
  4. Time handling and ordering
    • Time zones, trading sessions, and out-of-order events
  5. Caching and storage
    • Hot cache, time-series storage, long-term archive
  6. API design
    • Historical REST APIs and real-time streaming (WebSocket/SSE)
  7. Client updates
    • Subscription, snapshot + delta model, resumability
  8. Consistency and latency targets
    • SLAs/SLOs, read semantics
  9. Fault tolerance and backfill
    • Retries, DLQs, replays, historical gap filling
  10. Rate limiting
    • Upstream (exchanges) and downstream (clients)
  11. Scaling and partitioning
    • Per-symbol/venue partitioning and horizontal scale
  12. Observability
    • Metrics, logs, tracing, data quality checks
  13. Security and compliance
    • Auth, transport security, secrets, market data entitlements
  14. Cost considerations
    • Storage/compute trade-offs, data retention, egress

State assumptions where needed and justify design choices.

Solution

Show

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Coinbase•More Software Engineer•Coinbase Software Engineer•Coinbase System Design•Software Engineer System Design
PracHub

Master your tech interviews with 8,000+ 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.