Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Google

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Google | Offres d’emploi chez Google | Salaires chez Google | Avantages sociaux chez Google
      Entretiens chez GoogleEntretiens d’embauche pour Software Development Engineer (SDE) chez GoogleEntretien chez Google


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Development Engineer (SDE)

      6 août 2023
      Candidat à l'entretien anonyme
      Bengaluru
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Google (Bengaluru) en août 2023

      Entretien

      I recieved an email invitation to a session to help me prepare for google interview. That's how I came to know that i was shortlisted for interviewing with google On-campus. Then after a couple of days, I got a call from an HR describing the interview process. She also sent me some material to prepare for the interview. (It had links to sites like leetcode).

      Questions d'entretien [1]

      Question 1

      Q1: A single processor system has some process scheduled, with some startTime and Duration. given a new process can we schedule it with out removing some pre-scheduled process. I shared BS based approach Interviewer asked me to implement it I did, she asked me to use lower_bound instead of actually implementing BS. She asked me to find some bugs in the code. I found and fixed one. Then she pointed another one, i fixed that too. Then she asked me to write the time and space complexity. Q2. After that she asked a follow up saying that now the computer has 4 processors, how will we check if a new process can be scheduled to any of the processsor? I shared an approach involving cordinate compressing the start and end time, then making an array and intializing it with 0, then for each process doing arr[start]++, arr[end+1]--. where start and end are the compressed representation of original values. then it told that i would build a segment tree to find the range. And finally I told her that i'll find the smalles interval containing our process from the compressed co-ordinates using Binary Seach then i'll find the range max in that range if it is 4 then we can't schedule the process else we can. She didn't ask me to code this But told me to write the time and space complexity of my solution. Overall the round went pretty well. 2nd: Coding He told me a bit about himself and asked me to describe my thesis project. After that he told me to open the coding doc and started asking questions. Q1: The interview told me to find no. of ways to make 'K' non-empty set from 'N' unique objects. He gave some sample like 1, 1 -> 1; 3, 2 -> 1; 4, 2 -> 2. Seeing the samples it was pretty clear that the objects are not unique. When i pointed that out and asked the interview that is this problem equivalent to the no. of ways we can fill N identical balls into K identical bags such that each has atleast one ball? To which he replied yes, He was not thorough with the problem himself. I asked him about the range of N to which he replied 1 < N <= 1e6, K <= N I dropped the idea of any DP based solution and started focusing on solving this using PnC. But the interview told me to come up with a reccurence relation, I was really drawing blank at that point and told him that even if we find a relation in terms of N, K we would have N x K states. I failed to find any correct recurrence relation. and the interviewer also told me to forget this and moved on to the next question. After the round i found the relation online. Q2: There's a directed graph find the shortest cycle from a source node. I told a dfs based solution using the standard cycle finding algorithm and storing length of cycle whenever we encounter one and returning the min value. He told me do write the time and space complexity of my solution He told me to imporve my complexity, i was drawing blank. He suggested to use BFS. I agreed and wrote the time complexity for that as well The he asked me to code the solution but now i have to return the nodes of the shortest cycle starting from the source. I coded the BFS and kept parent array to retrive the nodes of the cycle when we found it. After this he asked me to ask any question that i had, i did, he answered. interview ended. Overall this round could have gone better, I thought 1st question was really hard. The HR called me and said that i have a 3rd round and it is a deal breaker. 3rd: Coding The interviewer told me about himself, his work. and asked me to introduce myself, after which we moved staraight to the interview. Q1: Given a 2D matrix, The cost to move to an adjacent cell(4 direction, up, left, down, right) is defined as the absolute difference between the values in the cell. A path's cost is defined as the maximum cost of any step taken to traverse that path. Given a cost find if we can move from top-left to bottom-right in cost less or equal to that. I told and implemented a BFS based solution, he asked me to write the time and space complexity. Q2: Follow up to the first question find the least cost to go from top left to bottom right. I told him that if we plot a graph of cost vs is_possible in the last problem, it would be like step funtion's graph and the inflection point would be our answer. And we can find the inflection point using Binary Search. He agreed. I coded the solution using the function in the previous question as the check function. He asked me to do the TC, Space analysis, I did. I solved these 2 questions pretty quickly so he decided to ask another one.
      Répondre à cette question
      2

      Autres retours d’entretien d’embauche pour un poste comme Software Development Engineer (SDE) chez Google

      Entretien pour Software Development Engineer (SDE)

      14 mai 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience neutre
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Google

      Entretien

      Tough back to back 3 rounds after googliness , it started with phone call , than in person round in Bengaluru office 1 1 1 1 1 1 1 1

      Entretien pour Software Development Engineer (SDE)

      12 mai 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience négative
      Entretien facile

      Candidature

      J'ai passé un entretien chez Google

      Entretien

      Applied got email from someone I don’t think they are actual Google recruiters, they send assessment link once completed even pass, they say will update to Google recruiter and come back by saying not selected. Feel whole process something not right

      Entretien pour Software Development Engineer (SDE)

      5 mai 2026
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Google

      Entretien

      hr reached out after 6 months, asking for your transcript then scheduled interview, had one BQ and one coding problem. will inform the result after 3 dayshr reached out after 6 months, asking for your transcript then scheduled interview, had one BQ and one coding problem. will inform the result after 3 days

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      Amazon
      3.7★Rémunération et avantages
      avatar
      Meta
      4.6★Rémunération et avantages
      avatar
      Despegar.com
      3.6★Rémunération et avantages
      avatar
      Shopee
      3.6★Rémunération et avantages