Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • "def findAlibaba(countOfRooms, strategy): #countofrooms: num rooms #listRooms rooms to look for alibabba possiblePlaces = [] #initialize rooms for i in range(countOfRooms): possiblePlaces.append(True) for i in range(len(strategy)): roomToCheck = strategy[i] #Room is marked as unavailable possiblePlaces[roomToCheck] = False #Next day calculatins nextDayPlaces = [] for j in range(countOfRooms): nextDayPla"

    JOBHUNTER - "def findAlibaba(countOfRooms, strategy): #countofrooms: num rooms #listRooms rooms to look for alibabba possiblePlaces = [] #initialize rooms for i in range(countOfRooms): possiblePlaces.append(True) for i in range(len(strategy)): roomToCheck = strategy[i] #Room is marked as unavailable possiblePlaces[roomToCheck] = False #Next day calculatins nextDayPlaces = [] for j in range(countOfRooms): nextDayPla"See full answer

    Engineering Manager
    Data Structures & Algorithms
    +1 more
  • Atlassian logoAsked at Atlassian 
    Product Manager
    Product Design
  • Capital One logoAsked at Capital One 
    Product Manager
    Product Design
  • Google logoAsked at Google 
    +1

    "Clarify What type of company are we? [We are a new company that is launching a smart closet] Any constraints? [No constraints; you have infinite resources] What’s the goal? [Enter the market/acquire users] Closet for clothing only or for some commercial use? [Clothing only in homes] How are we defining a 'smart' closet? Assuming we are incorporating technology? [Yes] Which market? [You decide] --> Let's go with US market to start Business Objective/Market Context For the purpose of thi"

    Helen - "Clarify What type of company are we? [We are a new company that is launching a smart closet] Any constraints? [No constraints; you have infinite resources] What’s the goal? [Enter the market/acquire users] Closet for clothing only or for some commercial use? [Clothing only in homes] How are we defining a 'smart' closet? Assuming we are incorporating technology? [Yes] Which market? [You decide] --> Let's go with US market to start Business Objective/Market Context For the purpose of thi"See full answer

    Product Design
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "The interviewer was curious to understand my transition from a core development profile to an NGO and then to an MBA program. He was trying to understand my thoughts behind the journey and what convinced me about going for a PM role. What helped me answer this was - Having spent some time by myself mapping out the good and not-so-great experiences at each part of my journey What exactly motivated me to take the next step each time How it all connected What moments in the journey hi"

    Yashaswini K. - "The interviewer was curious to understand my transition from a core development profile to an NGO and then to an MBA program. He was trying to understand my thoughts behind the journey and what convinced me about going for a PM role. What helped me answer this was - Having spent some time by myself mapping out the good and not-so-great experiences at each part of my journey What exactly motivated me to take the next step each time How it all connected What moments in the journey hi"See full answer

    Product Manager
    Behavioral
  • Intuit logoAsked at Intuit 
    Product Design
    System Design
  • "This is phased approach and would consist below steps Initiation - Identify Business Goals and Drivers, Perform TCO Analysis, Compliance Assessment and then formulating strategy Prepare: Develop Require Skill sets and roles and Technical Cultural Training through CoE, Collaboration with partners and internal stakeholders Assess: Conduct workshops, understand Application Realms and identify the cloud candidates OKRs and App Roadmap Execute: Learn, Design, Implement, Document, Depl"

    Vineet S. - "This is phased approach and would consist below steps Initiation - Identify Business Goals and Drivers, Perform TCO Analysis, Compliance Assessment and then formulating strategy Prepare: Develop Require Skill sets and roles and Technical Cultural Training through CoE, Collaboration with partners and internal stakeholders Assess: Conduct workshops, understand Application Realms and identify the cloud candidates OKRs and App Roadmap Execute: Learn, Design, Implement, Document, Depl"See full answer

    Behavioral
    Technical
  • Amazon logoAsked at Amazon 

    "I value feedback and see it as crucial for professional devolopment"

    Pavani M. - "I value feedback and see it as crucial for professional devolopment"See full answer

    Product Manager
    Behavioral
  • "Before answering this question, I am considering some key assumptions and will include them in my answer. Assumptions: I am assuming that "bring Waymo to market" means the sales of Waymo autonomous cars in the market in the form of Fleet and retail to customers. I assume that the Federal Vehicle Safety Laws and Governance are already in place, and Waymo cars are aligned with the law requirements. I am assuming that the Autonomous Level-5 capability development and certification are"

    Books' B. - "Before answering this question, I am considering some key assumptions and will include them in my answer. Assumptions: I am assuming that "bring Waymo to market" means the sales of Waymo autonomous cars in the market in the form of Fleet and retail to customers. I assume that the Federal Vehicle Safety Laws and Governance are already in place, and Waymo cars are aligned with the law requirements. I am assuming that the Autonomous Level-5 capability development and certification are"See full answer

    Product Strategy
  • "Clarifying scope : This is a feature on top of existing swiggy app to deliver prepared food for health-conscious people Clarify the term health conscious : Calory counters Macro trackers : Need balance of carb, protein, fat etc. Fresh Eaters :Need fresh ingredients Allergic due to some ingredient Ill people There can be various user personas along with respective pain points are: 1) Gym goers : No way to count the calories or track macro intakes in a swiggy order 2) Fresh eaters : Lack"

    Rohit K. - "Clarifying scope : This is a feature on top of existing swiggy app to deliver prepared food for health-conscious people Clarify the term health conscious : Calory counters Macro trackers : Need balance of carb, protein, fat etc. Fresh Eaters :Need fresh ingredients Allergic due to some ingredient Ill people There can be various user personas along with respective pain points are: 1) Gym goers : No way to count the calories or track macro intakes in a swiggy order 2) Fresh eaters : Lack"See full answer

    Product Manager
    Product Design
    +1 more
  • +1

    "with cte as (select *, row_number() over(order by score desc) as rn from players) select player_name, score, rn as ranking from cte where rn= 4 or rn =6 or rn =11 `"

    Gowtami K. - "with cte as (select *, row_number() over(order by score desc) as rn from players) select player_name, score, rn as ranking from cte where rn= 4 or rn =6 or rn =11 `"See full answer

    Coding
    SQL
  • Concept
    Machine Learning
  • "Generally, these kinds of issues are routed via the customer support teams, their role in such a scenario is to try to reproduce the issue. If the issue is valid they create a JIRA ticket with the exact issue for the development teams / On-Call engineer to fix. In this case, I am going to assume there is no customer support team. The first thing I'll try to do is reproduce the issue using the exact steps that the customer would have used to connect to the fire stick. In case the customer was d"

    Sarthak A. - "Generally, these kinds of issues are routed via the customer support teams, their role in such a scenario is to try to reproduce the issue. If the issue is valid they create a JIRA ticket with the exact issue for the development teams / On-Call engineer to fix. In this case, I am going to assume there is no customer support team. The first thing I'll try to do is reproduce the issue using the exact steps that the customer would have used to connect to the fire stick. In case the customer was d"See full answer

    Behavioral
  • "I'm assuming we are estimating lyft rides taken for attending Halloween parties since the usual daily ride data is already available. Let's assume Lyft is only available in the US. I'm going to start with US population and then estimate the number of people who might be party goers and then deduce number of rideshare users and then estimate how many of them will use Lyft to take them to and from the Halloween party. There are 300M ppl in US. Lets say I break down age groups 1-20, 20-40, 40-60,"

    M N. - "I'm assuming we are estimating lyft rides taken for attending Halloween parties since the usual daily ride data is already available. Let's assume Lyft is only available in the US. I'm going to start with US population and then estimate the number of people who might be party goers and then deduce number of rideshare users and then estimate how many of them will use Lyft to take them to and from the Halloween party. There are 300M ppl in US. Lets say I break down age groups 1-20, 20-40, 40-60,"See full answer

    Estimation
  • Product Manager
    Artificial Intelligence
  • Airbnb logoAsked at Airbnb 
    Software Engineer
    Behavioral
  • Google logoAsked at Google 

    "Ask Follow up Questions Is this for specific type of user or open? Do we have any past research that has been done? Do we have an idea of company and user goals? Do we have metrics of success? Are there any existing constraints? Why  |  5 min Why is this product or feature important? How does this product benefit customers? What business opportunities does it create? What is our hypothesis? What are our company goals? Who  |  3 min Who are the different types"

    Ben G. - "Ask Follow up Questions Is this for specific type of user or open? Do we have any past research that has been done? Do we have an idea of company and user goals? Do we have metrics of success? Are there any existing constraints? Why  |  5 min Why is this product or feature important? How does this product benefit customers? What business opportunities does it create? What is our hypothesis? What are our company goals? Who  |  3 min Who are the different types"See full answer

    Product Designer
    Product Design
  • "Minimum living standards support for all humans"

    Koko A. - "Minimum living standards support for all humans"See full answer

    Behavioral
  • Amazon logoAsked at Amazon 
    Software Engineer
    Behavioral
Showing 2781-2800 of 4411