PracHub
QuestionsCoachesLearningGuidesInterview Prep
|Home/System Design/Meta

Design an online auction system

Last updated: Mar 29, 2026

Quick Overview

This question evaluates system design skills—scalable distributed architecture, real-time messaging and push, concurrency and consistency under contention, API and data-model design, throughput estimation, and partitioning strategies—and is categorized under System Design.

  • easy
  • Meta
  • System Design
  • Software Engineer

Design an online auction system

Company: Meta

Role: Software Engineer

Category: System Design

Difficulty: easy

Interview Round: Onsite

Design a scalable online auction service. Users can: - Create an auction (item info, start/end time, reserve price optional). - Place bids while the auction is live. - See the current winning bid and bid history. - Receive near-real-time notifications when the winning bid changes and when the auction ends. Design goals and constraints: - Many auctions run concurrently; bids can spike near the end. - Correctness: determine the winner unambiguously; prevent accepting bids after the end time. - Low latency for bid placement and for notifying watchers. - The system should scale horizontally. What APIs, data model, storage, messaging/pub-sub, and real-time push mechanism would you use? Include a rough QPS/throughput estimation approach and how you would partition/shard data (e.g., by auctionId).

Quick Answer: This question evaluates system design skills—scalable distributed architecture, real-time messaging and push, concurrency and consistency under contention, API and data-model design, throughput estimation, and partitioning strategies—and is categorized under System Design.

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)
|Home/System Design/Meta

Design an online auction system

Meta logo
Meta
Mar 11, 2026, 12:00 AM
easySoftware EngineerOnsiteSystem Design
11
0

Design a scalable online auction service.

Users can:

  • Create an auction (item info, start/end time, reserve price optional).
  • Place bids while the auction is live.
  • See the current winning bid and bid history.
  • Receive near-real-time notifications when the winning bid changes and when the auction ends.

Design goals and constraints:

  • Many auctions run concurrently; bids can spike near the end.
  • Correctness: determine the winner unambiguously; prevent accepting bids after the end time.
  • Low latency for bid placement and for notifying watchers.
  • The system should scale horizontally.

What APIs, data model, storage, messaging/pub-sub, and real-time push mechanism would you use? Include a rough QPS/throughput estimation approach and how you would partition/shard data (e.g., by auctionId).

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

Your design canvas — auto-saved

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
  • AI Coding 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.