Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Design a Personalized Product Recommender

HardSystem Design00:00
I
Practice interviewer
In session
5 left
00:00

Your question is Design a Personalized Product Recommender. 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 personalized recommendation system for a large e-commerce marketplace. The system powers the home feed and product detail page recommendations, and it is expected to improve conversion, basket size, and repeat engagement. Users should see relevant products based on their behavior, context, and catalog changes, while new products must become discoverable quickly. The system must operate reliably in production and support rapid iteration by data science and engineering teams.

Scale

SignalValue
DAU18M
Peak recommendation QPS85K
Active product catalog120M SKUs
New or updated products/day3M
Per-request latency budget (p99)180ms
Average candidates scored/request5K

Question

How would you design this end-to-end machine learning system for production, including the data pipeline, model stages, serving architecture, evaluation approach, and how you would handle drift, skew, and operational failures at scale?