Skip to main content

Interview Questions

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

    "Step - 1 Ask any clarifying questions you'd have Is there any particular reality show that we are talking about? (Assuming "The Great Indian Kapil Sharma Show" for this answer that there is no particular reality show that we are going with rather a general answer) Are we talking about any particular demographics? (Assuming we are going to launch this game globally and for any specific country or city). Step - 2 Apply a Product Design Framework (let's go with CIRCLES) C(Com"

    Pankhuri T. - "Step - 1 Ask any clarifying questions you'd have Is there any particular reality show that we are talking about? (Assuming "The Great Indian Kapil Sharma Show" for this answer that there is no particular reality show that we are going with rather a general answer) Are we talking about any particular demographics? (Assuming we are going to launch this game globally and for any specific country or city). Step - 2 Apply a Product Design Framework (let's go with CIRCLES) C(Com"See full answer

    Product Manager
    Product Design
  • Amazon logoAsked at Amazon 
    1 answer

    "When I did't reach my expected deadline and if my work is unfinished after the deadline is arrived, I started rectifying the areas where I leg behind why i did't meet the expected deadline and i complete the work as soon as possible by working double and hard . And next time i will make sure that the problems which i faced earlier should not arrived again , and I mus match the deadline."

    Deepak K. - "When I did't reach my expected deadline and if my work is unfinished after the deadline is arrived, I started rectifying the areas where I leg behind why i did't meet the expected deadline and i complete the work as soon as possible by working double and hard . And next time i will make sure that the problems which i faced earlier should not arrived again , and I mus match the deadline."See full answer

    Software Engineer
    Behavioral
    +1 more
  • Booking.com logoAsked at Booking.com 
    2 answers

    "As a Product Manager, my goal is to design a Minimum Viable Product (MVP) that enhances the customer experience, increases engagement, and ultimately drives business growth. Here's a comprehensive plan to achieve this: Problem Statement: Our existing homepage, while functional, lacks a personalized touch, failing to adequately address the diverse needs and preferences of our customers. This results in a suboptimal user experience, leading to decreased customer satisfaction, reduced booking f"

    Shashank S. - "As a Product Manager, my goal is to design a Minimum Viable Product (MVP) that enhances the customer experience, increases engagement, and ultimately drives business growth. Here's a comprehensive plan to achieve this: Problem Statement: Our existing homepage, while functional, lacks a personalized touch, failing to adequately address the diverse needs and preferences of our customers. This results in a suboptimal user experience, leading to decreased customer satisfaction, reduced booking f"See full answer

    Product Manager
    Product Design
  • Samsung NEXT logoAsked at Samsung NEXT 
    2 answers

    "My strategy has always been to observe the existing systems and people in a company that I go into for 2-3 months before making any drastic changes. In this time, I build relationships one on one and understand each role in the overall system. I also put each of these stakeholders at ease by letting them know that I'm not a threat and have approachable discussions. Once I reach a comfortable level, I pose questions and ask them for solutions. That way, I have seen that the problem also get solve"

    Ashwin K. - "My strategy has always been to observe the existing systems and people in a company that I go into for 2-3 months before making any drastic changes. In this time, I build relationships one on one and understand each role in the overall system. I also put each of these stakeholders at ease by letting them know that I'm not a threat and have approachable discussions. Once I reach a comfortable level, I pose questions and ask them for solutions. That way, I have seen that the problem also get solve"See full answer

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

  • Amazon logoAsked at Amazon 
    1 answer

    "class Node: def init(self, value): self.value = value self.children = [] def inorder_traversal(root): if not root: return [] result = [] n = len(root.children) for i in range(n): result.extend(inorder_traversal(root.children[i])) if i == n // 2: result.append(root.value) if n == 0: result.append(root.value) return result Example usage: root = Node(1) child1 = Node(2) chil"

    Teddy Y. - "class Node: def init(self, value): self.value = value self.children = [] def inorder_traversal(root): if not root: return [] result = [] n = len(root.children) for i in range(n): result.extend(inorder_traversal(root.children[i])) if i == n // 2: result.append(root.value) if n == 0: result.append(root.value) return result Example usage: root = Node(1) child1 = Node(2) chil"See full answer

    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Confluent logoAsked at Confluent 
    1 answer

    "First, why are we building the system? What are the requirements we must meet - Do customers care about data being read/written from a single set of tables or multiple tables, do they care about cost allocation, do they need backups/storage to happen slow or fast, do they foresee a lot of data movement from one table to another? Based on this, there are a few options using some common design choices. Shared disk, or Shared nothing. Both have pros and cons. Based on latency, performance, and cos"

    Glados - "First, why are we building the system? What are the requirements we must meet - Do customers care about data being read/written from a single set of tables or multiple tables, do they care about cost allocation, do they need backups/storage to happen slow or fast, do they foresee a lot of data movement from one table to another? Based on this, there are a few options using some common design choices. Shared disk, or Shared nothing. Both have pros and cons. Based on latency, performance, and cos"See full answer

    Product Manager
    Product Design
    +1 more
  • 7 answers
    +3

    "-- The text of the task is a bit confusing. If the status is repeated several -- times, then in the end you should show as start_date the date of the first -- occurrence, and in end_date the date of the last occurrence of this status, -- and not the date of the beginning of the next status with t1 as (select order_id, status, orderdate as startdate, lead(orderdate) over (partition by orderid order by orderdate) as enddate, ifnull(lag(status) over (partition by order_id order by or"

    Alexey T. - "-- The text of the task is a bit confusing. If the status is repeated several -- times, then in the end you should show as start_date the date of the first -- occurrence, and in end_date the date of the last occurrence of this status, -- and not the date of the beginning of the next status with t1 as (select order_id, status, orderdate as startdate, lead(orderdate) over (partition by orderid order by orderdate) as enddate, ifnull(lag(status) over (partition by order_id order by or"See full answer

    Coding
    SQL
  • +1

    "This cannot be answered as a black and white question. It has to be a careful mix of both. If we are delivering a product that is time-sensitive, and we have customers waiting for it, we would rather ship a product quickly with lesser features (MVP) and keep building on it later. But if we can delay our product release to the market by a couple of weeks, then we rather work on getting all the features right and delivering it."

    Ridhima R. - "This cannot be answered as a black and white question. It has to be a careful mix of both. If we are delivering a product that is time-sensitive, and we have customers waiting for it, we would rather ship a product quickly with lesser features (MVP) and keep building on it later. But if we can delay our product release to the market by a couple of weeks, then we rather work on getting all the features right and delivering it."See full answer

    Behavioral
  • LinkedIn logoAsked at LinkedIn 
    2 answers

    "I will work with data scientist to implement anomaly detection models to flag any deviations in a business’s review patterns over time. Like if any sudden influx of positive reviews after a negative review could indicate a reputation management effort. Or Any like any bot reviews happening in quick sessions happening from different cities/geo locations"

    Anonymous Duck - "I will work with data scientist to implement anomaly detection models to flag any deviations in a business’s review patterns over time. Like if any sudden influx of positive reviews after a negative review could indicate a reputation management effort. Or Any like any bot reviews happening in quick sessions happening from different cities/geo locations"See full answer

    Analytical
    Behavioral
    +1 more
  • Product Design
  • Spotify logoAsked at Spotify 
    3 answers

    "Install was sudden or gradual. Let’s we are seeing it from last month. It it happening in any particular country or location? Let’s say india only. Have we seen any bad PR issues from our competitors? Let’s say no. Have we launched any new song from any famous singer in the last month? Let’s say no. Only installs are increased or free to premium conversion is also increased. Let’s say yes we have seen increase in free to premium conversion also. Have we launched any new market campaign with extr"

    Rudra pratap S. - "Install was sudden or gradual. Let’s we are seeing it from last month. It it happening in any particular country or location? Let’s say india only. Have we seen any bad PR issues from our competitors? Let’s say no. Have we launched any new song from any famous singer in the last month? Let’s say no. Only installs are increased or free to premium conversion is also increased. Let’s say yes we have seen increase in free to premium conversion also. Have we launched any new market campaign with extr"See full answer

    Product Manager
    Analytical
    +1 more
  • Meta logoAsked at Meta 
    Add answer
    Behavioral
  • Google logoAsked at Google 
    Add answer
    Product Manager
    Product Strategy
    +1 more
  • Salesforce logoAsked at Salesforce 
    1 answer

    "There are many things salesforce can do better as compare to the competitor, you can take salesforce online training at OnlineITGuru https://onlineitguru.com/Salesforce-training.html and learn complete features of salesforce"

    Neelesh C. - "There are many things salesforce can do better as compare to the competitor, you can take salesforce online training at OnlineITGuru https://onlineitguru.com/Salesforce-training.html and learn complete features of salesforce"See full answer

    Product Strategy
  • Robinhood logoAsked at Robinhood 
    1 answer

    "How would you improve Robinhood? Robinhood. I started to use Robinhood when I first got a job after grad school. I started using it as a tool to do no fees investment. Recently this year, I began to use their high-yield saving account to make money on my non-investment funds. Robinhood's mission is to democratize finance for all. To make investing accessible, friendly, and understandable to newcomers and experts alike. How would I improve it? Robinhood makes money from a few different channel"

    Matan S. - "How would you improve Robinhood? Robinhood. I started to use Robinhood when I first got a job after grad school. I started using it as a tool to do no fees investment. Recently this year, I began to use their high-yield saving account to make money on my non-investment funds. Robinhood's mission is to democratize finance for all. To make investing accessible, friendly, and understandable to newcomers and experts alike. How would I improve it? Robinhood makes money from a few different channel"See full answer

    Behavioral
  • Google logoAsked at Google 
    Add answer
    Product Design
  • Meta logoAsked at Meta 
    2 answers

    "Goals (Prod & Safeway) User Groups: Shoppers: College Students Professionals Families Elderly New customers (not already in the store) I selected elderly due to trends on the aging population being a significant population in the next decade and it being a group we have the most opportunity as Safeway to support. Pain Points **Most likely these customers are buying things in person or someone is purchasing items for them and gettin"

    Anonymous Minnow - "Goals (Prod & Safeway) User Groups: Shoppers: College Students Professionals Families Elderly New customers (not already in the store) I selected elderly due to trends on the aging population being a significant population in the next decade and it being a group we have the most opportunity as Safeway to support. Pain Points **Most likely these customers are buying things in person or someone is purchasing items for them and gettin"See full answer

    Product Manager
    Product Design
  • Snap logoAsked at Snap 
    1 answer

    "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question. Let's go over one possible solution: > If I were TikTok, I would look to monetize it similar to Instagram, Twitter, and Facebook: through dedicated ad channels.Specifically having pre-roll ads appear on open, and ads appear in-feed every few videos. TikTok is the perfect platform to lever"

    Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question. Let's go over one possible solution: > If I were TikTok, I would look to monetize it similar to Instagram, Twitter, and Facebook: through dedicated ad channels.Specifically having pre-roll ads appear on open, and ads appear in-feed every few videos. TikTok is the perfect platform to lever"See full answer

    Product Manager
    Product Strategy
  • Sales Report

    IDE
    Medium
    10 answers
    +6

    "Order the result in descending month is not applied in the solution"

    Alina G. - "Order the result in descending month is not applied in the solution"See full answer

    Coding
    SQL
Showing 2001-2020 of 4415