PracHub
QuestionsPremiumLearningGuidesInterview PrepNEWCoaches
|Home/ML System Design/Meta

Design place-of-interest ML system

Last updated: Mar 29, 2026

Quick Overview

This question evaluates proficiency in designing large-scale ML recommendation systems, covering personalization, freshness, low-latency serving, data and feature engineering, training and serving pipelines, exploration/exploitation strategies, evaluation metrics, and trust-and-safety considerations.

  • hard
  • Meta
  • ML System Design
  • Software Engineer

Design place-of-interest ML system

Company: Meta

Role: Software Engineer

Category: ML System Design

Difficulty: hard

Interview Round: Onsite

Design a machine learning system that recommends places of interest (POIs) to users. Specify: (a) product goals and key requirements (personalization, freshness, latency, scale), (b) data sources (map metadata, reviews, check-ins, GPS pings, events), labeling strategy (defining positives, counterfactual logging, debiasing for position/exposure), and feature sets (user, POI, context, interaction, geographic features), (c) a two-stage architecture with candidate generation (e.g., embeddings/ANN) and ranking (e.g., GBDT or deep models), plus a re-ranker for diversity/novelty, (d) training pipeline (batch + streaming updates, feature store, backfills) and online serving (feature retrieval, caching, latency budgets, fallbacks), (e) exploration/exploitation strategy (bandits or epsilon-greedy) for cold start and long-term learning, (f) evaluation plan with offline metrics (AUC, NDCG, coverage) and online A/B metrics (CTR, save/visit rate, dwell), and (g) privacy, abuse/spam prevention, and geo-specific fairness considerations.

Quick Answer: This question evaluates proficiency in designing large-scale ML recommendation systems, covering personalization, freshness, low-latency serving, data and feature engineering, training and serving pipelines, exploration/exploitation strategies, evaluation metrics, and trust-and-safety considerations.

Related Interview Questions

  • Design an Automated Ticket Investigation Agent - Meta (hard)
  • Prevent Private Code Leakage in Coding Agents - Meta (medium)
  • Design a Code Review Agent - Meta (medium)
  • Design Place Recommendation System - Meta (medium)
  • Design a Short-Video Recommendation System - Meta (medium)
Meta logo
Meta
Jul 17, 2025, 12:00 AM
Software Engineer
Onsite
ML System Design
7
0

Design a POI (Places of Interest) Recommendation System

Context

Design a global POI recommender for a mobile maps/feed product that suggests nearby places (e.g., restaurants, attractions) across surfaces such as a home feed, map viewport, and search results. The system must support personalization, freshness, and high scale while meeting strict latency targets.

Specify

(a) Product goals and key requirements:

  • Personalization: individualized to user tastes, intents, and context
  • Freshness: reflect open/closed status, trending, events, new places
  • Latency: responsive on mobile; include p50/p95 budgets
  • Scale: global POIs, high QPS, multi-region deployment

(b) Data and features:

  • Data sources: map metadata, reviews, check-ins, GPS pings, events
  • Labeling strategy: define positives/negatives, counterfactual logging, debias for position/exposure
  • Feature sets: user, POI, context, interaction, geographic features

(c) Architecture:

  • Two-stage retrieval: candidate generation (embeddings/ANN) and ranking (GBDT or deep)
  • Re-ranker for diversity and novelty

(d) Training and serving:

  • Batch + streaming updates, feature store, backfills
  • Online serving: feature retrieval, caching, latency budgets, fallbacks

(e) Exploration/exploitation:

  • Strategy (e.g., bandits, epsilon-greedy) for cold start and long-term learning

(f) Evaluation plan:

  • Offline metrics (AUC, NDCG, coverage)
  • Online A/B metrics (CTR, save/visit rate, dwell)

(g) Trust & safety:

  • Privacy, abuse/spam prevention, geo-specific fairness considerations

Solution

Show

Comments (0)

Sign in to leave a comment

Loading comments...

Browse More Questions

More ML System Design•More Meta•More Software Engineer•Meta Software Engineer•Meta ML System Design•Software Engineer ML System Design
PracHub

Master your tech interviews with 7,500+ 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
  • Compare Platforms
  • Discord Community

Support

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

Legal

  • Privacy Policy
  • Terms of Service
  • About Us

© 2026 PracHub. All rights reserved.