Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • +1

    "Clarify: What is a transaction in Instagram Shops? Users click on an item and complete the payment in the Instagram Shops interface How many transactions happen in Instagram shop per day/month? What percentage of users have completed at least 1 transaction on Instagram Shops in the last year? Key Metric to improve: # Users completing a transaction Goals of the Product / Feature: Meta’s goal is to build community and connect people together Instagram’s goal is to connect and"

    Nikitha G. - "Clarify: What is a transaction in Instagram Shops? Users click on an item and complete the payment in the Instagram Shops interface How many transactions happen in Instagram shop per day/month? What percentage of users have completed at least 1 transaction on Instagram Shops in the last year? Key Metric to improve: # Users completing a transaction Goals of the Product / Feature: Meta’s goal is to build community and connect people together Instagram’s goal is to connect and"See full answer

    Product Manager
    Analytical
    +2 more
  • +5

    "How often do we get 15 min to answer a question? Wondering isn't the expectation to answer this in 3-5 min?"

    Anonymous Raven - "How often do we get 15 min to answer a question? Wondering isn't the expectation to answer this in 3-5 min?"See full answer

    Product Manager
    Behavioral
    +1 more
  • Sierra AI logoAsked at Sierra AI 
    Product Manager
    Artificial Intelligence
    +1 more
  • Anthropic logoAsked at Anthropic 
    Solutions Architect
    Behavioral
    +5 more
  • "For Xbox, the next-generation product I propose is a virtual reality headset. The rationale is threefold: Industry Trends: Competitors like Meta and Apple are investing heavily in VR/AR, signaling strong market potential. Xbox Legacy: Xbox has a history of pushing innovation in gaming hardware (e.g., Kinect), and VR represents the next frontier beyond traditional consoles. Strategic Need: With console sales flattening, Xbox must expand into new experiences that deepen engagement and different"

    Anonymous Stork - "For Xbox, the next-generation product I propose is a virtual reality headset. The rationale is threefold: Industry Trends: Competitors like Meta and Apple are investing heavily in VR/AR, signaling strong market potential. Xbox Legacy: Xbox has a history of pushing innovation in gaming hardware (e.g., Kinect), and VR represents the next frontier beyond traditional consoles. Strategic Need: With console sales flattening, Xbox must expand into new experiences that deepen engagement and different"See full answer

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

  • OpenAI logoAsked at OpenAI 
    Product Manager
    Artificial Intelligence
    +1 more
  • Meta logoAsked at Meta 
    Video answer for 'Design Twitter.'
    +9

    "In the API design, the interviewer is switching between RPC style (operation based endpoints) and REST style (resource oriented). Sticking to one convention and explaining why it is preferred over the other e.g. REST if the twitter domain maps nicely to resources e.g. /tweet or /follower or /user would help to create a more consistent and unified API. It would make it easier for clients to integrate with the API as well."

    dreamingincode - "In the API design, the interviewer is switching between RPC style (operation based endpoints) and REST style (resource oriented). Sticking to one convention and explaining why it is preferred over the other e.g. REST if the twitter domain maps nicely to resources e.g. /tweet or /follower or /user would help to create a more consistent and unified API. It would make it easier for clients to integrate with the API as well."See full answer

    Engineering Manager
    System Design
    +1 more
  • "from collections import deque from typing import List def longestsubarraydifflessthan_n(nums: List[int], N: int) -> int: """ Find the length of the longest contiguous subarray such that the difference between any two elements in the subarray is less than N. Equivalent condition: max(subarray) - min(subarray) < N Approach (Optimal): Sliding window with two monotonic deques: max_d: decreasing deque of indices (front is index of current max"

    Ramachandra N. - "from collections import deque from typing import List def longestsubarraydifflessthan_n(nums: List[int], N: int) -> int: """ Find the length of the longest contiguous subarray such that the difference between any two elements in the subarray is less than N. Equivalent condition: max(subarray) - min(subarray) < N Approach (Optimal): Sliding window with two monotonic deques: max_d: decreasing deque of indices (front is index of current max"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • +2

    "Define: How is daily post view calculated Isolate Issues: Data issue Time period Geo IOS vs Android vs Web Correlated Metrics in the funnel DAU Time spent/ scrolls Engagement - likes, comments External factors Competitor actions Big events Internal factors Product launch Feature change"

    Steve Y. - "Define: How is daily post view calculated Isolate Issues: Data issue Time period Geo IOS vs Android vs Web Correlated Metrics in the funnel DAU Time spent/ scrolls Engagement - likes, comments External factors Competitor actions Big events Internal factors Product launch Feature change"See full answer

    Data Scientist
    Data Analysis
    +1 more
  • Amazon logoAsked at Amazon 
    Video answer for 'Design a reservation and payment system for a parking garage.'
    +12

    "Since there is a need for the data to be accurate and consistent without any latency to allocate a spot, can't the data be synchronously synced to replicas after every write as the number of writes are not many per min, instead of read lock phenomena Let me know if i am on a wrong thought here."

    Chitapuram N. - "Since there is a need for the data to be accurate and consistent without any latency to allocate a spot, can't the data be synchronously synced to replicas after every write as the number of writes are not many per min, instead of read lock phenomena Let me know if i am on a wrong thought here."See full answer

    Software Engineer
    System Design
    +2 more
  • +8

    "Assumptions Assume that the functionality of Meta Pay is the ability to send and receive payments to other Meta account holders. Payment infrastructure connects to bank accounts Assume users can maintain a balance in Meta Pay Assume life cycle of the product is post launch adoption phase Clarifying questions Can I send or receive payments to a meta user from a different platform? e.g., fb to IG > assume the answers is “yes” Where is it available? > Assume answer is “US” "

    Philip C. - "Assumptions Assume that the functionality of Meta Pay is the ability to send and receive payments to other Meta account holders. Payment infrastructure connects to bank accounts Assume users can maintain a balance in Meta Pay Assume life cycle of the product is post launch adoption phase Clarifying questions Can I send or receive payments to a meta user from a different platform? e.g., fb to IG > assume the answers is “yes” Where is it available? > Assume answer is “US” "See full answer

    Product Manager
    Product Strategy
  • +3

    "Situation: While working at CVS Health, our inventory management system for OTCHS products was facing challenges. We had increasing stock outs, and our existing data was insufficient to fully understand and address the issue since it has been only a year this product line was initiated. Action: Although we do have a forecasting model to predict demand and other algorithms to trigger out of stock flags to warehouses to fill them, lack of data points on seasonality, supplier delays, compliance"

    Vihari K. - "Situation: While working at CVS Health, our inventory management system for OTCHS products was facing challenges. We had increasing stock outs, and our existing data was insufficient to fully understand and address the issue since it has been only a year this product line was initiated. Action: Although we do have a forecasting model to predict demand and other algorithms to trigger out of stock flags to warehouses to fill them, lack of data points on seasonality, supplier delays, compliance"See full answer

    Product Manager
    Behavioral
    +1 more
  • +10

    "Design an alarm clock for blind people Clarifying question: Does it have to be a physical product or software? Your call Do I need to think about the long-term implications of the product from a strategy perspective or a single product? single product What are the metrics this company will focus on? Engagement What industry are we in? (start-up, google/Amazon, etc) - Startup What do we mean by blind? - ppl who cannot see anything, or people who still have sense of"

    Manu G. - "Design an alarm clock for blind people Clarifying question: Does it have to be a physical product or software? Your call Do I need to think about the long-term implications of the product from a strategy perspective or a single product? single product What are the metrics this company will focus on? Engagement What industry are we in? (start-up, google/Amazon, etc) - Startup What do we mean by blind? - ppl who cannot see anything, or people who still have sense of"See full answer

    Product Design
  • Anthropic logoAsked at Anthropic 
    Software Engineer
    Artificial Intelligence
    +1 more
  • Affirm logoAsked at Affirm 
    +19

    "I'd tell the interviewer that I'd start off with clarifying the question to make sure I understand it correctly (see 1 below). Then, I'd tell the interviewer my approach to make sure they know what to expect as I talk through. Approach would start with discussing the mission and connecting a north star metric (NSM) to the mission, then discuss key product metrics that are inputs towards NSM. If there's time at the end and if the interviewer wants to go down this path, we should also talk about t"

    Michelle D. - "I'd tell the interviewer that I'd start off with clarifying the question to make sure I understand it correctly (see 1 below). Then, I'd tell the interviewer my approach to make sure they know what to expect as I talk through. Approach would start with discussing the mission and connecting a north star metric (NSM) to the mission, then discuss key product metrics that are inputs towards NSM. If there's time at the end and if the interviewer wants to go down this path, we should also talk about t"See full answer

    Product Manager
    Analytical
  • Meta logoAsked at Meta 
    +9

    "Clarify: Any specific types of groups (families or business)? Type of travel (air, train)? Global or domestic? Assumptions: Users have interest in travel. Content within Meta apps can help FB, whatsapp, Instagram. Have access to user data with travel preferences and budget. Resources to interact with travel businesses and institutions. Constraints: Users typically think of meta apps in the early discovery phase of travel, typically use travel company apps to complete experience e.g. booking,"

    Patrick W. - "Clarify: Any specific types of groups (families or business)? Type of travel (air, train)? Global or domestic? Assumptions: Users have interest in travel. Content within Meta apps can help FB, whatsapp, Instagram. Have access to user data with travel preferences and budget. Resources to interact with travel businesses and institutions. Constraints: Users typically think of meta apps in the early discovery phase of travel, typically use travel company apps to complete experience e.g. booking,"See full answer

    Product Manager
    Product Design
  • Amazon logoAsked at Amazon 
    +1

    "I tried solving this problem and here is the recorded video for the answer. https://www.youtube.com/watch?v=d1tOkeQjyI4 And here is the link to Excalidraw board - https://excalidraw.com/#json=uabNFHcZm5qNh8CInMvyh,Wn9Vf1ZhGdl_iBCQYFkYdw"

    Rjj - "I tried solving this problem and here is the recorded video for the answer. https://www.youtube.com/watch?v=d1tOkeQjyI4 And here is the link to Excalidraw board - https://excalidraw.com/#json=uabNFHcZm5qNh8CInMvyh,Wn9Vf1ZhGdl_iBCQYFkYdw"See full answer

    Engineering Manager
    System Design
    +1 more
  • "As the Product Manager for Google Play Store Ads, our goal with the ad ranking algorithm is to create a win-win ecosystem. We want to connect users with relevant and engaging apps they'll find valuable, while simultaneously delivering high-quality installs and engagement for our advertisers, ultimately driving sustainable revenue for Google. To achieve this, our ad ranking algorithm will be guided by the following core principles: Relevance First: We will prioritize ads tha"

    Rohit K. - "As the Product Manager for Google Play Store Ads, our goal with the ad ranking algorithm is to create a win-win ecosystem. We want to connect users with relevant and engaging apps they'll find valuable, while simultaneously delivering high-quality installs and engagement for our advertisers, ultimately driving sustainable revenue for Google. To achieve this, our ad ranking algorithm will be guided by the following core principles: Relevance First: We will prioritize ads tha"See full answer

    Product Manager
    Analytical
    +1 more
  • Adobe logoAsked at Adobe 

    "I started by reframing Adobe’s mission in my own words: to build creative and productivity tools that make everyday customer workflows easier. Then, I defined the goal: improving retention for the Scan app, as users often drop off to competitors such as Genius Scan or the native iOS Scanner after initial use. To better understand user behavior, I segmented users into three groups: Power users: Professionals such as lawyers or students who scan frequently. Low-engagement users: Inactive for 9"

    Eshaa D. - "I started by reframing Adobe’s mission in my own words: to build creative and productivity tools that make everyday customer workflows easier. Then, I defined the goal: improving retention for the Scan app, as users often drop off to competitors such as Genius Scan or the native iOS Scanner after initial use. To better understand user behavior, I segmented users into three groups: Power users: Professionals such as lawyers or students who scan frequently. Low-engagement users: Inactive for 9"See full answer

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

    "A good answer is describing an experience where you either proposed something that was selected after discussion or an alternate approach was taken, or you disagreed with a decision and argued for something else, either successfully or not. A good answer would be you had cogent arguments, the decision went another way for some reason, and you then fully backed the decision (agree to disagree is another way of stating it). You did not take it personally and you fully committed to the deci"

    Mrinalini R. - "A good answer is describing an experience where you either proposed something that was selected after discussion or an alternate approach was taken, or you disagreed with a decision and argued for something else, either successfully or not. A good answer would be you had cogent arguments, the decision went another way for some reason, and you then fully backed the decision (agree to disagree is another way of stating it). You did not take it personally and you fully committed to the deci"See full answer

    Engineering Manager
    Behavioral
    +3 more
Showing 241-260 of 4411