Interview Questions

Review this list of 4,065 interview questions and answers verified by hiring managers and candidates.
  • Intuit logoAsked at Intuit 
    Product Strategy
  • "My advice is to accept the situation even if it is late"

    Danis M. - "My advice is to accept the situation even if it is late"See full answer

    Product Manager
    Behavioral
  • "Assuming we have to consider sms sent by people & not company messages, promotions etc Total population of USA- 300 mil Poverty rate- 10% Remaining 270 mil Avg members per household- 4 Total households- approx 70 mil Kids(25) prefer whatsapp over traditional messaging nowadays unless absolutely necessary, so fo"

    Debajyoti B. - "Assuming we have to consider sms sent by people & not company messages, promotions etc Total population of USA- 300 mil Poverty rate- 10% Remaining 270 mil Avg members per household- 4 Total households- approx 70 mil Kids(25) prefer whatsapp over traditional messaging nowadays unless absolutely necessary, so fo"See full answer

    Estimation
  • PayPal logoAsked at PayPal 
    Software Engineer
    System Design
  • Technical Program Manager
    Behavioral
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Google logoAsked at Google 
    +2

    "Building a great product is a journey Product has to: Identify the right set of customers Have to keep understanding the evolving needs to the users Have to solve it in the best way possible (Innovative, useful, easy to understand manner) Have to keep evolving with time by understanding evolving needs and data generated Price according to the users capacity and willingness to pay"

    P D. - "Building a great product is a journey Product has to: Identify the right set of customers Have to keep understanding the evolving needs to the users Have to solve it in the best way possible (Innovative, useful, easy to understand manner) Have to keep evolving with time by understanding evolving needs and data generated Price according to the users capacity and willingness to pay"See full answer

    Product Design
  • Machine Learning Engineer
    Coding
    +1 more
  • Snap logoAsked at Snap 

    "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question. Let's go over one possible solution: > I totally understand the sentiment to remove TikTok from the App Store and Google Play store, however I don't think it's the right call. There are a few reasons for this: > Free market rule: We operate in a free market, and it's important that we kee"

    Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question. Let's go over one possible solution: > I totally understand the sentiment to remove TikTok from the App Store and Google Play store, however I don't think it's the right call. There are a few reasons for this: > Free market rule: We operate in a free market, and it's important that we kee"See full answer

    Product Manager
    Behavioral
  • Capital One logoAsked at Capital One 
    Product Design
  • Google logoAsked at Google 

    "A horizontal rack with smaller containers aligned in the (Braille)alphabetical order, where the container is facing upwards and its cap has an inscription of the name of spice. Each container has two openings, one opening will allow the user to pour 1tsp of spice and the other will allow the user 1Tsp. We have to add a small weighing scale where the scale announces the weight of the spice left in the container, if it is empty an automatic refill order is placed. For automatic order placement, we"

    Mahi D. - "A horizontal rack with smaller containers aligned in the (Braille)alphabetical order, where the container is facing upwards and its cap has an inscription of the name of spice. Each container has two openings, one opening will allow the user to pour 1tsp of spice and the other will allow the user 1Tsp. We have to add a small weighing scale where the scale announces the weight of the spice left in the container, if it is empty an automatic refill order is placed. For automatic order placement, we"See full answer

    Product Design
  • Google logoAsked at Google 
    Product Design
  • Microsoft logoAsked at Microsoft 

    "Clarification questions: a. Is this platform like YouTube to post cooking videos by homechefs? b. Is this like Doordash where homechef’s can sell home cooked food? Response: Feel free to assume. I’m assuming to build a marketplace platform where homechef’s can sell their home cooked food. c. Are we looking to build a webapp/mobile native app Response: Mobile native app (iOS and Android) d. Which markets are we focusing on? Global or North America or USA **Response: I would focus on"

    Abdul K. - "Clarification questions: a. Is this platform like YouTube to post cooking videos by homechefs? b. Is this like Doordash where homechef’s can sell home cooked food? Response: Feel free to assume. I’m assuming to build a marketplace platform where homechef’s can sell their home cooked food. c. Are we looking to build a webapp/mobile native app Response: Mobile native app (iOS and Android) d. Which markets are we focusing on? Global or North America or USA **Response: I would focus on"See full answer

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

    "LinkedIn is a pioneer in the tech industry brining global workforce together. LinkedIn is one of the few companies where you can work on the latest tech stack but also work on meaningful and high impact product problems, processes issues and Customer experiences that I can very well relate with. It a place where people from all over the world can connect, Innovate and celebrate their careers. I feel excited about the opportunity as it fully aligns perfectly with my desire to expand, Connect,"

    Divya S. - "LinkedIn is a pioneer in the tech industry brining global workforce together. LinkedIn is one of the few companies where you can work on the latest tech stack but also work on meaningful and high impact product problems, processes issues and Customer experiences that I can very well relate with. It a place where people from all over the world can connect, Innovate and celebrate their careers. I feel excited about the opportunity as it fully aligns perfectly with my desire to expand, Connect,"See full answer

    Product Manager
    Behavioral
    +1 more
  • "boolean isMatch(String s, String p) { int i=0; int j=0; int sID=-1; int prevM=-1; while(i<s.length()){ if(j<p.length() && (s.charAt(i)==p.charAt(j) || p.charAt(j)=='?')){ i++; j++; }else if(j<p.length() && p.charAt(j)=='*'){ sID=j; prevM=i; j++; }else if(sID!=-1){ j=sID+1; prevM++; i=prevM; }else{ return false; } } while(j<p.length() && p.charAt(j)=='*') j++; if(i!=s.length() || j!=p.leng"

    Ravi C. - "boolean isMatch(String s, String p) { int i=0; int j=0; int sID=-1; int prevM=-1; while(i<s.length()){ if(j<p.length() && (s.charAt(i)==p.charAt(j) || p.charAt(j)=='?')){ i++; j++; }else if(j<p.length() && p.charAt(j)=='*'){ sID=j; prevM=i; j++; }else if(sID!=-1){ j=sID+1; prevM++; i=prevM; }else{ return false; } } while(j<p.length() && p.charAt(j)=='*') j++; if(i!=s.length() || j!=p.leng"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Google logoAsked at Google 

    "Its my first post to answer such questions. Please do let me know your feedback for my improvement please. How many planes flying over city are at the moment Let meshare my understanding on the question, we want to estimate number of aeroplanes flying over city at any moment. Assumption: City:Hyderabad India On average A flight takes 5 min to cross city. We are going to average out as certainly number of planes on Sky in Night is far less than number of planes in Day, so ignor"

    Sanjay P. - "Its my first post to answer such questions. Please do let me know your feedback for my improvement please. How many planes flying over city are at the moment Let meshare my understanding on the question, we want to estimate number of aeroplanes flying over city at any moment. Assumption: City:Hyderabad India On average A flight takes 5 min to cross city. We are going to average out as certainly number of planes on Sky in Night is far less than number of planes in Day, so ignor"See full answer

    Estimation
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Behavioral
  • Google logoAsked at Google 
    Product Strategy
Showing 2881-2900 of 4065