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
53 practiced

Scenario: Your streaming engine's state store is growing without bound and causing OOM and long GC pauses. Describe immediate mitigations and long-term strategies: state compaction, TTL eviction, checkpointing, incremental snapshots, windowing changes, and architectural alternatives (e.g., external state store).

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.

MediumTechnical
44 practiced

The top 0.1% of user IDs receive 90% of read traffic for a set of online features, saturating the online store (a hot-key problem). Propose a multi-pronged mitigation strategy and analyze the cost and complexity trade-offs of the techniques you choose.

MediumTechnical
34 practiced

Explain how watermarking choices trade off completeness against latency when handling late-arriving events. Contrast an aggressive watermark policy with a conservative one, and describe the practical consequences for emitted aggregates and storage.

EasyTechnical
40 practiced

Describe the three delivery-semantics options in stream processing: at-most-once, at-least-once, and exactly-once. For each, give a practical example and explain how you would achieve or approximate that guarantee using a technology stack such as Kafka producers/consumers with Spark Structured Streaming or Flink, including the role of checkpointing and idempotent sinks.

Unlock Full Question Bank

Get access to all 20 ML Feature Pipelines and Feature Stores interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.