InterviewStack.io LogoInterviewStack.io

ML Feature Pipelines and Feature Stores Questions

Data infrastructure for machine learning: feature pipelines, feature stores, online/offline consistency, training-serving skew, and data preparation for models. Covers building reliable feature platforms and preventing leakage in the data path feeding models. The data-engineering-for-ML topic.

MediumTechnical
43 practiced

You need low-latency online feature retrieval. Compare Redis, Cassandra, and DynamoDB as backing stores for an online feature store. For each, discuss latency, throughput, consistency model, scaling characteristics, operational burden, cost, and suitability for high-cardinality entities.

HardSystem Design
39 practiced

Design an online feature retrieval service to achieve median latency under 5ms at 100,000 requests per second. Cover data store choice, multi-region caching, cache warming, hotspot mitigation, consistency model, load balancing, handling high write throughput from upstream streaming jobs, and how you would measure and maintain tail latency.

EasyTechnical
42 practiced

What is Change Data Capture (CDC)? Name at least two commonly used CDC tools and outline how you would integrate CDC events into a downstream feature pipeline while preserving low latency and correctness.

EasyTechnical
32 practiced

Explain schema evolution: what it is, why it matters for feature pipelines, and how commonly used serialization formats (Avro, Parquet, Protobuf) support it. Describe a process for handling a breaking schema change in a production streaming pipeline that has multiple downstream consumers.

EasyTechnical
32 practiced

Explain watermarking and windowing in stream processing for feature computation. Define tumbling, sliding, and session windows and give a short example of each (for example: tumbling for hourly aggregates, sliding for rolling counts, session for bursts of user activity).

Unlock Full Question Bank

Get access to hundreds of ML Feature Pipelines and Feature Stores interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.