Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • Google logoAsked at Google 
    Video answer for 'Redesign the airport experience.'
    +8

    "I would like to speak loud to narrow the scope of this question so I can be effective in identifying a solution to the problem on hand. Hope that is OK. You mentioned, “Re-design the airport experience”. Is there a goal for this re-design exercise? Some top goals that come to my mind are the following. Please guide me so I can set it and we can proceed from there. “Increase the number of passengers who travel to and from this airport” “Improve customer satisfaction” **“Get in"

    Tara J. - "I would like to speak loud to narrow the scope of this question so I can be effective in identifying a solution to the problem on hand. Hope that is OK. You mentioned, “Re-design the airport experience”. Is there a goal for this re-design exercise? Some top goals that come to my mind are the following. Please guide me so I can set it and we can proceed from there. “Increase the number of passengers who travel to and from this airport” “Improve customer satisfaction” **“Get in"See full answer

    Product Manager
    Product Design
    +1 more
  • Google logoAsked at Google 
    +3

    "Ask clarifying questions 1/ Are there any business changes to be aware of? 2/ Youtube Premium already exists so I am guessing we are not revisiting changing the prices just restarting the process from scratch 3/ Pricing for a specific market? North America, Asia, somewhere else? To tackle this I would break down the problem into a few steps, What is Google's mission and how Youtube premium fits into that Google's mission is to organize information and make it accessible to all You"

    Glados - "Ask clarifying questions 1/ Are there any business changes to be aware of? 2/ Youtube Premium already exists so I am guessing we are not revisiting changing the prices just restarting the process from scratch 3/ Pricing for a specific market? North America, Asia, somewhere else? To tackle this I would break down the problem into a few steps, What is Google's mission and how Youtube premium fits into that Google's mission is to organize information and make it accessible to all You"See full answer

    Product Manager
    Analytical
  • Oracle logoAsked at Oracle 

    "Since a bitonic array first increases then decreases, we can: Find the peak using binary search (O(log n)) Reverse the decreasing half Merge the two sorted halvesThis gives an overall time complexity of O(n)."

    Krishnaveni G. - "Since a bitonic array first increases then decreases, we can: Find the peak using binary search (O(log n)) Reverse the decreasing half Merge the two sorted halvesThis gives an overall time complexity of O(n)."See full answer

    Engineering Manager
    Data Structures & Algorithms
    +1 more
  • Anthropic logoAsked at Anthropic 
    Product Manager
    Artificial Intelligence
    +4 more
  • 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
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Uber logoAsked at Uber 

    "class Solution: def nearestPalindromic(self, n: str) -> str: l = len(n) nint = int(n) if l == 1: return str(nint-1) if n == '9'*l: return str(int(n)+2) mid = (l+1)//2 halfs = [n[:(l//2)], str(int(n[:(l//2)])+1), str(int(n[:(l//2)])-1)] mids = [] if l%2: mid_num = int(n[l//2]) mids = [n[l//2], str(mid_num+1), '0', '9', ''] if n[l//2] != '0': mid"

    Rahul .. - "class Solution: def nearestPalindromic(self, n: str) -> str: l = len(n) nint = int(n) if l == 1: return str(nint-1) if n == '9'*l: return str(int(n)+2) mid = (l+1)//2 halfs = [n[:(l//2)], str(int(n[:(l//2)])+1), str(int(n[:(l//2)])-1)] mids = [] if l%2: mid_num = int(n[l//2]) mids = [n[l//2], str(mid_num+1), '0', '9', ''] if n[l//2] != '0': mid"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Flipkart logoAsked at Flipkart 
    +2

    "Looking forward for the answers. My idea is to improve demand mechanics"

    Prashasti S. - "Looking forward for the answers. My idea is to improve demand mechanics"See full answer

    Product Manager
    Analytical
    +1 more
  • Meta logoAsked at Meta 
    +1

    "!! FEEDBACK WELCOME !! Clarify question By art we mean visual art, e.g. paintings? - Yes Is this a solution to create art on Instagram or to showcase existing art on Instagram? - Create art Why build this, Engagement or Acquisition? - Engagement Reframe: We want to increase Instagram engagement through creation and sharing of art with followers. Talking about the space The Internet has over time continuously reduced barriers to creative expression. From blogging to Twitter,"

    Apurv K. - "!! FEEDBACK WELCOME !! Clarify question By art we mean visual art, e.g. paintings? - Yes Is this a solution to create art on Instagram or to showcase existing art on Instagram? - Create art Why build this, Engagement or Acquisition? - Engagement Reframe: We want to increase Instagram engagement through creation and sharing of art with followers. Talking about the space The Internet has over time continuously reduced barriers to creative expression. From blogging to Twitter,"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
  • Amazon logoAsked at Amazon 
    Video answer for 'Design a rate limiter.'
    +9

    "Rate Limiter is to limit the number of request from a particular IP Address. Rate limiter will block the IP address to reduce the load on server. It should be highly available and handle concurrent requests. Blocked IP addresses should be kept in a pool which is present in shared cache. We need to keep threshold value after it reaches threshold value it should start blocking IP address. All these ip address to be kept in No SQL DB. Batch will run that will clear the cache and delete all the bloc"

    Ashish G. - "Rate Limiter is to limit the number of request from a particular IP Address. Rate limiter will block the IP address to reduce the load on server. It should be highly available and handle concurrent requests. Blocked IP addresses should be kept in a pool which is present in shared cache. We need to keep threshold value after it reaches threshold value it should start blocking IP address. All these ip address to be kept in No SQL DB. Batch will run that will clear the cache and delete all the bloc"See full answer

    Software Engineer
    System Design
    +1 more
  • "If I launched a feature users love but that isn't driving business value, I'd first validate whether we're measuring the right metrics — then systematically test monetization paths before deciding to scale, pivot, or kill it. Step 1: Diagnose the Gap I'd start by understanding why engagement isn't translating to business impact. The problem usually falls into one of three categories: Wrong user segment: The feature attracts users who don't convert or have low lifetime value **Mis"

    Varun G. - "If I launched a feature users love but that isn't driving business value, I'd first validate whether we're measuring the right metrics — then systematically test monetization paths before deciding to scale, pivot, or kill it. Step 1: Diagnose the Gap I'd start by understanding why engagement isn't translating to business impact. The problem usually falls into one of three categories: Wrong user segment: The feature attracts users who don't convert or have low lifetime value **Mis"See full answer

    Product Manager
    Product Strategy
  • +11

    "Would be better to adjust resolution in the video player directly."

    Anonymous Prawn - "Would be better to adjust resolution in the video player directly."See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • Apple logoAsked at Apple 
    +26

    "we can use two pointer + set like maintain i,j and also insert jth character to set like while set size is equal to our window j-i+1 then maximize our answer and increase jth pointer till last index"

    Kishor J. - "we can use two pointer + set like maintain i,j and also insert jth character to set like while set size is equal to our window j-i+1 then maximize our answer and increase jth pointer till last index"See full answer

    Software Engineer
    Data Structures & Algorithms
    +4 more
  • Anthropic logoAsked at Anthropic 

    "Thanks for the question! This is one of my favourite topics because it’s at the core of what we do as PMs DAILY: making the complex simple to drive alignment. I’ve got a structured way to approach this, and I’ll use it to explain payment aggregators - like Plaid - and how they enable Open Banking, with a twist about a technical hiccup I’ve seen in practice. Let’s dive in. I start by assessing the audience. Say I’m talking to a marketing manager at Transak - someone sharp but not techni"

    Adarsh S. - "Thanks for the question! This is one of my favourite topics because it’s at the core of what we do as PMs DAILY: making the complex simple to drive alignment. I’ve got a structured way to approach this, and I’ll use it to explain payment aggregators - like Plaid - and how they enable Open Banking, with a twist about a technical hiccup I’ve seen in practice. Let’s dive in. I start by assessing the audience. Say I’m talking to a marketing manager at Transak - someone sharp but not techni"See full answer

    Technical Program Manager
    Behavioral
    +3 more
  • Apple logoAsked at Apple 

    "\# An program that prints out the peak elements in a list of integers. Pseudocode: 1. Define a function that takes a list of integers as input. 2. Initialize an empty list to store the peak elements. 3. Loop through the list of integers. 4. For each element, check if it is greater than its neighbors. 5. If it is, add it to the list of peak elements. 6. Return the list of peak elements. def findpeakelements(nums): if not nums: return [] peaks = [] n = len(nums"

    Frederick K. - "\# An program that prints out the peak elements in a list of integers. Pseudocode: 1. Define a function that takes a list of integers as input. 2. Initialize an empty list to store the peak elements. 3. Loop through the list of integers. 4. For each element, check if it is greater than its neighbors. 5. If it is, add it to the list of peak elements. 6. Return the list of peak elements. def findpeakelements(nums): if not nums: return [] peaks = [] n = len(nums"See full answer

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

    "To determine whether we should introduce a new ads placement on the Uber homepage, I will use the following framework: Clarifying Questions Mission and Goals User Journey and Pain Points A/B Testing Plan Decision-Making Criteria 1. Clarifying Questions To ensure I fully understand the problem, I would ask: What type of ads are we considering? For example, are they full-screen ads, banner ads, or native ads integrated into the feed? --> Take your"

    Shrey H. - "To determine whether we should introduce a new ads placement on the Uber homepage, I will use the following framework: Clarifying Questions Mission and Goals User Journey and Pain Points A/B Testing Plan Decision-Making Criteria 1. Clarifying Questions To ensure I fully understand the problem, I would ask: What type of ads are we considering? For example, are they full-screen ads, banner ads, or native ads integrated into the feed? --> Take your"See full answer

    Product Manager
    Analytical
    +1 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
  • Anthropic logoAsked at Anthropic 

    "Mission-first doesn’t mean ignoring revenue; it means optimizing for the right revenue. For me, it looks like: ( I qualify for legitimate use cases and clear success metrics; I’m transparent about limitations and risks; I escalate edge cases early rather than trying to ‘get creative’ to save a deal; and (4) I’d rather slip a quarter than sign a customer into a deployment that’s likely to cause harm or blow up trust later. Practically, I manage this by building pipeline that matches our ideal cus"

    Sebastián N. - "Mission-first doesn’t mean ignoring revenue; it means optimizing for the right revenue. For me, it looks like: ( I qualify for legitimate use cases and clear success metrics; I’m transparent about limitations and risks; I escalate edge cases early rather than trying to ‘get creative’ to save a deal; and (4) I’d rather slip a quarter than sign a customer into a deployment that’s likely to cause harm or blow up trust later. Practically, I manage this by building pipeline that matches our ideal cus"See full answer

    Sales Representative
    Behavioral
  • "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
  • Anthropic logoAsked at Anthropic 

    "Hallucinations are evaluated by measuring how often generated outputs contain information that is not supported by trusted sources. what hallucination means in context: Intrinsic hallucination: contradicts provided context Extrinsic hallucination: introduces unsupported facts Fabrication: confidently incorrect answers"

    Hardik saurabh G. - "Hallucinations are evaluated by measuring how often generated outputs contain information that is not supported by trusted sources. what hallucination means in context: Intrinsic hallucination: contradicts provided context Extrinsic hallucination: introduces unsupported facts Fabrication: confidently incorrect answers"See full answer

    Product Manager
    Artificial Intelligence
    +3 more
Showing 321-340 of 4411