Skip to main content

Interview Questions

Review this list of 4,477 interview questions and answers verified by hiring managers and candidates.
  • Palo Alto Networks logoAsked at Palo Alto Networks 
    4 answers
    +1

    "Let's define the term "everybody" to start with. I can think of a few things: business users want it for certain feature Blackberry had consumers (non-business) users want to use or keep using Blackberry for certain features Interviewer: Business users wanted it. Okay. My assumption would be that business users wanted it for the security features that Blackberry so famously promoted. Here, business users could be the organization buying the phone (such as HP or Google) or the actual e"

    Ayan H. - "Let's define the term "everybody" to start with. I can think of a few things: business users want it for certain feature Blackberry had consumers (non-business) users want to use or keep using Blackberry for certain features Interviewer: Business users wanted it. Okay. My assumption would be that business users wanted it for the security features that Blackberry so famously promoted. Here, business users could be the organization buying the phone (such as HP or Google) or the actual e"See full answer

    Product Strategy
  • Electronic Arts logoAsked at Electronic Arts 
    1 answer

    "Ada Lovelace. There is much to admire about her: her strict analytical thinking coupled with the spirit of creative vision, which recognized a possibility for computers to do more than simply calculate at a time when it was considered revolutionary. Her ability to bridge between disciplines and see the connections between maths and science and even to poetry resonates within me. I also appreciate how she pursued intellectual passions in the face of huge gender barriers in her time."

    Ashish B. - "Ada Lovelace. There is much to admire about her: her strict analytical thinking coupled with the spirit of creative vision, which recognized a possibility for computers to do more than simply calculate at a time when it was considered revolutionary. Her ability to bridge between disciplines and see the connections between maths and science and even to poetry resonates within me. I also appreciate how she pursued intellectual passions in the face of huge gender barriers in her time."See full answer

    Product Manager
    Behavioral
  • Add answer
    Technical Program Manager
    System Design
  • Uber logoAsked at Uber 
    1 answer

    "This is a Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your equat"

    Exponent - "This is a Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your equat"See full answer

    Product Manager
    Estimation
  • Google logoAsked at Google 
    2 answers

    "Idempotence refers to the property that the same request multiple times produces the same result on the server side. No matter how many times I repeat the request, the server state does not change after the first request. This concept is important to ensure consistency, especially in systems where requests may be repeated due to network failures or other problems. Let's take a look at different HTTP methods for a clearer understanding. GET: By definition, GET requests must be powerless. Execut"

    T I. - "Idempotence refers to the property that the same request multiple times produces the same result on the server side. No matter how many times I repeat the request, the server state does not change after the first request. This concept is important to ensure consistency, especially in systems where requests may be repeated due to network failures or other problems. Let's take a look at different HTTP methods for a clearer understanding. GET: By definition, GET requests must be powerless. Execut"See full answer

    Solutions Architect
    Concept
    +2 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Amazon logoAsked at Amazon 
    Add answer
    Product Manager
    Behavioral
  • DocuSign logoAsked at DocuSign 
    Add answer
    Product Manager
    Behavioral
  • Product Manager
    Product Strategy
  • Zoom logoAsked at Zoom 
    Add answer
    Security Engineer
    Technical
  • Behavioral
    Program Sense
    +1 more
  • Peloton logoAsked at Peloton 
    1 answer

    "Clarifying questions: What do we mean by 'improve'? What part of Peloton's experience are we interested in improving? We want to improve the experience of setting up Peloton equipment after a customer has received it from our transportation provider. Is there a specific piece of equipment we're targeting? Bike, treadmill? Bike Why is Peloton interested in improving this part of the experience? What is the metric we are trying to drive? We have learned that custo"

    William W. - "Clarifying questions: What do we mean by 'improve'? What part of Peloton's experience are we interested in improving? We want to improve the experience of setting up Peloton equipment after a customer has received it from our transportation provider. Is there a specific piece of equipment we're targeting? Bike, treadmill? Bike Why is Peloton interested in improving this part of the experience? What is the metric we are trying to drive? We have learned that custo"See full answer

    Product Design
  • Expedia logoAsked at Expedia 
    1 answer

    "Situation: This is an example from 2019 where I worked as a TPM in a leading company in the Tax, Accounting and Audit software biz in N. America. All our engineering teams had adopted agile ways of working and utilizing Scrum. Our teams had been at this for a while and were pretty good at planning and executing sprints. We would have quarterly releases to Production but we strived to have Production ready increments each Sprint. Since the software was in use for years , we would often get Pr"

    Adib M. - "Situation: This is an example from 2019 where I worked as a TPM in a leading company in the Tax, Accounting and Audit software biz in N. America. All our engineering teams had adopted agile ways of working and utilizing Scrum. Our teams had been at this for a while and were pretty good at planning and executing sprints. We would have quarterly releases to Production but we strived to have Production ready increments each Sprint. Since the software was in use for years , we would often get Pr"See full answer

    Technical Program Manager
  • Yelp logoAsked at Yelp 
    1 answer

    "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions It's important to get clarity on anything if things are unclear. Since this ask is quite straightforward"

    Exponent - "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions It's important to get clarity on anything if things are unclear. Since this ask is quite straightforward"See full answer

    Product Manager
  • Product Design
  • Visa logoAsked at Visa 
    Add answer
    Software Engineer
    Behavioral
  • Amazon logoAsked at Amazon 
    Add answer
    Video answer for 'Critique Amazon.'
    Product Designer
    App Critique
    +1 more
  • 4 answers
    +1

    "The question is incomplete --- the code only passes if you return the data frame sorted by BOTH department name AND rank. While in the problem description, it mentions to only rank by department name: "The results should be ordered by department name." Not a big difference I know, but students shouldn't need to look into the solution to get the necessary knowledge to answer the question."

    Chao peter Y. - "The question is incomplete --- the code only passes if you return the data frame sorted by BOTH department name AND rank. While in the problem description, it mentions to only rank by department name: "The results should be ordered by department name." Not a big difference I know, but students shouldn't need to look into the solution to get the necessary knowledge to answer the question."See full answer

    Coding
    Data Analysis
  • Nvidia logoAsked at Nvidia 
    Add answer
    Product Manager
    Product Design
  • Flipkart logoAsked at Flipkart 
    Add answer
    Product Manager
    Product Design
  • "1. Assessment of Current Applications Architecture Review: Examine the underlying architecture of both applications. The 10-year-old application might be based on outdated technology, which could pose challenges in terms of scalability, performance, and maintainability. The 3-year-old application, on the other hand, might use more modern technologies, making it more adaptable to future needs. Codebase Quality: Assess the quality, structure, and documentation of the codebase."

    Sushil K. - "1. Assessment of Current Applications Architecture Review: Examine the underlying architecture of both applications. The 10-year-old application might be based on outdated technology, which could pose challenges in terms of scalability, performance, and maintainability. The 3-year-old application, on the other hand, might use more modern technologies, making it more adaptable to future needs. Codebase Quality: Assess the quality, structure, and documentation of the codebase."See full answer

    Product Designer
    Product Design
    +1 more
Showing 3221-3240 of 4477