Event Recommendation System

Problem Statement

Design a location-based event recommendation system similar to Eventbrite’s or Yelp, which should personalize the experience.

Read more

People You May Konw

Problem Statement

People You May Know (PYMK) is a list of users with whom you may want to connect based on things you have in common, such as a mutual friend, school, or workplace.

Read more

Entity Linking System

Problem Statement

Given a text and knowledge base, find all the entity mentions in the text(Recognize) and then link them to the corresponding correct entry in the knowledge base(Disambiguate).

Read more

Search Engine

Clarifications/Functional Requirements

  • Scope: general search or specialized search? web search or search on social media platform?
  • Freshness: real-time search means incorporating trending queries and sources
  • Personalization: logged-in user or not, location, search history

Key challenages: maximize relevance while minimize latency

Nonfunctional requirements

  • Scale: number of websites? QPS (queries per second)?
Read more