Me postulé a través de un reclutador. El proceso tomó 4 semanas. Acudí a una entrevista en Google (Varsovia, Mazovia) en mar 2022
Entrevista
Tiresome leet code interviews. Also another novelty is a shadow interviewer who doesn't even show the face just watches you get embarrassed. As ever I would prefer not to try solving generic leetcode problems on google docs,, while other people watch me attentively.
Phone interview: Tech screen with coding question using shared coding editor and video call with the hiring team to go over the question and its solution in detail. Also need to run and test the code to ensure it passes the tests cases they have preset for it
Preguntas de entrevista [1]
Pregunta 1
It was based on the common leetcode stuff that is out there but not seen before, so a new question but on the same pattern. I would say that it was a hard level question which was not easy to do in the time limit alloocated and in the interview pressure environment
Bad, tough and time consuming. It was not very fun journey. Especially sometimes the interviewers didn't show up and not inform you. Terrible experience. Sad. Horrible interview . Didn't inform you which language they are going to speak during the calls
Me postulé en línea. Acudí a una entrevista en Google
Entrevista
I had the phone interview, the interviewer asked me to design a data structure that can add elements in o(logn) and erase in o(1), also to get the maximum and minimum elements in the data structures in o(1)
Preguntas de entrevista [1]
Pregunta 1
design a data structure that can add element in o(logn) and erase in o(1)