Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Machine Learning Engineer
    Concept
    +1 more
  • "As a product manager, my focus is to bring the what and why of the product and deliver the product in the promised timeline. With that said, I typically work closely with my engineering and onboard them during the planning sessions to have a say on the design and feasibility. I try to keep an idea where PMs are not the only responsible folks for ideation and engineering is free to pitch in their two cents. In addition, I typically try to do daily/weekly standup check-ins with my Developers and D"

    Vibhor R. - "As a product manager, my focus is to bring the what and why of the product and deliver the product in the promised timeline. With that said, I typically work closely with my engineering and onboard them during the planning sessions to have a say on the design and feasibility. I try to keep an idea where PMs are not the only responsible folks for ideation and engineering is free to pitch in their two cents. In addition, I typically try to do daily/weekly standup check-ins with my Developers and D"See full answer

    Behavioral
  • ""Good investor" depends on what our business objective is, identifying success metrics for it and then dividing customers into segments by these success metrics. Business objective: We want our customers to retain on the product longer, engage regularly so that we meet our revenue goals as a company. Do you agree? I'm assuming we want to define an "investor" and not a "trader" because their behaviors are very different. I'm defining investor as someone who buys securities and holds it anywhere"

    M N. - ""Good investor" depends on what our business objective is, identifying success metrics for it and then dividing customers into segments by these success metrics. Business objective: We want our customers to retain on the product longer, engage regularly so that we meet our revenue goals as a company. Do you agree? I'm assuming we want to define an "investor" and not a "trader" because their behaviors are very different. I'm defining investor as someone who buys securities and holds it anywhere"See full answer

    Analytical
  • +3

    "Clarification of question So we are trying to find the main metrics I would track to ensure the success of the product, correct? Is there something specific, like a specific feature you want to concentrate on or just overall the general product? Definition of product Google Podcast is a web based app that collects podcasts all over the internet and presents it within the app for listeners to choose. Google crawls websites looking for new podcasts but also podcast streamers add new episo"

    Sabrina S. - "Clarification of question So we are trying to find the main metrics I would track to ensure the success of the product, correct? Is there something specific, like a specific feature you want to concentrate on or just overall the general product? Definition of product Google Podcast is a web based app that collects podcasts all over the internet and presents it within the app for listeners to choose. Google crawls websites looking for new podcasts but also podcast streamers add new episo"See full answer

    Analytical
  • PayPal logoAsked at PayPal 

    "This is a classic Strategy Question, which asks you to justify high-level business decisions and strategy. With many acquisition strategy questions, we can first look at core competencies and synergies before offering more complex reasoning. > I remember that - it made huge headlines around late 2019. I definitely think there are a few solid reasons why your team may have made this acquisition, for example:Incentivize retailers to use PayPal > Leverage PayPal tech resources to grow Honey > O"

    Exponent - "This is a classic Strategy Question, which asks you to justify high-level business decisions and strategy. With many acquisition strategy questions, we can first look at core competencies and synergies before offering more complex reasoning. > I remember that - it made huge headlines around late 2019. I definitely think there are a few solid reasons why your team may have made this acquisition, for example:Incentivize retailers to use PayPal > Leverage PayPal tech resources to grow Honey > O"See full answer

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

  • Product Manager
    Behavioral
    +1 more
  • Microsoft logoAsked at Microsoft 

    "Clarifying questions: Are we trying to determine impact of changing timeline on Project? Assuming Project scenario. I need to take a 360 degree view and hence I would list down all the stakeholders and work with them to understand impact of changing timeline: Internal Stakeholders Business: Does this change impact the revenue/profitability Engineering: Do we foresee any technological risks due to change in timeline Sales: Does this impact our sales forecast Marketing:"

    Saket S. - "Clarifying questions: Are we trying to determine impact of changing timeline on Project? Assuming Project scenario. I need to take a 360 degree view and hence I would list down all the stakeholders and work with them to understand impact of changing timeline: Internal Stakeholders Business: Does this change impact the revenue/profitability Engineering: Do we foresee any technological risks due to change in timeline Sales: Does this impact our sales forecast Marketing:"See full answer

    Behavioral
    Program Sense
  • Machine Learning Engineer
    Concept
    +1 more
  • "Clarified on definition of hyperlocal - Defined it as a community of people in a 2-3 km radius and assumed geography as India Talked about different type of community needs in a hyperlocal space - public services, local grocery delivery, food delivery, parcel delivery, making new friends for shared interests like playing badminton (Prioritised public services since it was underserved with respect to things like sewage cleaning, electricity outage in an area, community traffic problems, water"

    KAI - "Clarified on definition of hyperlocal - Defined it as a community of people in a 2-3 km radius and assumed geography as India Talked about different type of community needs in a hyperlocal space - public services, local grocery delivery, food delivery, parcel delivery, making new friends for shared interests like playing badminton (Prioritised public services since it was underserved with respect to things like sewage cleaning, electricity outage in an area, community traffic problems, water"See full answer

    Product Manager
    Product Design
  • Product Manager
    Behavioral
  • "Reflect leadership quality in software engineering team"

    Graig - "Reflect leadership quality in software engineering team"See full answer

    Engineering Manager
    Behavioral
  • Microsoft logoAsked at Microsoft 
    Product Manager
    Product Design
  • VMware logoAsked at VMware 

    "Asked clarifying questions, this was similar to box. Took a minute to gather thoughts. Came up with a structured approach. Focused on use cases, prioritized it. They wanted to focus on security aspects, MFA, simultaneous read/write operations, etc."

    Shahid K. - "Asked clarifying questions, this was similar to box. Took a minute to gather thoughts. Came up with a structured approach. Focused on use cases, prioritized it. They wanted to focus on security aspects, MFA, simultaneous read/write operations, etc."See full answer

    Product Manager
    Product Design
    +1 more
  • "I'll approach this by asking questions and creating scenarios based on answers. If the answer to any questions points to a specific issue, I'll double down on that to understand the issue. This is more of a RCA question. First I'll quickly check Were there any recent updates released before we observed the drops? Assuming Yes, I'll check the updates released and check the test cases and testing results If the issue is identified, I will engage with the product leadership, update them and conne"

    Aekagra S. - "I'll approach this by asking questions and creating scenarios based on answers. If the answer to any questions points to a specific issue, I'll double down on that to understand the issue. This is more of a RCA question. First I'll quickly check Were there any recent updates released before we observed the drops? Assuming Yes, I'll check the updates released and check the test cases and testing results If the issue is identified, I will engage with the product leadership, update them and conne"See full answer

    Product Manager
    Analytical
    +1 more
  • Machine Learning Engineer
    System Design
  • +8

    "I couldn't follow the solution offered here, but my solution seemed to pass 6/6 tests. Any feedback is welcome, thank you! def encrypt(word): en_word = "" for i in range(len(word)): if i == 0: en_word += chr(ord(word[0])+1) else: num = ord(word[i]) + ord(en_word[i-1]) while num > 122: num -= 26 en_word += chr(num) return en_word def decrypt(word): de_word = "" for i in range(len(word)): if i == 0: de_word += chr(ord(word[i]"

    Anonymous Armadillo - "I couldn't follow the solution offered here, but my solution seemed to pass 6/6 tests. Any feedback is welcome, thank you! def encrypt(word): en_word = "" for i in range(len(word)): if i == 0: en_word += chr(ord(word[0])+1) else: num = ord(word[i]) + ord(en_word[i-1]) while num > 122: num -= 26 en_word += chr(num) return en_word def decrypt(word): de_word = "" for i in range(len(word)): if i == 0: de_word += chr(ord(word[i]"See full answer

    Data Structures & Algorithms
    Coding
  • Zillow logoAsked at Zillow 

    "Clarifying questions Is there a specific airline we are focusing on here? Assume any US passenger airline (Delta, United, Spirit etc.) Why is this company interested in improving the boarding experience? To increase customer satisfaction Can you define what we mean by 'boarding experience'? The time between the passenger arriving at the gate and sitting down in their assigned seat on the plane. Are there any constraints (resources or otherwise) that I should"

    William W. - "Clarifying questions Is there a specific airline we are focusing on here? Assume any US passenger airline (Delta, United, Spirit etc.) Why is this company interested in improving the boarding experience? To increase customer satisfaction Can you define what we mean by 'boarding experience'? The time between the passenger arriving at the gate and sitting down in their assigned seat on the plane. Are there any constraints (resources or otherwise) that I should"See full answer

    Product Design
    Program Sense
  • Lyft logoAsked at Lyft 

    "Clarifying questions: What's Lyft current goal and how does this new focus on Deaf drivers align with Lyft's goal & strategy? Do Lyft already have service/product to enable deaf users to drive for lyft? Assume We don't have any existing product/service to allow deaf users to drive for Lyft today We are designing for the ridesharing business and that the Deaf drivers can drive for all types of Lyft rideshare options Lyft's Mission: Improve people's lives w/ the world's best transport"

    Mark - "Clarifying questions: What's Lyft current goal and how does this new focus on Deaf drivers align with Lyft's goal & strategy? Do Lyft already have service/product to enable deaf users to drive for lyft? Assume We don't have any existing product/service to allow deaf users to drive for Lyft today We are designing for the ridesharing business and that the Deaf drivers can drive for all types of Lyft rideshare options Lyft's Mission: Improve people's lives w/ the world's best transport"See full answer

    Product Design
    System Design
  • Product Manager
    Product Strategy
  • Product Manager
    Behavioral
Showing 2101-2120 of 4415