Interview Questions

Review this list of 3,984 interview questions and answers verified by hiring managers and candidates.
  • "a process can include many threads. good for concurrent and parallel task execution"

    Erjan G. - "a process can include many threads. good for concurrent and parallel task execution"See full answer

    Data Engineer
    Concept
  • Cruise logoAsked at Cruise 

    "What do AVs need? Search for a destination Best route to the destination Real time update on traffic on the way Location information for other cars, bikes, pedestrians Lanes Road signs Road conditions Weather conditions Parking information for destination What does Google Maps already have? Search for destination Navigation to a destination Shortest distance Filters like Tolls, Highways, Ferries Traffic updates Incident reports like constructi"

    B P. - "What do AVs need? Search for a destination Best route to the destination Real time update on traffic on the way Location information for other cars, bikes, pedestrians Lanes Road signs Road conditions Weather conditions Parking information for destination What does Google Maps already have? Search for destination Navigation to a destination Shortest distance Filters like Tolls, Highways, Ferries Traffic updates Incident reports like constructi"See full answer

    Product Design
  • Capital One logoAsked at Capital One 
    Machine Learning Engineer
    Behavioral
  • Google logoAsked at Google 
    Product Designer
    Product Design
    +1 more
  • Google logoAsked at Google 

    "Clarifications and GoalsTimeline: Three years. Geography: U.S. market. Scope: Google Photos integration with Drive, Gmail, and Pixel devices. Revenue Sources: Storage subscriptions, in-app purchases, and new streams. Google’s Mission & ObjectivesMission: Organize the world’s information and make it accessible and useful. Business Goals:Increase user engagement. Boost adoption of premium tiers. Explore new monetization streams. Landscape AnalysisCompetitors: A"

    Carlos S. - "Clarifications and GoalsTimeline: Three years. Geography: U.S. market. Scope: Google Photos integration with Drive, Gmail, and Pixel devices. Revenue Sources: Storage subscriptions, in-app purchases, and new streams. Google’s Mission & ObjectivesMission: Organize the world’s information and make it accessible and useful. Business Goals:Increase user engagement. Boost adoption of premium tiers. Explore new monetization streams. Landscape AnalysisCompetitors: A"See full answer

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

  • Coursera logoAsked at Coursera 
    Product Strategy
    Analytical
    +1 more
  • Google logoAsked at Google 

    "Clarifications Just so I understand the question, are you asking me design a mobile app to check the menu of a particular restaurant ? Yes Where will this app be available ? Global or US Only ? US only Are there any constraints that I have to keep in mind. In terms of money, time , resources etc ? No constraints Can i assume that the goal of the application is to enhance the dining experience of the customer ? By enhance I mean customer delight ? Yes Lastly,"

    Madhu K. - "Clarifications Just so I understand the question, are you asking me design a mobile app to check the menu of a particular restaurant ? Yes Where will this app be available ? Global or US Only ? US only Are there any constraints that I have to keep in mind. In terms of money, time , resources etc ? No constraints Can i assume that the goal of the application is to enhance the dining experience of the customer ? By enhance I mean customer delight ? Yes Lastly,"See full answer

    Product Manager
    Product Design
  • Flipkart logoAsked at Flipkart 
    Engineering Manager
    Product Design
    +1 more
  • Amazon logoAsked at Amazon 
    Technical Program Manager
    Behavioral
    +2 more
  • Meta (Facebook) logoAsked at Meta (Facebook) 

    "First, I'd like to ask a few clarifying questions: Do you have any specific user segment in mind or i can choose? A: you can choose Should we think about mobile rather than website? A: you can choose, choose mobile because of growth in usage across the glob Do you have any specific objectives in mind or i can choose? A: you can choose Is this app stand alone or part of broader Facebook ecosystem ? Part of Facebook Facebook mission is to give people power to build community and bring"

    Ak - "First, I'd like to ask a few clarifying questions: Do you have any specific user segment in mind or i can choose? A: you can choose Should we think about mobile rather than website? A: you can choose, choose mobile because of growth in usage across the glob Do you have any specific objectives in mind or i can choose? A: you can choose Is this app stand alone or part of broader Facebook ecosystem ? Part of Facebook Facebook mission is to give people power to build community and bring"See full answer

    Product Design
    System Design
  • "This is basically "how you would measure success of X" type of question, and tweaked in particular to the first 6 months which is targeted towards seller acquisition in the lifecycle. Framework: List goals of the peer to peer car rental product from Grab and tie it to the mission of the company. If I am not mistaken the mission of Grab is similar to Uber - get people or anything anywhere, and have drivers earn their way List out users and their actions - in this case an individual who is i"

    Riku H. - "This is basically "how you would measure success of X" type of question, and tweaked in particular to the first 6 months which is targeted towards seller acquisition in the lifecycle. Framework: List goals of the peer to peer car rental product from Grab and tie it to the mission of the company. If I am not mistaken the mission of Grab is similar to Uber - get people or anything anywhere, and have drivers earn their way List out users and their actions - in this case an individual who is i"See full answer

    Product Manager
    Execution
    +1 more
  • +4

    "function getDifferentNumber(arr) { // your code goes here const n = arr.length; //Define Max Integer const MAX_INT = Math.pow(2, 31) - 1; //Coppy arr to arr1 then sort arr1. const arr1 = arr; arr1.sort(function(a,b) {return a -b}); // Put arr1 in Set to optimize lo const uniqueSet = new Set(arr1); console.log(uniqueSet); // Check for the smallest nonnegative integer not in the array for (let i = 0; i < n; i++) { if (!uniqueSet.has(i)) { return i; } } if(n<MAX_INT) return n+1; else return -1; }"

    Anonymous Hare - "function getDifferentNumber(arr) { // your code goes here const n = arr.length; //Define Max Integer const MAX_INT = Math.pow(2, 31) - 1; //Coppy arr to arr1 then sort arr1. const arr1 = arr; arr1.sort(function(a,b) {return a -b}); // Put arr1 in Set to optimize lo const uniqueSet = new Set(arr1); console.log(uniqueSet); // Check for the smallest nonnegative integer not in the array for (let i = 0; i < n; i++) { if (!uniqueSet.has(i)) { return i; } } if(n<MAX_INT) return n+1; else return -1; }"See full answer

    Data Structures & Algorithms
    Coding
  • LinkedIn logoAsked at LinkedIn 
    Software Engineer
    Data Structures & Algorithms
    +1 more
  • Monday logoAsked at Monday 
    Product Manager
    Product Design
  • Lyft logoAsked at Lyft 

    "Here is what I understand from the question. Riders use "scheduled rides" to schedule rides for upto 24 hours in advance. Do drivers see these scheduled rides before? Assuming no. The drivers get matched 30min before the scheduled ride. Possible factors in matching Location of driver Location of rider No. of rides the driver has had? Maybe give preference to new drivers? Scheduled rides are only single party rides (no pool,etc) What is our goal here? Maximi"

    Unicorn 2. - "Here is what I understand from the question. Riders use "scheduled rides" to schedule rides for upto 24 hours in advance. Do drivers see these scheduled rides before? Assuming no. The drivers get matched 30min before the scheduled ride. Possible factors in matching Location of driver Location of rider No. of rides the driver has had? Maybe give preference to new drivers? Scheduled rides are only single party rides (no pool,etc) What is our goal here? Maximi"See full answer

    Product Design
    Analytical
    +1 more
  • "The answer to this question will give valuable insight to a persons kharma/ energy/ motivation"

    Mision veterans ministry B. - "The answer to this question will give valuable insight to a persons kharma/ energy/ motivation"See full answer

    Chief of Staff
    Behavioral
  • Netflix logoAsked at Netflix 

    "I would have been destroyed on this."

    Alex C. - "I would have been destroyed on this."See full answer

    Product Manager
    Estimation
    +2 more
  • Microsoft logoAsked at Microsoft 

    "Understand who will use the kitchen is the first step"

    Anonymous Impala - "Understand who will use the kitchen is the first step"See full answer

    Technical Program Manager
    Product Design
    +1 more
  • "Define the goal of the experiment. What do you want to test? Are you trying to improve conversion rates, increase engagement, or something else? Identify the variables to test. What are the different options that you want to test? For example, if you are testing different call-to-action buttons, your variables would be the different button text and colors. Set up the experiment. This involves creating two versions of the app or website, one for each variation of the variable that you are testi"

    Praful B. - "Define the goal of the experiment. What do you want to test? Are you trying to improve conversion rates, increase engagement, or something else? Identify the variables to test. What are the different options that you want to test? For example, if you are testing different call-to-action buttons, your variables would be the different button text and colors. Set up the experiment. This involves creating two versions of the app or website, one for each variation of the variable that you are testi"See full answer

    Product Manager
    Technical
  • BizOps & Strategy
    Behavioral
    +1 more
Showing 2301-2320 of 3984