Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Walmart Labs logoAsked at Walmart Labs 
    Add answer
    Product Manager
    Behavioral
  • Microsoft logoAsked at Microsoft 
    2 answers

    "Understanding: Understand the reason for the pushback? Is the pushback related to any program constraints such as schedule, cost, quality, or scope? Is this pushback from a single stakeholder or a majority of the stakeholders? Working towards overall program goal: Explain how your idea is tied to the overall program's success metric or the goal Bring in data points to echo the above point Bring in examples of how this approach has helped in the past or with other competitors "

    Saran V. - "Understanding: Understand the reason for the pushback? Is the pushback related to any program constraints such as schedule, cost, quality, or scope? Is this pushback from a single stakeholder or a majority of the stakeholders? Working towards overall program goal: Explain how your idea is tied to the overall program's success metric or the goal Bring in data points to echo the above point Bring in examples of how this approach has helped in the past or with other competitors "See full answer

    Customer Success Manager
    Behavioral
  • Twitter logoAsked at Twitter 
    Add answer
    Analytical
    Execution
  • Booking.com logoAsked at Booking.com 
    Add answer
    Product Manager
    Analytical
    +3 more
  • Wayfair logoAsked at Wayfair 
    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
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • LendingClub logoAsked at LendingClub 
    2 answers

    "Meeting and interacting with people, solving new problems excites me. Criticism puts me down"

    Bharathi P. - "Meeting and interacting with people, solving new problems excites me. Criticism puts me down"See full answer

    Behavioral
  • Immutable logoAsked at Immutable 
    Add answer
    BizOps & Strategy
    Behavioral
  • "As we can pass info to only one child at a time, I told that from any given node, we have to pass the info to that child(of this node) which has the largest subtree rooted at it. To calculate the subtree sizes, I used DFS. And then to calculate the minimum time to pass info to all the nodes, I used BFS picking the largest subtree child first at every node. I couldn't write the complete code in the given time and also made a mistake in telling the overall time complexity of my approach. I think t"

    Lakshman B. - "As we can pass info to only one child at a time, I told that from any given node, we have to pass the info to that child(of this node) which has the largest subtree rooted at it. To calculate the subtree sizes, I used DFS. And then to calculate the minimum time to pass info to all the nodes, I used BFS picking the largest subtree child first at every node. I couldn't write the complete code in the given time and also made a mistake in telling the overall time complexity of my approach. I think t"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • "Drew the following framework - Maturity of the tech (if it is too mature then consider buying), Competitors (how many, when are they launching this new tech etc.), Market Share of competitors, Financial considerations (build vs buy NVP), Collaborators for this tech, Economic Climate (Anti-trust, crisis etc.)"

    Joohi M. - "Drew the following framework - Maturity of the tech (if it is too mature then consider buying), Competitors (how many, when are they launching this new tech etc.), Market Share of competitors, Financial considerations (build vs buy NVP), Collaborators for this tech, Economic Climate (Anti-trust, crisis etc.)"See full answer

    Product Manager
    Product Strategy
    +1 more
  • Meta logoAsked at Meta 
    Add answer
    Product Manager
    Analytical
    +1 more
  • Google logoAsked at Google 
    1 answer

    "developing secured mobile phones for soldiers. too hot. the challenge was to find a creative ideas for power reduction on the existing technology"

    Rachel. kazir R. - "developing secured mobile phones for soldiers. too hot. the challenge was to find a creative ideas for power reduction on the existing technology"See full answer

    Analytical
    Product Design
  • eBay logoAsked at eBay 
    Add answer
    Product Manager
    Analytical
  • Palantir logoAsked at Palantir 
    3 answers

    "e"

    Srikar T. - "e"See full answer

    Software Engineer
    Behavioral
  • Apple logoAsked at Apple 
    Add answer
    Behavioral
  • "Goal: To design a product that helps people keep track of their belongings and prevent loss. Identifying users: Individuals who frequently lose their belongings Parents who want to keep track of their children's belongings Tourists who want to secure their belongings while travelling Selecting the right user:Given Google's expertise in technology, we will focus on designing a product for individuals who frequently lose their belongings. Defining features and prioritizing: Item tracki"

    Anonymous Panda - "Goal: To design a product that helps people keep track of their belongings and prevent loss. Identifying users: Individuals who frequently lose their belongings Parents who want to keep track of their children's belongings Tourists who want to secure their belongings while travelling Selecting the right user:Given Google's expertise in technology, we will focus on designing a product for individuals who frequently lose their belongings. Defining features and prioritizing: Item tracki"See full answer

    Product Manager
    Product Design
  • "World's population of 7.5BB - MInus china and Russia = 5.5BB Estimated Rural and remote areas are about 50% That gives an estimated population back 2.8 BB Assume 4 people per household -- 2.8/4 = 0.7 BB households in rural areas Assume google's market share is 60%, with YOY growth of 10% 0.7 BB * 60% - .42BB households * 10$ = 4.2BB"

    Himant G. - "World's population of 7.5BB - MInus china and Russia = 5.5BB Estimated Rural and remote areas are about 50% That gives an estimated population back 2.8 BB Assume 4 people per household -- 2.8/4 = 0.7 BB households in rural areas Assume google's market share is 60%, with YOY growth of 10% 0.7 BB * 60% - .42BB households * 10$ = 4.2BB"See full answer

    Estimation
  • Microsoft logoAsked at Microsoft 
    2 answers

    "BERT - bidirectional encoder representations from transformer. For example:- it takes an entire sentence as input at once and understands the meaning of the words in that sentence and calculate the relations of words with each other irrespective of their positions from the original word to understand the meaning of the word using neighboring words. BERT model is a pre trained transformer model which can be fine-tuned for our purposes. It is used for tasks such sentimental analysis, question answ"

    Bhavya V. - "BERT - bidirectional encoder representations from transformer. For example:- it takes an entire sentence as input at once and understands the meaning of the words in that sentence and calculate the relations of words with each other irrespective of their positions from the original word to understand the meaning of the word using neighboring words. BERT model is a pre trained transformer model which can be fine-tuned for our purposes. It is used for tasks such sentimental analysis, question answ"See full answer

    Machine Learning Engineer
    Concept
  • Notion logoAsked at Notion 
    1 answer

    "I want to become a product manager because it allows me to leverage my UX and architectural design background while focusing on creating impactful digital products. My experience with design thinking has equipped me with a user-centered approach, essential for identifying and solving real problems.I’m excited about the opportunity to bridge user needs with business goals, overseeing a product from conception to launch. The iterative nature of digital products fascinates me, as it enables continu"

    Jaswanth P. - "I want to become a product manager because it allows me to leverage my UX and architectural design background while focusing on creating impactful digital products. My experience with design thinking has equipped me with a user-centered approach, essential for identifying and solving real problems.I’m excited about the opportunity to bridge user needs with business goals, overseeing a product from conception to launch. The iterative nature of digital products fascinates me, as it enables continu"See full answer

    Product Manager
    Behavioral
  • LinkedIn logoAsked at LinkedIn 
    Add answer
    Product Manager
    Product Design
  • Stripe logoAsked at Stripe 
    Add answer
    Product Manager
    Product Design
Showing 2681-2700 of 4415