Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en Susco (New Orleans, LA) en ago 2016
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.