Skip to main content

Meta Interview Questions

Review this list of 663 Meta interview questions and answers verified by hiring managers and candidates.
  • Meta logoAsked at Meta 
    Technical Program Manager
    Product Design
  • "First let me try to understand the metric: when you say traffic to facebook marketplaces, you mean that number of people clicking on the marketplace tab or landing on the marketplace section has reduced. Am I right? Ok, here's my approach: I will first try to narrow down the scope of the problem by understanding what the details associated with the drop. Then I will try to hypothesize on what all could have caused it. Finally I will try to propose a solution basis the findings. Understanding th"

    Bhavana J. - "First let me try to understand the metric: when you say traffic to facebook marketplaces, you mean that number of people clicking on the marketplace tab or landing on the marketplace section has reduced. Am I right? Ok, here's my approach: I will first try to narrow down the scope of the problem by understanding what the details associated with the drop. Then I will try to hypothesize on what all could have caused it. Finally I will try to propose a solution basis the findings. Understanding th"See full answer

    Analytical
    Execution
  • Meta logoAsked at Meta 

    "Ask Clarifying Questions : A Podcast app is an app where artists/creators can upload their voice content and users are able to consume it. Is my understanding correct ? Yes Are we building this specifically for ios or android or web ? Consider ios and Android for now. Are we building the podcast app for a particular region like India ? Consider it a global launch What is the timeline that we are looking at? 6 months approximately Is it going to be an independent app or are we loo"

    Ishan M. - "Ask Clarifying Questions : A Podcast app is an app where artists/creators can upload their voice content and users are able to consume it. Is my understanding correct ? Yes Are we building this specifically for ios or android or web ? Consider ios and Android for now. Are we building the podcast app for a particular region like India ? Consider it a global launch What is the timeline that we are looking at? 6 months approximately Is it going to be an independent app or are we loo"See full answer

    Product Manager
    Product Design
  • "I think we can analyse the data that's collected especially the users who are requesting it.if we find that there are set of users who regularly use this service then we may cache the data for those users to speed up processing and better the experience. The fresh data (which will be a delta on the cached data can only be calculated) and the stale data can be left out thereby updating the cache"

    Nilanjan D. - "I think we can analyse the data that's collected especially the users who are requesting it.if we find that there are set of users who regularly use this service then we may cache the data for those users to speed up processing and better the experience. The fresh data (which will be a delta on the cached data can only be calculated) and the stale data can be left out thereby updating the cache"See full answer

    Technical Program Manager
    System Design
  • Meta logoAsked at Meta 

    "class TrieNode { constructor() { this.children = {}; this.isEndOfWord = false; } } class Trie { constructor() { this.root = new TrieNode(); } insert(word) { let node = this.root; for (const char of word) { if (!node.children[char]) { node.children[char] = new TrieNode(); } node = node.children[char]; } node.isEndOfWord = true; } search(word) { l"

    Tiago R. - "class TrieNode { constructor() { this.children = {}; this.isEndOfWord = false; } } class Trie { constructor() { this.root = new TrieNode(); } insert(word) { let node = this.root; for (const char of word) { if (!node.children[char]) { node.children[char] = new TrieNode(); } node = node.children[char]; } node.isEndOfWord = true; } search(word) { l"See full answer

    Data Engineer
    Data Structures & Algorithms
    +3 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta logoAsked at Meta 

    "Clarification Am I the PM for overall Xbox or certain part of the Xbox team? Interview (I): let's assume you own the overall Xbox product Are there particular user segments that the MSFT Gaming division is trying to focus on as their strategy? I: nothing in particular, why don't you tell me where we should focus? What are some challenges that Xbox have been facing? (ie revenue from xbox hardware purchase? xbox live subscription purchase? engagement?) I: nothing in pa"

    Mark - "Clarification Am I the PM for overall Xbox or certain part of the Xbox team? Interview (I): let's assume you own the overall Xbox product Are there particular user segments that the MSFT Gaming division is trying to focus on as their strategy? I: nothing in particular, why don't you tell me where we should focus? What are some challenges that Xbox have been facing? (ie revenue from xbox hardware purchase? xbox live subscription purchase? engagement?) I: nothing in pa"See full answer

    Analytical
    Concept
    +1 more
  • Meta logoAsked at Meta 

    "This is a typical Favorite Product question. Since no constraints were offered, feel free to pick any product you like! Let's go over the Favorite Product formula before we begin: Choose a product and briefly explain what it is Who are the users? What are their pain points? How did competitors solve it in the past? How does this product address these pain points differently and better? How would you improve it/make it better? Summarize Let's"

    Exponent - "This is a typical Favorite Product question. Since no constraints were offered, feel free to pick any product you like! Let's go over the Favorite Product formula before we begin: Choose a product and briefly explain what it is Who are the users? What are their pain points? How did competitors solve it in the past? How does this product address these pain points differently and better? How would you improve it/make it better? Summarize Let's"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 

    "Clarifying Questions: There are several different types of therapists, do you have a particular therapist in mind? Like Mental health, physical health, food and nutrition etc? Reply: You can decide And do we know what country are we building this product, since that will help me narrow down the scope of the product? Reply: USA Approach: Define the product vision and the goal that we want to achieve Target Audience is for this particular product What problems do these user currently"

    Darshak S. - "Clarifying Questions: There are several different types of therapists, do you have a particular therapist in mind? Like Mental health, physical health, food and nutrition etc? Reply: You can decide And do we know what country are we building this product, since that will help me narrow down the scope of the product? Reply: USA Approach: Define the product vision and the goal that we want to achieve Target Audience is for this particular product What problems do these user currently"See full answer

    Product Manager
    Product Design
    +1 more
  • "Firstly, I would need to ask some clarifying questions: What is the goal for this app? Is it for purely education purposes or it is for improving grades? What age of kids are we talking about? Assuming most parts of the world kids go to kindergarten at age of 5. I am assuming we can have a few segments here. From ages 3-6 or ages 7-12. What country is this for, or it is for global? I would assume the following since nobody is replying in this case: The goal is for improving grades"

    Lewis G. - "Firstly, I would need to ask some clarifying questions: What is the goal for this app? Is it for purely education purposes or it is for improving grades? What age of kids are we talking about? Assuming most parts of the world kids go to kindergarten at age of 5. I am assuming we can have a few segments here. From ages 3-6 or ages 7-12. What country is this for, or it is for global? I would assume the following since nobody is replying in this case: The goal is for improving grades"See full answer

    Product Design
  • Meta logoAsked at Meta 

    "I tried taking a shot at this in 20 mins and typed out a solution. Why? Mission: build communities and bring people closer together Birthdays - help you connect with friends once an year, restart a conversation and bring people together. It also brings your broader friends and family closer to celebrate and builds communities . User: Birthday person Posts their birthday as public info FB reminds friends and family about the day On the day they get posts to"

    Spring C. - "I tried taking a shot at this in 20 mins and typed out a solution. Why? Mission: build communities and bring people closer together Birthdays - help you connect with friends once an year, restart a conversation and bring people together. It also brings your broader friends and family closer to celebrate and builds communities . User: Birthday person Posts their birthday as public info FB reminds friends and family about the day On the day they get posts to"See full answer

    Product Manager
    Product Design
  • "FB Vision: To empower users to build communities and bring the world closer together Reactions Product Goal: To enable users to express them in a quick and easy manner on posts / comments / videos / photos etc. and hence bringing the world closer. Currently only "Like" option is there which indicates to the creators that users like your posts. User Personas Content Creators Pain Points Single Reaction Option: Only users who like the content are able to use the reactions f"

    P D. - "FB Vision: To empower users to build communities and bring the world closer together Reactions Product Goal: To enable users to express them in a quick and easy manner on posts / comments / videos / photos etc. and hence bringing the world closer. Currently only "Like" option is there which indicates to the creators that users like your posts. User Personas Content Creators Pain Points Single Reaction Option: Only users who like the content are able to use the reactions f"See full answer

    Analytical
    Execution
  • Meta logoAsked at Meta 

    "Load Balancer to multiple API Servers, pub sub system to publish user events, Game Engine Service, Write through cache and NoSQL DB. HTTP Long Polling to get user status updates"

    gdecuri - "Load Balancer to multiple API Servers, pub sub system to publish user events, Game Engine Service, Write through cache and NoSQL DB. HTTP Long Polling to get user status updates"See full answer

    Engineering Manager
    Product Design
    +1 more
  • Meta logoAsked at Meta 
    +3

    "My roles included: ➢ B2B Sales of sanitary ware products to clients ➢ Sourcing of New Businesses and Managing Existing Clients ➢ Responsible for managing sales unit ➢ Developing new sales lead to meet set target. ➢ Project Management Skills: Online Sales Management · Sales Management · Customer Engagement · Sales Operations · Direct Sales · B2B Marketing"

    Jerry D. - "My roles included: ➢ B2B Sales of sanitary ware products to clients ➢ Sourcing of New Businesses and Managing Existing Clients ➢ Responsible for managing sales unit ➢ Developing new sales lead to meet set target. ➢ Project Management Skills: Online Sales Management · Sales Management · Customer Engagement · Sales Operations · Direct Sales · B2B Marketing"See full answer

    Machine Learning Engineer
    Behavioral
    +2 more
  • Meta logoAsked at Meta 

    "Clarifying Questions: When you say Language Learning app, you're referring to a user wanting to learn a new language through a Meta property - not NLP tech correct? -- Yes Is this a stand-alone app, or part of Facebook or another Meta app? -- You choose Are there any restrictions like budget, or time for this learning app? -- Nope. Give me a moment to think about how I want to structure this answer: Mission // Goal of Language Learning App Competition Audience Segments Pain Points "

    Brody C. - "Clarifying Questions: When you say Language Learning app, you're referring to a user wanting to learn a new language through a Meta property - not NLP tech correct? -- Yes Is this a stand-alone app, or part of Facebook or another Meta app? -- You choose Are there any restrictions like budget, or time for this learning app? -- Nope. Give me a moment to think about how I want to structure this answer: Mission // Goal of Language Learning App Competition Audience Segments Pain Points "See full answer

    Product Manager
    System Design
  • Meta logoAsked at Meta 
    Product Design
    System Design
  • Meta logoAsked at Meta 

    "Firstly lets note down the ways of monetization - Promotional Ads Paid Filters and AR effects Influencer promotional fee Instagram Additional Tools for Creators - subscription basis (analytics and management) > many influencers also run their own promotional campaigns to gain more and more followers on their handles - Instagram can use this opportunity (e-commerce sites ranking algorithm of different items/sellers) > promotional ads can affect slightly on user engagement but accord"

    Aniket B. - "Firstly lets note down the ways of monetization - Promotional Ads Paid Filters and AR effects Influencer promotional fee Instagram Additional Tools for Creators - subscription basis (analytics and management) > many influencers also run their own promotional campaigns to gain more and more followers on their handles - Instagram can use this opportunity (e-commerce sites ranking algorithm of different items/sellers) > promotional ads can affect slightly on user engagement but accord"See full answer

    Product Manager
    Product Design
    +1 more
  • Meta logoAsked at Meta 

    "Problem: Facebook Jobs has seen a 20% increase in job listings, but employer response time to applicants has decreased by 20%. Goal: Investigate and address the decrease in employer response time. Assumptions and Clarifying Questions: Scope: Is this issue internal to Facebook or affecting external users? Timeline: Analyzing data from the past 6 months is assumed to be sufficient. Response Time Definition: Clarify the precise definition of "response time" (e.g."

    Atharva P. - "Problem: Facebook Jobs has seen a 20% increase in job listings, but employer response time to applicants has decreased by 20%. Goal: Investigate and address the decrease in employer response time. Assumptions and Clarifying Questions: Scope: Is this issue internal to Facebook or affecting external users? Timeline: Analyzing data from the past 6 months is assumed to be sufficient. Response Time Definition: Clarify the precise definition of "response time" (e.g."See full answer

    Product Strategy
    Program Sense
  • Meta logoAsked at Meta 

    "Fast food service Good service application."

    Amit S. - "Fast food service Good service application."See full answer

    Product Manager
    Analytical
    +2 more
Showing 461-480 of 663