J'ai postulé via un recruteur. Le processus a pris 2 mois. J'ai passé un entretien chez Google (Tel Aviv-Yafo) en mai 2019
Entretien
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.
Questions d'entretien [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