Meta (Facebook) Interview Questions

Review this list of 637 Meta (Facebook) interview questions and answers verified by hiring managers and candidates.
  • "First I would clarify what ad manager is? Ad platform provided by meta which can be used by users across any meta product - marketplace, instagram, facebook? Questions Is this decline in any specific region? Is this decline specific to an app/ product like Instagram/ marketplace Has the MAU of Ad Manager (users clicking on ad manager without publishing) declined or increased? An increase here might mean that the total ads published has not decreased as such , but the ratio has changed"

    IamaPM - "First I would clarify what ad manager is? Ad platform provided by meta which can be used by users across any meta product - marketplace, instagram, facebook? Questions Is this decline in any specific region? Is this decline specific to an app/ product like Instagram/ marketplace Has the MAU of Ad Manager (users clicking on ad manager without publishing) declined or increased? An increase here might mean that the total ads published has not decreased as such , but the ratio has changed"See full answer

    Execution
    Analytical
  • "Great question. Before I start can I start asking some clarifying qs? By video I am assuming this is FB videos where it's selectively fed unto the newsfeed correct? Yes For FB events should the user be fed with their events, their friends, events or also events in their network? Good Q. I would say yes for the purpose of this question that that's all in scope. Is videos the same as reels? No in this case they are similar but different products where FB videos do not have the 90 sec t"

    Riku H. - "Great question. Before I start can I start asking some clarifying qs? By video I am assuming this is FB videos where it's selectively fed unto the newsfeed correct? Yes For FB events should the user be fed with their events, their friends, events or also events in their network? Good Q. I would say yes for the purpose of this question that that's all in scope. Is videos the same as reels? No in this case they are similar but different products where FB videos do not have the 90 sec t"See full answer

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

    "sum of continuous subarray and keep checking if arr[i]==arr[j]. if true increase count;"

    Rishabh R. - "sum of continuous subarray and keep checking if arr[i]==arr[j]. if true increase count;"See full answer

    Data Structures & Algorithms
    Coding
    +1 more
  • 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
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • Product Manager
    Execution
    +2 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "The VR/AR industry is poised to explode and a wearable tech has steadily entered the mainstream. As a CEO of a healthtech startup, I would build a product that serves both industries - the 'middleware' between the plethora of smart watches / fitness trackers and the increasing number of VR/AR workout applications. This product would make it easy for apps to record key health metrics for their users without integrating with the countless wearable tech brands on the market."

    Jason C. - "The VR/AR industry is poised to explode and a wearable tech has steadily entered the mainstream. As a CEO of a healthtech startup, I would build a product that serves both industries - the 'middleware' between the plethora of smart watches / fitness trackers and the increasing number of VR/AR workout applications. This product would make it easy for apps to record key health metrics for their users without integrating with the countless wearable tech brands on the market."See full answer

    Product Manager
    Product Strategy
    +1 more
  • "def findAlibaba(countOfRooms, strategy): #countofrooms: num rooms #listRooms rooms to look for alibabba possiblePlaces = [] #initialize rooms for i in range(countOfRooms): possiblePlaces.append(True) for i in range(len(strategy)): roomToCheck = strategy[i] #Room is marked as unavailable possiblePlaces[roomToCheck] = False #Next day calculatins nextDayPlaces = [] for j in range(countOfRooms): nextDayPla"

    JOBHUNTER - "def findAlibaba(countOfRooms, strategy): #countofrooms: num rooms #listRooms rooms to look for alibabba possiblePlaces = [] #initialize rooms for i in range(countOfRooms): possiblePlaces.append(True) for i in range(len(strategy)): roomToCheck = strategy[i] #Room is marked as unavailable possiblePlaces[roomToCheck] = False #Next day calculatins nextDayPlaces = [] for j in range(countOfRooms): nextDayPla"See full answer

    Engineering Manager
    Data Structures & Algorithms
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Clarifying question- What exactly is this product expected to do ? - are we trying to build a community around people passionate about gardening ? or are we trying to give them better tool and seeds or something else ? Do we have any time or cost constraints ? or any specific business goal we are trying to achieve ? Is this a non profit or a for profit venture ? 2) Users: Which users segment are we trying to go after and what are the pain points ? Is it millennials and gen z or someone in Boom"

    Abhijit B. - "Clarifying question- What exactly is this product expected to do ? - are we trying to build a community around people passionate about gardening ? or are we trying to give them better tool and seeds or something else ? Do we have any time or cost constraints ? or any specific business goal we are trying to achieve ? Is this a non profit or a for profit venture ? 2) Users: Which users segment are we trying to go after and what are the pain points ? Is it millennials and gen z or someone in Boom"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "[I'm working on answering questions more concisely, so to practice, I will type this answer in paragraph form] To clarify the question, I understand there are at least two entry points for Stories - one within Facebook (website, app) and one within Instagram. Would you like for me to focus on the Instagram experience of Instagram Stories? Would you like for me to focus on existing markets or emerging markets, or I could decide based off where I see the greatest opportunity? (Interviewer: focus"

    Alice Z. - "[I'm working on answering questions more concisely, so to practice, I will type this answer in paragraph form] To clarify the question, I understand there are at least two entry points for Stories - one within Facebook (website, app) and one within Instagram. Would you like for me to focus on the Instagram experience of Instagram Stories? Would you like for me to focus on existing markets or emerging markets, or I could decide based off where I see the greatest opportunity? (Interviewer: focus"See full answer

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

    "Clarifying questions Target geography: USA, all urban areas Form factor: Mobile app, supported on iOS and Android Items to be borrowed: simple appliances like toaster, FMCG products, etc. Target market USA has a population of millions of people People generally need to frequently borrow household items from neighbours in case of emergency (or even otherwise) Internal company assessment Meta's mission is to create communities that help each other. This problem ties in well with t"

    Rahul J. - "Clarifying questions Target geography: USA, all urban areas Form factor: Mobile app, supported on iOS and Android Items to be borrowed: simple appliances like toaster, FMCG products, etc. Target market USA has a population of millions of people People generally need to frequently borrow household items from neighbours in case of emergency (or even otherwise) Internal company assessment Meta's mission is to create communities that help each other. This problem ties in well with t"See full answer

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

    "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions The PM interview isn't about your ability to come up with the best solution right away — it's about bein"

    Exponent - "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions The PM interview isn't about your ability to come up with the best solution right away — it's about bein"See full answer

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

    "For the purpose of this exercise , I will treat the question as improving the vacation experience Starting with some clarifying questions Is this product a part of Facebook or a different standalone app? Part of FB There are several aspects of the travel experience like booking , planning , packing, the actual travel, post-travel. Any specific aspect I should consider ? Interviewer says I'm free to pick one or more What is the intent of the product? User impact , acquiring new"

    A M. - "For the purpose of this exercise , I will treat the question as improving the vacation experience Starting with some clarifying questions Is this product a part of Facebook or a different standalone app? Part of FB There are several aspects of the travel experience like booking , planning , packing, the actual travel, post-travel. Any specific aspect I should consider ? Interviewer says I'm free to pick one or more What is the intent of the product? User impact , acquiring new"See full answer

    Product Design
  • Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Software Engineer
    Behavioral
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "This is a Measure Success question. These questions are asked to gauge your familiarity with common metrics such as DAUs and MAUs, A/B testing, and ability to map user behaviors and flows to impactful metrics. A great PM will also be able to deeply understand when metrics sometimes fail (e.g. blind spots). Knowing metrics closely is also crucial to demonstrating the impact of a project, whether it's after launching or the ongoing impact. Let's follow the Measure Success formula to tackle"

    Exponent - "This is a Measure Success question. These questions are asked to gauge your familiarity with common metrics such as DAUs and MAUs, A/B testing, and ability to map user behaviors and flows to impactful metrics. A great PM will also be able to deeply understand when metrics sometimes fail (e.g. blind spots). Knowing metrics closely is also crucial to demonstrating the impact of a project, whether it's after launching or the ongoing impact. Let's follow the Measure Success formula to tackle"See full answer

    Product Manager
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Product Design
Showing 501-520 of 637