InterviewStack.io LogoInterviewStack.io

Stream Processing and Event Streaming Questions

Building on event-streaming platforms: Kafka and message queues, event sourcing, partitioning, consumer groups, exactly-once vs at-least-once delivery, and windowing. Covers handling late and out-of-order events, watermarks, and stateful stream operators. The core skill for real-time data engineering.

HardSystem Design
38 practiced

Design a real-time model-serving path that consumes an event stream, batches inference requests onto a GPU, and writes predictions back to a downstream topic or store. What determines your batching window, and how do you bound the added latency it introduces?

That is every published Stream Processing and Event Streaming question for Applied Scientist so far. Browse the other topics in this category, or practice this one interactively.