I applied through a recruiter. The process took 5 days. I interviewed at Route1 (Toronto, ON) in Mar 2014
Interview
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.
Interview questions [1]
Question 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...