PracHub
QuestionsPremiumLearningGuidesCheatsheetNEWCoaches
|Home/System Design/Amazon

Design a large-scale temperature sensor system

Last updated: Mar 29, 2026

Quick Overview

This question evaluates system design and distributed-systems competencies including large-scale data ingestion, time-series storage, real-time visualization, API design, and operational reliability, and is classified under the System Design domain of distributed systems and data engineering.

  • medium
  • Amazon
  • System Design
  • Software Engineer

Design a large-scale temperature sensor system

Company: Amazon

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Technical Screen

## System design: large-scale temperature sensor collection and visualization Design a system to **collect and display temperature data** from a very large number of sensors distributed across a wide geographic area (e.g., Washington State). ### Inputs / devices - **1 million to 10 million** temperature sensors, roughly uniformly distributed. - Sensors are **low-cost and simple**. - Sensors **do not support mesh networking**. - Sensors send readings to the backend via **HTTP** (both sides have IP addresses). - Temperature changes slowly, but the system must be able to **track any sensor’s temperature over time at 10-second granularity**. ### Outputs / product requirements - A **near real-time temperature distribution map** for a Web UI. - At ~1M sensors, the UI can show roughly **1 sensor per pixel** on a 4K display. - Support queries over a time range (e.g., **1 day** or **1 year**) to retrieve: - **current temperature** - **minimum temperature** - **maximum temperature** - The system should run **reliably for years**. ### What to cover - High-level architecture, APIs, storage, and data flow. - Scalability, reliability, and operational concerns. - How you serve both near-real-time visualization and long-range historical queries.

Quick Answer: This question evaluates system design and distributed-systems competencies including large-scale data ingestion, time-series storage, real-time visualization, API design, and operational reliability, and is classified under the System Design domain of distributed systems and data engineering.

Related Interview Questions

  • Design a cloud database write path and recovery - Amazon (hard)
  • Design a replicated cloud storage service - Amazon (hard)
  • Measure platform success and drive adoption - Amazon (medium)
  • Design multi-tenant ingestion and processing platform - Amazon (medium)
  • Design globally consistent metadata service - Amazon (medium)
Amazon logo
Amazon
Jan 6, 2026, 12:00 AM
Software Engineer
Technical Screen
System Design
5
0
Loading...

System design: large-scale temperature sensor collection and visualization

Design a system to collect and display temperature data from a very large number of sensors distributed across a wide geographic area (e.g., Washington State).

Inputs / devices

  • 1 million to 10 million temperature sensors, roughly uniformly distributed.
  • Sensors are low-cost and simple .
  • Sensors do not support mesh networking .
  • Sensors send readings to the backend via HTTP (both sides have IP addresses).
  • Temperature changes slowly, but the system must be able to track any sensor’s temperature over time at 10-second granularity .

Outputs / product requirements

  • A near real-time temperature distribution map for a Web UI.
    • At ~1M sensors, the UI can show roughly 1 sensor per pixel on a 4K display.
  • Support queries over a time range (e.g., 1 day or 1 year ) to retrieve:
    • current temperature
    • minimum temperature
    • maximum temperature
  • The system should run reliably for years .

What to cover

  • High-level architecture, APIs, storage, and data flow.
  • Scalability, reliability, and operational concerns.
  • How you serve both near-real-time visualization and long-range historical queries.

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

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