J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Google (Londres, Angleterre)
Entretien
Anything up to 8 or 9 interviews with mix of telephone and face-to-face with anyone across the organisation for cultural fit. Expect to be grilled and tested on technical side if applying for those roles
Questions d'entretien [1]
Question 1
Verbal case studies with no right or wrong answer - you can't prepare for them - it's all about how how think the process through to the end!
I submitted my resume, waited weeks, then got to do a recruiter screen and a tough coding call. Finally, I got an onsite interview before being told I was rejected
Questions d'entretien [1]
Question 1
Given integers n, d and three arrays a[], b[], c[] of size n each, print count of all distinct triplets {i,j,k} such that all three conditions satisfy -
abs(a[i]-b[j])<=d,
abs(b[j]-c[k])<=d &
abs(c[k]-a[i])<=d.
n<=100000
(You can assume the arrays are sorted)
Follow up: print all triplets
First round interview, covering mainly brain teasers and experience. Very analytical question list and live problem soling and gaming scenarios. Enjoyable but challenging process, very intelligent interviewers. Following round was a super day
It was very uncertain, overall the area of coverage and expectation was just too much. Must know very deep into the space. I would recommend to study beyond the technicals and more about the space of which the team operated in.