J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Agile Media Lab (Chandigarh)
Entretien
Round 1 - Codility Test: Some question on data structure and palindrome recursion.
Round 2 - Face to face: Most questions were about the projects from the resume.
Practice the questions on Hacker Rank and be prepared to explain the projects you have mentioned in the resume.
Questions d'entretien [1]
Question 1
Some question on data structure and palindrome recursion.
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Agile Media Lab (Chandigarh) en juin 2016
Entretien
Two Coding Rounds:
1) First round write on paper coding round (4 Questions Easy )
2) Second round coding round on CodeChef (3 Questions, Difficulty level easy, but you have to successfully submit the code on CodeChef and that is difficult)
Questions d'entretien [5]
Question 1
Q. You have 9 Queens and you need to set then on a 9X9 matrix what algorithm you would use?
options: Brute Force, Recursion, Divide & Conquer, Dynamic Programming, BackTracking
explain the one you choose.
Q. You have path to a Directory and that Directory contains other directories and files and so on, how would you traverse all the files and directories?