I applied through 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. I interviewed at Agile Media Lab (Chandigarh) in Aug 2017
Interview
Interview Process included one on paper coding round with 3 questions that were very easy. I was able to complete all the 3 Questions and cleared this round.
If you clear this round then there will be multiple technical interview.
I was out from first technical interview. The interview was very easy, i just forgot to brush up 2 topics and those were asked in interview.
I was able to answer most of the questions, I don't know where interview went wrong.
The interviewer asked about my trainings and projects done during my B.Tech.
Questions from OOPs concepts, MYSQL query, code for finding ways and paths to travel from one point to another.
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?