Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Airware (San Francisco, CA) em set. de 2013
Entrevista
They ask for a coding test after initial semi-technical phone screen; I was required to do a coding assignment and given 48 hours. While it was made clear to the interviewer that my primary languages are Java, C++ and Perl, I was required to use Python (even though position description didn't indicate python as no.1 language used)
Perguntas de entrevista [1]
Pergunta 1
Coding assignment in Python language: write a program that spawns 10 processes to run tests (mock/stub method for tests is provided). If you kill a process, your main program/process recreates it. You're also required to assign numbers/ids to each process as you create them and ensure that when you recreate killed process, the restarted process is assigned the same ID (from 1 to 10, in this case)