Interview Questions

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

    "i would follow engage/ listen/understand/collaborate/engage/resolve- approach to manage conflicts. I would explain each phase in a project where I face conflict and how I used above approach to resolve the conflict"

    A B. - "i would follow engage/ listen/understand/collaborate/engage/resolve- approach to manage conflicts. I would explain each phase in a project where I face conflict and how I used above approach to resolve the conflict"See full answer

    Product Designer
    Behavioral
  • Product Manager
    Analytical
    +1 more
  • "Hi, is this question part of the Powerday interview or the Mini-case interview?"

    Krutarth S. - "Hi, is this question part of the Powerday interview or the Mini-case interview?"See full answer

    Product Manager
    Product Strategy
  • "Sales and Delivery app: Ask Clarifying questions: What all parts of the user journey does this app play a role in? All delivery notifications go through this app. Tesla while completing sales does ask its customer to download this app. Sales can be completely done through the app. Sales person at Tesla could be reached through app. App can be used to buy other peripherals for Tesla. Success Metrics: Revenue: \# of car sales completed through the delivery app. \# of peripheral"

    Anonymous Caribou - "Sales and Delivery app: Ask Clarifying questions: What all parts of the user journey does this app play a role in? All delivery notifications go through this app. Tesla while completing sales does ask its customer to download this app. Sales can be completely done through the app. Sales person at Tesla could be reached through app. App can be used to buy other peripherals for Tesla. Success Metrics: Revenue: \# of car sales completed through the delivery app. \# of peripheral"See full answer

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

  • Google Cloud (GCP) logoAsked at Google Cloud (GCP) 

    "Partner with IoT manufacturer new smart product, phone in the center Bundle google personal security subscription with IoT package Commercial package security, industrial use case medical device, airplane, ship, vehicle management, maintenance and remote usage Public sector smart cities"

    My N. - "Partner with IoT manufacturer new smart product, phone in the center Bundle google personal security subscription with IoT package Commercial package security, industrial use case medical device, airplane, ship, vehicle management, maintenance and remote usage Public sector smart cities"See full answer

    Product Manager
    Product Strategy
  • Product Manager
    Product Design
  • +14

    "function swap(arr, i, j) { const temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } function sortKMessedArray(arr, k) { for (let i=0; i < arr.length; i++) { for (let j=1; j <= k; j++) { if (arr[i+j] < arr[i]) { swap(arr, i, i+j); } } } return arr; } `"

    Tiago R. - "function swap(arr, i, j) { const temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } function sortKMessedArray(arr, k) { for (let i=0; i < arr.length; i++) { for (let j=1; j <= k; j++) { if (arr[i+j] < arr[i]) { swap(arr, i, i+j); } } } return arr; } `"See full answer

    Data Structures & Algorithms
    Coding
  • "Video engagement: time spent, frequency, recency Video completion rate Time spent on Facebook vs Time spent on watching FB videos Video recommendation: Switching from 1st to 2nd and so on "

    Himanshu V. - "Video engagement: time spent, frequency, recency Video completion rate Time spent on Facebook vs Time spent on watching FB videos Video recommendation: Switching from 1st to 2nd and so on "See full answer

    Product Manager
    Analytical
  • "s3 blob storage? It's Google not Amazon."

    Claudia S. - "s3 blob storage? It's Google not Amazon."See full answer

    Engineering Manager
    System Design
  • "Described a bug I found on an app designed for a specific make of tablet. In this sequence I described: The app the bug was found in The priority and severity of the bug That it was a regression to an existing working piece of functionality The hardware and the firmware on the device the bug occurred on The steps that led to me finding the bug and how it manifested itself Talked about how we debugged from the point of view of: Code Component Deployed application Comparison to"

    Hans - "Described a bug I found on an app designed for a specific make of tablet. In this sequence I described: The app the bug was found in The priority and severity of the bug That it was a regression to an existing working piece of functionality The hardware and the firmware on the device the bug occurred on The steps that led to me finding the bug and how it manifested itself Talked about how we debugged from the point of view of: Code Component Deployed application Comparison to"See full answer

    QA Engineer
    Analytical
    +1 more
  • "What is shopper demand? Let's say the ability to predict whether x number of shoppers are available during a certain time of day based on a some factors Variables: \# number of orders /per hour /per day /per week Shopping Time: time taken for a shopper to prep an order (how many orders can a shopper prep) $ average order value geographic factors since demand will vary by city number of stores or any other multiplying factor which help us predict order volume (which is dire"

    Pree M. - "What is shopper demand? Let's say the ability to predict whether x number of shoppers are available during a certain time of day based on a some factors Variables: \# number of orders /per hour /per day /per week Shopping Time: time taken for a shopper to prep an order (how many orders can a shopper prep) $ average order value geographic factors since demand will vary by city number of stores or any other multiplying factor which help us predict order volume (which is dire"See full answer

    Product Design
  • Microsoft logoAsked at Microsoft 

    "The biggest factor that excites me about technology is its ever changing and dynamic trend. In my life, I have seen the transition from landlines to simple mobile to smartphones, from Cathode tube desktop screen to super slim TFT and many more. I think technology has now (with time) become integral part of human life and getting in-sync with it is like a normal and very cool phenomena."

    Sagrika S. - "The biggest factor that excites me about technology is its ever changing and dynamic trend. In my life, I have seen the transition from landlines to simple mobile to smartphones, from Cathode tube desktop screen to super slim TFT and many more. I think technology has now (with time) become integral part of human life and getting in-sync with it is like a normal and very cool phenomena."See full answer

    Technical Program Manager
    Technical
    +1 more
  • Statistics & Experimentation
  • +1

    "At a personal level: Happiness index, how happy are you in the team (smile faces on each retrospective) Mastery, how do you help the team to grow. Be present, how each member communicates, and how participative the team members are in the activities. Performance metrics: Cycle-time, the time someone takes to end a task/issue. Quality, how many bugs are associated with your code. Reviews, how many times, and how you help the team to move forward. "

    Cristian A. - "At a personal level: Happiness index, how happy are you in the team (smile faces on each retrospective) Mastery, how do you help the team to grow. Be present, how each member communicates, and how participative the team members are in the activities. Performance metrics: Cycle-time, the time someone takes to end a task/issue. Quality, how many bugs are associated with your code. Reviews, how many times, and how you help the team to move forward. "See full answer

    Analytical
    Behavioral
  • "First, I would like to establish some assumptions about the problem to determine if this is possible. For this scenario, I will assume that “accepted” does not mean a student is enrolled at the university (most students apply to multiple universities and can only attend one university). For simplicity, I will also assume that each student is applies to a single department and that every student is associated with a single department. Based on this information, I see a scenario that this would"

    John F. - "First, I would like to establish some assumptions about the problem to determine if this is possible. For this scenario, I will assume that “accepted” does not mean a student is enrolled at the university (most students apply to multiple universities and can only attend one university). For simplicity, I will also assume that each student is applies to a single department and that every student is associated with a single department. Based on this information, I see a scenario that this would"See full answer

    Product Manager
    Analytical
Showing 1541-1560 of 4138