Question bank › Low-Level Design
Lld Low-Level Design Medium

Real-time Telemetry Data Pipeline

Design an LLD for a telemetry processor that ingests streams of data from IoT sensors. The system must: 1. Cleanse data (remove nulls), 2. Normalize units (Celsius to Fahrenheit), and 3. Route data to multiple sinks (a Time-Series Database, a Real-time Dashboard, and an Alerting Engine). The processing steps should be configurable per sensor type, and new processing stages (e.g., Anomaly Detection) should be added easily.

Key concepts

observer patternpipeline patterndependency injection

Practise this out loud — free

Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.

🎙 Practise this question now
Part of InterviewLab's verified interview question bank. We show the prompt and concepts to practise with — never a copy-paste solution.