Interview Questions

Review this list of 4,065 interview questions and answers verified by hiring managers and candidates.
  • Product Manager
    Behavioral
  • Stripe logoAsked at Stripe 

    "TCP server/client to facilitate high throughput of incoming metrics.(This is the standard used in the industry by Datadog etc). NoSQL or timeseries database for storing metrics. Timeseries databases are better for aggregating metrics in a given time period. REST API for serving metrics data to visualization frontend."

    Abhi R. - "TCP server/client to facilitate high throughput of incoming metrics.(This is the standard used in the industry by Datadog etc). NoSQL or timeseries database for storing metrics. Timeseries databases are better for aggregating metrics in a given time period. REST API for serving metrics data to visualization frontend."See full answer

    Software Engineer
    System Design
  • Product Marketing Manager
    Product Strategy
    +1 more
  • Google Cloud (GCP) logoAsked at Google Cloud (GCP) 
    Product Manager
    Product Strategy
  • Agoda logoAsked at Agoda 

    "CQs: Uber - which business? → Ride hailing Business - B2B or B2C? → B2C Geo - India Revenue/profit → revenue Revenue sources Rides - bike, car, shuttle Ads Partnerships Rides revenue = number of rides x average price Ads revenue = ad impressions x conversion rate x CPC Partnerships = number of partnerships x average income Considering I am a PM, do you want me to focus on tech focused enablement only? No, assume you are a VP of product *"

    Sumit P. - "CQs: Uber - which business? → Ride hailing Business - B2B or B2C? → B2C Geo - India Revenue/profit → revenue Revenue sources Rides - bike, car, shuttle Ads Partnerships Rides revenue = number of rides x average price Ads revenue = ad impressions x conversion rate x CPC Partnerships = number of partnerships x average income Considering I am a PM, do you want me to focus on tech focused enablement only? No, assume you are a VP of product *"See full answer

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

  • Google Cloud (GCP) logoAsked at Google Cloud (GCP) 
    Product Manager
    Product Design
    +1 more
  • Mixpanel logoAsked at Mixpanel 
    Product Marketing Manager
    Behavioral
  • Google logoAsked at Google 

    "QQ  Design a product to help people feel more rested Clarifying Questions What is the definition of being rested - Am I the PM for google or any other tech startup - tech startup Does this help people meditate or sleep - Say sleep well and relax What is the specific goal of the product - Refresh people Is this mobile or any other medium - it is mobile based offering Any specific country - USA Any other constraints - No other constraints **How th"

    Product V. - "QQ  Design a product to help people feel more rested Clarifying Questions What is the definition of being rested - Am I the PM for google or any other tech startup - tech startup Does this help people meditate or sleep - Say sleep well and relax What is the specific goal of the product - Refresh people Is this mobile or any other medium - it is mobile based offering Any specific country - USA Any other constraints - No other constraints **How th"See full answer

    Product Manager
    Product Design
  • Google logoAsked at Google 
    +1

    "I recall a frustrating experience I had with a traditional, non-digital alarm clock. As a Product Manager, I'm always thinking about how products can be improved, and this experience stuck with me. It was a few years ago, and I was traveling for work. I had an early flight to catch, and I relied on the alarm clock in my hotel room to wake me up on time. However, the clock was an old, analog model with tiny buttons and a confusing interface. I struggled to set the alarm, and even when I thought I"

    Shashank S. - "I recall a frustrating experience I had with a traditional, non-digital alarm clock. As a Product Manager, I'm always thinking about how products can be improved, and this experience stuck with me. It was a few years ago, and I was traveling for work. I had an early flight to catch, and I relied on the alarm clock in my hotel room to wake me up on time. However, the clock was an old, analog model with tiny buttons and a confusing interface. I struggled to set the alarm, and even when I thought I"See full answer

    Product Manager
    Product Design
  • Product Manager
    Product Design
  • "Define the goal of the experiment. What do you want to test? Are you trying to improve conversion rates, increase engagement, or something else? Identify the variables to test. What are the different options that you want to test? For example, if you are testing different call-to-action buttons, your variables would be the different button text and colors. Set up the experiment. This involves creating two versions of the app or website, one for each variation of the variable that you are testi"

    Praful B. - "Define the goal of the experiment. What do you want to test? Are you trying to improve conversion rates, increase engagement, or something else? Identify the variables to test. What are the different options that you want to test? For example, if you are testing different call-to-action buttons, your variables would be the different button text and colors. Set up the experiment. This involves creating two versions of the app or website, one for each variation of the variable that you are testi"See full answer

    Product Manager
    Technical
  • Adobe logoAsked at Adobe 

    "When it comes to Metrics, I always think of one thing " What cannot be measured cannot be done". The product that I am managing goal is on enabling the products for our partners so that our partners can have a seamless experience of doing business with us which in turn will increase the revenue. The user segment for my product is mainly resellers who can resell the product to another customer so that the reach of the customers is more. The metrics which I am tracking are revenue, referrals, an"

    Tanu M. - "When it comes to Metrics, I always think of one thing " What cannot be measured cannot be done". The product that I am managing goal is on enabling the products for our partners so that our partners can have a seamless experience of doing business with us which in turn will increase the revenue. The user segment for my product is mainly resellers who can resell the product to another customer so that the reach of the customers is more. The metrics which I am tracking are revenue, referrals, an"See full answer

    Product Manager
    Execution
    +1 more
  • DoorDash logoAsked at DoorDash 

    "Yes I do, we discuss our agendas as a team and then we work together to get the tasks done before our work shift ends."

    Amparo L. - "Yes I do, we discuss our agendas as a team and then we work together to get the tasks done before our work shift ends."See full answer

    BizOps & Strategy
    Behavioral
  • Google logoAsked at Google 

    "Clarifying QQ What is the definition of children - Say age 8-13 Are we referring to the writing pen - Ball or fountain - Feel free to make assumption Are we designing for the first time writing experience - Feel free to make an assumption What is the overall goal here - Allow children to experience with pen Any specific country or region - Say International I will take India and then we can design something on the similar lines for the developing world - something that wi"

    Product V. - "Clarifying QQ What is the definition of children - Say age 8-13 Are we referring to the writing pen - Ball or fountain - Feel free to make assumption Are we designing for the first time writing experience - Feel free to make an assumption What is the overall goal here - Allow children to experience with pen Any specific country or region - Say International I will take India and then we can design something on the similar lines for the developing world - something that wi"See full answer

    Product Manager
    Product Design
  • " The productofarrays() function works by first creating an empty array to store the product of the two integers. Then, it iterates through the first array and multiplies each element by each element in the second array. The product of each element is then appended to the product array. Finally, the product array is returned def productofarrays(array1, array2): """ Calculates the product of two integers represented by two arrays. Args: array1: The first array. array2: The se"

    Praful B. - " The productofarrays() function works by first creating an empty array to store the product of the two integers. Then, it iterates through the first array and multiplies each element by each element in the second array. The product of each element is then appended to the product array. Finally, the product array is returned def productofarrays(array1, array2): """ Calculates the product of two integers represented by two arrays. Args: array1: The first array. array2: The se"See full answer

    Software Engineer
    Technical
  • "Honestly, I was a bit all over the place with this one. My structure was: Meta Mission Audiences Thinking about journeys and pain points (TAM + Unmet Needs) Brainstorm solutions Prioritize solutions MVP - Measure of success Risks and tradeoffs The interviewer kept trying to derail the conversation. I chose Group Volunteers (a group of people who want to volunteer together) as the audience, and in hindsight it was a poor choice. Because I chose that over individuals, I couldn't narrow down"

    Brody C. - "Honestly, I was a bit all over the place with this one. My structure was: Meta Mission Audiences Thinking about journeys and pain points (TAM + Unmet Needs) Brainstorm solutions Prioritize solutions MVP - Measure of success Risks and tradeoffs The interviewer kept trying to derail the conversation. I chose Group Volunteers (a group of people who want to volunteer together) as the audience, and in hindsight it was a poor choice. Because I chose that over individuals, I couldn't narrow down"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    +3

    "You're the PM for all of Instagram Stories. What is your North Star metric? Meta's Mission: Give people the power to build community and bring the world closer together. IG's Mission: To capture and share the world's moments User Types Marketplace / 2-sided ecosystem Creators and the Consumers Metric Categories Adoption Engagement Retention [not pictured]: create a table with 2 columns: Creators and Consumers and 3 rows: Adoption, Engagement, Retention. Talked through and priori"

    Daniel L. - "You're the PM for all of Instagram Stories. What is your North Star metric? Meta's Mission: Give people the power to build community and bring the world closer together. IG's Mission: To capture and share the world's moments User Types Marketplace / 2-sided ecosystem Creators and the Consumers Metric Categories Adoption Engagement Retention [not pictured]: create a table with 2 columns: Creators and Consumers and 3 rows: Adoption, Engagement, Retention. Talked through and priori"See full answer

    Product Manager
    Execution
    +1 more
  • Microsoft logoAsked at Microsoft 
    Product Manager
    Technical
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "Clarifying questions Scope this down to borrowing and lending within US Scope this down to just money and not other assets (crypto, gold etc.) Scope this down to Facebook/Instagram app and not website etc. Is this peer to peer lending? Or lending from financial institutions etc.? (Scope to peer to peer lending as that connects more with the mission). Lending for small business needs, etc. are scoped out for simplicity **Mission Statement and how it is connected to this product ide"

    Bhargava Y. - "Clarifying questions Scope this down to borrowing and lending within US Scope this down to just money and not other assets (crypto, gold etc.) Scope this down to Facebook/Instagram app and not website etc. Is this peer to peer lending? Or lending from financial institutions etc.? (Scope to peer to peer lending as that connects more with the mission). Lending for small business needs, etc. are scoped out for simplicity **Mission Statement and how it is connected to this product ide"See full answer

    Product Manager
    Product Design
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Manager
    Product Design
Showing 2241-2260 of 4065