Interview Questions

Review this list of 4,138 interview questions and answers verified by hiring managers and candidates.
  • " I will attempt to answer this. Barnes and Nobles Nook, although Amazon had an advantage in terms of being early to market (2007) with the Kindle, B&N Nook could have been marketed Nook more creatively, given that B&N has access to massive inventories of books in digital format. It fell short of: Focusing on the differentiation in marketing Being aggressive in marketing tactics by promoting the Nook at events, webinars, out-of-store marketing Attracting the user base by highlighting the m"

    Anuradha T. - " I will attempt to answer this. Barnes and Nobles Nook, although Amazon had an advantage in terms of being early to market (2007) with the Kindle, B&N Nook could have been marketed Nook more creatively, given that B&N has access to massive inventories of books in digital format. It fell short of: Focusing on the differentiation in marketing Being aggressive in marketing tactics by promoting the Nook at events, webinars, out-of-store marketing Attracting the user base by highlighting the m"See full answer

  • "I product manage customer care - while I belong to the ecommerce platform team. customer care is not a direct contributor for revenue and the feedback i received during my career progression was unless i contribute to revenue i cannot be on promotion track. this is difficult feedback to act on as its not by job responsibility. worked with my manager on 2 fronts - 1) create a succession plan so i can take on additional responsibility that contributes to revenue and 2) create a plan on how care ca"

    Gomathi S. - "I product manage customer care - while I belong to the ecommerce platform team. customer care is not a direct contributor for revenue and the feedback i received during my career progression was unless i contribute to revenue i cannot be on promotion track. this is difficult feedback to act on as its not by job responsibility. worked with my manager on 2 fronts - 1) create a succession plan so i can take on additional responsibility that contributes to revenue and 2) create a plan on how care ca"See full answer

    Technical Program Manager
    Behavioral
  • +8

    "Why is this important? Human capital is the core competitive advantage for technology companies, especially Google. Making the best hire for a given position vs not at scale can mean hours of lost productivity with significant monetary implications. The corollary to a false negative is also a false positive. Assuming that the goal is to hire the best candidate for a given job, the fact that the right person was not hired means the less than the right person for the job was. Impact : Delta"

    Sukriti C. - "Why is this important? Human capital is the core competitive advantage for technology companies, especially Google. Making the best hire for a given position vs not at scale can mean hours of lost productivity with significant monetary implications. The corollary to a false negative is also a false positive. Assuming that the goal is to hire the best candidate for a given job, the fact that the right person was not hired means the less than the right person for the job was. Impact : Delta"See full answer

    Execution
    Product Design
  • "Product -> Self service Portal North Star Metric-> No. of proposal downloaded Problem-> 15% Decrease in Proposal downloads RCA-> System Health check-> Bugs, errors in pages during session, site crashed, server inavailability, new feature was introduced which made it difficult for user to navigate. If there was problem of server in-availability, is load balancer working fine/server is not available? If problem was with feature-> What feature was introduced? do an A/B test with older feature Fu"

    Smriti G. - "Product -> Self service Portal North Star Metric-> No. of proposal downloaded Problem-> 15% Decrease in Proposal downloads RCA-> System Health check-> Bugs, errors in pages during session, site crashed, server inavailability, new feature was introduced which made it difficult for user to navigate. If there was problem of server in-availability, is load balancer working fine/server is not available? If problem was with feature-> What feature was introduced? do an A/B test with older feature Fu"See full answer

    Product Manager
    Behavioral
    +1 more
  • "Here's some thought on what I'll be doing in this situation: Identify the root cause (I'll try to assess WHY the engineers don't action these tickets). In order to identify the potential reasons, I'd have 1:1s with team members, observe participation and engagement in backlog grooming sessions and check in with leads and my peers. Lack of clarity on requirements or acceptance criteria. Skill gaps. Dependency on other teams or missing prerequisites. Team capaci"

    Anonymous Dingo - "Here's some thought on what I'll be doing in this situation: Identify the root cause (I'll try to assess WHY the engineers don't action these tickets). In order to identify the potential reasons, I'd have 1:1s with team members, observe participation and engagement in backlog grooming sessions and check in with leads and my peers. Lack of clarity on requirements or acceptance criteria. Skill gaps. Dependency on other teams or missing prerequisites. Team capaci"See full answer

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

  • "I responded with a project that I was a part of during my capstone class. I described how I used HTML, Python, and PostGRESQL in conjunction to create a functioning website using SCRUM."

    Kanishkan V. - "I responded with a project that I was a part of during my capstone class. I described how I used HTML, Python, and PostGRESQL in conjunction to create a functioning website using SCRUM."See full answer

    Product Manager
    Behavioral
    +1 more
  • Stripe logoAsked at Stripe 
    Solutions Architect
    Customer Interaction
  • Amazon logoAsked at Amazon 
    Video answer for 'How do you consider the impact of your work on the world?'
    +11

    "this is not a helpful interview, she seems so unprepared, confusing, unable to netting it out :("

    Anonymous Giraffe - "this is not a helpful interview, she seems so unprepared, confusing, unable to netting it out :("See full answer

    Product Manager
    Behavioral
    +3 more
  • "Being a team player is very important to a small to medium team where each individual play a role to set the culture of collaboration for the team. I will definitely be coaching my report to improve on becoming a team player and trying to influence to understand why it is utterly important for her/his individual growth and success. A ship can not be built by only two hands and any disconnect within the team can prove to be costly."

    Sathi C. - "Being a team player is very important to a small to medium team where each individual play a role to set the culture of collaboration for the team. I will definitely be coaching my report to improve on becoming a team player and trying to influence to understand why it is utterly important for her/his individual growth and success. A ship can not be built by only two hands and any disconnect within the team can prove to be costly."See full answer

    Behavioral
  • Waymo logoAsked at Waymo 
    +3

    " import pandas as pd def findaveragedistance(gps_data: pd.DataFrame) -> pd.DataFrame: #0. IMPORTANT: get the unordered pairs gpsdata['city1']=gpsdata[['origin','destination']].min(axis=1) gpsdata['city2']=gpsdata[['origin','destination']].max(axis=1) #1. get the mean distance by cities avgdistance=gpsdata.groupby(['city1','city2'], as_index=False)['distance'].mean().round(2) avgdistance.rename(columns={'distance':"averagedistance"}, inplace=True) "

    Sean L. - " import pandas as pd def findaveragedistance(gps_data: pd.DataFrame) -> pd.DataFrame: #0. IMPORTANT: get the unordered pairs gpsdata['city1']=gpsdata[['origin','destination']].min(axis=1) gpsdata['city2']=gpsdata[['origin','destination']].max(axis=1) #1. get the mean distance by cities avgdistance=gpsdata.groupby(['city1','city2'], as_index=False)['distance'].mean().round(2) avgdistance.rename(columns={'distance':"averagedistance"}, inplace=True) "See full answer

    Data Structures & Algorithms
    Coding
    +1 more
  • "Clarify question: Google flight search: flights.google.com (app or website) Allows users to search for flights, sort, or filter To book, you are directed to airline or aggregator sites Vision of the product: Help users find and compare flights they want to take Users: Flyers (primary user) Airlines and aggregator sites (prices, avail, options) Flight inventory providers Success metrics: Number of users/flyers like DAUs or MAUs % flyers (DAUs or MAUs) which are repeat Success"

    Dolores - "Clarify question: Google flight search: flights.google.com (app or website) Allows users to search for flights, sort, or filter To book, you are directed to airline or aggregator sites Vision of the product: Help users find and compare flights they want to take Users: Flyers (primary user) Airlines and aggregator sites (prices, avail, options) Flight inventory providers Success metrics: Number of users/flyers like DAUs or MAUs % flyers (DAUs or MAUs) which are repeat Success"See full answer

    Product Manager
    Analytical
  • Microsoft logoAsked at Microsoft 
    +1

    "Honestly, I would’ve loved something like this when I was younger. I couldn’t wait till the day I was 18 so I could start investing and would read personal finance books on random topics. Clarification Questions Kids is a very broad term, is there a specific age range you had in mind or would you want me to determine that myself? > I will assume that this will start off as an application, and then later can be integrated on a"

    Rohan S. - "Honestly, I would’ve loved something like this when I was younger. I couldn’t wait till the day I was 18 so I could start investing and would read personal finance books on random topics. Clarification Questions Kids is a very broad term, is there a specific age range you had in mind or would you want me to determine that myself? > I will assume that this will start off as an application, and then later can be integrated on a"See full answer

    Product Manager
    Product Design
  • +1

    "Clarifying Questions Have we confirmed this was a server side issue and not client side or network related? Interviewer confirms this was a server side issue Do we have additional information on whether this was region specific, user specific? Interviewer says you can make some assumptions Introduction I am going to focus on a few potential factors and describe how they could lead to system downtime: Data Center Power Outage Software Deployment Software Bug P"

    Catherine Z. - "Clarifying Questions Have we confirmed this was a server side issue and not client side or network related? Interviewer confirms this was a server side issue Do we have additional information on whether this was region specific, user specific? Interviewer says you can make some assumptions Introduction I am going to focus on a few potential factors and describe how they could lead to system downtime: Data Center Power Outage Software Deployment Software Bug P"See full answer

    Technical
  • "Clarifying questions: What are we defining as "participation"? Does it include creating a live stream? Or is it just viewing a stream? Engaging (commenting/reacting) with other viewers during a live stream? ["Participation" = Watching, commenting, or reacting to a live stream as it's being broadcast, not during replays] Are these live streams from major broadcasters expecting large audiences? Or individuals making use of live broadcasting from their phones? [Across the board] "

    Ian S. - "Clarifying questions: What are we defining as "participation"? Does it include creating a live stream? Or is it just viewing a stream? Engaging (commenting/reacting) with other viewers during a live stream? ["Participation" = Watching, commenting, or reacting to a live stream as it's being broadcast, not during replays] Are these live streams from major broadcasters expecting large audiences? Or individuals making use of live broadcasting from their phones? [Across the board] "See full answer

    Execution
    Analytical
  • "In the expected value of a coupon problem, you calculated variance of a binomial distribution, and used the satandard deviation, square root of variance, to calculate the confidence interval. Will that approach work the same here? For fair coin: (Heads = 0, tails = 1) Var = 10 * (.5)(1-.5) = 2.5 Stdev = Sqrt(2.5) = 1.581 Mean = 5 Z-score = (Observed Val - Mean) / Stdev = (10 - 5) / 1.581 = 3.164 P val = 0.0008% (Slightly different from the video's solution of 0.00097) Pros of this approach: It"

    Connor W. - "In the expected value of a coupon problem, you calculated variance of a binomial distribution, and used the satandard deviation, square root of variance, to calculate the confidence interval. Will that approach work the same here? For fair coin: (Heads = 0, tails = 1) Var = 10 * (.5)(1-.5) = 2.5 Stdev = Sqrt(2.5) = 1.581 Mean = 5 Z-score = (Observed Val - Mean) / Stdev = (10 - 5) / 1.581 = 3.164 P val = 0.0008% (Slightly different from the video's solution of 0.00097) Pros of this approach: It"See full answer

    Statistics & Experimentation
  • "I consider my greatest strengths to be my inquisitive nature and my ability to empathize with users. My inquisitiveness drives me to question and challenge the status quo, constantly seeking new perspectives and innovative approaches. I find inspiration in observing advertisements, analyzing their plots, and connecting them to the products being advertised. This curiosity fuels my creativity and pushes me to think outside the box. Furthermore, my empathetic nature plays a vital role in my desig"

    Mallikarjun B. - "I consider my greatest strengths to be my inquisitive nature and my ability to empathize with users. My inquisitiveness drives me to question and challenge the status quo, constantly seeking new perspectives and innovative approaches. I find inspiration in observing advertisements, analyzing their plots, and connecting them to the products being advertised. This curiosity fuels my creativity and pushes me to think outside the box. Furthermore, my empathetic nature plays a vital role in my desig"See full answer

    Behavioral
  • +5

    " select user_id, b.marketing_channel from user_sessions a Left join attribution b on b.sessionid = a.sessionid group by 1,2 HAVING sum(purchasevalue)>100 and min(adclick_timestamp) `"

    G B. - " select user_id, b.marketing_channel from user_sessions a Left join attribution b on b.sessionid = a.sessionid group by 1,2 HAVING sum(purchasevalue)>100 and min(adclick_timestamp) `"See full answer

    Data Engineer
    Coding
    +3 more
  • "The question given is intentionally very open ended. As the key phrases used are "air travel" which can encompass all parts of the journey not just the airport or flight experience & "improve the perception" which doesn't necessarily require fixing the problem (although you'd hope that was part of the conclusion). In addition, the constraints of time (1-year) and resources ($10M) means you must be very prescriptive. As such I think it'd be important to ask the following clarifying questions"

    Kevin S. - "The question given is intentionally very open ended. As the key phrases used are "air travel" which can encompass all parts of the journey not just the airport or flight experience & "improve the perception" which doesn't necessarily require fixing the problem (although you'd hope that was part of the conclusion). In addition, the constraints of time (1-year) and resources ($10M) means you must be very prescriptive. As such I think it'd be important to ask the following clarifying questions"See full answer

    Product Manager
    Product Strategy
    +2 more
  • "I'd like to clarify the question here for better understanding. Are we targeting any location? Assuming WW Do we have any demographics of the users? Assuming overall users Did we see any drop recently in TV watching users metrics for which we want to improve the watch time on TVs? No, in general we want to improve this area. Are we looking to improve the overall Netflix watch time on TV, not to acquire new users? Correct. As Netflix is offering content of so many genres of con"

    Vijendar K. - "I'd like to clarify the question here for better understanding. Are we targeting any location? Assuming WW Do we have any demographics of the users? Assuming overall users Did we see any drop recently in TV watching users metrics for which we want to improve the watch time on TVs? No, in general we want to improve this area. Are we looking to improve the overall Netflix watch time on TV, not to acquire new users? Correct. As Netflix is offering content of so many genres of con"See full answer

    Product Manager
    Product Design
Showing 1341-1360 of 4138