PracHub
QuestionsCoachesLearningGuidesInterview Prep
|Home/System Design/Meta

Design Real-Time Auctions for Social Posts

Last updated: May 11, 2026

Quick Overview

This question evaluates skills in designing scalable, low-latency real-time systems, including distributed architecture, concurrency control and ordering, data modeling, API design, and fault-tolerance for high-contention auction workloads.

  • medium
  • Meta
  • System Design
  • Software Engineer

Design Real-Time Auctions for Social Posts

Company: Meta

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

Design a real-time auction feature for a large social photo and video app. A creator can attach an auction to a post. Viewers can place bids, and everyone watching the auction should see the current highest bid with low latency. The system must handle normal auctions as well as celebrity auctions where a large number of users bid at the same time. Cover functional requirements, non-functional requirements, APIs, data model, high-level architecture, bid ordering and concurrency control, real-time highest-bid updates, scaling for hot auctions, and failure handling. Pay special attention to why pessimistic locking or single-writer serialization may be preferable to optimistic locking for highly contended celebrity auctions.

Quick Answer: This question evaluates skills in designing scalable, low-latency real-time systems, including distributed architecture, concurrency control and ordering, data modeling, API design, and fault-tolerance for high-contention auction workloads.

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 Real-Time Auctions for Social Posts

Meta logo
Meta
Feb 11, 2026, 12:00 AM
mediumSoftware EngineerOnsiteSystem Design
0
0

Design a real-time auction feature for a large social photo and video app. A creator can attach an auction to a post. Viewers can place bids, and everyone watching the auction should see the current highest bid with low latency. The system must handle normal auctions as well as celebrity auctions where a large number of users bid at the same time.

Cover functional requirements, non-functional requirements, APIs, data model, high-level architecture, bid ordering and concurrency control, real-time highest-bid updates, scaling for hot auctions, and failure handling. Pay special attention to why pessimistic locking or single-writer serialization may be preferable to optimistic locking for highly contended celebrity auctions.

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.