The process took 3 weeks. I interviewed at Connected (Toronto, ON)
Interview
First round of tech interviews was fine, I was asked to write some tests. In the second round it was a flood fill algorithm.
When asked why they prefer certain methodology over others, interviewer visually seemed upset.
Overall, average experience.
I applied in-person. The process took 2 weeks. I interviewed at Connected
Interview
The process itself is quick, after sending in the profile they scheduled an in-person interview. But this company seems focusing too much on Java algorithms and data structures instead of Java frameworks during the interview. One should really review the college knowledge on programming data structures even if you have sufficient work experience since they are most likely NOT going to ask Java frameworks such as Spring or Hibernate, but rather, Linked Lists and Arrays, time complexity, stuff like that.
Interview questions [2]
Question 1
Write a Java method that finds the common letters in a string, a LinkedList and an Array.