PracHub
QuestionsCoachesLearningGuidesInterview Prep
|Home/ML System Design/Google

Design feedback-driven recommender

Last updated: Mar 29, 2026

Quick Overview

Design feedback-driven recommender evaluates ML product requirements, data/labeling, modeling, serving architecture, evaluation, monitoring, and trade-offs in a realistic interview setting. A strong answer states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.

  • hard
  • Google
  • ML System Design
  • Machine Learning Engineer

Design feedback-driven recommender

Company: Google

Role: Machine Learning Engineer

Category: ML System Design

Difficulty: hard

Interview Round: Onsite

##### Question Design an online learning or bandit-style recommendation system: at each interaction you must choose 1 item out of 4 candidates to show the user, receive immediate feedback, and update the model so that future selections improve over time. Detail model choice, feature engineering, feedback handling, exploration–exploitation strategy, and offline/online evaluation.

Quick Answer: Design feedback-driven recommender evaluates ML product requirements, data/labeling, modeling, serving architecture, evaluation, monitoring, and trade-offs in a realistic interview setting. A strong answer states assumptions, handles edge cases, explains trade-offs, and shows how to validate the result clearly.

Related Interview Questions

  • Design an app-store app recommendation system - Google (medium)
  • Design a chatbot over structured and unstructured data - Google (medium)
  • Design a fraud detection system - Google (medium)
  • Choose Fast or Cheap Models - Google
  • Design a Product or Video Recommendation System - Google (medium)
|Home/ML System Design/Google

Design feedback-driven recommender

Google logo
Google
Jul 29, 2025, 8:05 AM
hardMachine Learning EngineerOnsiteML System Design
19
0

Design feedback-driven recommender

Design: Contextual Bandit Recommendation with Online Learning

You are designing an online learning recommendation system. At each user interaction:

  • You receive exactly 4 candidate items from an upstream candidate generator.
  • You must choose exactly 1 item to show the user.
  • You receive immediate feedback (e.g., click or dwell time).
  • The model must update online so that future selections improve over time.

Provide a design that covers:

  1. Model choice (with justification) for a contextual bandit setup.
  2. Feature engineering for users, items, and context, including handling cold start.
  3. Feedback handling and reward definition, including delayed/implicit signals and logging for learning.
  4. Exploration–exploitation strategy and the selection algorithm.
  5. Offline evaluation methodology and online experimentation/monitoring.

State any minimal assumptions you need (e.g., feedback semantics, latency constraints), and make your design robust to non-stationarity and scale.

Constraints & Assumptions

  • Preserve the scope, facts, inputs, and requested outputs from the prompt above.
  • If the prompt leaves a detail unspecified, state a reasonable assumption before relying on it.
  • Keep the answer interview-ready: concise enough to present, but concrete enough to implement or evaluate.

Clarifying Questions to Ask

  • Clarify users, core use cases, read/write patterns, scale, latency, availability, and data retention.
  • State explicit assumptions before making sizing or architecture decisions.
  • Prioritize the functional path first, then address reliability, security, observability, and rollout.

What a Strong Answer Covers

  • A scoped requirements summary with concrete non-goals and success metrics.
  • ML-specific data, model, evaluation, serving, and monitoring choices.
  • Reasoned trade-offs among simple and scalable designs, including bottlenecks and failure modes.
  • A validation, monitoring, migration, and launch plan appropriate for the risk level.

Follow-up Questions

  • What breaks first at 10x traffic or data volume?
  • How would you degrade gracefully during dependency failures?
  • What metrics and alerts would prove the design is healthy after launch?

Submit Your Answer to Earn 20XP

Sign in to leave a comment

Loading comments...

Browse More Questions

More ML System Design•More Google•More Machine Learning Engineer•Google Machine Learning Engineer•Google ML System Design•Machine Learning Engineer ML System Design

Your design canvas — auto-saved

PracHub

Master your tech interviews with 8,000+ real questions from top companies.

Product

  • Questions
  • Learning Tracks
  • Interview Guides
  • Resources
  • Premium
  • For Universities
  • Student Access

Browse

  • By Company
  • By Role
  • By Category
  • Topic Hubs
  • SQL Questions
  • AI Coding Questions
  • Compare Platforms
  • Discord Community

Support

  • support@prachub.com
  • (916) 541-4762

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.