Skip to main content

Interview Questions

Review this list of 4,589 interview questions and answers verified by hiring managers and candidates.
  • Google logoAsked at Google 
    38 answers
    +34

    "DoorDash - An online Food Ordering and Food Delivery Company. What is the Goal of the DoorDash? The goal is to empower local business and connect to the users. Who are the the different stakeholders involved to achieve this Goal for DoorDash? Users Restaurant Partners Delivery Partners What they need to do to achieve this goal? More users have to come on the platform for ordering Restaurants has to fulfil the requirement of maximum number of Users Delivery part"

    Anonymous Muskox - "DoorDash - An online Food Ordering and Food Delivery Company. What is the Goal of the DoorDash? The goal is to empower local business and connect to the users. Who are the the different stakeholders involved to achieve this Goal for DoorDash? Users Restaurant Partners Delivery Partners What they need to do to achieve this goal? More users have to come on the platform for ordering Restaurants has to fulfil the requirement of maximum number of Users Delivery part"See full answer

    Product Manager
    Analytical
  • +10

    "First, I’d want to clarify what’s driving the lack of adoption. I’d ask:What does “unclear roadmap” mean? Is this an internal issue where we’re not addressing customer pain points, or is it a matter of customers not understanding how to use the product? Is this feedback coming from all enterprise customers across verticals, or is it isolated to a specific group? How long has this been going on? Has it been over a quarter? Assuming this is a widespread issue impacting all customers"

    Noe L. - "First, I’d want to clarify what’s driving the lack of adoption. I’d ask:What does “unclear roadmap” mean? Is this an internal issue where we’re not addressing customer pain points, or is it a matter of customers not understanding how to use the product? Is this feedback coming from all enterprise customers across verticals, or is it isolated to a specific group? How long has this been going on? Has it been over a quarter? Assuming this is a widespread issue impacting all customers"See full answer

    Product Manager
    Execution
    +1 more
  • Meta logoAsked at Meta 
    82 answers
    Video answer for 'You're a PM for Facebook. Friend requests are down 10%. What would you do?'
    +78

    "Clarifying question 1: Define Friend requests -- no. of friend requests sent in the platform through the "Add Friend" button Clarifying question 2: Time period for comparison - 10% - WoW or DoD or MoM? -- WoW Gathering context: Is the decline progressive or a one-time event? --> progressive Because the decline is progressive, ruling out technical glitches, downtime, or any other reason impacting the feature uptime. Is this decline global or regional? --> global Because the"

    P K. - "Clarifying question 1: Define Friend requests -- no. of friend requests sent in the platform through the "Add Friend" button Clarifying question 2: Time period for comparison - 10% - WoW or DoD or MoM? -- WoW Gathering context: Is the decline progressive or a one-time event? --> progressive Because the decline is progressive, ruling out technical glitches, downtime, or any other reason impacting the feature uptime. Is this decline global or regional? --> global Because the"See full answer

    Analytical
    Execution
    +1 more
  • Perplexity AI logoAsked at Perplexity AI 
    9 answers
    +6

    "As per my understanding, Success of the AI product/feature has to be measured in 2 aspects: success of the problem it solves success of the model used Success of the problem- start with the overall business goal of the problem(acquisition, retention etc) & the high level metric(essentially north star) then comes the product/feature level goals & metrics(conversion, engagement, clicks etc) Success of the model used- general: precision, recall, latency ethical: bias, safety busine"

    Debajyoti B. - "As per my understanding, Success of the AI product/feature has to be measured in 2 aspects: success of the problem it solves success of the model used Success of the problem- start with the overall business goal of the problem(acquisition, retention etc) & the high level metric(essentially north star) then comes the product/feature level goals & metrics(conversion, engagement, clicks etc) Success of the model used- general: precision, recall, latency ethical: bias, safety busine"See full answer

    Product Manager
    Analytical
    +1 more
  • Databricks logoAsked at Databricks 
    6 answers
    +3

    "ingestion, processing & storage layer to handle document processing client ->API gateway/entry point->object storage-> queue-> worker-> database data flow: client initiates document upload + status processing API gateway (upload endpoint: authenticates & authorizes request, creates pre-assigned url to upload document); status endpoint object storage - stores uploaded document unstructured data (images, pdfs, docx etc) via preassigned url Message queue to decouple ingestion from proc"

    Tracy M. - "ingestion, processing & storage layer to handle document processing client ->API gateway/entry point->object storage-> queue-> worker-> database data flow: client initiates document upload + status processing API gateway (upload endpoint: authenticates & authorizes request, creates pre-assigned url to upload document); status endpoint object storage - stores uploaded document unstructured data (images, pdfs, docx etc) via preassigned url Message queue to decouple ingestion from proc"See full answer

    Software Engineer
    Data Pipeline Design
    +2 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta logoAsked at Meta 
    15 answers
    +12

    "Before starting the answer I would align on goal, call out the structure where I cover what all am i going to talk about in the interview. Why laying out structure is important because the aprox time available to you is 35 min, so Structure shows the intent and the depth at which you are willing to go and think IMO This is how I would start- Sure before jumping in, I’ll first align on what this product is trying to achieve. Once we’re clear on the goal, I’ll define the key user segments, then"

    Richa M. - "Before starting the answer I would align on goal, call out the structure where I cover what all am i going to talk about in the interview. Why laying out structure is important because the aprox time available to you is 35 min, so Structure shows the intent and the depth at which you are willing to go and think IMO This is how I would start- Sure before jumping in, I’ll first align on what this product is trying to achieve. Once we’re clear on the goal, I’ll define the key user segments, then"See full answer

    Product Manager
    Analytical
    +1 more
  • Anthropic logoAsked at Anthropic 
    Add answer
    Software Engineer
    Coding
  • Google logoAsked at Google 
    98 answers
    Video answer for 'Design a product for drivers during rush hour.'
    +92

    "Clarification Define rush hour? hours leading up to the work day 8-10am and after the work day 5-7pm Are we focused on specific types of drivers? American commuters. Private drivers going to and from work What is Google's goal? Increase engagement with google services Roadmap for interviewer: User--> Pain Points-->Solution--> Vision-->Features-->Tradeoffs User American commuters. Private drivers going to and from work Can't be too distracted even durin"

    Kwabena B. - "Clarification Define rush hour? hours leading up to the work day 8-10am and after the work day 5-7pm Are we focused on specific types of drivers? American commuters. Private drivers going to and from work What is Google's goal? Increase engagement with google services Roadmap for interviewer: User--> Pain Points-->Solution--> Vision-->Features-->Tradeoffs User American commuters. Private drivers going to and from work Can't be too distracted even durin"See full answer

    Product Design
  • 76 answers
    Video answer for 'Employee Earnings.'
    +69

    "select e.firstname as firstname, m.salary as manager_salary from employees e join employees m on e.manager_id = m.id where e.salary > m.salary; `"

    Ravi K. - "select e.firstname as firstname, m.salary as manager_salary from employees e join employees m on e.manager_id = m.id where e.salary > m.salary; `"See full answer

    Software Engineer
    Coding
    +4 more
  • Amazon logoAsked at Amazon 
    47 answers
    Video answer for 'Tell me about a time when you worked on a project with a tight deadline.'
    +43

    "A clarifying question: Is this question asking about when I met a tight deadline in a project or how did I manage a project that had a tight deadline? The answer uploaded to this question is good, I would also add 'creating a critical path from overall project schedule and then making sure that none of the deliverables in the critical path are sacrificed in order to meet the tight deadline' as an action taken."

    Ushita S. - "A clarifying question: Is this question asking about when I met a tight deadline in a project or how did I manage a project that had a tight deadline? The answer uploaded to this question is good, I would also add 'creating a critical path from overall project schedule and then making sure that none of the deliverables in the critical path are sacrificed in order to meet the tight deadline' as an action taken."See full answer

    Product Manager
    Behavioral
    +5 more
  • Mistral AI logoAsked at Mistral AI 
    2 answers

    "Tell me about the most recent product you launched that you are very proud of?"

    Shalin G. - "Tell me about the most recent product you launched that you are very proud of?"See full answer

    Product Manager
    Artificial Intelligence
    +1 more
  • Google logoAsked at Google 
    64 answers
    Video answer for 'Estimate the number of restaurants in San Francisco.'
    +58

    "Candidate: Before we go ahead I have a few clarifying questions, I’d like to ask. Interviewer: Sure. Candidate: What is the exact definition of a restaurant, are we counting coffee shops, bars, street food trolleys, homemade food shops that only has delivery to customers’ place and etc... kinds of a restaurant as well? Interviewer: let’s assume that we only mean restaurants that people can go inside, order some food and eat. Let’s not consider bars and coffee shops and so"

    Jasmin R. - "Candidate: Before we go ahead I have a few clarifying questions, I’d like to ask. Interviewer: Sure. Candidate: What is the exact definition of a restaurant, are we counting coffee shops, bars, street food trolleys, homemade food shops that only has delivery to customers’ place and etc... kinds of a restaurant as well? Interviewer: let’s assume that we only mean restaurants that people can go inside, order some food and eat. Let’s not consider bars and coffee shops and so"See full answer

    Product Manager
    Estimation
  • Meta logoAsked at Meta 
    16 answers
    +13

    "Interesting question! Before we begin, I have a few clarifying questions: Is this for Netflix the company, or a service from a startup or other company that caters towards kids with a netflix-like set of services? My assumption is this is a Netflix esque service, and not part of the broader Netflix product suite/company. Why are we building this? Assumption is that we CEO identified opportunity for this product, and we want to acquire users and engage them. By kids, do you mean"

    William D. - "Interesting question! Before we begin, I have a few clarifying questions: Is this for Netflix the company, or a service from a startup or other company that caters towards kids with a netflix-like set of services? My assumption is this is a Netflix esque service, and not part of the broader Netflix product suite/company. Why are we building this? Assumption is that we CEO identified opportunity for this product, and we want to acquire users and engage them. By kids, do you mean"See full answer

    Product Manager
    Product Design
  • Amazon logoAsked at Amazon 
    Add answer
    Software Engineer
    System Design
  • Google logoAsked at Google 
    8 answers
    +5

    "First, I'll ask some clarifying questions and redefine the scope for us, ok? So, Can we assume that we are working at a company that has discovered a way to travel through time and we have this patented state of the art technology? Sure! Ok, then I will think of this problem from the perspective of a business if that is ok? Yes Is the traveling process instant or lengthy? Assume instant. Can I assume there are no idea constraints and that since time travel is existing that ther"

    Tesvara J. - "First, I'll ask some clarifying questions and redefine the scope for us, ok? So, Can we assume that we are working at a company that has discovered a way to travel through time and we have this patented state of the art technology? Sure! Ok, then I will think of this problem from the perspective of a business if that is ok? Yes Is the traveling process instant or lengthy? Assume instant. Can I assume there are no idea constraints and that since time travel is existing that ther"See full answer

    Product Manager
    Product Design
  • Adobe logoAsked at Adobe 
    44 answers
    +39

    "Was this for an entry level engineer role?"

    Yeshwanth D. - "Was this for an entry level engineer role?"See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • Meta logoAsked at Meta 
    25 answers
    +22

    "Clarifying questions: What type of contractors are we considering? Construction, repair, paint, electric etc. assuming there is no specificity here Is it for professional or personal - eg. For enterprises to allocate contract or personal work. Though the end result might work for both but initial go live one assuming for personal work Any specific demography Is it part of any existing meta universe - Facebook marketplace? Why this problem matters? For users: this is one of the difficult"

    Dewansh Z. - "Clarifying questions: What type of contractors are we considering? Construction, repair, paint, electric etc. assuming there is no specificity here Is it for professional or personal - eg. For enterprises to allocate contract or personal work. Though the end result might work for both but initial go live one assuming for personal work Any specific demography Is it part of any existing meta universe - Facebook marketplace? Why this problem matters? For users: this is one of the difficult"See full answer

    Product Manager
    Product Design
    +1 more
  • Meta logoAsked at Meta 
    13 answers
    Video answer for 'Design an evaluation framework for ads ranking.'
    +8

    "Designing an evaluation framework for ads ranking is crucial for optimizing the effectiveness and relevance of ads displayed to users. Here's a comprehensive framework that you can use: Define Objectives and Key Performance Indicators (KPIs):** \\Click-Through Rate (CTR):\\ The ratio of clicks to impressions, indicating the effectiveness of an ad in attracting user attention. \\Conversion Rate:\\ The ratio of conversions (e.g., sign-ups, purchases) to clicks, measuring how well"

    Ajay P. - "Designing an evaluation framework for ads ranking is crucial for optimizing the effectiveness and relevance of ads displayed to users. Here's a comprehensive framework that you can use: Define Objectives and Key Performance Indicators (KPIs):** \\Click-Through Rate (CTR):\\ The ratio of clicks to impressions, indicating the effectiveness of an ad in attracting user attention. \\Conversion Rate:\\ The ratio of conversions (e.g., sign-ups, purchases) to clicks, measuring how well"See full answer

    Product Manager
    Machine Learning
    +3 more
  • Google logoAsked at Google 
    30 answers
    +27

    "To convince leadership at Google to build a wristwatch for the elderly, it's crucial to present a compelling argument that encompasses user needs, market potential, and Google's strategic alignment. Here's a detailed proposal: 1. Understanding the User Needs Target Audience Primary Users: Elderly individuals, especially those with health conditions requiring monitoring and those living independently. Secondary Users: Family members and caregivers. **Pain Points"

    Gaurav M. - "To convince leadership at Google to build a wristwatch for the elderly, it's crucial to present a compelling argument that encompasses user needs, market potential, and Google's strategic alignment. Here's a detailed proposal: 1. Understanding the User Needs Target Audience Primary Users: Elderly individuals, especially those with health conditions requiring monitoring and those living independently. Secondary Users: Family members and caregivers. **Pain Points"See full answer

    Product Manager
    Product Strategy
  • Accenture logoAsked at Accenture 
    126 answers
    Video answer for 'Tell me about yourself.'
    +118

    "As you know, this is the most important question for any interview. Here is a structure I like to follow, Start with 'I'm currently a SDE/PM/TPM etc with XYZ company.... ' Mention how you got into PM/TPM/SDE field (explaining your journey) Mention 1 or 2 accomplishments Mention what you do outside work (blogging, volunteer etc) Share why are you looking for a new role Ask the interviewer if they have any questions or will like to dive deep into any of your experience"

    Bipin R. - "As you know, this is the most important question for any interview. Here is a structure I like to follow, Start with 'I'm currently a SDE/PM/TPM etc with XYZ company.... ' Mention how you got into PM/TPM/SDE field (explaining your journey) Mention 1 or 2 accomplishments Mention what you do outside work (blogging, volunteer etc) Share why are you looking for a new role Ask the interviewer if they have any questions or will like to dive deep into any of your experience"See full answer

    Product Manager
    Behavioral
    +17 more
Showing 41-60 of 4589