PracHub
QuestionsPremiumLearningGuidesInterview PrepCoaches
|Home/System Design/Axon

Design device logging system with offline upload

Last updated: Mar 29, 2026

Quick Overview

This System Design question evaluates a candidate's ability to architect a distributed logging and ingestion system that supports offline buffering, reliable uploads, and near-real-time visibility; it belongs to the System Design/distributed systems domain and requires architectural-level reasoning about end-to-end data flows, APIs, storage, and UI integration. It is commonly asked because interviewers use it to assess scalability and reliability thinking under intermittent connectivity, burst traffic handling, ordering and deduplication concerns, latency guarantees, and trade-offs between consistency, durability, and operational cost.

  • medium
  • Axon
  • System Design
  • Software Engineer

Design device logging system with offline upload

Company: Axon

Role: Software Engineer

Category: System Design

Difficulty: medium

Interview Round: Technical Screen

Design a logging system that collects logs from many client devices, uploads them to the backend, and makes them viewable in a web UI within 3–5 minutes of being generated (when connectivity allows). Requirements: - Devices generate logs continuously (structured or unstructured text). - Devices may be offline for extended periods; when they reconnect, they must upload accumulated logs reliably. - Provide a UI (and supporting APIs) to browse/search/filter logs by device, time range, severity, etc. - Target freshness: logs should appear in the UI within 3–5 minutes after being generated if the device is online; if offline, they should appear within ~3–5 minutes after reconnection and successful upload. Follow-ups: 1) How does your design handle devices that have no internet connectivity for a while (offline buffering, reliability, deduplication, ordering)? 2) If many devices come online and start uploading at the same time (e.g., 6 PM daily), how does your design handle the traffic surge (throttling, autoscaling, load shedding, prioritization)?

Quick Answer: This System Design question evaluates a candidate's ability to architect a distributed logging and ingestion system that supports offline buffering, reliable uploads, and near-real-time visibility; it belongs to the System Design/distributed systems domain and requires architectural-level reasoning about end-to-end data flows, APIs, storage, and UI integration. It is commonly asked because interviewers use it to assess scalability and reliability thinking under intermittent connectivity, burst traffic handling, ordering and deduplication concerns, latency guarantees, and trade-offs between consistency, durability, and operational cost.

Related Interview Questions

  • Design fulfillment truck routing and inventory system - Axon (medium)
  • Design camera-footage upload with custody chain - Axon (medium)
  • Design an image-to-multilanguage translator - Axon (medium)
  • Design a Test Orchestration System - Axon (medium)
  • Design an airline booking system - Axon (hard)
Axon logo
Axon
Feb 6, 2026, 12:00 AM
Software Engineer
Technical Screen
System Design
19
0

Design a logging system that collects logs from many client devices, uploads them to the backend, and makes them viewable in a web UI within 3–5 minutes of being generated (when connectivity allows).

Requirements:

  • Devices generate logs continuously (structured or unstructured text).
  • Devices may be offline for extended periods; when they reconnect, they must upload accumulated logs reliably.
  • Provide a UI (and supporting APIs) to browse/search/filter logs by device, time range, severity, etc.
  • Target freshness: logs should appear in the UI within 3–5 minutes after being generated if the device is online; if offline, they should appear within ~3–5 minutes after reconnection and successful upload.

Follow-ups:

  1. How does your design handle devices that have no internet connectivity for a while (offline buffering, reliability, deduplication, ordering)?
  2. If many devices come online and start uploading at the same time (e.g., 6 PM daily), how does your design handle the traffic surge (throttling, autoscaling, load shedding, prioritization)?

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

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