Me postulé a través de un reclutador. El proceso tomó 2 meses. Acudí a una entrevista en Google (Tel Aviv) en may 2019
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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