Interview Questions

Review this list of 4,058 interview questions and answers verified by hiring managers and candidates.
  • Amazon logoAsked at Amazon 

    "CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."

    Ali H. - "CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."See full answer

    Solutions Architect
    Technical
  • "I would think about the following Inventory make up Localization for Quebec Device type distribution Price comparison algorithm is tuned correctly Dealer’s ability to merchandise their products The answer is thinking through all these potential issues with the car buyer funnel to identify why potential buyers in Canada are converting at a lower rate. "

    Brad G. - "I would think about the following Inventory make up Localization for Quebec Device type distribution Price comparison algorithm is tuned correctly Dealer’s ability to merchandise their products The answer is thinking through all these potential issues with the car buyer funnel to identify why potential buyers in Canada are converting at a lower rate. "See full answer

    Product Manager
    Analytical
    +1 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 
    Product Design
    System Design
  • Google logoAsked at Google 

    "You should be able to easily identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch. It also provides the interviewer confidence in your ability to think about analytics pre-emptively. Recall the strategy for tackling them methodically and thoroughly: Ask clarifying questions State the goal of the feature / product Behavior Mapping / UX Flow Mapping **"

    Exponent - "You should be able to easily identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch. It also provides the interviewer confidence in your ability to think about analytics pre-emptively. Recall the strategy for tackling them methodically and thoroughly: Ask clarifying questions State the goal of the feature / product Behavior Mapping / UX Flow Mapping **"See full answer

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

  • Google logoAsked at Google 
    Product Design
  • "Here are some ways I would evaluate the optimum number of notifications as a product manager: Conduct user research and surveys to understand preferences on notification frequency. Ask users directly how many is too many for different types of notifications. Analyze usage data to see when notifications start getting ignored or dismissed. Look for drop offs in engagement after a certain number of notifications. A/B test different notification frequencies and content types. Measure the open"

    Pattie K. - "Here are some ways I would evaluate the optimum number of notifications as a product manager: Conduct user research and surveys to understand preferences on notification frequency. Ask users directly how many is too many for different types of notifications. Analyze usage data to see when notifications start getting ignored or dismissed. Look for drop offs in engagement after a certain number of notifications. A/B test different notification frequencies and content types. Measure the open"See full answer

    Execution
    Analytical
  • Yelp logoAsked at Yelp 
    Product Design
    System Design
  • Google logoAsked at Google 

    "Lets start with assumptions 100m people go out to bars in US Assuming COVID is behind us Also assuming this is annually and not monthly or daily (though it might be better to ask this) Step 1: Why should Google build something like this Google Mission: Make information accessible and useful Google's current state: Focus on improving current products (improve engagement and thus monetization) while also building things for future (growth) Product Mission: Make going to bar a"

    Date G. - "Lets start with assumptions 100m people go out to bars in US Assuming COVID is behind us Also assuming this is annually and not monthly or daily (though it might be better to ask this) Step 1: Why should Google build something like this Google Mission: Make information accessible and useful Google's current state: Focus on improving current products (improve engagement and thus monetization) while also building things for future (growth) Product Mission: Make going to bar a"See full answer

    Product Design
    Product Strategy
  • Google logoAsked at Google 

    "Ensure immediate safety: The first priority is to secure the vehicle and its occupants by stopping the engine, activating hazard lights, and unlocking doors. Assess the situation: The car evaluates the extent of damage, determines its location, and checks on the status of passengers. Call for help: Based on the assessment, the car calls emergency services if necessary and notifies the manufacturer. Collect and store accident data: This is crucial for later analysis and potential legal pu"

    Surbhi G. - "Ensure immediate safety: The first priority is to secure the vehicle and its occupants by stopping the engine, activating hazard lights, and unlocking doors. Assess the situation: The car evaluates the extent of damage, determines its location, and checks on the status of passengers. Call for help: Based on the assessment, the car calls emergency services if necessary and notifies the manufacturer. Collect and store accident data: This is crucial for later analysis and potential legal pu"See full answer

    Product Design
    Technical
  • Apple logoAsked at Apple 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Twitter logoAsked at Twitter 

    "Before I begin, I would confirm the idea of Stories as "phone-shot video with light editing to share a person's current experience in a short form video". I would also ask if they would be integrated into the current application or a standalone service. The process I'll use is to think through twitter's mission, outline its current user personas and how they use twitter. Articulate a rubric framework for stakeholder needs, and then compare the stories idea against that. To start off with the m"

    Anonymous Wallaby - "Before I begin, I would confirm the idea of Stories as "phone-shot video with light editing to share a person's current experience in a short form video". I would also ask if they would be integrated into the current application or a standalone service. The process I'll use is to think through twitter's mission, outline its current user personas and how they use twitter. Articulate a rubric framework for stakeholder needs, and then compare the stories idea against that. To start off with the m"See full answer

    Product Strategy
  • Pinterest logoAsked at Pinterest 
    Machine Learning Engineer
    Concept
  • Google logoAsked at Google 
    Product Strategy
  • "My thought process below: FB's mission: Connect with people - friends, family, and build communities. Assumptions made: Goal here is to increase user engagement with an FB product, not to monetize or gather new users, though they may be indirect side-effects No blockers in terms of data or partnerships Looking at mobile specifically Classifying users Trying a matrix structure of Interest vs Ability-to-engage. 1) Enthusiastic fans :: People who are super interested in the eve"

    Sidharth N. - "My thought process below: FB's mission: Connect with people - friends, family, and build communities. Assumptions made: Goal here is to increase user engagement with an FB product, not to monetize or gather new users, though they may be indirect side-effects No blockers in terms of data or partnerships Looking at mobile specifically Classifying users Trying a matrix structure of Interest vs Ability-to-engage. 1) Enthusiastic fans :: People who are super interested in the eve"See full answer

    Product Design
  • Workday logoAsked at Workday 
    Product Manager
    Behavioral
  • Amazon logoAsked at Amazon 
    Product Manager
    Product Design
  • LinkedIn logoAsked at LinkedIn 

    "They would be better off with stories, i guess."

    Ilya P. - "They would be better off with stories, i guess."See full answer

    Product Manager
    Product Strategy
  • " 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
  • Tinder logoAsked at Tinder 

    "I would recognize the factors that are causing the interference. Then i will use tools like smoothing techniques or algorithms (e.g Kalman filters for time series) which can help isolate genuine trends from noise. In testing i would employ techniqu es like A/B testing to measure interference from unrelated factors and use techniques like regression analysis to seperate the relevant factors from noise."

    Trusha M. - "I would recognize the factors that are causing the interference. Then i will use tools like smoothing techniques or algorithms (e.g Kalman filters for time series) which can help isolate genuine trends from noise. In testing i would employ techniqu es like A/B testing to measure interference from unrelated factors and use techniques like regression analysis to seperate the relevant factors from noise."See full answer

    Data Scientist
    Technical
Showing 3161-3180 of 4058