Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Google logoAsked at Google 
    Add answer
    Product Manager
  • Meta logoAsked at Meta 
    1 answer

    "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"

    Exponent - "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"See full answer

    Product Manager
    Concept
  • Twitch logoAsked at Twitch 
    1 answer

    "This is an Improve a Product question with a slight twist. We have to both pick the product we're planning to improve, and offer at least three improvements. Let's first go over the Improve a Product formula: Ask clarifying questions Identify users, behaviors, and pain points State product goal Brainstorm small improvements Brainstorm bolder improvements Measure success Summarize Now, let's begin! Ask clarifying questions Before we beg"

    Exponent - "This is an Improve a Product question with a slight twist. We have to both pick the product we're planning to improve, and offer at least three improvements. Let's first go over the Improve a Product formula: Ask clarifying questions Identify users, behaviors, and pain points State product goal Brainstorm small improvements Brainstorm bolder improvements Measure success Summarize Now, let's begin! Ask clarifying questions Before we beg"See full answer

    Product Manager
    Product Design
  • Amazon logoAsked at Amazon 
    Add answer
    Program Manager
    Data Analysis
    +2 more
  • DoubleVerify logoAsked at DoubleVerify 
    Add answer
    Product Manager
    Behavioral
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Meta logoAsked at Meta 
    1 answer

    "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"

    Exponent - "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"See full answer

    Product Manager
  • Product Manager
    Product Strategy
  • Product Manager
    Behavioral
  • Microsoft logoAsked at Microsoft 
    Add answer
    Product Marketing Manager
  • Pinterest logoAsked at Pinterest 
    Add answer
    Machine Learning Engineer
    Concept
  • Snap logoAsked at Snap 
    Add answer
    Machine Learning Engineer
    Artificial Intelligence
    +3 more
  • Oracle logoAsked at Oracle 
    2 answers

    "def countuniqueoutfits(totalpants: int, uniquepants: int, totalshirts: int, uniqueshirts: int, totalhats: int, uniquehats: int) -> int: """ Number of unique outfits can simply be defined by (uniquepantschoose1uniqueshirtschoose1uniquehatschoose_1) (uniquepantschoose1*uniqueshirtschoose1) # Not wearing a hat nchoosek is n """ res = (uniquepants*uniqueshirtsuniquehats) + (uniquepantsunique_shirts) return res print(countuniqueoutfits(2, 1, 1, 1, 3, 2))"

    Sai R. - "def countuniqueoutfits(totalpants: int, uniquepants: int, totalshirts: int, uniqueshirts: int, totalhats: int, uniquehats: int) -> int: """ Number of unique outfits can simply be defined by (uniquepantschoose1uniqueshirtschoose1uniquehatschoose_1) (uniquepantschoose1*uniqueshirtschoose1) # Not wearing a hat nchoosek is n """ res = (uniquepants*uniqueshirtsuniquehats) + (uniquepantsunique_shirts) return res print(countuniqueoutfits(2, 1, 1, 1, 3, 2))"See full answer

    Data Scientist
    Coding
  • Software Engineer
    System Design
  • "I will clarify first what kind of demand it is - Is it a bug fix? Is it a new feature development? Is it stability or other process improvements in the app that needs to be done? Based on this I will have a simple priority matrix like P0, P1, P2, P3 setup for our teams. In a parallel track, I will focus on the multiple enterprise customers and carefully look at - CLTV Relationship with this account (will talk with the CSM team) What kind of users they are - power users/pseu"

    Rohith K. - "I will clarify first what kind of demand it is - Is it a bug fix? Is it a new feature development? Is it stability or other process improvements in the app that needs to be done? Based on this I will have a simple priority matrix like P0, P1, P2, P3 setup for our teams. In a parallel track, I will focus on the multiple enterprise customers and carefully look at - CLTV Relationship with this account (will talk with the CSM team) What kind of users they are - power users/pseu"See full answer

    Product Manager
    Behavioral
  • Uber logoAsked at Uber 
    Add answer
    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • Microsoft logoAsked at Microsoft 
    2 answers

    "SQL is structured query language."

    Rafia M. - "SQL is structured query language."See full answer

    Data Engineer
    SQL
    +2 more
  • Uber logoAsked at Uber 
    Add answer
    Machine Learning Engineer
    Concept
  • Goldman Sachs logoAsked at Goldman Sachs 
    1 answer

    "Construct a min-heap either inplace, or by making a copy of the array and then applying heapify on that copy. This is done in O(n) time. Maintain two zero-initialised variables - sum and count. Keep popping off the heap while sum < k, and update count. In the worst case you will have to do n pops, and each pop is O(log n), so the algorithm would take O(n log n) in total. Space complexity depends on whether you're allowed to modify inplace or not, so either O(1) or O(n) respectively."

    Anonymous Wolf - "Construct a min-heap either inplace, or by making a copy of the array and then applying heapify on that copy. This is done in O(n) time. Maintain two zero-initialised variables - sum and count. Keep popping off the heap while sum < k, and update count. In the worst case you will have to do n pops, and each pop is O(log n), so the algorithm would take O(n log n) in total. Space complexity depends on whether you're allowed to modify inplace or not, so either O(1) or O(n) respectively."See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Disney logoAsked at Disney 
    Add answer
    Product Manager
    Product Strategy
Showing 3721-3740 of 4415