PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Meta

Design a Dropbox-like file sync service

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's ability to design large-scale distributed file storage and synchronization systems, testing competencies in data modeling, consistency and conflict resolution, chunking/delta sync, durability, security, and operational concerns like observability and disaster recovery.

  • hard
  • Meta
  • System Design
  • Software Engineer

Design a Dropbox-like file sync service

Company: Meta

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Onsite

Design a Dropbox-like file storage and sync service. Requirements: multi-device sync, offline edits, conflict detection and resolution, large file support via chunking and delta sync, deduplication and compression, versioning and restore, sharing with ACLs, notifications, scalability to hundreds of millions of users, consistency model, mobile constraints, encryption options (client-side vs. server-side), quota/billing, observability, and disaster recovery. Provide high-level architecture (clients and sync engine, metadata service, blob storage/CDN), data model (files, chunks, versions, tombstones), read/write flows, and strategies for hotspots, backfills, and migrations.

Quick Answer: This question evaluates a candidate's ability to design large-scale distributed file storage and synchronization systems, testing competencies in data modeling, consistency and conflict resolution, chunking/delta sync, durability, security, and operational concerns like observability and disaster recovery.

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
Jul 15, 2025, 12:00 AM
Software Engineer
Onsite
System Design
2
0

Design a Dropbox-like File Storage and Sync Service

You are asked to design a cross-device file storage and synchronization service at internet scale (hundreds of millions of users). The system must support multi-device sync, offline edits, and reliable sharing—with strong durability and clear consistency guarantees.

Functional Requirements

  • Multi-device sync across desktop and mobile
  • Offline edits with eventual synchronization
  • Conflict detection and resolution
  • Large file support with chunking and delta sync
  • Deduplication and compression
  • Versioning and restore
  • Sharing with ACLs (users, groups, link sharing)
  • Near real-time notifications
  • Quota and billing support

Non-Functional Requirements

  • Scale to hundreds of millions of users and billions of files
  • High durability and availability across regions
  • Clear consistency model for metadata and content
  • Mobile constraints (battery, background limits, metered networks)
  • Encryption options: client-side (E2EE) and server-side
  • Observability: metrics, logs, tracing, integrity checks
  • Disaster recovery with defined RPO/RTO

Deliverables

Provide:

  1. High-level architecture: clients and sync engine, metadata service, blob storage/CDN
  2. Data model: files, chunks, versions, tombstones, ACLs, journals
  3. Read and write flows (including conflict and delta sync)
  4. Consistency model and guarantees
  5. Strategies for hotspots, backfills, and migrations
  6. Notes on mobile constraints, encryption options, quota/billing, observability, and disaster recovery

Solution

Show

Submit Your Answer

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,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.