Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Switch (Saint Louis, MO) nel mese di dic 2016
Colloquio
It started off with a tour of the building then we sat down in a conference room and they asked me questions about my background, skills, how I learned to code, and my interests.
They then sent me a simple code challenge after the interview.
Domande di colloquio [1]
Domanda 1
Coding Challenge: Thirteen
For all numbers 1 ≤ n ≤ 200:
For numbers that are evenly divisible by 3, output “Switch On” instead of the number.
For any number evenly divisible by 13 or that contains a 13 (eg, 113), output “Spooky”.
For all other numbers just print the number.