J'ai postulé via la recommandation d'un employé. Le processus a pris 3 mois. J'ai passé un entretien chez Ford Motor Company (Toronto, ON) en févr. 2020
Entretien
I submitted my resume 4 months ago and got the telephone interview 2 months ago. The onsite interview was done one month later. The offer was sent to me two weeks later.
Questions d'entretien [4]
Question 1
Write the code to convert the digital numbers in string to integer, for example: "23456789" --> int value=23456789. No library function can be used except for strlen().
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 5 jours. J'ai passé un entretien chez Ford Motor Company (Waterloo, ON) en oct. 2024
Entretien
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.
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Ford Motor Company (Waterloo, ON) en mai 2024
Entretien
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.
J'ai passé un entretien chez Ford Motor Company (Kanata, ON)
Entretien
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.
Questions d'entretien [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.