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 

    "Methodology: Clarify some of the terms in our question List high level causes based on the category and gather context information, rule out the ones that have low probability or out of scope Drill down the causes and establish a few hypotyhesis Investigate and test the hypothesis I have and try to fix the problem Clarify questions: Define FB logins: through 3rd party Apps, Assuming our data is accurate, double check with 3rd party Apps that our understanding is correct/ or cr"

    Pm E. - "Methodology: Clarify some of the terms in our question List high level causes based on the category and gather context information, rule out the ones that have low probability or out of scope Drill down the causes and establish a few hypotyhesis Investigate and test the hypothesis I have and try to fix the problem Clarify questions: Define FB logins: through 3rd party Apps, Assuming our data is accurate, double check with 3rd party Apps that our understanding is correct/ or cr"See full answer

    Analytical
    Execution
  • "Some clarifying questions: Is this going to be a part of exciting Meta product or completely new one? you choose Is there a particular sport or range of sports that the product should cater to? all sports, should be agnostic. What is "athletes"? pros? amateurs? fitness enthusiasts? you can decide Is there a specific problems or challenges faced by athletes does he want the product to address? feel free to make assumptions Is there a specific goal that we want to achieve"

    R K. - "Some clarifying questions: Is this going to be a part of exciting Meta product or completely new one? you choose Is there a particular sport or range of sports that the product should cater to? all sports, should be agnostic. What is "athletes"? pros? amateurs? fitness enthusiasts? you can decide Is there a specific problems or challenges faced by athletes does he want the product to address? feel free to make assumptions Is there a specific goal that we want to achieve"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 

    "Created a solution for remote online learning app on the lines of coursera and also made a option for live streaming classes . Uni admin creates uni account, courses, adds instructors; instructors can create content , give classes ; student searches, enrols, consumes content. Used micro services architecture with APIs for all functions, RDBMS, NoSQL , indexed with redis and elastic."

    Sneha D. - "Created a solution for remote online learning app on the lines of coursera and also made a option for live streaming classes . Uni admin creates uni account, courses, adds instructors; instructors can create content , give classes ; student searches, enrols, consumes content. Used micro services architecture with APIs for all functions, RDBMS, NoSQL , indexed with redis and elastic."See full answer

    Technical Program Manager
    Product Design
    +1 more
  • Meta logoAsked at Meta 
    Data Scientist
    Analytical
  • "Clarified on definition of hyperlocal - Defined it as a community of people in a 2-3 km radius and assumed geography as India Talked about different type of community needs in a hyperlocal space - public services, local grocery delivery, food delivery, parcel delivery, making new friends for shared interests like playing badminton (Prioritised public services since it was underserved with respect to things like sewage cleaning, electricity outage in an area, community traffic problems, water"

    KAI - "Clarified on definition of hyperlocal - Defined it as a community of people in a 2-3 km radius and assumed geography as India Talked about different type of community needs in a hyperlocal space - public services, local grocery delivery, food delivery, parcel delivery, making new friends for shared interests like playing badminton (Prioritised public services since it was underserved with respect to things like sewage cleaning, electricity outage in an area, community traffic problems, water"See full answer

    Product Manager
    Product Design
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta logoAsked at Meta 
    +1

    "depending on project phase, apply various methodologies. scrum for app dev, waterfall for data migration, Testing (TDD for dev, FUT FiT for manual, UAT) , OCM has it own methodology ."

    Sayee M. - "depending on project phase, apply various methodologies. scrum for app dev, waterfall for data migration, Testing (TDD for dev, FUT FiT for manual, UAT) , OCM has it own methodology ."See full answer

    Technical Program Manager
    Analytical
    +2 more
  • +1

    "Clarification questions Events product - Is that events tools in FB where people can create events and invite people to participate OR a section in FB for specific local/country events so that people can go in and view what others are talking about a specific event and what's going on in local neighborhood. ie think of a section in FB for halloween. People can visit events page for halloween and see where local parties are happening, promotions etc. FB Algorithm will auto curate event spec"

    Mahesh M. - "Clarification questions Events product - Is that events tools in FB where people can create events and invite people to participate OR a section in FB for specific local/country events so that people can go in and view what others are talking about a specific event and what's going on in local neighborhood. ie think of a section in FB for halloween. People can visit events page for halloween and see where local parties are happening, promotions etc. FB Algorithm will auto curate event spec"See full answer

    Analytical
    Execution
  • Meta logoAsked at Meta 

    "Just to preface - I've actually worked in the non-profit space previously, so I have some experience in this problem area. Clarifying questions: Is this within the Facebook app itself/integrations across the FoA’s ? Or is this going to be a standalone product? Assume: Charity function built within Facebook. Clarifying Question: Are we okay to constrain this to the US region? There may be tax implications outside of the US we aren’t strongly familiar with and so easier to focus on U"

    Anonymous Pelican - "Just to preface - I've actually worked in the non-profit space previously, so I have some experience in this problem area. Clarifying questions: Is this within the Facebook app itself/integrations across the FoA’s ? Or is this going to be a standalone product? Assume: Charity function built within Facebook. Clarifying Question: Are we okay to constrain this to the US region? There may be tax implications outside of the US we aren’t strongly familiar with and so easier to focus on U"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 

    "Problem: Given a modified binary tree, where each node also has a pointer to it's parent, find the first common ancestor of two nodes. Answer: As it happens, the structure that we're looking at is actually a linked list (one pointer up), so the problem is identical to trying to find if two linked lists share a common node. How this works is by stacking the two chains of nodes together so they're the same length. chain1 = node1 chain2= node2 while True: chain1 = chain1.next chain2=chain"

    Michael B. - "Problem: Given a modified binary tree, where each node also has a pointer to it's parent, find the first common ancestor of two nodes. Answer: As it happens, the structure that we're looking at is actually a linked list (one pointer up), so the problem is identical to trying to find if two linked lists share a common node. How this works is by stacking the two chains of nodes together so they're the same length. chain1 = node1 chain2= node2 while True: chain1 = chain1.next chain2=chain"See full answer

    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • Meta logoAsked at Meta 

    "We've identified the problem as a Design a Product question. Use the following framework for tackling these types of questions: Ask Clarifying Questions Identify users, behaviors, and pain points State product goal Identify current solutions Brainstorm new solutions Evaluate solutions Measure success Summarize We'll go through each of these step by step. Ask Clarifying Questions The PM interview isn't about your ability to come up w"

    Exponent - "We've identified the problem as a Design a Product question. Use the following framework for tackling these types of questions: Ask Clarifying Questions Identify users, behaviors, and pain points State product goal Identify current solutions Brainstorm new solutions Evaluate solutions Measure success Summarize We'll go through each of these step by step. Ask Clarifying Questions The PM interview isn't about your ability to come up w"See full answer

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

    "What is the goal of FB as a company, how does marketplace help. Who are the different users (Sellers and buyers. Also mention advertisers). Sellers can be artists or small/ home business owners. they also also be infrequent sellers who come to FB marketplace when they are moving cities or moving to a new location. Buyers can be low and high engagement. We will focus on sellers - if more sellers come on the platform, it will attract buyers, generate sales, and spin the flywheel. Also, if a sel"

    Neha A. - "What is the goal of FB as a company, how does marketplace help. Who are the different users (Sellers and buyers. Also mention advertisers). Sellers can be artists or small/ home business owners. they also also be infrequent sellers who come to FB marketplace when they are moving cities or moving to a new location. Buyers can be low and high engagement. We will focus on sellers - if more sellers come on the platform, it will attract buyers, generate sales, and spin the flywheel. Also, if a sel"See full answer

    Product Manager
    Analytical
    +2 more
  • Meta logoAsked at Meta 
    +9

    "from typing import List def traprainwater(height: List[int]) -> int: if not height: return 0 l, r = 0, len(height) - 1 leftMax, rightMax = height[l], height[r] res = 0 while l < r: if leftMax < rightMax: l += 1 leftMax = max(leftMax, height[l]) res += leftMax - height[l] else: r -= 1 rightMax = max(rightMax, height[r]) "

    Anonymous Roadrunner - "from typing import List def traprainwater(height: List[int]) -> int: if not height: return 0 l, r = 0, len(height) - 1 leftMax, rightMax = height[l], height[r] res = 0 while l < r: if leftMax < rightMax: l += 1 leftMax = max(leftMax, height[l]) res += leftMax - height[l] else: r -= 1 rightMax = max(rightMax, height[r]) "See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • Meta logoAsked at Meta 
    Product Manager
    Analytical
    +1 more
  • "Yes, I have had to make the difficult decision to terminate an employee for low performance. As a manager, my primary goal is to build a high-performing and cohesive team. While I believe in providing ample support and opportunities for growth, there are instances when an employee’s performance does not meet the required standards despite multiple interventions. There was a data engineer on my team, let’s call him Mike, whose performance had been consistently below expectations for several mon"

    Scott S. - "Yes, I have had to make the difficult decision to terminate an employee for low performance. As a manager, my primary goal is to build a high-performing and cohesive team. While I believe in providing ample support and opportunities for growth, there are instances when an employee’s performance does not meet the required standards despite multiple interventions. There was a data engineer on my team, let’s call him Mike, whose performance had been consistently below expectations for several mon"See full answer

    Behavioral
  • Meta logoAsked at Meta 

    "Structure Why should we build this? + market, company, product, trends Users Painpoints Solutions Summary Clarify company - 0 to 1 Why should build this Market factors Size and opportunity (tam) sizeable market - billions of dollars in TAM Competitors (1) governments (2) parkmobile (3) vendors for each parking lot (parking structures / lots, man people) Strengths Parkmobile - available anywh"

    Karthik M. - "Structure Why should we build this? + market, company, product, trends Users Painpoints Solutions Summary Clarify company - 0 to 1 Why should build this Market factors Size and opportunity (tam) sizeable market - billions of dollars in TAM Competitors (1) governments (2) parkmobile (3) vendors for each parking lot (parking structures / lots, man people) Strengths Parkmobile - available anywh"See full answer

    Product Manager
    Product Design
    +1 more
  • Technical Program Manager
    Program Sense
  • Meta logoAsked at Meta 

    "Clarifying questions What do you mean by app for gardening? E-commerce kind of app for buying selling or tutorial or something else? Up to me. What is the goal of this app? Getting users and increasing engagement Who are we? startup What is the time frame we are looking at for this? No constraints Where are we looking to implement this? Start with India. User segments Type: Commercial, Personal Plant Parent: New, medium, Old Profession: Student, Working Professional, Stay"

    Namrata L. - "Clarifying questions What do you mean by app for gardening? E-commerce kind of app for buying selling or tutorial or something else? Up to me. What is the goal of this app? Getting users and increasing engagement Who are we? startup What is the time frame we are looking at for this? No constraints Where are we looking to implement this? Start with India. User segments Type: Commercial, Personal Plant Parent: New, medium, Old Profession: Student, Working Professional, Stay"See full answer

    Product Manager
    Product Design
  • "Improving the parking experience as a Google Maps PM is a challenging and interesting task that requires understanding the user needs, pain points, and goals. Here are some of my ideas for how to improve the parking experience on Google Maps: Provide real-time parking availability and prices: One of the main challenges for drivers is finding a parking spot that is available, convenient, and affordable. Google Maps could use data from various sources, such as sensors, cameras, or crowdsourc"

    Anonymous Dove - "Improving the parking experience as a Google Maps PM is a challenging and interesting task that requires understanding the user needs, pain points, and goals. Here are some of my ideas for how to improve the parking experience on Google Maps: Provide real-time parking availability and prices: One of the main challenges for drivers is finding a parking spot that is available, convenient, and affordable. Google Maps could use data from various sources, such as sensors, cameras, or crowdsourc"See full answer

    Product Manager
    Product Design
  • ",1:1s are a crucial part of my management approach. These meetings provide an opportunity to build strong relationships with team members, understand their needs, and ensure alignment with the team's goals. The way I do is I schedule 1:1s on a regular basis,typically weekly or bi-weekly, depending on the team member's preference and current workload.I encourage team members to contribute to the agenda by sending topics they want to discuss beforehand. This ensures that the 1:1 is focused on wha"

    Scott S. - ",1:1s are a crucial part of my management approach. These meetings provide an opportunity to build strong relationships with team members, understand their needs, and ensure alignment with the team's goals. The way I do is I schedule 1:1s on a regular basis,typically weekly or bi-weekly, depending on the team member's preference and current workload.I encourage team members to contribute to the agenda by sending topics they want to discuss beforehand. This ensures that the 1:1 is focused on wha"See full answer

    Behavioral
  • "My favorite Meta/Facebook product is Marketplaces and here are my reasons: Mission and Goal - The product's goal is to connect buyers and sellers locally, and this aligns with the connecting the world aspect of Meta's mission. Hence, the motivation there is directly in line with company's mission. Let's talk about the users and the journeys of the product as well: As a buyer: Relatively simple to use interface - find what you want in a few phrases and results near your profile location wil"

    Riku H. - "My favorite Meta/Facebook product is Marketplaces and here are my reasons: Mission and Goal - The product's goal is to connect buyers and sellers locally, and this aligns with the connecting the world aspect of Meta's mission. Hence, the motivation there is directly in line with company's mission. Let's talk about the users and the journeys of the product as well: As a buyer: Relatively simple to use interface - find what you want in a few phrases and results near your profile location wil"See full answer

    Product Design
Showing 441-460 of 663