J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Magnet Forensics (Halifax, NS) en janv. 2025
Entretien
The interview is scheduled for 1 hour and will begin with the question, "Tell me about yourself." This will be followed by discussions on the projects listed in the resume and questions about previous work experience, focusing on responsibilities and contributions. After this, the interview will include two coding questions.
Questions d'entretien [2]
Question 1
Given an array, count how many elements at index i are divisible by the element at index i+1, where i+1 is a valid index within the array. Return the total count of such divisible elements.