Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Stripe logoAsked at Stripe 
    1 answer

    "Stripe Connect is the backbone for marketplaces and platforms like think Shopify, DoorDash, or Lyft, that need to send money to multiple sellers or service providers. Its core promise is simple but vital: enable platforms to pay their users quickly, reliably, and compliantly. If we step back, a good North Star Metric should reflect the real value the product delivers to its users, and it should scale as that value grows. For Connect, that value is the flow of money from platforms to their conne"

    Christopher W. - "Stripe Connect is the backbone for marketplaces and platforms like think Shopify, DoorDash, or Lyft, that need to send money to multiple sellers or service providers. Its core promise is simple but vital: enable platforms to pay their users quickly, reliably, and compliantly. If we step back, a good North Star Metric should reflect the real value the product delivers to its users, and it should scale as that value grows. For Connect, that value is the flow of money from platforms to their conne"See full answer

    Data Analyst
    Analytical
  • Meta logoAsked at Meta 
    1 answer

    "What does Netflix do? Netflix is a global entertainment company that produces and streams movies, TV shows, and documentaries. In recent years, it has also expanded into games and short-form content to increase engagement and strengthen its ecosystem. Why introduce podcasts? Netflix’s mission is to entertain the world. Podcasts offer a new, low-effort way for users to engage with Netflix’s stories and creators, especially during non-screen moments like commuting, exercising, or cooking. In"

    Hustle - "What does Netflix do? Netflix is a global entertainment company that produces and streams movies, TV shows, and documentaries. In recent years, it has also expanded into games and short-form content to increase engagement and strengthen its ecosystem. Why introduce podcasts? Netflix’s mission is to entertain the world. Podcasts offer a new, low-effort way for users to engage with Netflix’s stories and creators, especially during non-screen moments like commuting, exercising, or cooking. In"See full answer

    Product Manager
    Product Design
  • Netflix logoAsked at Netflix 
    Add answer
    Machine Learning Engineer
    Concept
  • Product Manager
    Behavioral
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Beacon logoAsked at Beacon 
    Add answer
    Product Manager
    Product Design
  • Airtable logoAsked at Airtable 
    1 answer

    "First, it helps to give a motivation of why it might be useful to understand web cookies and what they are. Then, give a useful example by analogy of how they work. Here's how we might explain web cookies. > When you open your browser and visit www.facebook.com, your browser already knows know you're signed in and log in automatically. Or, say you're on a shopping website for skis and then you start getting ads for skis. How does your browser know this stuff?The answe"

    Exponent - "First, it helps to give a motivation of why it might be useful to understand web cookies and what they are. Then, give a useful example by analogy of how they work. Here's how we might explain web cookies. > When you open your browser and visit www.facebook.com, your browser already knows know you're signed in and log in automatically. Or, say you're on a shopping website for skis and then you start getting ads for skis. How does your browser know this stuff?The answe"See full answer

    Product Manager
  • Google logoAsked at Google 
    1 answer

    "A perceptron is the most basic building block of a neural network and represents a single-layer binary classifier."

    Lash - "A perceptron is the most basic building block of a neural network and represents a single-layer binary classifier."See full answer

    Technical Program Manager
    Concept
    +1 more
  • 1 answer

    "We should define automated Scheduled Updates for deployment to keep the application up to date."

    Rahul M. - "We should define automated Scheduled Updates for deployment to keep the application up to date."See full answer

    Machine Learning
    System Design
  • Google logoAsked at Google 
    Add answer
    Product Manager
    Product Strategy
  • Microsoft logoAsked at Microsoft 
    1 answer

    "T launch the Copilot Plus feature for Surface, follow these steps: Define Value Proposition: Highlight AI-driven enhancements for productivity, creativity, and collaboration tailored to Surface users. Target Audience: Focus on professionals, creators, and students with specific use cases. Product Development: Ensure seamless integration with Surface hardware (touchscreen, Pen) and leverage Azure AI for unique functionalities. Marketing Strategy: Build excitement with teasers, influencer partner"

    Priti S. - "T launch the Copilot Plus feature for Surface, follow these steps: Define Value Proposition: Highlight AI-driven enhancements for productivity, creativity, and collaboration tailored to Surface users. Target Audience: Focus on professionals, creators, and students with specific use cases. Product Development: Ensure seamless integration with Surface hardware (touchscreen, Pen) and leverage Azure AI for unique functionalities. Marketing Strategy: Build excitement with teasers, influencer partner"See full answer

    Technical Program Manager
    Program Sense
  • Google logoAsked at Google 
    1 answer

    "DevOps it's bridge (methodology) between the Dev\Qa\etc(tech teams) and Ops to satisfy the business requirements, reduce the costs, reduce time to market, etc ..."

    Kirill K. - "DevOps it's bridge (methodology) between the Dev\Qa\etc(tech teams) and Ops to satisfy the business requirements, reduce the costs, reduce time to market, etc ..."See full answer

    Product Manager
    Technical
  • "clarify: paid users, annual subscription user segmentation: levels; active vs dormant; age; regions use cases & pain points solution brainstorm: retention = activation + engagement + resurrection; prioritization of solutions execution"

    Anonymous Salmon - "clarify: paid users, annual subscription user segmentation: levels; active vs dormant; age; regions use cases & pain points solution brainstorm: retention = activation + engagement + resurrection; prioritization of solutions execution"See full answer

    Product Manager
    Analytical
    +1 more
  • Bolt logoAsked at Bolt 
    1 answer

    "import re def naturalsortkey(s): Split the string into a list of text and numbers "item10" -> ["item", 10] return [int(text) if text.isdigit() else text.lower() for text in re.split(r'(\d+)', s)] def natural_sort(arr): return sorted(arr, key=naturalsortkey) \# Example Usage data = ["item10", "item2", "item1", "item20", "2nd item", "1st item"] sorteddata = naturalsort(data) print(f"Standard Sort: {sorted(data)}") print(f"Natural Sort: {sorted_data}") "

    Yitayal B. - "import re def naturalsortkey(s): Split the string into a list of text and numbers "item10" -> ["item", 10] return [int(text) if text.isdigit() else text.lower() for text in re.split(r'(\d+)', s)] def natural_sort(arr): return sorted(arr, key=naturalsortkey) \# Example Usage data = ["item10", "item2", "item1", "item20", "2nd item", "1st item"] sorteddata = naturalsort(data) print(f"Standard Sort: {sorted(data)}") print(f"Natural Sort: {sorted_data}") "See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Stripe logoAsked at Stripe 
    Add answer
    Product Marketing Manager
  • Amazon logoAsked at Amazon 
    1 answer

    "Effective loss functions for computer vision models vary depending on the specific task, some commonly used loss functions for different tasks: Classification Cross-Entropy Loss:Used for multi-class classification tasks. Measures the difference between the predicted probability distribution and the true distribution. Binary Cross-Entropy Loss:Used for binary classification tasks. Evaluates the performance of a model by comparing predicted probabilities to the true binary labe"

    Shibin P. - "Effective loss functions for computer vision models vary depending on the specific task, some commonly used loss functions for different tasks: Classification Cross-Entropy Loss:Used for multi-class classification tasks. Measures the difference between the predicted probability distribution and the true distribution. Binary Cross-Entropy Loss:Used for binary classification tasks. Evaluates the performance of a model by comparing predicted probabilities to the true binary labe"See full answer

    Machine Learning Engineer
    Concept
  • Meta logoAsked at Meta 
    1 answer

    "This is an interesting Improve a Product question! 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 Okay great. Now that we have the formula, it's time to execute on it! Ask clarifying questions Before we start identifying possible solutions, it's important we ga"

    Exponent - "This is an interesting Improve a Product question! 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 Okay great. Now that we have the formula, it's time to execute on it! Ask clarifying questions Before we start identifying possible solutions, it's important we ga"See full answer

    Product Manager
    Product Design
  • xAI logoAsked at xAI 
    1 answer

    "Which location you were interviewed? Can you please share some details?"

    K S. - "Which location you were interviewed? Can you please share some details?"See full answer

    Software Engineer
    System Design
  • Apple logoAsked at Apple 
    1 answer

    "focus was on tradeoffs of diff object detection algorithms, data collection and labelling, foundational models, followup: not working well in production, retraining/active learning"

    Ayush B. - "focus was on tradeoffs of diff object detection algorithms, data collection and labelling, foundational models, followup: not working well in production, retraining/active learning"See full answer

    Machine Learning Engineer
    Machine Learning
Showing 3421-3440 of 4415