Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • TikTok logoAsked at TikTok 
    Add answer
    Product Manager
    Product Strategy
  • Add answer
    System Design
  • "I would recreate the issue from my side to land at the 404 error and check which page has issues with retrieving the information. Booking.com has a lot of features and workflows inside the product, so I would see how many users use this flow which gives back this error and try to get the metrics to know the criticality of the issue. I would talk to the engineering team to look into this and discuss to set a deadline for the fix based on the criticality. Since the sales team reported this iss"

    Nirmmall K. - "I would recreate the issue from my side to land at the 404 error and check which page has issues with retrieving the information. Booking.com has a lot of features and workflows inside the product, so I would see how many users use this flow which gives back this error and try to get the metrics to know the criticality of the issue. I would talk to the engineering team to look into this and discuss to set a deadline for the fix based on the criticality. Since the sales team reported this iss"See full answer

    Product Manager
    Analytical
  • Microsoft logoAsked at Microsoft 
    Add answer
    Software Engineer
    Behavioral
    +1 more
  • 2 answers

    "Situation: Narrated about a time when the decision favored the most important customer, but appeared to be at the cost of diluting my own company's brand value. Context: Provided additional context around why the ask from the customer is very critical for the customer. And why my leadership wasn't ready to jump on the gun as it was cannibalistic to our brand value. Response: I used data to explain why it is not going to be a big blow to our brand value. Used a counter metric to show that we h"

    Bhagya D. - "Situation: Narrated about a time when the decision favored the most important customer, but appeared to be at the cost of diluting my own company's brand value. Context: Provided additional context around why the ask from the customer is very critical for the customer. And why my leadership wasn't ready to jump on the gun as it was cannibalistic to our brand value. Response: I used data to explain why it is not going to be a big blow to our brand value. Used a counter metric to show that we h"See full answer

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

  • Yelp logoAsked at Yelp 
    Add answer
    Behavioral
    Technical
  • Google logoAsked at Google 
    Add answer
    Product Design
  • Amazon logoAsked at Amazon 
    1 answer

    "This happened in my previous job in [company X]. I was the Single threaded Owner for a new business growth initiative from this company to launch a new eCommerce supply chain solution that X was planning to experiment. Being the single threaded owner, I was accountable for researching the customer problems and coming up with business goals and requirements, including identifying the engineering headcount needed to solve the customer pain point and eventually execute it across 11 different produ"

    VictorSage - "This happened in my previous job in [company X]. I was the Single threaded Owner for a new business growth initiative from this company to launch a new eCommerce supply chain solution that X was planning to experiment. Being the single threaded owner, I was accountable for researching the customer problems and coming up with business goals and requirements, including identifying the engineering headcount needed to solve the customer pain point and eventually execute it across 11 different produ"See full answer

    Technical Program Manager
    Behavioral
  • Software Engineer
    Coding
  • Meta logoAsked at Meta 
    4 answers
    +1

    "my answer: void* memcpy(void* dest, const void* src, size_t n) { unsigned char* uDest = static_cast(dest); const unsigned char* ucSrc = static_cast(src); for(size_t i= 0; i(dest); const unsigned c"

    Srihitha J. - "my answer: void* memcpy(void* dest, const void* src, size_t n) { unsigned char* uDest = static_cast(dest); const unsigned char* ucSrc = static_cast(src); for(size_t i= 0; i(dest); const unsigned c"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Google logoAsked at Google 
    Add answer
    Product Manager
    Estimation
  • Oracle logoAsked at Oracle 
    Add answer
    Software Engineer
    System Design
  • Meta logoAsked at Meta 
    Add answer
    Product Manager
    Analytical
  • Google logoAsked at Google 
    1 answer

    "A refrigerator is used to store food in cold storage to prevent spoilage. If there is nothing specific from the interviewer, I would consider a robotic refrigerator to be a smart fridge that incorporates AI and movement. Clarifying questions: Digital / Physical product or combination Any particular demographic of customers? What is the goal of this product? Only home users to be considered? User cohorts: Families with children: Refrigerator being a common family appliance Couples and ro"

    Ranjani M. - "A refrigerator is used to store food in cold storage to prevent spoilage. If there is nothing specific from the interviewer, I would consider a robotic refrigerator to be a smart fridge that incorporates AI and movement. Clarifying questions: Digital / Physical product or combination Any particular demographic of customers? What is the goal of this product? Only home users to be considered? User cohorts: Families with children: Refrigerator being a common family appliance Couples and ro"See full answer

    Product Design
    Product Strategy
  • Better.com logoAsked at Better.com 
    1 answer

    "To build my career in a lead organization."

    Toufeeq K. - "To build my career in a lead organization."See full answer

    Behavioral
  • Samsung logoAsked at Samsung 
    2 answers

    "I would like to understand more about the problem by asking a few clarifying questions: What do you mean by smart? Is it a digital frame i.e there’s a digital screen in the frame that show’s a photo? Is it connected to internet? Do we have any constraints? Time, Money, Resources, Design? Assumptions I am making before going ahead: It is a frame that can show a photo on a digital screen within the frame The only constraint is that we want to get it to market soon and test if we can g"

    Kumar - "I would like to understand more about the problem by asking a few clarifying questions: What do you mean by smart? Is it a digital frame i.e there’s a digital screen in the frame that show’s a photo? Is it connected to internet? Do we have any constraints? Time, Money, Resources, Design? Assumptions I am making before going ahead: It is a frame that can show a photo on a digital screen within the frame The only constraint is that we want to get it to market soon and test if we can g"See full answer

    Product Manager
    Product Design
  • 2 answers

    " function diffBetweenTwoStrings(source, target) { /** @param source: string @param target: string @return: string[] */ let dp = new Array(source.length+1).fill().map(() => Array(target.length+1).fill(0)) for (let i = source.length; i>= 0; i--) { for (let j = target.length; j>= 0; j--) { if (i === source.length) { dpi = target.length - j } else if (j === target.length) { dpi = sou"

    Matthew K. - " function diffBetweenTwoStrings(source, target) { /** @param source: string @param target: string @return: string[] */ let dp = new Array(source.length+1).fill().map(() => Array(target.length+1).fill(0)) for (let i = source.length; i>= 0; i--) { for (let j = target.length; j>= 0; j--) { if (i === source.length) { dpi = target.length - j } else if (j === target.length) { dpi = sou"See full answer

    Data Structures & Algorithms
    Coding
Showing 2961-2980 of 4415