Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Design Real-Time Feature Pipeline

HardPipelines00:00
Practice interviewer
In session
5 left
00:00

Your question is Design Real-Time Feature Pipeline. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Scenario

You are designing a real-time data pipeline for a creator analytics platform that wants to power in-product alerts, trending signals, and recommendation features from fresh engagement data. Today, most metrics are computed in batch, so end users see delays of several hours between a new video event and updated insights. Product and leadership have escalated because creators expect near-real-time feedback on views, watch velocity, and subscriber changes. You need a pipeline that can process streaming events reliably while still supporting replay, backfills, and downstream warehouse analytics.

Current State

ComponentStatus / Technology
Event SourcesWeb app events, backend APIs, third-party platform webhooks
IngestionREST collectors writing JSON to Kafka
ProcessingNightly Spark batch jobs only
StorageS3 data lake and Snowflake warehouse
OrchestrationApache Airflow 2.x
ServingInternal APIs and dashboards read from Snowflake

Scale: ~120K events/sec peak, ~25K avg, 1.5-3 KB/event, 2.5B events/day, freshness target <2 minutes for feature updates, 30-day replay capability, 99.9% pipeline availability.

Question

How would you design this real-time pipeline end to end so that fresh engagement features are available within two minutes while preserving data quality, replayability, and operational simplicity? Explain the architecture and the trade-offs you would make between streaming, batch recovery, and warehouse serving.