Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Arena Solutions (Foster City, CA) nel mese di lug 2015
Colloquio
Found job on Craigslist.org, sent email, then got back from a recruiting agent. Then I had a short conversation with the recruiter. Then she schedule another phone screen with company's HR. Afterward, an onsite interview was schedule the next week. The interview started 1pm to 6:20pm. I met 8 people include the hiring manager, EVP, a few Sr Web Application Developers, Team lead.
Domande di colloquio [2]
Domanda 1
Write the function to implement fibonacci Number.
F(n) = F(n-1) + F(n-2)
base case: F(0) = 0; F(1) = 1;