Skip to main content

Interview Questions

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

    "Implemented the Java code to find the largest island. It is similar to count the island. But in this we need to keep track of max island and compute its perimeter."

    Techzen I. - "Implemented the Java code to find the largest island. It is similar to count the island. But in this we need to keep track of max island and compute its perimeter."See full answer

    Machine Learning Engineer
    Data Structures & Algorithms
    +2 more
  • +2

    "Try not to take hints from the interviewer for solving the problem. They may provide hints but it would impact the final decision "

    Laxman kishore K. - "Try not to take hints from the interviewer for solving the problem. They may provide hints but it would impact the final decision "See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Google logoAsked at Google 
    Add answer
    Product Manager
    Product Design
    +1 more
  • 7 answers
    +4

    "-- LTV = Sum of all purchases made by that user -- order the results by desc on LTV select u.user_id, sum(a.purchase_value) as LTV from user_sessions u join attribution a on u.sessionid = a.sessionid group by u.user_id order by sum(a.purchase_value) desc"

    Mohit C. - "-- LTV = Sum of all purchases made by that user -- order the results by desc on LTV select u.user_id, sum(a.purchase_value) as LTV from user_sessions u join attribution a on u.sessionid = a.sessionid group by u.user_id order by sum(a.purchase_value) desc"See full answer

    Data Engineer
    Coding
    +3 more
  • Capital One logoAsked at Capital One 
    Add answer
    Product Manager
    Product Design
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Uber logoAsked at Uber 
    1 answer

    "This is a Measure Success question with a slight twist. The twist here is we need to consider a hypothetical changes rather that one already built. This changes our formula slightly - specifically we may not be able to apply a UX flow to drive analysis since we're unsure of the implementation. Instead, we'll look at core behaviors that are indicative of success. Here's the modified formula: Ask clarifying questions State the goal of the feature **Apply a UX flow to drive a"

    Exponent - "This is a Measure Success question with a slight twist. The twist here is we need to consider a hypothetical changes rather that one already built. This changes our formula slightly - specifically we may not be able to apply a UX flow to drive analysis since we're unsure of the implementation. Instead, we'll look at core behaviors that are indicative of success. Here's the modified formula: Ask clarifying questions State the goal of the feature **Apply a UX flow to drive a"See full answer

    Product Manager
  • Meta logoAsked at Meta 
    Add answer
    Product Manager
    Behavioral
    +1 more
  • Atlassian logoAsked at Atlassian 
    1 answer

    "This is one of the core behavioral questions that you should expect to cover in any interview. In particular, it asks you to justify why you want to work at a specific company that you've applied for. There's no right answer for this, however we do recommend you list at least three distinct reasons. Here's an example of what you might say: > Great question! There's so many reasons, but I'll keep it to my top three.Atlassian has some of the most impactful products in the tech space to date, inclu"

    Exponent - "This is one of the core behavioral questions that you should expect to cover in any interview. In particular, it asks you to justify why you want to work at a specific company that you've applied for. There's no right answer for this, however we do recommend you list at least three distinct reasons. Here's an example of what you might say: > Great question! There's so many reasons, but I'll keep it to my top three.Atlassian has some of the most impactful products in the tech space to date, inclu"See full answer

    Product Manager
    Behavioral
  • Apple logoAsked at Apple 
    Add answer
    Machine Learning Engineer
    Concept
    +1 more
  • "At Evernote and Wise, I've created a personalized approach for working more efficiently I've taught to coworkers with either our own proprietary software and off the shelf software. With Evernote, I did this by creating a hyper personalized templates for responding to customer concerns. With Wise, it's been a reworking of their traditional way of approaching Due Diligence and use of resources"

    Jeff M. - "At Evernote and Wise, I've created a personalized approach for working more efficiently I've taught to coworkers with either our own proprietary software and off the shelf software. With Evernote, I did this by creating a hyper personalized templates for responding to customer concerns. With Wise, it's been a reworking of their traditional way of approaching Due Diligence and use of resources"See full answer

    Product Manager
    Behavioral
  • Google logoAsked at Google 
    1 answer

    "I would be oil. As oil would float and can be moulded according to the sourrounding."

    Nature - "I would be oil. As oil would float and can be moulded according to the sourrounding."See full answer

    Product Manager
    Behavioral
  • Google logoAsked at Google 
    Add answer
    Product Manager
    Data Analysis
    +1 more
  • Roblox logoAsked at Roblox 
    Add answer
    Product Manager
    Product Strategy
  • Accenture logoAsked at Accenture 
    3 answers

    "My Name is swati i joined genpact in 2014 and from there i have spend 4 years in Audit & SOX Compliances and then next 5 years with investment accounting, my overall experience is good as per the expectation now looking for something more exciting to add in my carrier journey."

    Swati A. - "My Name is swati i joined genpact in 2014 and from there i have spend 4 years in Audit & SOX Compliances and then next 5 years with investment accounting, my overall experience is good as per the expectation now looking for something more exciting to add in my carrier journey."See full answer

    Product Manager
    Behavioral
    +1 more
  • Microsoft logoAsked at Microsoft 
    Add answer
    Product Design
  • Google logoAsked at Google 
    1 answer

    "assuming food delivery is about convinience not transport ex: household with working members who own a car might still order in instead of driving. to a restaurant for convenience excludes tips and taxes HH = 100M 90% internet penetration low : mid : high income : 20:50:30 preference for the service 30% (bike service would be slower, one needs to keep that in mind +NY has so many food options , people could cook, meal delivery service, uber eats door dash ) HH with internet penetration that can"

    Ananya M. - "assuming food delivery is about convinience not transport ex: household with working members who own a car might still order in instead of driving. to a restaurant for convenience excludes tips and taxes HH = 100M 90% internet penetration low : mid : high income : 20:50:30 preference for the service 30% (bike service would be slower, one needs to keep that in mind +NY has so many food options , people could cook, meal delivery service, uber eats door dash ) HH with internet penetration that can"See full answer

    Estimation
  • Capital One logoAsked at Capital One 
    Add answer
    Software Engineer
    Data Structures & Algorithms
    +2 more
  • 2 answers

    "The Critical Rendering Path (CRP) refers to the sequence of steps that a web browser takes to convert HTML, CSS, and JavaScript into a fully rendered webpage. CRP highlights the processes that can slow down the time it takes for a webpage to become interactive for users."

    Shivam B. - "The Critical Rendering Path (CRP) refers to the sequence of steps that a web browser takes to convert HTML, CSS, and JavaScript into a fully rendered webpage. CRP highlights the processes that can slow down the time it takes for a webpage to become interactive for users."See full answer

    Frontend Engineer
    Technical
  • Meta logoAsked at Meta 
    1 answer

    "Some clarifying questions: Is this going to be a part of exciting Meta product or completely new one? you choose Is there a particular sport or range of sports that the product should cater to? all sports, should be agnostic. What is "athletes"? pros? amateurs? fitness enthusiasts? you can decide Is there a specific problems or challenges faced by athletes does he want the product to address? feel free to make assumptions Is there a specific goal that we want to achieve"

    R K. - "Some clarifying questions: Is this going to be a part of exciting Meta product or completely new one? you choose Is there a particular sport or range of sports that the product should cater to? all sports, should be agnostic. What is "athletes"? pros? amateurs? fitness enthusiasts? you can decide Is there a specific problems or challenges faced by athletes does he want the product to address? feel free to make assumptions Is there a specific goal that we want to achieve"See full answer

    Product Manager
    Product Design
Showing 2381-2400 of 4415