I applied online. The process took 4 weeks. I interviewed at Google in Jan 2021
Interview
I took an online assessment and then was contacted for an interview. My first interview was a leetcode question that I struggled through. I think at this point people either get a rejection or an offer, but I was contacted for a second interview. Which I bombed and got no offer.
I applied online. I interviewed at Google in Jan 2021
Interview
There were 2 tasks with 2 different interviewees in Google Meet. They had on purpose to check your algorithms knowledge, logical and agile thinking, and of course solid knowledge of at least one coding language you are free to yse (I chose Python).
Interview questions [1]
Question 1
Interview questions are non-disclosable, but analogues can be easily found in the web.
3 coding interviews followed by informal conversations with different teams. The coding interviews were similar to those in programming competitions, with an emphasis on explaining your thought process well, not just writing code.
Interview questions [1]
Question 1
You have an array a and you can ask the sum of a[n...m] or update position a[i]. Create a datastructure that does both efficiently.