Candidatei-me por meio de recrutador(a). O processo levou 2 meses. Fui entrevistado pela Google (Tel Aviv-Yafo) em mai. de 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.
Perguntas de entrevista [1]
Pergunta 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