Design device telemetry pipeline for real-time and batch

Read the full interview experience this question came from →

Quick Overview

This question evaluates a candidate's competency in distributed systems architecture, data engineering, and operational trade-offs involved in designing telemetry pipelines that support both near-real-time and batch analytics.

Design device telemetry pipeline for real-time and batch

Company: Microsoft

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Online Assessment

Design a distributed system that ingests telemetry from **millions of devices** and supports both: - **Real-time** analytics (near-real-time dashboards/alerts) - **Batch** analytics (historical queries, aggregates, offline jobs) Cover: - Data ingestion (protocols, auth, buffering) - Storage choices for hot vs cold data - Stream processing vs batch processing - Schema/partitioning strategy - Scalability, reliability, and cost considerations - A minimal set of APIs/queries you want to support

Overview: This question evaluates a candidate's competency in distributed systems architecture, data engineering, and operational trade-offs involved in designing telemetry pipelines that support both near-real-time and batch analytics.

Read the full Microsoft Software Engineer interview experience this question came from

|Home/System Design/Microsoft
Microsoft logo
Microsoft
Dec 17, 2025
mediumSoftware EngineerOnline AssessmentSystem Design
7
0

Design a distributed system that ingests telemetry from millions of devices and supports both:

  • Real-time analytics (near-real-time dashboards/alerts)
  • Batch analytics (historical queries, aggregates, offline jobs)

Cover:

  • Data ingestion (protocols, auth, buffering)
  • Storage choices for hot vs cold data
  • Stream processing vs batch processing
  • Schema/partitioning strategy
  • Scalability, reliability, and cost considerations
  • A minimal set of APIs/queries you want to support

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...