PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Airbnb

Design a fast host listing metrics page

Last updated: May 14, 2026

Quick Overview

This question evaluates backend system design and data engineering competencies, including scalable API design, time-range aggregation correctness (handling partial overlaps and state changes), data modeling and indexing, caching and precomputation, and performance validation.

  • hard
  • Airbnb
  • System Design
  • Software Engineer

Design a fast host listing metrics page

Company: Airbnb

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Technical Screen

Design the backend for a **host (landlord) listings page**. User flow: - Host opens a page showing **many of their listings**. - Host selects a **date range**. - For each listing shown, the UI displays aggregated metrics for that range, e.g.: - **Nights booked** (how many nights are reserved within the range) - **Average price** within the range Assume you start with these tables: - `Listings(listing_id, host_id, ... )` - `Reservations(reservation_id, listing_id, start_date, end_date, status, ... )` - `Pricing(listing_id, date, price, currency, ... )` Problem: - When a host has **100+ listings**, the page becomes slow. Task: - Propose an end-to-end design (APIs, data access patterns, storage/indexing, caching/precomputation) to make the page fast and scalable. - Specify how you would compute the metrics correctly (including edge cases like partial overlap, cancellations) and keep them up to date. - Include performance goals and how you would validate them.

Quick Answer: This question evaluates backend system design and data engineering competencies, including scalable API design, time-range aggregation correctness (handling partial overlaps and state changes), data modeling and indexing, caching and precomputation, and performance validation.

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
Dec 20, 2025, 12:00 AM
Software Engineer
Technical Screen
System Design
29
0

Design the backend for a host (landlord) listings page.

User flow:

  • Host opens a page showing many of their listings .
  • Host selects a date range .
  • For each listing shown, the UI displays aggregated metrics for that range, e.g.:
    • Nights booked (how many nights are reserved within the range)
    • Average price within the range

Assume you start with these tables:

  • Listings(listing_id, host_id, ... )
  • Reservations(reservation_id, listing_id, start_date, end_date, status, ... )
  • Pricing(listing_id, date, price, currency, ... )

Problem:

  • When a host has 100+ listings , the page becomes slow.

Task:

  • Propose an end-to-end design (APIs, data access patterns, storage/indexing, caching/precomputation) to make the page fast and scalable.
  • Specify how you would compute the metrics correctly (including edge cases like partial overlap, cancellations) and keep them up to date.
  • Include performance goals and how you would validate them.

Solution

Show

Submit Your Answer to Earn 20XP

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 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.