Skip to main content

Interview Questions

Review this list of 4,411 interview questions and answers verified by hiring managers and candidates.
  • "If I get to live my life again I will try to be more confident, it took me a life time to get some confidence and to be what I am today, I ll try to be less dependent on others, I ll work for women empowerment."

    Umaira K. - "If I get to live my life again I will try to be more confident, it took me a life time to get some confidence and to be what I am today, I ll try to be less dependent on others, I ll work for women empowerment."See full answer

    Behavioral
  • Google logoAsked at Google 
    Machine Learning Engineer
    Behavioral
  • Google logoAsked at Google 

    "untuk mengurutkan daftar angka secara efisien saya akan menggunakan aplikasi pengolah angka yaitu excel dengan rumus rumus untuk mempermudah dan mempercepat pengurutan daftar angka"

    Isnadea soraya R. - "untuk mengurutkan daftar angka secara efisien saya akan menggunakan aplikasi pengolah angka yaitu excel dengan rumus rumus untuk mempermudah dan mempercepat pengurutan daftar angka"See full answer

    Machine Learning Engineer
    Analytical
  • Zillow logoAsked at Zillow 
    Product Manager
    Analytical
  • Meta logoAsked at Meta 
    Machine Learning Engineer
    Data Structures & Algorithms
    +1 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • "Problem statement The water heater can currently be controlled only physically i.e. the user must be present infront of the heater to manage it. Key value proposition The user must be able to control the water heater remotely using an app (preferably via their mobile phone) Target geo: USA, OS: both Android and iOS, Form factor: Mobile Target market Water heaters are used by everyone who lives in an area experiencing temperatures < 20 degree Celsius. The user uses the water heater eve"

    Rahul J. - "Problem statement The water heater can currently be controlled only physically i.e. the user must be present infront of the heater to manage it. Key value proposition The user must be able to control the water heater remotely using an app (preferably via their mobile phone) Target geo: USA, OS: both Android and iOS, Form factor: Mobile Target market Water heaters are used by everyone who lives in an area experiencing temperatures < 20 degree Celsius. The user uses the water heater eve"See full answer

    Product Manager
    Product Design
  • Meta logoAsked at Meta 

    "Facebook is now more safe app it designed for all purposes advertise your collection and doctor's advise there clients also and more amazing things we do. I don't understand this questions"

    Shaheen B. - "Facebook is now more safe app it designed for all purposes advertise your collection and doctor's advise there clients also and more amazing things we do. I don't understand this questions"See full answer

    Product Design
  • "A DOS attack is meant to shut down a machine or network, making it inaccessible to its intended users. Some mitigations would be knowing what normal and abnormal traffic is. Deploy Firewalls for sophisticated application attacks."

    Adriel W. - "A DOS attack is meant to shut down a machine or network, making it inaccessible to its intended users. Some mitigations would be knowing what normal and abnormal traffic is. Deploy Firewalls for sophisticated application attacks."See full answer

    Security
    Technical
  • " Broke down the problem in this: Features scope API design Pseudo code for specific components Data model/schema Back-of-the-envelope calculations Reference links Link to whiteboard or diagram such as https://sketchboard.me/new Good luck! Considerations: Content could be potential large Older content should clean from the server URL: Pastebin.com/2324234 Features Scope: user can paste any text content .TXT, .HTML Limit on the amount content compress data and send over"

    Ayo A. - " Broke down the problem in this: Features scope API design Pseudo code for specific components Data model/schema Back-of-the-envelope calculations Reference links Link to whiteboard or diagram such as https://sketchboard.me/new Good luck! Considerations: Content could be potential large Older content should clean from the server URL: Pastebin.com/2324234 Features Scope: user can paste any text content .TXT, .HTML Limit on the amount content compress data and send over"See full answer

    Software Engineer
    Product Design
    +1 more
  • "You can see my answer here: https://medium.com/@vincentmok94/how-do-you-split-your-time-between-multiple-projects-f1e642cfd040"

    Vincent M. - "You can see my answer here: https://medium.com/@vincentmok94/how-do-you-split-your-time-between-multiple-projects-f1e642cfd040"See full answer

    BizOps & Strategy
    Behavioral
    +1 more
  • "// 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
  • Google logoAsked at Google 

    "Estimate how many potholes there are across the continental USA. Continental USA=? USA area: 9.834~9 Mn km² Considering 10% constitutes of water bodies Land: 8.1~8Mn km² Land will comprise of residential area, commercial area, inner roads and highways Residential area: 2.5% Commercial area:2.5% Inner roads: 2.5% Highways: 2.5% Barren Land: 30% Forest: 30% Grassland: 30% Highways don't have potholes. Also Barren Land and Forest will not be considered. So, Residential area: 2.5%= 0.2Mn"

    Saurao D. - "Estimate how many potholes there are across the continental USA. Continental USA=? USA area: 9.834~9 Mn km² Considering 10% constitutes of water bodies Land: 8.1~8Mn km² Land will comprise of residential area, commercial area, inner roads and highways Residential area: 2.5% Commercial area:2.5% Inner roads: 2.5% Highways: 2.5% Barren Land: 30% Forest: 30% Grassland: 30% Highways don't have potholes. Also Barren Land and Forest will not be considered. So, Residential area: 2.5%= 0.2Mn"See full answer

    Product Manager
    Estimation
  • Apple logoAsked at Apple 

    "Reproduce the bug, read error messages, isolate the problem, use a debugger, check assumptions, review recent changes, consult documentation, Text Edge Cases, take break"

    Jennifer C. - "Reproduce the bug, read error messages, isolate the problem, use a debugger, check assumptions, review recent changes, consult documentation, Text Edge Cases, take break"See full answer

    Software Engineer
    Behavioral
  • "In a previous role as a Program Manager, I encountered a situation where we were halfway through a project aimed at streamlining our customer support operations. It became evident that a specific process we were implementing to manage customer inquiries and escalations was inefficient and causing delays. Recognizing the importance of addressing this issue promptly, I took the following steps: Assessment: First, I conducted a thorough assessment of the process to pinpoint the bottlenecks a"

    Anonymous Panda - "In a previous role as a Program Manager, I encountered a situation where we were halfway through a project aimed at streamlining our customer support operations. It became evident that a specific process we were implementing to manage customer inquiries and escalations was inefficient and causing delays. Recognizing the importance of addressing this issue promptly, I took the following steps: Assessment: First, I conducted a thorough assessment of the process to pinpoint the bottlenecks a"See full answer

    Technical Program Manager
    Behavioral
  • "Clarification : What do you mean by fake drugs ? Ans : drugs that are counterfeit and not approved by the FDA. Intro / scope : Fake drugs is a big problem and can even lead to someone death. For this question I plan to focus on the US market and drugs that can be bought over the counter and does not need a doctor's prescription. For prescription drugs, pharmacists play a key role in ensuring the doctor's prescription correct and pharmacists can also police fake drugs. Therefore I will focus o"

    Niaz - "Clarification : What do you mean by fake drugs ? Ans : drugs that are counterfeit and not approved by the FDA. Intro / scope : Fake drugs is a big problem and can even lead to someone death. For this question I plan to focus on the US market and drugs that can be bought over the counter and does not need a doctor's prescription. For prescription drugs, pharmacists play a key role in ensuring the doctor's prescription correct and pharmacists can also police fake drugs. Therefore I will focus o"See full answer

    Product Design
  • "Tell me about yourself? What is your weakness?"

    Yashveer singh R. - "Tell me about yourself? What is your weakness?"See full answer

    Behavioral
  • Shopify logoAsked at Shopify 

    "This is a Favorite Product question with a slight twist. We have a constraint: picking an e-commerce store. This should be relatively easy since we use e-commerce stores every day. Let's go over the Favorite Product formula before we begin: Choose a product and briefly explain what it is Who are the users? What are their pain points? How did competitors solve it in the past? How does this product address these pain points differently and better? **How wo"

    Exponent - "This is a Favorite Product question with a slight twist. We have a constraint: picking an e-commerce store. This should be relatively easy since we use e-commerce stores every day. Let's go over the Favorite Product formula before we begin: Choose a product and briefly explain what it is Who are the users? What are their pain points? How did competitors solve it in the past? How does this product address these pain points differently and better? **How wo"See full answer

    Product Manager
    Product Design
Showing 2941-2960 of 4411