Interview Questions

Review this list of 3,944 interview questions and answers verified by hiring managers and candidates.
  • "I would think about the following Inventory make up Localization for Quebec Device type distribution Price comparison algorithm is tuned correctly Dealer’s ability to merchandise their products The answer is thinking through all these potential issues with the car buyer funnel to identify why potential buyers in Canada are converting at a lower rate. "

    Brad G. - "I would think about the following Inventory make up Localization for Quebec Device type distribution Price comparison algorithm is tuned correctly Dealer’s ability to merchandise their products The answer is thinking through all these potential issues with the car buyer funnel to identify why potential buyers in Canada are converting at a lower rate. "See full answer

    Product Manager
    Analytical
    +1 more
  • "Clarifying questions: What is the travel experience? International/ domestic travel for company work or local commute to the office? Is there any specific metric that we are targeting? Assuming that interviewer says no metric is defined and we are talking about domestic and international travel for company purposes. I'm going to assume that covid disrupting travel is something that I have to keep in mind but that we are also thinking about how things will be improved in the longer run (i"

    Bhavana J. - "Clarifying questions: What is the travel experience? International/ domestic travel for company work or local commute to the office? Is there any specific metric that we are targeting? Assuming that interviewer says no metric is defined and we are talking about domestic and international travel for company purposes. I'm going to assume that covid disrupting travel is something that I have to keep in mind but that we are also thinking about how things will be improved in the longer run (i"See full answer

    Product Design
  • Disney logoAsked at Disney 
    Product Manager
    Behavioral
  • "If this is not a project, we should first establish a memorandum of understanding that gives us a sense of their availability, skills, minimum and maximum levels of support, and other parameters that would govern their involvement. With a project in hand, the same understandings need to be achieved or renewed before project commitment to see if tech/DS can fulfill the need. You owe it to your partners to provide them with as much clarity about the project as you can: its goals, scope and deadlin"

    Lee F. - "If this is not a project, we should first establish a memorandum of understanding that gives us a sense of their availability, skills, minimum and maximum levels of support, and other parameters that would govern their involvement. With a project in hand, the same understandings need to be achieved or renewed before project commitment to see if tech/DS can fulfill the need. You owe it to your partners to provide them with as much clarity about the project as you can: its goals, scope and deadlin"See full answer

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

  • Tesla logoAsked at Tesla 

    "Clarifying Questions: Is this a Direct-To-Consumer Model or Peer-to-Peer? Assumptions: Direct-To-Consumer Will take place in the United States Primarily Desktop Experience Goal: We are trying to generate leads for Sales Reps Potential Customers: Younger Urban Dwellers Pros Tesla overall age skews younger Generally more Environmentally Conscious Users will likely stay with the same car brand for many decades Cons "

    Wyatt T. - "Clarifying Questions: Is this a Direct-To-Consumer Model or Peer-to-Peer? Assumptions: Direct-To-Consumer Will take place in the United States Primarily Desktop Experience Goal: We are trying to generate leads for Sales Reps Potential Customers: Younger Urban Dwellers Pros Tesla overall age skews younger Generally more Environmentally Conscious Users will likely stay with the same car brand for many decades Cons "See full answer

    Product Strategy
  • Asana logoAsked at Asana 
    +3

    "Clarification Questions: Can we define and describe office ? my current office ( IT ) , or government offices, starup offices, etc I assume we are desgining a refrigerator for my current office. It is an office with multiple floors with canteen on one of the floors. There is seating arrangement for around 200 - 300 on every floor. Generally there is maximum usage during lunch time and then snacks time since part of us dont have breakfast and dinner in office. Is there any cost limitation"

    Darshana W. - "Clarification Questions: Can we define and describe office ? my current office ( IT ) , or government offices, starup offices, etc I assume we are desgining a refrigerator for my current office. It is an office with multiple floors with canteen on one of the floors. There is seating arrangement for around 200 - 300 on every floor. Generally there is maximum usage during lunch time and then snacks time since part of us dont have breakfast and dinner in office. Is there any cost limitation"See full answer

    Product Manager
    Product Design
  • Google logoAsked at Google 
    Technical
    System Design
  • Slack logoAsked at Slack 

    "This is an Improve a Product question that's quite specific. Here, we're asking to not only improve Slack, but particularly how they allow collaboration on their platform. Let's first go over the Improve a Product formula: Ask clarifying questions Identify users, behaviors, and pain points State product goal Brainstorm small improvements Brainstorm bolder improvements Measure success Summarize Now, let's begin! Ask clarifying questions"

    Exponent - "This is an Improve a Product question that's quite specific. Here, we're asking to not only improve Slack, but particularly how they allow collaboration on their platform. Let's first go over the Improve a Product formula: Ask clarifying questions Identify users, behaviors, and pain points State product goal Brainstorm small improvements Brainstorm bolder improvements Measure success Summarize Now, let's begin! Ask clarifying questions"See full answer

    Product Manager
    Product Design
  • Zynga logoAsked at Zynga 
    Analytical
    Product Strategy
  • Product Manager
    Product Strategy
  • Salesforce logoAsked at Salesforce 

    "There are many things salesforce can do better as compare to the competitor, you can take salesforce online training at OnlineITGuru https://onlineitguru.com/Salesforce-training.html and learn complete features of salesforce"

    Neelesh C. - "There are many things salesforce can do better as compare to the competitor, you can take salesforce online training at OnlineITGuru https://onlineitguru.com/Salesforce-training.html and learn complete features of salesforce"See full answer

    Product Marketing Manager
    Product Strategy
  • Mixpanel logoAsked at Mixpanel 
    Product Marketing Manager
    Behavioral
  • Product Manager
    Product Design
  • Google logoAsked at Google 

    "Follow up question was: what is your strategy to sell it?"

    Andrei S. - "Follow up question was: what is your strategy to sell it?"See full answer

    Product Manager
    Product Design
  • "SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, test, and deploy high-quality software products. There are several SDLC models, including the Waterfall model, Agile model, and DevOps model. Here's an overview of each model and how I would implement it: Waterfall Model: This model is a linear sequential approach, where each stage of the software development process must be completed before moving on to the next stage. T"

    Anonymous Panda - "SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, test, and deploy high-quality software products. There are several SDLC models, including the Waterfall model, Agile model, and DevOps model. Here's an overview of each model and how I would implement it: Waterfall Model: This model is a linear sequential approach, where each stage of the software development process must be completed before moving on to the next stage. T"See full answer

    Technical
  • Google logoAsked at Google 
    Technical
  • Amazon logoAsked at Amazon 
    +2

    " This is mostly correct and fairly fast. My code has a bug somewhere where it fails on cases like the last case, where there are negative number on both ends of the array and the sums . from collections import deque debug = True # False def prdbg(*x): global debug debug = True # False if debug: print(x) else: return def max_sum(arr, start, end): if type(arr) == type(''' "

    Nathan B. - " This is mostly correct and fairly fast. My code has a bug somewhere where it fails on cases like the last case, where there are negative number on both ends of the array and the sums . from collections import deque debug = True # False def prdbg(*x): global debug debug = True # False if debug: print(x) else: return def max_sum(arr, start, end): if type(arr) == type(''' "See full answer

    Data Structures & Algorithms
    Coding
  • "Get an audience with the big player - 1) Talk about the camera tech KPI that your company has improved/ 2) Talk about the technology itself 3) Talk about how it's better than the big player's competitors 4) Show a demo through a few benchmarks 5) Promise the big company that your company will support their product end to end if integrated into their product 6) Try to differentiate on pricing 7) Also show how the big player can win more in the market - maybe more user acquisition, or more engage"

    Joohi M. - "Get an audience with the big player - 1) Talk about the camera tech KPI that your company has improved/ 2) Talk about the technology itself 3) Talk about how it's better than the big player's competitors 4) Show a demo through a few benchmarks 5) Promise the big company that your company will support their product end to end if integrated into their product 6) Try to differentiate on pricing 7) Also show how the big player can win more in the market - maybe more user acquisition, or more engage"See full answer

    Product Manager
    Product Strategy
  • Google logoAsked at Google 

    "To answer this I'd like to think through Facebook's mission, how a dating app aligns with that mission, whether or not a dating app would drive towards Facebook's success as a company, and then the market fit for Facebook moving into the space. Mission Facebook's mission is something to the effect of "bringing the world closer together by giving individuals the tools to build community." Any generic dating app's mission would be something to the effect of "bringing people together and formi"

    Anonymous Hawk - "To answer this I'd like to think through Facebook's mission, how a dating app aligns with that mission, whether or not a dating app would drive towards Facebook's success as a company, and then the market fit for Facebook moving into the space. Mission Facebook's mission is something to the effect of "bringing the world closer together by giving individuals the tools to build community." Any generic dating app's mission would be something to the effect of "bringing people together and formi"See full answer

    Product Strategy
Showing 2861-2880 of 3944