Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Google

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Google | Offerte di lavoro di Google | Stipendi di Google | Benefit di Google
      Colloqui di GoogleColloqui per Software Engineer In Test presso GoogleColloquio di Google


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Software Engineer In Test

      4 giu 2013
      Candidato anonimo a colloquio
      New York, NY
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Google (New York, NY) nel mese di mag 2013

      Colloquio

      The recruiter set up my first technical interview with an engineer in CA. My first technical interviewer asked me 4 questions in my phone interview. The interview was conducted over the phone and Google Docs where I would type my code. The questions were: 1. Describe a time at your job when you debugged / tested something but couldn't find what was wrong. 2. Describe a good test. 3. Coding question 4. Coding question For the first coding question, the main one, I had to think about the answer and talk through what I was thinking with the interviewer. Talking through your thought process is a must for Google interviews, if you simply say nothing, the only thing the interviewer has to go off of is the correctness of your answer rather than the approach you're using and your reasoning for it, so if the answer is wrong, the interviews can not get you back on track. Eventually after I got the ball rolling, had no trouble solving the problem. The solution consisted of a 2D matrix rotation and a recursive flood fill algorithm. The interviewer gave positive responses for my solution, and did not ask how it could be improved. I finished the problem with 20 minutes to spare, so the interviewer asked if I wanted to go over another problem and I said, "Sure". The next problem was a piece of C code which had errors in it, the interviews asked me to find the errors in the code and I found most of them given what the code actually was supposed to do. I don't think the interviewer actually cared very much about this portion since I don't believe he expected me to finish so early and the C question was just something to fill time. He then asked me if I had any questions so I asked him to describe what an average day was like for him and what he did. He was very thorough and we had an interesting conversation. After the phone interview was done my recruiter called me back the 2 business days later and told me I had done very well, and that Google wanted me to fly to Manhattan for my last interview set over the course of a day. Between flying to Manhattan ( 2 weeks after the recruiter called me back ) I studied my ass off. I reviewed every available resource to me online and offline prior to flying to Manhattan. I went to my primary coding review website (www.CodeEval.com) and solved every possible problem on this site. Working as a back-end web developer for 10 months prior to this gave me some great knowledge about databases , object-oriented design and multi-threaded applications. Some of the aforementioned skills and information is hard to get without having prior experience, in my opinion, especially if you're straight out of college. I had 6 interviews onsite, 1 of the interviews wasn't an interview at all, and was really lunch / off-the-record conversation with another SET who had been working at Google for quite some time. The other 5 interviews were all very technical and mostly exclusively dealt with specific coding questions. I won't reveal specifically any of the interview questions here since I signed an NDA, but I will reveal the phone interview question (mentioned above) since that was prior to me signing the NDA. I will go into the general format of the questions at the onsite interviews. The first interview was with a young Software Engineer, who was around my age, probably 22. The question had to do with generating permutations in an efficient manner. He asked me for the complexity of my algorithm in terms of memory and run-time. He said my solution was correct off the bat and asked how the memory complexity could be improved. After talking out loud and exchanging ideas, I arrived out how to reduce memory complexity. The following 4 technical interviews were of the same format except the last which was a higher level design question that was mostly open. Be prepared to be asked questions about how to test your code, that being said, your code ought to be written such that it's decoupled and easy to test rather than ONLY implementing the solution. Another piece of advice I would give to someone is that wherever possible in my interview, point out how a problem can be threaded. I was specifically interviewing in Java, so I knew how to do this using the available components in Java. Google is a big company and any of the software that they build needs to be able to parralelized and scaled wherever it can be, the interviewers will be looking for this. After the interview my onsite assigned recruiter said I would get a decision in less than 2 weeks, and after that, the offer stage would come. About 4 weeks later I was called and told that I didn't get the job, despite my performance in the interviews which the recruiter told me was not bad.

      Domande di colloquio [1]

      Domanda 1

      Given a 2D rectangular matrix of boolean values, write a function which returns whether or not the matrix is the same when rotated 180 degrees. Additionally verify that every boolean true is accessible from every other boolean true if a traversal can be made to an adjacent cell in the matrix, excluding diagonal cells. That is , (x , y ) can access the set [ ( x + 1 , y ) , ( x - 1 , y ) , (x , y - 1 ) , (x , y + 1 ) ] For example, the matrix { { true , false } , { false , true } } should not pass this test.
      3 risposte
      30

      Altre recensioni di colloqui per Software Engineer In Test presso Google

      Colloquio per Software Test Developer

      14 mar 2024
      Candidato anonimo a colloquio
      München, Bavaria
      Nessuna offerta
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Google (München, Bavaria)

      Colloquio

      Very friendly recruiter, she took the time to go through the overall process. I appreciated the attitude. Sadly I did not match the jobs requirements so it didn't go further than the first HR meeting.

      Domande di colloquio [1]

      Domanda 1

      Typical HR questions asking about experience, technologies used...etc
      Rispondi alla domanda

      Colloquio per Software Engineer In Test

      29 ago 2018
      Candidato anonimo a colloquio
      Mountain View, CA
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Google (Mountain View, CA)

      Colloquio

      LinkedIn HR called, phone interview, then onsite interviews, HR was calling frequently to update status (good), one of the interview was just too cold, he wasn't very responsive throughout

      Domande di colloquio [4]

      Domanda 1

      Tree questions
      2 risposte

      Domanda 2

      QE scenario question on testing mobile app
      2 risposte

      Domanda 3

      stack question
      1 risposta

      Domanda 4

      another tree question
      1 risposta
      1

      Colloquio per Software Engineer Test

      31 lug 2018
      Candidato anonimo a colloquio
      Bengaluru
      Nessuna offerta
      Esperienza negativa
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Google (Bengaluru) nel mese di mag 2018

      Colloquio

      The interviewer asked 2questions. One coding question although I wrote the package and relevant classes to be used to solve the problem. Interviewer was not happy, as I wrote code in Java and the interviewer expected it in some other language of his preference. They made me prepare DS, Algorithms, OS, System Design. And asked a non-relevant question not part of any of the subjects asked to prepare. They boast aroud their "Reduced Four" interview process. But, their interviewers need more trainings. Ethical interviews, unethical practices like the EU antiTrust fine.

      Domande di colloquio [1]

      Domanda 1

      Pattern matching and extraction
      1 risposta
      2

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Amazon
      3.7★Stipendio e benefit
      avatar
      HENNGE
      3.8★Stipendio e benefit
      avatar
      xneelo
      3.8★Stipendio e benefit