Recent Google Interview Questions

Review this list of 867 Google interview questions and answers verified by hiring managers and candidates.
  • Google logoAsked at Google 

    "Since success metrics is a very broad term, to dive deep into WCS - What constitutes success. What is the objective of the company/product, north star/mission of the organization or product? Dependent on the company, market, the industry they play in. As an example: Facebook's mission is now empowerment, bringing the people together and giving them the power to build communities. Every part of its product aligns in one way or other with this goal. Be it, its Web/Mobile platform, Instagram,"

    Pm P. - "Since success metrics is a very broad term, to dive deep into WCS - What constitutes success. What is the objective of the company/product, north star/mission of the organization or product? Dependent on the company, market, the industry they play in. As an example: Facebook's mission is now empowerment, bringing the people together and giving them the power to build communities. Every part of its product aligns in one way or other with this goal. Be it, its Web/Mobile platform, Instagram,"See full answer

    Technical Program Manager
    Analytical
  • Google logoAsked at Google 
    +8

    "This is a great question! If you don't mind, I'd love to list 3 strengths and weaknesses then dive a little deeper on one of each of them. I think my three greatest strengths are: Empathy Openness to feedback Drive And three weaknesses I have been working to strengthen are: Sometimes my desire to achieve can put me at risk of overcommitting Communicating status to the right stakeholders at the appropriate time Creating detailed and strategic lists of priorities so I can meet th"

    Adam M. - "This is a great question! If you don't mind, I'd love to list 3 strengths and weaknesses then dive a little deeper on one of each of them. I think my three greatest strengths are: Empathy Openness to feedback Drive And three weaknesses I have been working to strengthen are: Sometimes my desire to achieve can put me at risk of overcommitting Communicating status to the right stakeholders at the appropriate time Creating detailed and strategic lists of priorities so I can meet th"See full answer

    Product Manager
    Behavioral
    +3 more
  • +3

    "Two clarification questions first! When we say quarters, are we assuming the quarters are stacked on top of each other, or are we measuring across the diameter? let's say they are stacked. And second question, is the height of the building just from the ground floor to the top of the building? yes. Okay, the key numbers we need to find then are the height of the building in feet, and the # of quarters that fit into a foot. First for the height of the building, the key numbers are heigh"

    Helen Z. - "Two clarification questions first! When we say quarters, are we assuming the quarters are stacked on top of each other, or are we measuring across the diameter? let's say they are stacked. And second question, is the height of the building just from the ground floor to the top of the building? yes. Okay, the key numbers we need to find then are the height of the building in feet, and the # of quarters that fit into a foot. First for the height of the building, the key numbers are heigh"See full answer

    Estimation
  • Google logoAsked at Google 
    Video answer for 'What's the biggest threat to YouTube?'
    +19

    "YT threats →. Let's define threat - activities that reduce actual or growth rate for user base / watch time / $ User - what impacts user base, users’ watch time (why would users not use YT anymore?) Competition - all apps that compete for users' time spent on digital entertainment (VOD, social media apps like tiktok, vMVPDs) Safety, trust, privacy, digital well being No relevant content Distribution - platform bans, distribution deals falling through (eg smart TVs)"

    Urvashi G. - "YT threats →. Let's define threat - activities that reduce actual or growth rate for user base / watch time / $ User - what impacts user base, users’ watch time (why would users not use YT anymore?) Competition - all apps that compete for users' time spent on digital entertainment (VOD, social media apps like tiktok, vMVPDs) Safety, trust, privacy, digital well being No relevant content Distribution - platform bans, distribution deals falling through (eg smart TVs)"See full answer

    Product Manager
    Product Strategy
  • Google logoAsked at Google 
    Video answer for 'Write functions to serialize and deserialize a list of strings.'
    +4

    "function serialize(list) { for (let i=0; i 0xFFFF) { throw new Exception(String ${list[i]} is too long!); } const prefix = String.fromCharCode(length); list[i] = ${prefix}${list[i]}; console.log(list[i]) } return list.join(''); } function deserialize(s) { let i=0; const length = s.length; const output = []; while (i < length) { "

    Tiago R. - "function serialize(list) { for (let i=0; i 0xFFFF) { throw new Exception(String ${list[i]} is too long!); } const prefix = String.fromCharCode(length); list[i] = ${prefix}${list[i]}; console.log(list[i]) } return list.join(''); } function deserialize(s) { let i=0; const length = s.length; const output = []; while (i < length) { "See full answer

    Software Engineer
    Coding
    +1 more
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • +2

    "Why is the value of an Android user only considering incremental clicks on ads instead of all clicks on ads?"

    So X. - "Why is the value of an Android user only considering incremental clicks on ads instead of all clicks on ads?"See full answer

    Estimation
  • +2

    "This interviewee had a decent framework but the specifics weren't impressive. I wouldn't post this as an example and would appreciate if you could replace this video."

    Anonymous Deer - "This interviewee had a decent framework but the specifics weren't impressive. I wouldn't post this as an example and would appreciate if you could replace this video."See full answer

    Product Strategy
  • Google logoAsked at Google 
    +2

    "5 reasons Gmail search is real time Gmail search needs to be 100% accurate Does not have significant caching / hot searches Less hardware used as user info cant be sprayed across machines Gmail storage is different, as needs decryption on every"

    Mohit G. - "5 reasons Gmail search is real time Gmail search needs to be 100% accurate Does not have significant caching / hot searches Less hardware used as user info cant be sprayed across machines Gmail storage is different, as needs decryption on every"See full answer

    Product Manager
    Technical
  • Google logoAsked at Google 
    +6

    "He was really all over the place ? couldnt detect a structure to his answer felt like he was talking out of experience ."

    Ahmed A. - "He was really all over the place ? couldnt detect a structure to his answer felt like he was talking out of experience ."See full answer

    Product Strategy
  • Google logoAsked at Google 
    Video answer for 'Design a website for creating GIFs.'
    +1

    "Clarifying Qs: Design meaning - UI elements, front end requests and backend system architecture GIFs = standard short animated videos of 1/2 seconds built either using images or videos Make GIFs = generate gifs from images and videos Do we want to build the system for a certain volume of requests? Do you want me to consider the scalability part? I: Assumptions 1,2 & 3 are correct, ignore 3 for now Users: User b/w age 18-45 trying to generate GIFs using images(at least 3)"

    Shwetang S. - "Clarifying Qs: Design meaning - UI elements, front end requests and backend system architecture GIFs = standard short animated videos of 1/2 seconds built either using images or videos Make GIFs = generate gifs from images and videos Do we want to build the system for a certain volume of requests? Do you want me to consider the scalability part? I: Assumptions 1,2 & 3 are correct, ignore 3 for now Users: User b/w age 18-45 trying to generate GIFs using images(at least 3)"See full answer

    Product Design
  • Google logoAsked at Google 
    Video answer for 'How does Google Docs work?'
    +5

    "Where is the second part of the video?"

    Soledad A. - "Where is the second part of the video?"See full answer

    Technical
  • Google logoAsked at Google 

    "Clarification: Reddit, homepage of the internet, a place that aggregates news, and topics of interest, on some type of a timeline. users can subscribe to sub reddits. Goal is to address bullying. Define bullying as any form of abuse either verbal or via images, or harassment of any kind. It could be personal, directed towards a gender, a political view or ideology, religion and any kind of identity being abused in a manner so as to intentionally cause hurt and abuse. Goal: To reduce bullying,"

    Shiva S. - "Clarification: Reddit, homepage of the internet, a place that aggregates news, and topics of interest, on some type of a timeline. users can subscribe to sub reddits. Goal is to address bullying. Define bullying as any form of abuse either verbal or via images, or harassment of any kind. It could be personal, directed towards a gender, a political view or ideology, religion and any kind of identity being abused in a manner so as to intentionally cause hurt and abuse. Goal: To reduce bullying,"See full answer

    Product Design
    Analytical
    +1 more
  • +16

    "Clarifying questions: What is user frustration/ Define user frustration? Was this qualitative feedback, or some reviews on playstore or support that we saw recently or some drop in metrics or increase in churn, or overall churn that we are addressing? Let's assume frustration leads to users quitting the app and hence an increase in churn. This churn also indicates that users leaving the app after trying out a particular feature and not doing the core action of seeing the route from point A to p"

    Ankita K. - "Clarifying questions: What is user frustration/ Define user frustration? Was this qualitative feedback, or some reviews on playstore or support that we saw recently or some drop in metrics or increase in churn, or overall churn that we are addressing? Let's assume frustration leads to users quitting the app and hence an increase in churn. This churn also indicates that users leaving the app after trying out a particular feature and not doing the core action of seeing the route from point A to p"See full answer

    Analytical
  • Google logoAsked at Google 
    Video answer for 'Design a smart shoe.'
    +40

    "Smart shoe: Q1) Is there any definition in mind/ thought process in terms of what this smart shoe will do? Interviewer: Its open to assumption Q2) Any specific user segments? Interviewer: Its open to assumption Q3) Any specific geographies? Interviewer: Its open to assumption Any specific user pain points? Interviewer: Its open to assumption I will structure the answer in following manner - 1) Clearly stating the assumptions 2) User segments 3) Pain points 4) Solutions 5) Key concerns 6) Metr"

    Nikita C. - "Smart shoe: Q1) Is there any definition in mind/ thought process in terms of what this smart shoe will do? Interviewer: Its open to assumption Q2) Any specific user segments? Interviewer: Its open to assumption Q3) Any specific geographies? Interviewer: Its open to assumption Any specific user pain points? Interviewer: Its open to assumption I will structure the answer in following manner - 1) Clearly stating the assumptions 2) User segments 3) Pain points 4) Solutions 5) Key concerns 6) Metr"See full answer

    Product Design
  • Google logoAsked at Google 
    +1

    "Clarification: With kids or without kids? Assuming without With the fuel filled ? Empty Formulae: Outer frame of the school + seats + cushion + inside rods + windows + Engine + motor + other automotive parts + tires Outer frame: Closest proxy : a compact car * 4 = length of the bus Assuming reinforced steel for a car = 2 doors * 200 = 400 pounds One side of the bus = 400* *x 4 x 2 = 3200 pounds two sides = 3200 x 2 = 6400 pounds front and back width = Estimation: 4 people sit in a"

    Pm P. - "Clarification: With kids or without kids? Assuming without With the fuel filled ? Empty Formulae: Outer frame of the school + seats + cushion + inside rods + windows + Engine + motor + other automotive parts + tires Outer frame: Closest proxy : a compact car * 4 = length of the bus Assuming reinforced steel for a car = 2 doors * 200 = 400 pounds One side of the bus = 400* *x 4 x 2 = 3200 pounds two sides = 3200 x 2 = 6400 pounds front and back width = Estimation: 4 people sit in a"See full answer

    Estimation
  • Google logoAsked at Google 
    Video answer for 'Design a high-tech gym.'
    +1

    "[2:53 pm, 02/12/2021] Mayank: Before we deep dive into brainstorming the solution I go ahead and make few assumptions for clarifying questions: Step-1- Framing a problem 🎯Why users go to gym? To relieve stress by doing exercise To maintain their body To reduce their weight To remain active To make good physique 🎯Who goes to gym? Couples Group of friends Individuals Here we are trying to design high tech gym so it means we are looking to create good experience-and"

    Mayank S. - "[2:53 pm, 02/12/2021] Mayank: Before we deep dive into brainstorming the solution I go ahead and make few assumptions for clarifying questions: Step-1- Framing a problem 🎯Why users go to gym? To relieve stress by doing exercise To maintain their body To reduce their weight To remain active To make good physique 🎯Who goes to gym? Couples Group of friends Individuals Here we are trying to design high tech gym so it means we are looking to create good experience-and"See full answer

    Data Engineer
    Product Design
  • "Equation = (# of phones sold in Africa every month * % pixel market share) Africa population = 1.5 billion Smartphone penetration = assume 50% Assume smartphone penetrations grows 1% per year Assume 2 year smartphone renewal cycle Current smartphone population = 1.5B x 50% = 750M Each year 50% of this populations gets a new phone = 375M 375M / 12 = ~31M per month New smartphone population each year = 1.5B x 1% = 15M 15M / 12 = ~1 per month 31M + 1M = 32M smartphones sold per month US mar"

    Greg W. - "Equation = (# of phones sold in Africa every month * % pixel market share) Africa population = 1.5 billion Smartphone penetration = assume 50% Assume smartphone penetrations grows 1% per year Assume 2 year smartphone renewal cycle Current smartphone population = 1.5B x 50% = 750M Each year 50% of this populations gets a new phone = 375M 375M / 12 = ~31M per month New smartphone population each year = 1.5B x 1% = 15M 15M / 12 = ~1 per month 31M + 1M = 32M smartphones sold per month US mar"See full answer

    Estimation
  • Google logoAsked at Google 
    Product Design
  • +3

    "Assumption US, not global. Two categories of masks: washable/reusable (cloth based) and disposable (surgical and N95) US population is about 300 million 100M households 3 per households** Cloth: on average 2 masks needed per person so they can wash it (2*3=6 masks per HH) 100M*6 = 600M cloth masks Disposable: of the 300M, assuming about 60% is essential workers. So about 300M*.6=180M are essential workers. Of the 180M, I would say abo"

    Anonymous Moose - "Assumption US, not global. Two categories of masks: washable/reusable (cloth based) and disposable (surgical and N95) US population is about 300 million 100M households 3 per households** Cloth: on average 2 masks needed per person so they can wash it (2*3=6 masks per HH) 100M*6 = 600M cloth masks Disposable: of the 300M, assuming about 60% is essential workers. So about 300M*.6=180M are essential workers. Of the 180M, I would say abo"See full answer

    Estimation
  • +5

    "Clarifying questions: Can you please clarify inflight ads? Are you referring to the Ads shown on the screens/TVs available for each seat on an airplane? Ans: Yes. International flights or domestic? Ans: You pick. ( I picked US domestic) Are you targeting any specific airline? Ans: No. All airlines. Any specific type of ads such as banner ads, video ads etc? Ans: Video We can calculate market size in two ways: By calculating number of flights flying per day in the US * seat avai"

    Vaidehi P. - "Clarifying questions: Can you please clarify inflight ads? Are you referring to the Ads shown on the screens/TVs available for each seat on an airplane? Ans: Yes. International flights or domestic? Ans: You pick. ( I picked US domestic) Are you targeting any specific airline? Ans: No. All airlines. Any specific type of ads such as banner ads, video ads etc? Ans: Video We can calculate market size in two ways: By calculating number of flights flying per day in the US * seat avai"See full answer

    Estimation
Showing 501-520 of 867