J'ai postulé via un recruteur. Le processus a pris 1 semaine. J'ai passé un entretien chez eXelate (Tel Aviv-Yafo) en juill. 2015
Entretien
Introduction and questions about former jobs.
Need to explain a project you did
Technical questions
Start with easy questions:
How to create an array with n numbers between 1-n that are randomly arranged. At o(n)
and end with a difficult one:
You have statements that are correct in a language and statements that arent correct.
You need to understand the language rules.
You should write a program that gets a sentence and returns if its legal at the language or not.
After you have implantation you get more requirements for legal options to the language.
Questions d'entretien [2]
Question 1
How to create an array with n numbers between 1-n that are randomly arranged. At o(n)
You have statements that are correct in a language and statements that aren't correct.
You need to understand the language rules.
You should write a program that gets a sentence and returns if its legal at the language or not.
After you have implantation you get more requirements for legal options to the language.