J'ai postulé en ligne. Le processus a pris 2 jours. J'ai passé un entretien chez Susco (New Orleans, LA) en août 2016
Entretien
A few interview questions then an interactive test that was basically a command line processor for a few different languages. The interviewer would paste some code and ask you to complete the code, or ask you what would result from executing the code. The examples used by the interviewer could never be used in a real program because they were designed to trick the reader. The questions were not designed to determine wether or not the person had any problem solving abilities. The questions were easier toward the end of the interview once I realized the examples were biased in that manner.
Questions d'entretien [1]
Question 1
They showed me a block of JavaScript code in which they declared a function with a function inside the outer function with a statement inside that function that modified a value
Then outside the function set a initial value then modified the value then called then called the function that modified the value.
Then asked what the value was at each point.