I applied through a recruiter. The process took 2 months. I interviewed at Google (Tel Aviv-Yafo) in May 2019
Interview
I send my CV to google.com website, then the recruiter pmed me and we scheduled a video interview that took less then 30 minutes. Then I had 2 on-site interviews.
Interview questions [1]
Question 1
You have 2 arrays with characters. the \b char represents deleting a letter. you need to return if the words that the arrays represent are equals.
example:
[a , a , \b , b , c]
[a , b , c]
True because the word in both array is : abc