I applied through a recruiter. The process took 1 day. I interviewed at Directed (Lachine, QC)
Interview
There is a half hour phone screening before the actual interview. The actual interview includes a written test (about 45m) with coding questions. Questions are basic C questions about pointers, memory management, serial communication protocols etc. After the test, I met with the software manager and team lead. We had a general discussion about my background, my interests and about the position. It was a pleasant experience.
Interview questions [1]
Question 1
What is the output of the following code:
int i=1;
printf("%d %d %d\n", i++, i++, i);