Meta (Facebook) Interview Questions

Review this list of 655 Meta (Facebook) interview questions and answers verified by hiring managers and candidates.
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "What age of kid we are speaking about? Lets assume 5-10 years what messenger app are we talking about? you can choose Who is creating the feature? you can choose Finally, do we have any constraints? no, please, just imagine ok. so I think company's goal should be giving the tools for building communities among the youngest ones. First I want to issue what is Kids messenger app. I have kid of 5 years old and among my friends there are only few with gudgets that can provide messenger f"

    Yulia D. - "What age of kid we are speaking about? Lets assume 5-10 years what messenger app are we talking about? you can choose Who is creating the feature? you can choose Finally, do we have any constraints? no, please, just imagine ok. so I think company's goal should be giving the tools for building communities among the youngest ones. First I want to issue what is Kids messenger app. I have kid of 5 years old and among my friends there are only few with gudgets that can provide messenger f"See full answer

    Product Manager
    Product Design
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Execution
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Technical Program Manager
  • "Clarify: Has metric definition changed for what the NSM is and app startup time?-->No Are we sure that this not just a correlation and causal? For e.g. We would need to dive into a few different technical buckets around regional, version and other features launched-->No Time period: Is it over the same time period?--> Yes Goal: FB goal: Empower people to build community and bring world close"

    Ash J. - "Clarify: Has metric definition changed for what the NSM is and app startup time?-->No Are we sure that this not just a correlation and causal? For e.g. We would need to dive into a few different technical buckets around regional, version and other features launched-->No Time period: Is it over the same time period?--> Yes Goal: FB goal: Empower people to build community and bring world close"See full answer

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

  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Product Strategy
    +1 more
  • "Clarifying Questions: Why does Meta want to build this product ? {Aligns with Meta's mission of connecting people} What's the goal ? Does Meta want to monetise this initiative in any way? {It wants to increase the total number of users using this platform and then in the mid-term increase engagement} User Groups: Young (20-40), tech-savvy working professional; seeking doctor consultation for self, friends and family members (First) Older mass (50+), seeking frequent and accessible doct"

    Anonymous Moose - "Clarifying Questions: Why does Meta want to build this product ? {Aligns with Meta's mission of connecting people} What's the goal ? Does Meta want to monetise this initiative in any way? {It wants to increase the total number of users using this platform and then in the mid-term increase engagement} User Groups: Young (20-40), tech-savvy working professional; seeking doctor consultation for self, friends and family members (First) Older mass (50+), seeking frequent and accessible doct"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Data Scientist
    Product Strategy
  • "First thing I would do is dig deeper into the problem. Starting off with the data source suggesting the drop of 10%. Next is investigating - what does drop in traffic mean? For example - 10% drop in logins, email traffic, email creation. Next, once I identify the its for example an issue with logins, I would like to drill a deeper into further isolating the problem based on geography, operating platform (mobile/desktop), specific time of day, any other information I could get. At this point,"

    Vinayak A. - "First thing I would do is dig deeper into the problem. Starting off with the data source suggesting the drop of 10%. Next is investigating - what does drop in traffic mean? For example - 10% drop in logins, email traffic, email creation. Next, once I identify the its for example an issue with logins, I would like to drill a deeper into further isolating the problem based on geography, operating platform (mobile/desktop), specific time of day, any other information I could get. At this point,"See full answer

    Product Manager
    Execution
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "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"

    Stephen C. - "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 Design
  • "TCP and UDP are ways in which data is transferred over the internet. TCP needs to have a connection between the two hosts in order for data to be transferred, while UDP begin the transfer without waiting for a connection between the two hosts. This makes UDP faster, but not as reliable as TCP because there is a chance the data transfer wont happen in UDP due to the uncertainty of the connection. TCP is used where reliable data transfer is crucial e.g file transfers, email, web browsing and UDP"

    Musonda C. - "TCP and UDP are ways in which data is transferred over the internet. TCP needs to have a connection between the two hosts in order for data to be transferred, while UDP begin the transfer without waiting for a connection between the two hosts. This makes UDP faster, but not as reliable as TCP because there is a chance the data transfer wont happen in UDP due to the uncertainty of the connection. TCP is used where reliable data transfer is crucial e.g file transfers, email, web browsing and UDP"See full answer

    Technical
    Concept
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    +7

    "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 (Facebook) logoAsked at Meta (Facebook) 
    Software Engineer
    System Design
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Assumptions: In-app feature Focused only on Facebook app and not messenger, WhatsApp, or Instagram Focused on community building and groups, not marketplace Facebook's mission is to bring people closer together and give people the power to build communities. Fans of Olympic games straddle across regions and across demographics such as age and gender. I'd assume the product for Olympics should be targeted to all demographics. However, given not everyone follows, or is interested in build"

    Varun J. - "Assumptions: In-app feature Focused only on Facebook app and not messenger, WhatsApp, or Instagram Focused on community building and groups, not marketplace Facebook's mission is to bring people closer together and give people the power to build communities. Fans of Olympic games straddle across regions and across demographics such as age and gender. I'd assume the product for Olympics should be targeted to all demographics. However, given not everyone follows, or is interested in build"See full answer

    Product Manager
    Product Design
  • "One possible product idea is to create a Layover Buddy app that connects travelers who have layovers at the same airport and helps them make the most of their time. The app would use Facebook’s data and features to match users based on their preferences, interests, and flight schedules. For example, the app could suggest users who are traveling to the same destination, who have similar hobbies or tastes, or who are looking for the same type of activity during their layover. The app would als"

    Anonymous Dove - "One possible product idea is to create a Layover Buddy app that connects travelers who have layovers at the same airport and helps them make the most of their time. The app would use Facebook’s data and features to match users based on their preferences, interests, and flight schedules. For example, the app could suggest users who are traveling to the same destination, who have similar hobbies or tastes, or who are looking for the same type of activity during their layover. The app would als"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "First, I'd like to ask a few clarifying questions: Do you have any specific user segment in mind or i can choose? A: you can choose Should we think about mobile rather than website? A: you can choose, choose mobile because of growth in usage across the glob Do you have any specific objectives in mind or i can choose? A: you can choose Is this app stand alone or part of broader Facebook ecosystem ? Part of Facebook Facebook mission is to give people power to build community and bring"

    Ak - "First, I'd like to ask a few clarifying questions: Do you have any specific user segment in mind or i can choose? A: you can choose Should we think about mobile rather than website? A: you can choose, choose mobile because of growth in usage across the glob Do you have any specific objectives in mind or i can choose? A: you can choose Is this app stand alone or part of broader Facebook ecosystem ? Part of Facebook Facebook mission is to give people power to build community and bring"See full answer

    Product Design
    System Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Product Manager
    Behavioral
Showing 481-500 of 655