PracHub
QuestionsPremiumCoachesLearningGuidesInterview Prep
|Home/System Design/Atlassian

Design a Data Stream Processor

Last updated: Mar 29, 2026

Quick Overview

This question evaluates the ability to design real-time data stream processing systems, testing competencies such as high-throughput ingestion, event validation and filtering, deduplication, partitioning and ordering, failure handling and replay, backpressure and scaling, storage strategies, and operational monitoring.

  • easy
  • Atlassian
  • System Design
  • Software Engineer

Design a Data Stream Processor

Company: Atlassian

Role: Software Engineer

Category: System Design

Difficulty: easy

Interview Round: Technical Screen

Design a real-time data stream processing system for application events. Each incoming event contains fields such as `event_id`, `creator_id`, `event_type`, `event_time`, and `payload`. The system must ingest events at high throughput, validate them, discard bad events, and forward valid events to downstream consumers. Examples of bad events include: - missing or malformed required fields - invalid or blocked creators - timestamps outside an allowed window - duplicate `event_id` values Your design should cover: - how producers send events into the system - the ingestion and buffering layer - validation and filtering logic - deduplication strategy - partitioning and ordering - failure handling and replay - backpressure and scaling - storage of valid and invalid events - monitoring and operational visibility

Quick Answer: This question evaluates the ability to design real-time data stream processing systems, testing competencies such as high-throughput ingestion, event validation and filtering, deduplication, partitioning and ordering, failure handling and replay, backpressure and scaling, storage strategies, and operational monitoring.

Related Interview Questions

  • Design a distributed rate limiter service - Atlassian (medium)
  • Design a simple greeting-card web app - Atlassian (medium)
  • Design a scalable chatbot platform - Atlassian (medium)
  • Diagnose why a scaled system became slow - Atlassian (medium)
  • Store a hierarchy and return all children - Atlassian (medium)
Atlassian logo
Atlassian
Feb 9, 2026, 12:00 AM
Software Engineer
Technical Screen
System Design
1
0
Loading...

Design a real-time data stream processing system for application events.

Each incoming event contains fields such as event_id, creator_id, event_type, event_time, and payload. The system must ingest events at high throughput, validate them, discard bad events, and forward valid events to downstream consumers.

Examples of bad events include:

  • missing or malformed required fields
  • invalid or blocked creators
  • timestamps outside an allowed window
  • duplicate event_id values

Your design should cover:

  • how producers send events into the system
  • the ingestion and buffering layer
  • validation and filtering logic
  • deduplication strategy
  • partitioning and ordering
  • failure handling and replay
  • backpressure and scaling
  • storage of valid and invalid events
  • monitoring and operational visibility

Solution

Show

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

More System Design•More Atlassian•More Software Engineer•Atlassian Software Engineer•Atlassian System Design•Software Engineer System Design
PracHub

Master your tech interviews with 8,000+ 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.