I applied through college or university. The process took 2 weeks. I interviewed at Agile Media Lab (Chandigarh)
Interview
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.
Interview questions [1]
Question 1
Some question on data structure and palindrome recursion.
I applied online. The process took 1 day. I interviewed at Agile Media Lab (Chandigarh) in Jun 2016
Interview
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)
Interview questions [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?