Envié una solicitud electrónica. El proceso duró 3 semanas. Acudí a una entrevista en Unleashed Software en oct 2014
Entrevista
Submit your CV to them directly, or via a recruiter. After that, there are several stages/interviews:
1. HR contacts you and does an initial (easy) screening
2. You have to write a web app in your own time and email it as a ZIP file o them that converts a dollar amount into a string (words), i.e. 1.01 should yield One dollar and one cent
3. You're called in for a technical interview with some of the senior devs
4. You have to come in for another interview where you pair program with some other senior devs
5. You have to do a small programming problem in 30 minutes, like the ones on hackerrank.com
6. You have to come in for another interview with the Software Dev Manager and maybe the CTO
7. When you come in to sign the contract, it's most likely with the CTO or the CEO, who also will do a mini-interview with you.
Preguntas de entrevista [1]
Pregunta 1
Write a program to determine if a given array occurs, in order, in another array. I.e. does [1,2,3] occur in [0,3,4,5,1,2,3,4] is YES and does [1,2,3] occur in [3,2,1] is NO.