Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 5 giorni. Ho sostenuto un colloquio presso Route1 (Toronto, ON) nel mese di mar 2014
Colloquio
A fairly long C++ programming test, 15 questions, to be completed in 30 to 45 minutes. The test included quite a few features of the language that any sensible developer would look up instead of trying to memorize. There were also some that were kind of silly, like finding ways to optimize a search through an unsorted list.
Domande di colloquio [1]
Domanda 1
The following code creates an unnecessary temporary variable. How would you change it to be more efficient?
C++ code that searches an unsorted list...