PracHub
QuestionsPremiumLearningGuidesCheatsheetNEWCoaches
|Home/System Design/Netflix

Design an Ad Frequency Capping System

Last updated: May 2, 2026

Quick Overview

This question evaluates expertise in scalable distributed system design, real-time state management, data consistency, low-latency serving, multi-scope aggregation, configuration propagation, and privacy-aware counting for advertising frequency capping.

  • Netflix
  • System Design
  • Software Engineer

Design an Ad Frequency Capping System

Company: Netflix

Role: Software Engineer

Category: System Design

Interview Round: Onsite

Design a frequency capping system for an advertising platform. A frequency cap limits how many times a user can be shown an ad, campaign, line item, or order within a configured time window. For example, a campaign may specify: "show this user at most 3 impressions per 24 hours" and an advertiser-level rule may specify: "show at most 10 impressions per user per 7 days." Your design should cover: - Real-time serving-time checks before an ad impression is selected. - Updating impression counts after an impression is served. - Support for caps at multiple scopes, such as creative, line item, campaign, advertiser, and order. - Multiple window types, such as hourly, daily, rolling 24-hour, weekly, and lifetime caps. - Low-latency reads on the ad-serving hot path. - Correctness under high traffic, retries, duplicate events, and distributed serving. - Configuration storage and propagation. - Privacy considerations for user identifiers. - Monitoring, alerting, and failure modes.

Quick Answer: This question evaluates expertise in scalable distributed system design, real-time state management, data consistency, low-latency serving, multi-scope aggregation, configuration propagation, and privacy-aware counting for advertising frequency capping.

Related Interview Questions

  • Design Ad Frequency and Order Tracking - Netflix
  • Design Rolling-Window Ad Frequency Capping - Netflix (medium)
  • Design ad frequency capping - Netflix (medium)
  • Design a File Backup System - Netflix (hard)
  • Design an ad frequency capping system - Netflix (hard)
Netflix logo
Netflix
Apr 3, 2026, 12:00 AM
Software Engineer
Onsite
System Design
2
0

Design a frequency capping system for an advertising platform.

A frequency cap limits how many times a user can be shown an ad, campaign, line item, or order within a configured time window. For example, a campaign may specify: "show this user at most 3 impressions per 24 hours" and an advertiser-level rule may specify: "show at most 10 impressions per user per 7 days."

Your design should cover:

  • Real-time serving-time checks before an ad impression is selected.
  • Updating impression counts after an impression is served.
  • Support for caps at multiple scopes, such as creative, line item, campaign, advertiser, and order.
  • Multiple window types, such as hourly, daily, rolling 24-hour, weekly, and lifetime caps.
  • Low-latency reads on the ad-serving hot path.
  • Correctness under high traffic, retries, duplicate events, and distributed serving.
  • Configuration storage and propagation.
  • Privacy considerations for user identifiers.
  • Monitoring, alerting, and failure modes.

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

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