PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Meta

Design an online auction system

Last updated: Mar 29, 2026

Quick Overview

This question evaluates the ability to design a scalable, low-latency real-time auction platform, assessing competencies in distributed systems, consistency and concurrency control, data modeling, API design, real-time messaging and fanout, payments, and fraud detection.

  • hard
  • Meta
  • System Design
  • Software Engineer

Design an online auction system

Company: Meta

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Technical Screen

Design an online auction system that supports creating listings, real-time bidding, bid increments, reserve prices, buy-it-now, anti-sniping protections, and auction closeout. Define APIs, data model, consistency needs for winning bids, real-time updates (WebSocket/streaming), concurrency control, fraud detection, payments/settlement, scalability, fault tolerance, and monitoring.

Quick Answer: This question evaluates the ability to design a scalable, low-latency real-time auction platform, assessing competencies in distributed systems, consistency and concurrency control, data modeling, API design, real-time messaging and fanout, payments, and fraud detection.

Related Interview Questions

  • Design Top-K, Crawler, and Chess Systems - Meta (hard)
  • Design Search And Web Crawling Systems - Meta (medium)
  • Design an Instagram-Style Social Feed - Meta (medium)
  • Design an Online Game Leaderboard - Meta (hard)
  • Design an On-Demand Delivery Platform - Meta (medium)
Meta logo
Meta
Aug 7, 2025, 12:00 AM
Software Engineer
Technical Screen
System Design
3
0

System Design: Real-Time Online Auction Platform

You are asked to design an online auction system that supports real-time bidding at web scale. Assume a mix of desktop and mobile clients, global users, and many concurrent auctions.

Functional Requirements

  • Listing lifecycle: create, view, edit (before first valid bid), cancel (with restrictions), close.
  • Bidding: real-time bids, enforced minimum increments, reserve prices, buy-it-now, and anti-sniping protections.
  • Closeout: determine winner, collect payment, notify parties, and finalize auction state.
  • Real-time updates: push current price, bid events, reserve met status, time-left/extension, and closeout results to watchers.

Non-Functional Requirements

  • High availability and scalability across many concurrent auctions and watchers.
  • Strong consistency for winner determination and money-related state.
  • Low-latency bid processing and fanout (<200–300 ms p95 event-to-update as a target).
  • Observability, fraud detection, and reliable payments/settlement.

Deliverables

  1. APIs (HTTP and real-time) for listings, bids, and buy-it-now.
  2. Data model (schemas/entities, indexes) and event model.
  3. Consistency model for winning bids and concurrency control strategy.
  4. Real-time update design (WebSocket/streaming), ordering, and backpressure.
  5. Anti-sniping policy and auction closeout flow.
  6. Fraud detection hooks and controls.
  7. Payments and settlement flows with idempotency.
  8. Scalability, fault tolerance, and monitoring strategy.

Assume minimal context as needed (e.g., auctions are priced in a single currency; times are UTC).

Solution

Show

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Meta•More Software Engineer•Meta Software Engineer•Meta 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.