PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Rippling

Design a news aggregation and feed service

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's understanding of designing scalable backend systems for content ingestion, storage, and personalized feed generation, testing competencies in system architecture, data modeling, consistency and availability trade-offs, and reliability engineering.

  • hard
  • Rippling
  • System Design
  • Software Engineer

Design a news aggregation and feed service

Company: Rippling

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Onsite

Assume you are asked to design the backend for a news aggregation and feed service. Requirements: - The system pulls articles from multiple third-party news providers via their HTTP APIs (not by crawling raw HTML). - Each article belongs to one or more categories (e.g., sports, politics). Users can "follow" categories, similar to following friends, and then see a feed of recent articles from the categories they follow. - Users can read articles, and the system should record which articles have been read. Design the system and focus on: 1. The high-level architecture for ingesting news from external APIs, storing it, and serving user feeds. 2. The data schema for key entities (sources, articles, categories, user subscriptions, read history, etc.). 3. The end-to-end flow when a user opens the app and reads their news feed. 4. How you would ensure scalability, reasonable freshness of news, and resilience to external API failures.

Quick Answer: This question evaluates a candidate's understanding of designing scalable backend systems for content ingestion, storage, and personalized feed generation, testing competencies in system architecture, data modeling, consistency and availability trade-offs, and reliability engineering.

Related Interview Questions

  • Design a personalized news aggregator - Rippling (medium)
  • Design a Scalable News Feed - Rippling (medium)
  • Design Scalable Expense Violation Processing - Rippling (hard)
  • Design a news aggregator like Google News - Rippling (medium)
  • Design several large-scale systems - Rippling (hard)
Rippling logo
Rippling
Dec 8, 2025, 7:47 PM
Software Engineer
Onsite
System Design
6
0
Loading...

Assume you are asked to design the backend for a news aggregation and feed service.

Requirements:

  • The system pulls articles from multiple third-party news providers via their HTTP APIs (not by crawling raw HTML).
  • Each article belongs to one or more categories (e.g., sports, politics). Users can "follow" categories, similar to following friends, and then see a feed of recent articles from the categories they follow.
  • Users can read articles, and the system should record which articles have been read.

Design the system and focus on:

  1. The high-level architecture for ingesting news from external APIs, storing it, and serving user feeds.
  2. The data schema for key entities (sources, articles, categories, user subscriptions, read history, etc.).
  3. The end-to-end flow when a user opens the app and reads their news feed.
  4. How you would ensure scalability, reasonable freshness of news, and resilience to external API failures.

Solution

Show

Submit Your Answer

Sign in to leave a comment

Loading comments...

Browse More Questions

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