PracHub
QuestionsPremiumLearningGuidesInterview PrepNEWCoaches
|Home/System Design/Airbnb

Design rental watchlist and notification system

Last updated: Mar 29, 2026

Quick Overview

This question evaluates system architecture and scalability competencies, including data modeling for date-range watchlists, event-driven notification pipelines, time-zone and DST handling, consistency and concurrency semantics, idempotency, sharding/caching strategies, and privacy/analytics considerations.

  • hard
  • Airbnb
  • System Design
  • Software Engineer

Design rental watchlist and notification system

Company: Airbnb

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Onsite

Design a rental-listing watchlist and notification system. Users can express interest on a listing for a specific date range (check-in to check-out). If a reservation cancellation makes the listing available for a watcher's requested dates (per your matching policy), notify the watcher. Hosts can view how many users are watching their listing. Specify: APIs and data model (users, listings, reservations, watchlist entries with date ranges, notification preferences); date-range representation and matching semantics (inclusive/exclusive bounds, time zones, partial vs full overlap policy); ingestion of reservation updates/cancellations and the algorithm to find affected watchers at scale (e.g., per-listing calendars, interval indexes, pub/sub); notification pipeline (deduplication, rate limiting, retries, idempotency); storage, sharding, and caching strategies; consistency model between reservation store and watchlist; race handling between new bookings and notifications; privacy/abuse controls and analytics for host watch counts.

Quick Answer: This question evaluates system architecture and scalability competencies, including data modeling for date-range watchlists, event-driven notification pipelines, time-zone and DST handling, consistency and concurrency semantics, idempotency, sharding/caching strategies, and privacy/analytics considerations.

Related Interview Questions

  • Design a Scalable Job Scheduler - Airbnb
  • Design a Rental Marketplace Backend - Airbnb (hard)
  • Design a booking system - Airbnb (medium)
  • Design a group chat system - Airbnb (medium)
  • Design a real-time chat system with hot groups - Airbnb (hard)
Airbnb logo
Airbnb
Sep 6, 2025, 12:00 AM
Software Engineer
Onsite
System Design
34
0

System Design: Rental Listing Watchlist and Availability Notifications

Context

You are designing a feature for a vacation-rental marketplace where guests can "watch" a listing for a specific date range (check-in to check-out). If the listing becomes available for that exact range (per a defined matching policy), the system should notify the watcher. Hosts can see how many users are watching their listing.

Requirements

  1. APIs and data model
    • Users, Listings, Reservations
    • Watchlist entries with date ranges
    • Notification preferences
    • Hosts can view watch counts
  2. Date-range representation and matching semantics
    • Inclusive/exclusive day bounds
    • Time zones and DST considerations
    • Policy: full overlap vs partial overlap
  3. Ingestion of reservation updates/cancellations
    • Eventing, pub/sub, and idempotency
    • Algorithm to find affected watchers at scale (per-listing calendars, interval indexes)
  4. Notification pipeline
    • Deduplication and suppression
    • Rate limiting, retries, idempotency
    • Multi-channel preferences
  5. Storage, sharding, and caching strategies
  6. Consistency model between reservations and watchlist
  7. Race handling between new bookings and notifications
  8. Privacy/abuse controls and analytics for host watch counts

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

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