Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Google (Tel Aviv) nel mese di mag 2019
Colloquio
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.
Domande di colloquio [1]
Domanda 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