Skip to main content

Interview Questions

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

    "Clarifying Questions: Platforms - Is it a web-based, mobile-based, or both? = Picking both For payment are we partnering with other providers like paypal, stripe? = assuming yes Partnering with shipping companies for shipment ? Is it online delivery? or just pick up within local markets? Expected number of daily users? Users: Sellers: People who sell fruits or vegetables or both Buyers: People who buy fruits and vegetables Note: For product design, I would just focu"

    Anjan - "Clarifying Questions: Platforms - Is it a web-based, mobile-based, or both? = Picking both For payment are we partnering with other providers like paypal, stripe? = assuming yes Partnering with shipping companies for shipment ? Is it online delivery? or just pick up within local markets? Expected number of daily users? Users: Sellers: People who sell fruits or vegetables or both Buyers: People who buy fruits and vegetables Note: For product design, I would just focu"See full answer

    Product Design
  • 1 answer

    "class Node { int val; Node left, right; Node(int v) { val = v; left = right = null; } } class BinaryTree { Node root1, root2; boolean identicalTrees(Node a, Node b) { if (a == null && b == null) return true; if (a != null && b != null) return (a.val == b.val && identicalTrees(a.left, b.left) && identicalTrees(a.right, b.right)); "

    Tushar A. - "class Node { int val; Node left, right; Node(int v) { val = v; left = right = null; } } class BinaryTree { Node root1, root2; boolean identicalTrees(Node a, Node b) { if (a == null && b == null) return true; if (a != null && b != null) return (a.val == b.val && identicalTrees(a.left, b.left) && identicalTrees(a.right, b.right)); "See full answer

    Data Structures & Algorithms
    Coding
  • Snap logoAsked at Snap 
    Add answer
    Security Engineer
    Technical
  • Amazon logoAsked at Amazon 
    Add answer
    Product Manager
  • Google logoAsked at Google 
    Add answer
    Security Analyst
    Technical
    +1 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "What is the purpose of the scooters? (commuting outside office building , zipping across on the floor or for employees to be able to get to locations nearby e.g. lunch, coffee ) what kind of scooter are we talking about? something like lime bike? what is the shape of the building? , I long corridor rectangular in shape or oval corridor so I can go around. do the floors have any other facility like a moving walkway? are there food services in every floor? (assuming scooters aren't allow"

    Ananya M. - "What is the purpose of the scooters? (commuting outside office building , zipping across on the floor or for employees to be able to get to locations nearby e.g. lunch, coffee ) what kind of scooter are we talking about? something like lime bike? what is the shape of the building? , I long corridor rectangular in shape or oval corridor so I can go around. do the floors have any other facility like a moving walkway? are there food services in every floor? (assuming scooters aren't allow"See full answer

    Estimation
  • Amazon logoAsked at Amazon 
    1 answer

    "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your"

    Exponent - "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your"See full answer

    Product Manager
    Estimation
  • " Summary of chapter for students to enable quick learning for revision Summary of books for readers so that they can make better decision to choose the book Summary of vedas to easily understand and teach the religious texts Summary of news articles for readers to quickly review the articles and then deep dive into specific topic Summarizing the legal documents for users to understand easily and ensure the authenticity and correctness of the documents Summarize research reports and s"

    P D. - " Summary of chapter for students to enable quick learning for revision Summary of books for readers so that they can make better decision to choose the book Summary of vedas to easily understand and teach the religious texts Summary of news articles for readers to quickly review the articles and then deep dive into specific topic Summarizing the legal documents for users to understand easily and ensure the authenticity and correctness of the documents Summarize research reports and s"See full answer

    Product Design
  • Meta logoAsked at Meta 
    Add answer
    Product Manager
    Product Design
  • Airbus logoAsked at Airbus 
    1 answer

    "Implementing the anomaly Machine learning using some algorithm like Isolation Forest algorithm DBscan algorithm and local data point find algorithm."

    Suhas P. - "Implementing the anomaly Machine learning using some algorithm like Isolation Forest algorithm DBscan algorithm and local data point find algorithm."See full answer

    Data Analyst
    Data Analysis
  • Add answer
    Product Manager
    Product Strategy
  • Amazon logoAsked at Amazon 
    1 answer

    "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your"

    Exponent - "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your"See full answer

    Product Manager
  • Amazon logoAsked at Amazon 
    Add answer
    Technical
  • Twitter logoAsked at Twitter 
    1 answer

    "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your"

    Exponent - "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know. Recall the formula for Fermi problems: Ask clarifying questions Catalog what you know Make equation(s) Think about edge cases to add to equation **Breakdown components of your"See full answer

    Product Manager
  • Meta logoAsked at Meta 
    Add answer
    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • Apple logoAsked at Apple 
    Add answer
    Behavioral
  • LangChain logoAsked at LangChain 
    Add answer
    Solutions Architect
    Customer Interaction
  • Uber Eats logoAsked at Uber Eats 
    1 answer

    "Before we begin, it's important to understand what the interviewer is testing with this type of question. This is a Strategy Question that tests an interviewee's ability to create compelling arguments from high level information, discern motive, and think strategically. We can split this question into two parts: Why did Yelp sell Eat24 and why did the stock jump? Why did Yelp sell Eat24? > To start, let's go over some potential reasons why Yelp might sell Eat24:Back to core competencies >"

    Exponent - "Before we begin, it's important to understand what the interviewer is testing with this type of question. This is a Strategy Question that tests an interviewee's ability to create compelling arguments from high level information, discern motive, and think strategically. We can split this question into two parts: Why did Yelp sell Eat24 and why did the stock jump? Why did Yelp sell Eat24? > To start, let's go over some potential reasons why Yelp might sell Eat24:Back to core competencies >"See full answer

    Product Manager
    Behavioral
  • Google logoAsked at Google 
    1 answer

    "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions It's important to get clarity on anything unclear. Asking questions also helps us limit scope early on s"

    Exponent - "This is a Design a Product question. For this, we'll want to follow the formula for success: Ask clarifying questions Identify user types, behaviors, and pain points State the goal and use cases List current solutions Improvements / net new solutions Evaluate and select solutions Measure Success Summarize Ask clarifying questions It's important to get clarity on anything unclear. Asking questions also helps us limit scope early on s"See full answer

    Product Manager
    Product Strategy
  • Product Manager
    Product Strategy
    +1 more
Showing 3881-3900 of 4477