PracHub
QuestionsPremiumLearningGuidesInterview PrepCoaches
|Home/System Design/Snapchat

Design a swipeable video feed backend

Last updated: Mar 29, 2026

Quick Overview

This question evaluates system-design competence for building scalable, low-latency backend services that handle feed vending, pagination, personalized ranking, caching, storage, and content eligibility; it is categorized under System Design and tests practical application of distributed systems and backend data engineering principles.

  • medium
  • Snapchat
  • System Design
  • Software Engineer

Design a swipeable video feed backend

Company: Snapchat

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Onsite

Design the backend service for a short-video product similar to a “Spotlight”-style feed. Scope: only the backend “feed vending” functionality that powers the client’s swipe up/down experience. Functional requirements: - Client requests a feed and receives an ordered list of video IDs (and minimal metadata) to display. - Supports endless scrolling/swiping (pagination) with low latency. - Personalized ranking (can be simplified), plus fallback to non-personalized if needed. - Avoid showing the same video too often; support “next/previous” navigation. Non-functional requirements: - Very high read QPS, low p95 latency. - Ability to update rankings frequently. - Basic abuse/spam controls and content eligibility (e.g., blocked creators, geo/age restrictions). Provide components, APIs, storage, caching, and how you generate and serve ranked results.

Quick Answer: This question evaluates system-design competence for building scalable, low-latency backend services that handle feed vending, pagination, personalized ranking, caching, storage, and content eligibility; it is categorized under System Design and tests practical application of distributed systems and backend data engineering principles.

Related Interview Questions

  • Design a News Aggregator - Snapchat (hard)
  • Design a device owner lookup service - Snapchat (nan)
  • Design real-time ad impression and spend tracking - Snapchat (nan)
  • Design short URL service with click counting - Snapchat (hard)
  • Design a search-to-ads ranking pipeline - Snapchat (medium)
Snapchat logo
Snapchat
Jan 26, 2026, 12:00 AM
Software Engineer
Onsite
System Design
2
0

Design the backend service for a short-video product similar to a “Spotlight”-style feed.

Scope: only the backend “feed vending” functionality that powers the client’s swipe up/down experience.

Functional requirements:

  • Client requests a feed and receives an ordered list of video IDs (and minimal metadata) to display.
  • Supports endless scrolling/swiping (pagination) with low latency.
  • Personalized ranking (can be simplified), plus fallback to non-personalized if needed.
  • Avoid showing the same video too often; support “next/previous” navigation.

Non-functional requirements:

  • Very high read QPS, low p95 latency.
  • Ability to update rankings frequently.
  • Basic abuse/spam controls and content eligibility (e.g., blocked creators, geo/age restrictions).

Provide components, APIs, storage, caching, and how you generate and serve ranked results.

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Snapchat•More Software Engineer•Snapchat Software Engineer•Snapchat System Design•Software Engineer System Design
PracHub

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