Interview Questions

Review this list of 4,138 interview questions and answers verified by hiring managers and candidates.
  • Airbnb logoAsked at Airbnb 
    +1

    "Leadership though empathy - I helped underperforming engineer to break into product since she had great product qualities like good attention to the user.. Now she is my peer and we cross-collaborate extensively. I have earned her trust and she can go the extra mile when my team needs some support."

    Delyan P. - "Leadership though empathy - I helped underperforming engineer to break into product since she had great product qualities like good attention to the user.. Now she is my peer and we cross-collaborate extensively. I have earned her trust and she can go the extra mile when my team needs some support."See full answer

    Engineering Manager
    Behavioral
  • Amazon logoAsked at Amazon 

    " I have told about the challenge I have faced while designing the Automation Framework for Angular and React website and why we have to use 1 library puppeteer sharp over selenium e.g. we need to handle the asynch calls correctly when an object is selected in the UI and result is awaited for it."

    Kanwal jeet singh L. - " I have told about the challenge I have faced while designing the Automation Framework for Angular and React website and why we have to use 1 library puppeteer sharp over selenium e.g. we need to handle the asynch calls correctly when an object is selected in the UI and result is awaited for it."See full answer

    Solutions Architect
    Technical
    +2 more
  • BizOps & Strategy
    Product Strategy
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Merge Sort"

    Ankita G. - "Merge Sort"See full answer

    Data Engineer
    Data Structures & Algorithms
    +1 more
  • "The project manager must take care of the risks associated with the particular project. Scrum Master is a team facilitator and serves as a servant leader. The product manager serves as a team leader and is responsible for project performance and ensuring that everything goes according to plan."

    Jack F. - "The project manager must take care of the risks associated with the particular project. Scrum Master is a team facilitator and serves as a servant leader. The product manager serves as a team leader and is responsible for project performance and ensuring that everything goes according to plan."See full answer

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

  • Stripe logoAsked at Stripe 
    Product Manager
    Product Design
  • Instacart logoAsked at Instacart 

    "Clarify Retention for which side of the platform - advertisers, groceries/shops, shoppers, users? - Assume Is there any specific event or trend driving retention down or we’re looking in general to overall improve from current state? - Assume Is this tied to any particular geography or region? - Assume Is this tied to any specific persona within our 4 sided platform? - Assume Are we changing the definition of retention (time, frequency, others)? - Assume no Goal - Improve the use"

    Parag - "Clarify Retention for which side of the platform - advertisers, groceries/shops, shoppers, users? - Assume Is there any specific event or trend driving retention down or we’re looking in general to overall improve from current state? - Assume Is this tied to any particular geography or region? - Assume Is this tied to any specific persona within our 4 sided platform? - Assume Are we changing the definition of retention (time, frequency, others)? - Assume no Goal - Improve the use"See full answer

    Product Manager
    Execution
    +3 more
  • Zillow logoAsked at Zillow 
    Video answer for 'Design Zillow.'

    "What about sharding by Real Estate companies that are listing the homes? Because the homes can span zip codes. Then further shard by zip codes?"

    Adrian V. - "What about sharding by Real Estate companies that are listing the homes? Because the homes can span zip codes. Then further shard by zip codes?"See full answer

    Engineering Manager
    System Design
    +1 more
  • Google logoAsked at Google 

    "Scope Clarification with Interviewer: Is it a standard civil 4-seater helicopter or a Military cargo carrier? Do we wish to calculate the balls in the passenger compartment only or do I consider the gas tank and other spaces in a helicopter? 3.Is the helicopter loaded with seats and passengers or do I assume that there are no seats and passengers/ pilot? Assumptions: The interviewer asked me to make assumptions. Its a standard 4-seater helicopter It is empty but has the standard seat"

    Anonymous Porcupine - "Scope Clarification with Interviewer: Is it a standard civil 4-seater helicopter or a Military cargo carrier? Do we wish to calculate the balls in the passenger compartment only or do I consider the gas tank and other spaces in a helicopter? 3.Is the helicopter loaded with seats and passengers or do I assume that there are no seats and passengers/ pilot? Assumptions: The interviewer asked me to make assumptions. Its a standard 4-seater helicopter It is empty but has the standard seat"See full answer

    Product Manager
    Estimation
  • Technical Program Manager
    System Design
    +1 more
  • Engineering Manager
    System Design
  • Google logoAsked at Google 

    "Amazon is releasing a product recommendation carousel. Q1. How would we approach this launch with executive leadership? Q2. How would you obtain the data to find out if you should launch and what sample size should your testing batch be for an A/B test scenario? Clarifying Questions What is the current goal for the product recommendation - Increase sales How does the current product recommendation view look like on the home page - A mosaic list view Are there any existing custome"

    Christopher K. - "Amazon is releasing a product recommendation carousel. Q1. How would we approach this launch with executive leadership? Q2. How would you obtain the data to find out if you should launch and what sample size should your testing batch be for an A/B test scenario? Clarifying Questions What is the current goal for the product recommendation - Increase sales How does the current product recommendation view look like on the home page - A mosaic list view Are there any existing custome"See full answer

    Product Strategy
    Analytical
    +1 more
  • Netflix logoAsked at Netflix 
    Software Engineer
    Behavioral
  • "Are support tickets % an increase or an absolute increase? (Assuming absolute increase) Is the dashboard showing an increase in tickets accurate? Categories tickets Geographic area? Product area? Operational area? Seasonality? Type of ticket - Debug tickets or Help me how to do x (Did we have an influx of new customers joining? ) What type of customers ( new or existing, age with the company, history) 3"

    Sonam S. - "Are support tickets % an increase or an absolute increase? (Assuming absolute increase) Is the dashboard showing an increase in tickets accurate? Categories tickets Geographic area? Product area? Operational area? Seasonality? Type of ticket - Debug tickets or Help me how to do x (Did we have an influx of new customers joining? ) What type of customers ( new or existing, age with the company, history) 3"See full answer

    BizOps & Strategy
    Product Strategy
    +2 more
  • System Design
    Product Design
  • "It depends on the size of the dataset. You want enough samples in both the testing, training and evaluation sets. If there is enough data, 70/20/10 is a good split"

    Jasmine Y. - "It depends on the size of the dataset. You want enough samples in both the testing, training and evaluation sets. If there is enough data, 70/20/10 is a good split"See full answer

    Coding
    Data Structures & Algorithms
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Functional requirement's: partial search while searching for users, products any keywords in the search. additional keywords in the filter Black listed words in the search. Non functional requirements: low latency, search through 2 Billion records recent search should be cached. Design: high reads, we should have caching enabled over the primary db storages. caching cluster can be added when the search load increases. read ahead. - check in cache (periodic cache refresh), lfu, lru "

    Sandeep Y. - "Functional requirement's: partial search while searching for users, products any keywords in the search. additional keywords in the filter Black listed words in the search. Non functional requirements: low latency, search through 2 Billion records recent search should be cached. Design: high reads, we should have caching enabled over the primary db storages. caching cluster can be added when the search load increases. read ahead. - check in cache (periodic cache refresh), lfu, lru "See full answer

    Machine Learning Engineer
    System Design
  • "Context: As a people manager, my biggest thing is to foster psychological safety for my team members and the way I do that: building rapport between me and my direct reports, weekly team meetings I ensure all voices are heard, have people share about themselves and encourage them to get to know one another. Team members had a good understanding of each other’s working style. One of the recent projects my team was responsible for building out the espresso test framework on android. This was"

    Shawn S. - "Context: As a people manager, my biggest thing is to foster psychological safety for my team members and the way I do that: building rapport between me and my direct reports, weekly team meetings I ensure all voices are heard, have people share about themselves and encourage them to get to know one another. Team members had a good understanding of each other’s working style. One of the recent projects my team was responsible for building out the espresso test framework on android. This was"See full answer

    Engineering Manager
    Execution
    +2 more
  • "Allow parents to view ratings of the driver Add children friendliness rating of the driver Focus on routes where we can connect Children to Parents; from child care centre to office or home to office and vice versa Make the experience more children friendly in terms of minor activities like a TV screen with cartoon (default channels as per trend), medical requirements of a child (if any) to be cleared with the driver Double confirmation Panic button for children, communication with chi"

    Meet B. - "Allow parents to view ratings of the driver Add children friendliness rating of the driver Focus on routes where we can connect Children to Parents; from child care centre to office or home to office and vice versa Make the experience more children friendly in terms of minor activities like a TV screen with cartoon (default channels as per trend), medical requirements of a child (if any) to be cleared with the driver Double confirmation Panic button for children, communication with chi"See full answer

    Product Manager
    Product Design
  • Amazon logoAsked at Amazon 
    Product Manager
    Technical
Showing 1381-1400 of 4138