This question evaluates modeling judgment in machine learning, covering problem framing (regression versus classification), baseline model and metric selection, interpretation of feature or class distribution differences, and cold-start strategies for users, items, and regions.
You are given a dataset with one input feature x and a target y. The interviewer asks: “How would you model this?”
Later, you are shown a plot with two distributions (e.g., distribution of a feature for two groups/classes, or train vs. production) and asked to interpret what it implies.
Finally, you are asked several cold-start questions.
Assume you care about both predictive quality and production robustness.