J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez SOTI (Mississauga, ON) en févr. 2020
Entretien
It was 100% a technical interview for me, no behavioural questions. I reached out to a recruiter and we had a phone call where she asked me what kind of roles I was looking into, and then booked me for an in-person interview shortly afterwards (pre-covid)
Questions d'entretien [1]
Question 1
The first few questions had to do with Strings and Linked Lists, just general data structures questions. Then they asked 2-3 questions, something along the lines of how would you find the pairs (with a dictionary) and how would you find the missing number. It's honestly just annoying but its your basic code interview questions. Although, I don't think they are looking for your "thought process" they just want to know if you can get the answer
J'ai postulé en ligne. J'ai passé un entretien chez SOTI (Toronto, ON)
Entretien
There were 2 coding questions, and both were from Dynamic Programming. It was kind of hard to me. The problem is a classic dynamic programming problem where we need to find the minimum number of hops to reach the top left cell from the bottom right cell. We can solve this problem by starting from the bottom right cell and moving towards the top left cell, keeping track of the minimum number of hops required to reach each cell.
screening interview with genral basic interview question starting from tell me about yourself and which skills will be used for the position you applied to and then a brain teaser question to test listening and problem solving skills.
Questions d'entretien [1]
Question 1
Brain teaser question : If you have 3 labeled boxes with labels apple , orange and mixed, how can you determine which label are correct for which box if all current labels are miss placed labels ?