Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • Product Manager
    Product Design
  • "I would like to clarify the scope of this question - It is only limited to Uber rides and not Uber eats. correct? For us to gauge whether Uber should accept cash or not, lets first understand why would Uber want to do this, a few reasons which come to mind: Uber wants to acquire more customers (non-digital payment users) Uber wants to provide alternative options to existing users and make it easier for them to book with Uber Strategic reason - competition has started accepting cash or i"

    Vipul A. - "I would like to clarify the scope of this question - It is only limited to Uber rides and not Uber eats. correct? For us to gauge whether Uber should accept cash or not, lets first understand why would Uber want to do this, a few reasons which come to mind: Uber wants to acquire more customers (non-digital payment users) Uber wants to provide alternative options to existing users and make it easier for them to book with Uber Strategic reason - competition has started accepting cash or i"See full answer

    Product Strategy
  • Microsoft logoAsked at Microsoft 
    Technical Program Manager
    Behavioral
  • Apple logoAsked at Apple 

    "I was able to provide the optimal approach and coded it up"

    Anonymous Wasp - "I was able to provide the optimal approach and coded it up"See full answer

    Data Engineer
    Data Structures & Algorithms
    +2 more
  • Capital One logoAsked at Capital One 
    Product Manager
    Product Design
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta logoAsked at Meta 

    "What is the goal of FB as a company, how does marketplace help. Who are the different users (Sellers and buyers. Also mention advertisers). Sellers can be artists or small/ home business owners. they also also be infrequent sellers who come to FB marketplace when they are moving cities or moving to a new location. Buyers can be low and high engagement. We will focus on sellers - if more sellers come on the platform, it will attract buyers, generate sales, and spin the flywheel. Also, if a sel"

    Neha A. - "What is the goal of FB as a company, how does marketplace help. Who are the different users (Sellers and buyers. Also mention advertisers). Sellers can be artists or small/ home business owners. they also also be infrequent sellers who come to FB marketplace when they are moving cities or moving to a new location. Buyers can be low and high engagement. We will focus on sellers - if more sellers come on the platform, it will attract buyers, generate sales, and spin the flywheel. Also, if a sel"See full answer

    Product Manager
    Analytical
    +2 more
  • Software Engineer
    Concept
  • "with login_data as ( select * from useractivitylog where activity_type = 'LOGIN' ) ,cte as ( select userid, timestamp as currentlogin ,lag(timestamp,1,timestamp) over (partition by user_id order by timestamp asc) as previous_login, round((julianday(timestamp) - julianday(lag(timestamp,1,timestamp) over (partition by user_id order by timestamp asc))) * 24 * 60) as minutes_elapsed from login_data ) select * from cte where currentlogin  previouslogin;"

    Kedar W. - "with login_data as ( select * from useractivitylog where activity_type = 'LOGIN' ) ,cte as ( select userid, timestamp as currentlogin ,lag(timestamp,1,timestamp) over (partition by user_id order by timestamp asc) as previous_login, round((julianday(timestamp) - julianday(lag(timestamp,1,timestamp) over (partition by user_id order by timestamp asc))) * 24 * 60) as minutes_elapsed from login_data ) select * from cte where currentlogin  previouslogin;"See full answer

    Coding
    SQL
  • Meta logoAsked at Meta 
    Product Manager
    Analytical
    +1 more
  • Nvidia logoAsked at Nvidia 

    "Tell me about a time you were with someone on your team who was struggling to meet objectives. How did you address the situation? What kind of feedback did you give the individual? What was the outcome?"

    Jawahir Y. - "Tell me about a time you were with someone on your team who was struggling to meet objectives. How did you address the situation? What kind of feedback did you give the individual? What was the outcome?"See full answer

    Software Engineer
    Behavioral
  • Sales Path

    IDE
    Medium
    +7

    "def getcheapestcost(rootNode): \# need to do DFS for each branch \# but this can be done recursively n = len(rootNode.children) if n == 0: return 0 else: min_cost = float('inf') for i in range(len(n)): tempcost = getcheapest_cost(rootNode.children[i]) if (tempcost < mincost): mincost = tempcost return min_cost + rootNode.cost \# A node class Node: \# Constructor to create a new node def init\(self, cost): self.cost = cost self.children = [] self.parent = None"

    Anonymous Owl - "def getcheapestcost(rootNode): \# need to do DFS for each branch \# but this can be done recursively n = len(rootNode.children) if n == 0: return 0 else: min_cost = float('inf') for i in range(len(n)): tempcost = getcheapest_cost(rootNode.children[i]) if (tempcost < mincost): mincost = tempcost return min_cost + rootNode.cost \# A node class Node: \# Constructor to create a new node def init\(self, cost): self.cost = cost self.children = [] self.parent = None"See full answer

    Data Structures & Algorithms
    Coding
  • "This is a very interesting question. First, I would like to ask a few clarifying questions about the premise, as I am not a bird expert! (pause for polite chuckle.) For the purposes of this question, I am going to assume some priors about you mean when you say "survival" and "adaptation". If we are discussing these in the evolutionary sense, it's very difficult to understand the time scale and actual causality that would be needed to bring about any sort of assessment of how this one aspect of"

    Tyler V. - "This is a very interesting question. First, I would like to ask a few clarifying questions about the premise, as I am not a bird expert! (pause for polite chuckle.) For the purposes of this question, I am going to assume some priors about you mean when you say "survival" and "adaptation". If we are discussing these in the evolutionary sense, it's very difficult to understand the time scale and actual causality that would be needed to bring about any sort of assessment of how this one aspect of"See full answer

    Product Manager
    Analytical
  • "Q1: You're the new head of the Google Hardware division. What is the next big product we're going to build and why? (Pretend you're on stage to unveil this to us.) Q2: How does this fit into the Google ecosystem? Q3: Estimate how many units you will sell in the first year in the US. (Q4: Also asked about pricing.) Q1: You're the new head of the Google Hardware division. What is the next big product we're going to build and why? Clarifying Questions: Clarifying question: Hardware is a very broa"

    Cody M. - "Q1: You're the new head of the Google Hardware division. What is the next big product we're going to build and why? (Pretend you're on stage to unveil this to us.) Q2: How does this fit into the Google ecosystem? Q3: Estimate how many units you will sell in the first year in the US. (Q4: Also asked about pricing.) Q1: You're the new head of the Google Hardware division. What is the next big product we're going to build and why? Clarifying Questions: Clarifying question: Hardware is a very broa"See full answer

    Product Manager
    Analytical
    +2 more
  • "You are planning to start a grocery store. How many manual checkout and automated checkout aisles would you have? Clarify: Is this in an urban or a rural city ? For instance is this for NY, where population is 8m Densely populated? Not a franchise of walmart.or. A big brand Which means no restrictions? Approach This will definitely depend on my budget but also the target segment . For instance, for an older population, self checkout may not be very popular. Hence, I will be making some sweepi"

    Piya B. - "You are planning to start a grocery store. How many manual checkout and automated checkout aisles would you have? Clarify: Is this in an urban or a rural city ? For instance is this for NY, where population is 8m Densely populated? Not a franchise of walmart.or. A big brand Which means no restrictions? Approach This will definitely depend on my budget but also the target segment . For instance, for an older population, self checkout may not be very popular. Hence, I will be making some sweepi"See full answer

    Product Manager
    Analytical
  • Google logoAsked at Google 

    "Me: thanks for the question. Could you tell me what type of drone is it and what is the user segment? Interviewer: What you mean by type of drone? Me: Is it a premium drone with premium features like a camera or it's more on the cheaper side? Interviewer: It's a normal drone with basic features, a good camera but nothing professional and it has the Google brand. The users are amateur drone users. Me: Awesome, is there anything specific about this drone in relation to others? You mentioned th"

    Talles S. - "Me: thanks for the question. Could you tell me what type of drone is it and what is the user segment? Interviewer: What you mean by type of drone? Me: Is it a premium drone with premium features like a camera or it's more on the cheaper side? Interviewer: It's a normal drone with basic features, a good camera but nothing professional and it has the Google brand. The users are amateur drone users. Me: Awesome, is there anything specific about this drone in relation to others? You mentioned th"See full answer

    Product Strategy
  • Slack logoAsked at Slack 

    "One time I refuse someone that I can’t help them because I was busy working on my task that required a long time for me to complete it but once I explain to them why I could NOT help them, they totally understand it and then they ask the front desk."

    Amparo L. - "One time I refuse someone that I can’t help them because I was busy working on my task that required a long time for me to complete it but once I explain to them why I could NOT help them, they totally understand it and then they ask the front desk."See full answer

    Technical Program Manager
    Behavioral
  • Google logoAsked at Google 

    "Solving any problems related to Custemers profitable through new service or product offer"

    Abdurhman M. - "Solving any problems related to Custemers profitable through new service or product offer"See full answer

    Technical Program Manager
    Behavioral
  • Salesforce logoAsked at Salesforce 
    Video answer for 'Should Amazon enter the food delivery business?'

    "One challenge that I faced when working with sales was managing unrealistic expectations. As a developer, I often had to work with sales teams to define the scope and timeline for projects. However, it was not uncommon for the sales team to promise clients certain features or deliverables that were not feasible within the allotted time and budget. To address this challenge, I learned to be proactive in clarifying the limitations and constraints of the project with the sales team, and to work wit"

    Anonymous Flamingo - "One challenge that I faced when working with sales was managing unrealistic expectations. As a developer, I often had to work with sales teams to define the scope and timeline for projects. However, it was not uncommon for the sales team to promise clients certain features or deliverables that were not feasible within the allotted time and budget. To address this challenge, I learned to be proactive in clarifying the limitations and constraints of the project with the sales team, and to work wit"See full answer

    Solutions Architect
    Behavioral
    +2 more
Showing 2161-2180 of 4411