I applied through university. The process took 1 day. I interviewed at Ford Motor Company (Waterloo, ON) in May 2024
Interview
Tons of C++ trivia, mainly about OOP and stuff. Nothing really past though, not much of OOP design patterns, more of just how OOP works in C++ like keywords like virtual and stuff.
I applied through university. The process took 5 days. I interviewed at Ford Motor Company (Waterloo, ON) in Oct 2024
Interview
Heavily focused on technical aspects with OOP and multi-thread knowledge based on C++. Started with 2-3 minute of self-introduction, then asked some C++ core knowledge and finally 2 coding questions on implementing multithread in c++. Fairly difficult for junior position.
Was a quick 30 minutes interview. The interviewers gave a brief description of the job position and talked about what they’re working one. We talked about pass experiences and then moved on with some programming questions.
Interview questions [1]
Question 1
Given an array of int and an int n, write a function to determine if the sum of any two values in the array is equal to n.