Skip to main content

Interview Questions

Review this list of 4,415 interview questions and answers verified by hiring managers and candidates.
  • Google logoAsked at Google 
    +2

    "Restaurant Types High-end Fast-food Regular User Types Restaurants – seeking operational efficiency and increased revenue. Customers – categorized by group size and dining intent: 2–4 Friends/Family – casual dining. Solo Diners – convenience and quick service. Groups > 4 – shared orders and split bills. Goal Design a tablet solution to achieve product-market fit by addressing key pain points and driving high ad"

    Brandy L. - "Restaurant Types High-end Fast-food Regular User Types Restaurants – seeking operational efficiency and increased revenue. Customers – categorized by group size and dining intent: 2–4 Friends/Family – casual dining. Solo Diners – convenience and quick service. Groups > 4 – shared orders and split bills. Goal Design a tablet solution to achieve product-market fit by addressing key pain points and driving high ad"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 

    "Addressed the duality of the feature - each user is a consumer and provider Addressed pain points such as cleaning, security "

    Adi S. - "Addressed the duality of the feature - each user is a consumer and provider Addressed pain points such as cleaning, security "See full answer

    Product Manager
    Product Design
  • +1

    "it is really good explanation thanks it is really good explanation thanks"

    Amney M. - "it is really good explanation thanks it is really good explanation thanks"See full answer

    Data Engineer
    Coding
    +4 more
  • Anthropic logoAsked at Anthropic 
    Product Manager
    Artificial Intelligence
    +4 more
  • "My Least Favorite Product: Amazon Kindle I have both: amazon kindle 8th generation (with backlight) and without backlight for many years now and also part of kindle unlimited program. And would be having more than 200-300 books on it already ranging across various topics What i don't like about kindle is that, its operating system has not evolved since many years. It's as difficult to operate as it was when it was launched. Infact now i don't prefer to browse the books on kindle, instead buy t"

    P D. - "My Least Favorite Product: Amazon Kindle I have both: amazon kindle 8th generation (with backlight) and without backlight for many years now and also part of kindle unlimited program. And would be having more than 200-300 books on it already ranging across various topics What i don't like about kindle is that, its operating system has not evolved since many years. It's as difficult to operate as it was when it was launched. Infact now i don't prefer to browse the books on kindle, instead buy t"See full answer

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

  • Visa logoAsked at Visa 

    "I generally struggle with stakeholders and partners who doesn't communicate enough. Now it could be either they don't invest sufficient time and energy in doing so or at times they lack the skill sets to do so. In both the cases, the entire responsibility fell on the other person to dig deep into why someone is doing the way they are doing, reading into patterns and behaviour of their personality and adapting to those communication styles"

    Lati K. - "I generally struggle with stakeholders and partners who doesn't communicate enough. Now it could be either they don't invest sufficient time and energy in doing so or at times they lack the skill sets to do so. In both the cases, the entire responsibility fell on the other person to dig deep into why someone is doing the way they are doing, reading into patterns and behaviour of their personality and adapting to those communication styles"See full answer

    Software Engineer
    Behavioral
    +2 more
  • Anduril logoAsked at Anduril 
    Video answer for 'Tell me about a time when you managed an end-to-end program.'
    +4

    "In my organization, I was given a initiative to improve the time spent by users on web application so that we can improve the quality of engagement on the website. Overview of a business model: We are a research organization that delivers where users (B2B clients) consume research content in form of research reports. Clients has specifically subscription for a year and if clients engage continuously and they spend more time on research they will retain. Success metrics: Improve time spe"

    Harshit J. - "In my organization, I was given a initiative to improve the time spent by users on web application so that we can improve the quality of engagement on the website. Overview of a business model: We are a research organization that delivers where users (B2B clients) consume research content in form of research reports. Clients has specifically subscription for a year and if clients engage continuously and they spend more time on research they will retain. Success metrics: Improve time spe"See full answer

    Technical Program Manager
    Behavioral
    +2 more
  • +4

    "CQs: Any specific geography? Assuming Indian market Are we partnering up with some other company for delivery ? Assuming yes Time frame for MVP? 1 year Scoped out Problem statement: Design a food delivery app for restaurant owners for India market within a timeframe of 1 year Mission of this app: Helping owners and vendors in smooth coordination of orders and delivering orders on time Product goal: Since this is a new product , we will focus on adoption/acquisition in short t"

    Rajat A. - "CQs: Any specific geography? Assuming Indian market Are we partnering up with some other company for delivery ? Assuming yes Time frame for MVP? 1 year Scoped out Problem statement: Design a food delivery app for restaurant owners for India market within a timeframe of 1 year Mission of this app: Helping owners and vendors in smooth coordination of orders and delivering orders on time Product goal: Since this is a new product , we will focus on adoption/acquisition in short t"See full answer

    Product Manager
    Product Design
  • Software Engineer
    Artificial Intelligence
    +1 more
  • "2 Approaches: 1) The more intuitive approach is doing a multi-source BFS from all cats and storing the distance of closest cats. Then do a dfs/bfs from rat to bread. Time Complexity: O(mn + 4^L) where L is path length, worst case L could be mn Space Complexity: O(m*n) 2) The first approach should be fine for interviews. But if they ask to optimize it further, you can use Binary Search. Problems like "Finding max of min distance" or "Finding min of max" could be usually solved by BS. "

    Karan K. - "2 Approaches: 1) The more intuitive approach is doing a multi-source BFS from all cats and storing the distance of closest cats. Then do a dfs/bfs from rat to bread. Time Complexity: O(mn + 4^L) where L is path length, worst case L could be mn Space Complexity: O(m*n) 2) The first approach should be fine for interviews. But if they ask to optimize it further, you can use Binary Search. Problems like "Finding max of min distance" or "Finding min of max" could be usually solved by BS. "See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • +2

    "Referring to https://www.forbes.com/sites/forbesbusinesscouncil/2022/03/23/15-strategies-for-balancing-competing-stakeholder-priorities/?sh=7c82aa68262f Understand the conflicting priorities and align it with the goal/ objectives and the company mission. Start with the Least Common Denominator between the conflicting priorities to come to a commonality and start from there to objectively approach the next imp priority Always keep communication on and be transparent with 'equality' an"

    Pramod V. - "Referring to https://www.forbes.com/sites/forbesbusinesscouncil/2022/03/23/15-strategies-for-balancing-competing-stakeholder-priorities/?sh=7c82aa68262f Understand the conflicting priorities and align it with the goal/ objectives and the company mission. Start with the Least Common Denominator between the conflicting priorities to come to a commonality and start from there to objectively approach the next imp priority Always keep communication on and be transparent with 'equality' an"See full answer

    Product Manager
    Behavioral
    +5 more
  • +42

    "Here's a simpler solution: select u.username , count(p.postid) as countposts from posts as p join users as u on p.userid = u.userid where p.likes >= 100 group by 1 order by 2 desc, 1 asc limit 3 `"

    Bradley E. - "Here's a simpler solution: select u.username , count(p.postid) as countposts from posts as p join users as u on p.userid = u.userid where p.likes >= 100 group by 1 order by 2 desc, 1 asc limit 3 `"See full answer

    Data Engineer
    Coding
    +3 more
  • Google logoAsked at Google 
    +6

    "He was really all over the place ? couldnt detect a structure to his answer felt like he was talking out of experience ."

    Ahmed A. - "He was really all over the place ? couldnt detect a structure to his answer felt like he was talking out of experience ."See full answer

    Product Strategy
  • Google logoAsked at Google 
    Video answer for 'How would you improve Google Assistant?'
    +11

    "Clarification: By Improvement we could delve into either improving Monetization, User Engagement, Experience or Retention. Project Goal: In particular letz focus on improving User Engagement/Experience which may also pave way into monetizing - cuz the way I see it is to put out multiple configurations /packages in the market, and allow users to choose and pay for the services. Its as simple as hiring a full time assistant vs part time. U pay for the service rendered. **Product Vision"

    Bk - "Clarification: By Improvement we could delve into either improving Monetization, User Engagement, Experience or Retention. Project Goal: In particular letz focus on improving User Engagement/Experience which may also pave way into monetizing - cuz the way I see it is to put out multiple configurations /packages in the market, and allow users to choose and pay for the services. Its as simple as hiring a full time assistant vs part time. U pay for the service rendered. **Product Vision"See full answer

    Customer Success Manager
    Product Design
  • Meta logoAsked at Meta 
    Video answer for 'What metrics would you define for the success of Facebook Lite?'
    +7

    "So first, I have some clarifying questions, what is Facebook lite? If I understand correctly this is a version of the Facebook application for Android, with the same functionality but lighter in terms of size. It is aimed to be used in emerging markets where the bandwidth is limited What are the tradeoffs for the size of the app? I guess that some visual elements are stripped down from the app and reduced its size Is this application exist or I am launching it The timeframe of the product?"

    Gadi R. - "So first, I have some clarifying questions, what is Facebook lite? If I understand correctly this is a version of the Facebook application for Android, with the same functionality but lighter in terms of size. It is aimed to be used in emerging markets where the bandwidth is limited What are the tradeoffs for the size of the app? I guess that some visual elements are stripped down from the app and reduced its size Is this application exist or I am launching it The timeframe of the product?"See full answer

    Product Manager
    Analytical
    +1 more
  • Anthropic logoAsked at Anthropic 
    Video answer for 'Design a web crawler.'
    +7

    "I think, robots.txt file is provided by websites which web-crawler is crawling. Am I wrong somewhere or missing some context?"

    S V. - "I think, robots.txt file is provided by websites which web-crawler is crawling. Am I wrong somewhere or missing some context?"See full answer

    Engineering Manager
    System Design
    +1 more
  • "At RTI while working on content-based recommender system on our ecommerce site, we received request from one of our distributor clients to make the system not only suggest products based on their purchasing history but also exclusively push higher priced items, regardless of their actual needs or demand patterns, it was challenging situation because it contradicted the primary purpose of our system, which was value based, patient centric product recommendations. To understand in this situation i"

    Vihari K. - "At RTI while working on content-based recommender system on our ecommerce site, we received request from one of our distributor clients to make the system not only suggest products based on their purchasing history but also exclusively push higher priced items, regardless of their actual needs or demand patterns, it was challenging situation because it contradicted the primary purpose of our system, which was value based, patient centric product recommendations. To understand in this situation i"See full answer

    Product Manager
    Behavioral
  • Google logoAsked at Google 
    +10

    "Clarifying questions: Do we want to focus on front end or backend? Front end Do we want to focus on any particular platform? For ex: Site, mobile, apps Interviewer: Desktop Is there anything tools on gmail that you'd like me to focus on? For ex: Meet, Hangouts, Notes Interviewer: Just the main product Are there any specific product buckets that you'd like me to go through? For ex: Sign up flows, login flows, security, product experience, sign out flow, recommend"

    Amy M. - "Clarifying questions: Do we want to focus on front end or backend? Front end Do we want to focus on any particular platform? For ex: Site, mobile, apps Interviewer: Desktop Is there anything tools on gmail that you'd like me to focus on? For ex: Meet, Hangouts, Notes Interviewer: Just the main product Are there any specific product buckets that you'd like me to go through? For ex: Sign up flows, login flows, security, product experience, sign out flow, recommend"See full answer

    Product Manager
    Concept
    +1 more
  • +22

    "-- Write your query here select id, (case when p_id is null then 'Root' when pid in (select id from treenode_table) and id in (select pid from treenode_table) then 'Inner' else 'Leaf' end) as node_types from treenodetable order by 1; `"

    Anonymous Roadrunner - "-- Write your query here select id, (case when p_id is null then 'Root' when pid in (select id from treenode_table) and id in (select pid from treenode_table) then 'Inner' else 'Leaf' end) as node_types from treenodetable order by 1; `"See full answer

    Coding
    SQL
  • "I would answer this question using MECE framework: Profit = Revenue - Costs. Revenue = # customers * price In case of the trading platform, this could be translated into avg. trading activity per user * avg. commission rate . Ask if there has been any recent change to Active users or their trading activities. Similarly, ask if the commission rate has been changed recently. Based on this information, you can then identify the problem and get to the root cause of this. Similarly with Costs. "

    Alibi M. - "I would answer this question using MECE framework: Profit = Revenue - Costs. Revenue = # customers * price In case of the trading platform, this could be translated into avg. trading activity per user * avg. commission rate . Ask if there has been any recent change to Active users or their trading activities. Similarly, ask if the commission rate has been changed recently. Based on this information, you can then identify the problem and get to the root cause of this. Similarly with Costs. "See full answer

    Product Manager
    Analytical
    +1 more
Showing 321-340 of 4415