Skip to main content

Interview Questions

Review this list of 4,659 interview questions and answers verified by hiring managers and candidates.
  • Microsoft logoAsked at Microsoft 
    13 answers
    +8

    "Assumptions: Platform: iOS/Android and Web Application Service Type: Renting Bicycles (hourly, daily, weekly), possibility of buying or selling Geography: Focusing on Asian markets, e.g., India, where bicycles are a popular mode of transportation Role: Product Manager at Microsoft Objective: Design an app focusing on customer engagement and new customer acquisition Setting the Stage: Why a Renting Business? Market Potential: In Asian markets, a si"

    Nagendra S. - "Assumptions: Platform: iOS/Android and Web Application Service Type: Renting Bicycles (hourly, daily, weekly), possibility of buying or selling Geography: Focusing on Asian markets, e.g., India, where bicycles are a popular mode of transportation Role: Product Manager at Microsoft Objective: Design an app focusing on customer engagement and new customer acquisition Setting the Stage: Why a Renting Business? Market Potential: In Asian markets, a si"See full answer

    Product Manager
    Product Design
    +1 more
  • Asana logoAsked at Asana 
    4 answers
    +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
  • Meta logoAsked at Meta 
    4 answers
    +1

    "Clarifying questions When we say signals do you mean just features that are fed into the ML model that decide how the content should be ranked? Is newsfeed the front page of fb app. Can you expand what you mean by relevance? User journey User enters blue app.. Newsfeed is the first thing they see. User either continues on newsfeed ie scrolls through it or moves to a separate part of fb As they are scrolling they may see contents from friends, creators and ads, or other pages that they have been"

    Ketshi B. - "Clarifying questions When we say signals do you mean just features that are fed into the ML model that decide how the content should be ranked? Is newsfeed the front page of fb app. Can you expand what you mean by relevance? User journey User enters blue app.. Newsfeed is the first thing they see. User either continues on newsfeed ie scrolls through it or moves to a separate part of fb As they are scrolling they may see contents from friends, creators and ads, or other pages that they have been"See full answer

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

  • +55

    "i do feel like the question itself is kind of confusing. Youtube does have a product called YouTube’s Analytics, which is a channel analytics tool for creator lol"

    Anonymous Ferret - "i do feel like the question itself is kind of confusing. Youtube does have a product called YouTube’s Analytics, which is a channel analytics tool for creator lol"See full answer

    Analytical
  • +6

    "Clarifying question to make sure that I'm analyzing the right feature - is this the notification bell that is in the Facebook app and site? (assume Yes) Tapping on it opens a drop-down that captures items and activities that the user should be aware of? (Yes) Ok, I believe I'm clear on which feature you're referring to. My approach: Customer problem and value proposition Meta's mission and north star metric Customer journey and notification bell use case Success metrics on value del"

    Anonymous Sparrow - "Clarifying question to make sure that I'm analyzing the right feature - is this the notification bell that is in the Facebook app and site? (assume Yes) Tapping on it opens a drop-down that captures items and activities that the user should be aware of? (Yes) Ok, I believe I'm clear on which feature you're referring to. My approach: Customer problem and value proposition Meta's mission and north star metric Customer journey and notification bell use case Success metrics on value del"See full answer

    Product Manager
    Analytical
  • Anthropic logoAsked at Anthropic 
    Add answer
    Software Engineer
    Behavioral
    +6 more
  • +4

    "average price per transaction would drop because we might not be considering currency exchange rates, which is much lower in India and Southeast Asia, when aggregating data globally. to define success, i'll first segment the data, separating existing markets to newer ones to check if that is the cause of the dropping average price. then i'll select a north star metric, which would be the number of completed transactions vs. attempted. i'll also track supporting metrics like usage frequency and"

    Sam E. - "average price per transaction would drop because we might not be considering currency exchange rates, which is much lower in India and Southeast Asia, when aggregating data globally. to define success, i'll first segment the data, separating existing markets to newer ones to check if that is the cause of the dropping average price. then i'll select a north star metric, which would be the number of completed transactions vs. attempted. i'll also track supporting metrics like usage frequency and"See full answer

    Product Manager
    Analytical
  • Amazon logoAsked at Amazon 
    54 answers
    Video answer for 'Tell me about a skill you recently learned.'
    +47

    "What are they looking for in the answer? "

    Astro S. - "What are they looking for in the answer? "See full answer

    Data Engineer
    Behavioral
    +1 more
  • +2

    "Sounds like both the features requests address different problems, although it should be clarified in my opinion. I'd try to dig deep into why the customers are raising the requests to uncover the pain points. Questions like the following would help: "How are you currently solving it?" "What does it mean for you in terms of Cost or productivity?" (based on the context of the product) "Have you searched for an alternative?" Descriptive answers for the above questions should tell us if the"

    Kapil P. - "Sounds like both the features requests address different problems, although it should be clarified in my opinion. I'd try to dig deep into why the customers are raising the requests to uncover the pain points. Questions like the following would help: "How are you currently solving it?" "What does it mean for you in terms of Cost or productivity?" (based on the context of the product) "Have you searched for an alternative?" Descriptive answers for the above questions should tell us if the"See full answer

    Software Engineer
    Behavioral
  • Amazon logoAsked at Amazon 
    9 answers
    +6

    "I use a data driven approach by ensuring there is a deep-dive on all alternatives. My approach to tradeoffs is around how to achieve the customer experience needed. I ensure there is an immediate path to green for a solution and a follow-up solution addressing the problem rightly."

    Syed I. - "I use a data driven approach by ensuring there is a deep-dive on all alternatives. My approach to tradeoffs is around how to achieve the customer experience needed. I ensure there is an immediate path to green for a solution and a follow-up solution addressing the problem rightly."See full answer

    Product Manager
    Behavioral
    +1 more
  • OpenAI logoAsked at OpenAI 
    3 answers

    "The adjusting context window size in LLM change trade off between reasoning capability, accuracy, computation cost. It influence how attention mechanist allocate resources across the input. Longer context window let it you input greater number of words and have more context to generate proper next token. However llms have lost in the middle issue. They remember the beginning of text and end of text but lost information located in the middle of long input. Another problem is Attention Dilution."

    Alex N. - "The adjusting context window size in LLM change trade off between reasoning capability, accuracy, computation cost. It influence how attention mechanist allocate resources across the input. Longer context window let it you input greater number of words and have more context to generate proper next token. However llms have lost in the middle issue. They remember the beginning of text and end of text but lost information located in the middle of long input. Another problem is Attention Dilution."See full answer

    Machine Learning Engineer
    Artificial Intelligence
    +4 more
  • Meta logoAsked at Meta 
    41 answers
    Video answer for 'How would you build a product for movies on Facebook?'
    +37

    "Facebook’s mission statement is to build community, so any product related to movies that Facebook builds should have that in mind. I’ll start by looking at the lifecycle of a movie and then some current pain points that people might have to think about opportunities for a movies product. The lifecycle of a movie revolves around creation (script, filming, casting, acting), production, and distribution (streaming services vs theatres). An idea for creation could be helping users collaborate or"

    Elisa L. - "Facebook’s mission statement is to build community, so any product related to movies that Facebook builds should have that in mind. I’ll start by looking at the lifecycle of a movie and then some current pain points that people might have to think about opportunities for a movies product. The lifecycle of a movie revolves around creation (script, filming, casting, acting), production, and distribution (streaming services vs theatres). An idea for creation could be helping users collaborate or"See full answer

    Product Design
  • System Design
  • Meta logoAsked at Meta 
    5 answers
    +2

    "Clarifying Questions: Are we looking to create a product for creators or the end users? - Creators What kind of product are we looking to build? (App /Website/Embedded within the Instagram product ) - Embedded within the app Why do we want to enter the edtech market? (Anything specific insight we have gained which we want to solve for?) - The creator's market is growing substantially and people want to gain knowledge on how to become successful in it. Are there any money or time con"

    Ankit J. - "Clarifying Questions: Are we looking to create a product for creators or the end users? - Creators What kind of product are we looking to build? (App /Website/Embedded within the Instagram product ) - Embedded within the app Why do we want to enter the edtech market? (Anything specific insight we have gained which we want to solve for?) - The creator's market is growing substantially and people want to gain knowledge on how to become successful in it. Are there any money or time con"See full answer

    Product Manager
    Product Design
  • +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
  • +6

    "I have 2 product feedbacks. I think it has been mentioned by many users of the platform. Provide a text summary of the videos so that we do not have to watch through the whole interview practice Actually comment if the interview was good or not, currently we do not really know if the answer given is of high quality "

    Kai H. - "I have 2 product feedbacks. I think it has been mentioned by many users of the platform. Provide a text summary of the videos so that we do not have to watch through the whole interview practice Actually comment if the interview was good or not, currently we do not really know if the answer given is of high quality "See full answer

    Product Strategy
  • 42 answers
    +36

    "SELECT customer_id, order_date, orderid AS secondearliestorderid FROM ( SELECT order_id, customer_id, order_date, ROWNUMBER() OVER (PARTITION BY customerid, orderdate ORDER BY orderid ASC) AS rank FROM orders ) WHERE rank = 2 ORDER BY orderdate, customerid `"

    Tiffany A. - "SELECT customer_id, order_date, orderid AS secondearliestorderid FROM ( SELECT order_id, customer_id, order_date, ROWNUMBER() OVER (PARTITION BY customerid, orderdate ORDER BY orderid ASC) AS rank FROM orders ) WHERE rank = 2 ORDER BY orderdate, customerid `"See full answer

    Coding
    SQL
  • Google logoAsked at Google 
    9 answers
    +6

    "Couple of Clarification Questions to be asked are: Aim of the physical product Retention/Encourage Loyalty Attract new customers Collect customer Data outside of the Airbnb ecosystem for better advertising and customer focus User Base of Airbnb Solotravellers - traveling to new places for exploring/solo travel Business Travelers - Lot of business Travelers who own small/medium businesses and book their own travel can choose airbnb Family gr"

    Manas M. - "Couple of Clarification Questions to be asked are: Aim of the physical product Retention/Encourage Loyalty Attract new customers Collect customer Data outside of the Airbnb ecosystem for better advertising and customer focus User Base of Airbnb Solotravellers - traveling to new places for exploring/solo travel Business Travelers - Lot of business Travelers who own small/medium businesses and book their own travel can choose airbnb Family gr"See full answer

    Product Manager
    Product Design
Showing 241-260 of 4659
Exponent

Get updates in your inbox with the latest tips, job listings, and more.

Follow Us

Products
Courses
Interview Questions
Interview Experiences
Popular articles
Guides
Coaching
For Partners
Company
Exponent © 2026
Terms of Service | Privacy