PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Netflix

Design an ads audience targeting system

Last updated: Apr 16, 2026

Quick Overview

This question evaluates skills in large-scale system design, data modeling for massive audience membership, low-latency lookup mechanisms, and operational concerns such as high-throughput ingestion, privacy/security, and multi-tenant isolation.

  • hard
  • Netflix
  • System Design
  • Software Engineer

Design an ads audience targeting system

Company: Netflix

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Technical Screen

## Problem Design an **ads audience targeting system** that allows advertisers to upload large user lists and then target (or exclude) those users when serving ads. ### Requirements - Advertiser can create **audiences** and upload membership data at large scale (e.g., millions to billions of identifiers). - Support common identifiers: email/phone (hashed), mobile ad IDs, internal user IDs. - Audience can be attached to ad groups/campaigns as **include** or **exclude** targeting. - During ad serving, given a user request, the system must quickly determine which audiences the user belongs to (or whether the user matches an audience) to filter eligible ads. - Handle incremental updates (add/remove users), audience expiration, and deletion. ### Non-functional requirements - Low latency in serving path (typically single-digit milliseconds budget). - High throughput for ingestion. - Privacy/security: encryption, access control, audit logs, retention. - Multi-tenant isolation across advertisers. ### Deliverables Explain: 1. APIs and data flow for upload → processing → storage. 2. Storage/indexing approach for membership lookup at serving time. 3. How you scale ingestion and serving, and how you monitor correctness. 4. Tradeoffs (Bloom filters vs key-value lookup vs inverted index, batch vs streaming).

Quick Answer: This question evaluates skills in large-scale system design, data modeling for massive audience membership, low-latency lookup mechanisms, and operational concerns such as high-throughput ingestion, privacy/security, and multi-tenant isolation.

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 Pacing System - Netflix (hard)
Netflix logo
Netflix
Jan 20, 2026, 12:00 AM
Software Engineer
Technical Screen
System Design
106
0
Loading...

Problem

Design an ads audience targeting system that allows advertisers to upload large user lists and then target (or exclude) those users when serving ads.

Requirements

  • Advertiser can create audiences and upload membership data at large scale (e.g., millions to billions of identifiers).
  • Support common identifiers: email/phone (hashed), mobile ad IDs, internal user IDs.
  • Audience can be attached to ad groups/campaigns as include or exclude targeting.
  • During ad serving, given a user request, the system must quickly determine which audiences the user belongs to (or whether the user matches an audience) to filter eligible ads.
  • Handle incremental updates (add/remove users), audience expiration, and deletion.

Non-functional requirements

  • Low latency in serving path (typically single-digit milliseconds budget).
  • High throughput for ingestion.
  • Privacy/security: encryption, access control, audit logs, retention.
  • Multi-tenant isolation across advertisers.

Deliverables

Explain:

  1. APIs and data flow for upload → processing → storage.
  2. Storage/indexing approach for membership lookup at serving time.
  3. How you scale ingestion and serving, and how you monitor correctness.
  4. Tradeoffs (Bloom filters vs key-value lookup vs inverted index, batch vs streaming).

Solution

Show

Submit Your Answer to Earn 20XP

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 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
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.