PracHub
QuestionsPremiumLearningGuidesInterview PrepNEWCoaches
|Home/Coding & Algorithms/Amazon

Design a streaming median structure

Last updated: Mar 29, 2026

Quick Overview

This question evaluates a candidate's competency in designing efficient data structures and algorithmic reasoning for dynamic order-statistics and streaming data within the Coding & Algorithms domain, emphasizing APIs, internal invariants, and rigorous time/space complexity analysis.

  • Medium
  • Amazon
  • Coding & Algorithms
  • Software Engineer

Design a streaming median structure

Company: Amazon

Role: Software Engineer

Category: Coding & Algorithms

Difficulty: Medium

Interview Round: Onsite

Design a data structure for a number stream that supports: add(num: int) in O(log n) time and median() -> float in O( 1) or O(log n) time. It must handle up to 10^6 operations, duplicates, and both even/odd counts. Describe the APIs, internal invariants, and prove the time/space complexity. Implement the core methods.

Quick Answer: This question evaluates a candidate's competency in designing efficient data structures and algorithmic reasoning for dynamic order-statistics and streaming data within the Coding & Algorithms domain, emphasizing APIs, internal invariants, and rigorous time/space complexity analysis.

Related Interview Questions

  • Count Connected Components in an Undirected Graph - Amazon (medium)
  • Find Unique Target-Sum Pairs - Amazon (easy)
  • Find Valid IP Addresses in Files - Amazon (medium)
  • Implement Optimal Bucket Batching - Amazon (hard)
  • Implement Cache and Rotate Matrix - Amazon (medium)
Amazon logo
Amazon
Aug 7, 2025, 12:00 AM
Software Engineer
Onsite
Coding & Algorithms
1
0

Design a data structure for a number stream that supports: add(num: int) in O(log n) time and median() -> float in O(

  1. or O(log n) time. It must handle up to 10^6 operations, duplicates, and both even/odd counts. Describe the APIs, internal invariants, and prove the time/space complexity. Implement the core methods.

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More Coding & Algorithms•More Amazon•More Software Engineer•Amazon Software Engineer•Amazon Coding & Algorithms•Software Engineer Coding & Algorithms
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.