Skip to main content

Interview Questions

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

    "The Reason I want to work as a project manager at Rivian is because I've worked as a team at GFS to throw the garbage and recycling out in the garbage and we were able to dump all the garbage as a team and we got the job done."

    Amparo L. - "The Reason I want to work as a project manager at Rivian is because I've worked as a team at GFS to throw the garbage and recycling out in the garbage and we were able to dump all the garbage as a team and we got the job done."See full answer

    Technical Program Manager
    Behavioral
  • Meta logoAsked at Meta 
    Add answer
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Amazon logoAsked at Amazon 
    Add answer
    Technical Program Manager
    Behavioral
  • Meta logoAsked at Meta 
    1 answer

    "This is an 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 Now, let's begin! Ask clarifying questions Before we begin listing off recommendations, it's important you ask questions to ensure you and the interviewer are on the same page"

    Exponent - "This is an 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 Now, let's begin! Ask clarifying questions Before we begin listing off recommendations, it's important you ask questions to ensure you and the interviewer are on the same page"See full answer

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

  • Cognition AI logoAsked at Cognition AI 
    Add answer
    BizOps & Strategy
    Behavioral
    +3 more
  • Product Manager
    Technical
  • "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"

    Exponent - "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"See full answer

    Product Manager
  • Twilio logoAsked at Twilio 
    1 answer

    "This is a 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. Let's go over one possible solution: > There's many different reasons why Twilio acquired SendGrid, my top three reasons would be:Owning more of the communications network > More data > Upselling to SendGrid customers > Owning more of the communications netw"

    Exponent - "This is a 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. Let's go over one possible solution: > There's many different reasons why Twilio acquired SendGrid, my top three reasons would be:Owning more of the communications network > More data > Upselling to SendGrid customers > Owning more of the communications netw"See full answer

    Product Manager
  • Apple logoAsked at Apple 
    Add answer
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Anthropic logoAsked at Anthropic 
    Add answer
    Software Engineer
    Behavioral
    +1 more
  • Meta logoAsked at Meta 
    Add answer
    Machine Learning Engineer
    Concept
  • 1 answer

    "Group the data by product, and then sort by time."

    Andrew B. - "Group the data by product, and then sort by time."See full answer

    Product Manager
    Analytical
    +2 more
  • "The idea of prefix sum can be applied here to find a product prefix array and a product suffix array. Create a prefix product array by calculating the cumulative product of all elements which appear before that particular element in the array. Similarly, create a suffix array for all elements which appear later than particular element in the array. Now, replace each element with the product of prefix and suffix products of adjacent elements. This will give you the answer."

    Somdip S. - "The idea of prefix sum can be applied here to find a product prefix array and a product suffix array. Create a prefix product array by calculating the cumulative product of all elements which appear before that particular element in the array. Similarly, create a suffix array for all elements which appear later than particular element in the array. Now, replace each element with the product of prefix and suffix products of adjacent elements. This will give you the answer."See full answer

  • Meta logoAsked at Meta 
    Add answer
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Add answer
    Product Marketing Manager
    Program Sense
  • FrontFinancial logoAsked at FrontFinancial 
    Add answer
    Product Manager
    Product Design
    +1 more
  • Visa logoAsked at Visa 
    1 answer

    "// Helper function to calculate the Euclidean distance between two points function distance(p1, p2) { return Math.sqrt(Math.pow(p1[0] - p2[0], 2) + Math.pow(p1[1] - p2[1], 2)); } // A helper function to find the closest pair in a given set of points within the strip function closestPairInStrip(strip, d) { let minDist = d; // Start with the current minimum distance strip.sort((a, b) => a[1] - b[1]); // Sort the strip by y-coordinate for (let i = 0; i < strip.length; i++) { "

    Vishnu V. - "// Helper function to calculate the Euclidean distance between two points function distance(p1, p2) { return Math.sqrt(Math.pow(p1[0] - p2[0], 2) + Math.pow(p1[1] - p2[1], 2)); } // A helper function to find the closest pair in a given set of points within the strip function closestPairInStrip(strip, d) { let minDist = d; // Start with the current minimum distance strip.sort((a, b) => a[1] - b[1]); // Sort the strip by y-coordinate for (let i = 0; i < strip.length; i++) { "See full answer

    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • Media.net logoAsked at Media.net 
    Add answer
    Product Manager
    Product Design
  • Microsoft logoAsked at Microsoft 
    Add answer
    Machine Learning Engineer
    Machine Learning
Showing 3621-3640 of 4415