J'ai postulé en ligne. J'ai passé un entretien chez INVIDI Technologies en nov. 2020
Entretien
Had a phone call with a recruiter and then had three separate coding tests, one multiple choice, two coding. One of the coding tests had three problems and the other had two. The tests take a total of 4 hours or more.
DO NOT INTERVIEW HERE. The tests are INCREDIBLY difficult and oddly specific, got questions about bash, linux scripting, Java, Python and C++ all in one test. I am just an intern, the questions were designed to be confusing and specific even though it was for a very entry level position
Questions d'entretien [1]
Question 1
Asked about previous projects listed on resume, availability
J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez INVIDI Technologies en mars 2025
Entretien
First round was a fairly easy multiple choice Codility assessment that tested general knowledge Java and C++ questions. This was followed by a brief ~15 min chat with recruiter regarding things like job preferences and availability. Finally, the last round was a 2.5 hour interview with 4 sessions back to back. The first two sessions were behavioral or partly technical in terms of explaining my projects/experience. The third session was general knowledge questions on C++ and Java. And the final session was a Leetcode problem.
Questions d'entretien [1]
Question 1
For the leetcode section:
Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0. Notice that the solution set must not contain duplicate triplets.