I applied online. The process took 4 weeks. I interviewed at Google in Mar 2022
Interview
I applied for a job and got an email from a recruiter who asked for my availability to setup a time to discuss the position. I sent my availability and the recruiter told me a week later that those times won’t work, and he suggested a time a week later (he should have just done that in the first place).
A week later I had a 10 minute call with the recruiter and he seemed completely inattentive and made comments “this position sounds like it would be a career change”. I thought his commentary about my experience was somewhat rude as I was perfectly qualified for the position and my experience aligned with the role. The conversation ended with the recruiter stating that he would let me know the next day if the team was interesting in proceeding. Again, after about a week passed by and I heard nothing so I followed up only to receive a reply back 3 days later that they were not interested in me as a candidate.
It was a bad experience, I felt like just a number and the never took my experience serious right from the start. I wasn’t given a fair or equal shot. I also took PTO to do the phone screening and to have to constantly follow-up after being told that a response would be forthcoming is not acceptable.
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
Interview questions [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.