PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Expedia

Design a listing connectivity ingestion service

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's ability to design scalable, reliable REST APIs and distributed ingestion pipelines, testing competencies in API specification, idempotency, authentication/authorization, asynchronous processing, observability, and integration with downstream validation services.

  • hard
  • Expedia
  • System Design
  • Software Engineer

Design a listing connectivity ingestion service

Company: Expedia

Role: Software Engineer

Category: System Design

Difficulty: hard

Interview Round: Technical Screen

## Scenario You are designing a **Connectivity Service** that allows **external service providers** (partners) to create or update **listings** in your company’s platform. Partners send listing-creation requests to your service. Your service must forward the listing data to an internal downstream system (the **Validation / Domain Service**) owned by another team for validation and domain processing. After validation, your service must return a result to the partner. The interview expects a **very detailed REST API specification** (endpoints, request/response payloads, headers, authentication, idempotency) and a clear **end-to-end flow diagram**. ## Requirements ### Functional - Accept listing create/update requests from external partners. - Validate basic request correctness at the edge (schema, auth, size limits). - Send the request to an internal Validation/Domain Service for business validation. - Return a clear outcome to the partner: - Accepted/created - Rejected with validation errors - Still processing (if async) - Support retries safely (no duplicate listings). ### API / Protocol expectations - Use HTTP with JSON payloads. - Specify: - Required headers (e.g., `Content-Type`, tracing/correlation) - Authentication/authorization mechanism - Idempotency strategy - Possible HTTP status codes and when each applies ### Non-functional - Must scale to high request volume and multiple partners. - Be resilient to partner retries and downstream Validation Service outages/latency. - Provide observability (metrics/logs/tracing) and auditability. ## Deliverables 1. A proposed API design (endpoints + request/response examples + headers). 2. A sequence/flow description (textual flow diagram is OK). 3. Notes on scaling, reliability, and key edge cases.

Quick Answer: This question evaluates a candidate's ability to design scalable, reliable REST APIs and distributed ingestion pipelines, testing competencies in API specification, idempotency, authentication/authorization, asynchronous processing, observability, and integration with downstream validation services.

Related Interview Questions

  • Design an employee directory with reporting queries - Expedia (hard)
  • Design a natural-disaster notification system - Expedia (hard)
Expedia logo
Expedia
Nov 5, 2025, 12:00 AM
Software Engineer
Technical Screen
System Design
2
0

Scenario

You are designing a Connectivity Service that allows external service providers (partners) to create or update listings in your company’s platform.

Partners send listing-creation requests to your service. Your service must forward the listing data to an internal downstream system (the Validation / Domain Service) owned by another team for validation and domain processing. After validation, your service must return a result to the partner.

The interview expects a very detailed REST API specification (endpoints, request/response payloads, headers, authentication, idempotency) and a clear end-to-end flow diagram.

Requirements

Functional

  • Accept listing create/update requests from external partners.
  • Validate basic request correctness at the edge (schema, auth, size limits).
  • Send the request to an internal Validation/Domain Service for business validation.
  • Return a clear outcome to the partner:
    • Accepted/created
    • Rejected with validation errors
    • Still processing (if async)
  • Support retries safely (no duplicate listings).

API / Protocol expectations

  • Use HTTP with JSON payloads.
  • Specify:
    • Required headers (e.g., Content-Type , tracing/correlation)
    • Authentication/authorization mechanism
    • Idempotency strategy
    • Possible HTTP status codes and when each applies

Non-functional

  • Must scale to high request volume and multiple partners.
  • Be resilient to partner retries and downstream Validation Service outages/latency.
  • Provide observability (metrics/logs/tracing) and auditability.

Deliverables

  1. A proposed API design (endpoints + request/response examples + headers).
  2. A sequence/flow description (textual flow diagram is OK).
  3. Notes on scaling, reliability, and key edge cases.

Solution

Show

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

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