I applied through college or university. The process took 2 days. I interviewed at Amadeus (Chennai) in Aug 2016
Interview
I Interviewed through my college.The process lasted two days.On first day we had an aptitude test on the SHL platform.I would recommend you to practice at least once to familiarize ypurself with the interface.The test consisted of two sections:-Aptitude and verbal reasoning.Aptitude had mainly questions related to data interpretation.
The next day interview process was held.
At the end they shortlisted 5 people:- 4 for SE and 1 for QA.
Interview questions [3]
Question 1
What is linked list and demonstrate it's implementation.
I applied through college or university. The process took 1 day. I interviewed at Amadeus (Bengaluru) in Aug 2016
Interview
First there was online screening round which had verbal reasoning 19min for 30 questions and numerical reasoning 25 min 25 questions.
Then 3 rounds of interview technical,manager and hr round.
Test was conducted on SHL, its good to have a look there,interview was easy
Interview questions [1]
Question 1
In technical round
1.Give a system design for home automation?
2.On inheritance.
few puzzle on manager round.
I applied through a recruiter. The process took 2 weeks. I interviewed at Amadeus (Waltham, MA) in Jun 2016
Interview
Applying for a position which, in nutshell, should have been supporting legacy C++ code for legacy salary.
Stage 0: a chat with HR/recruiting specialist.
Stage 1: automated quiz on codingame.com consisting of 40+ questions ranging from "how do you get a pointer to variable: &v, *v, or getptr(v)" to "identify this design pattern" to "program a simple task in 20 minutes".
Advice: spend a weekend practicing on codingame.com to solve at least "Easy" section and read through at least Wikipedia section on design patterns: they seem to have some affection to this stuff.
Stage 2: chat over Skype with a tech dude. Mainly, about your past experience, no actual tech quiz.
Stage 3: onsite interview, as usual.
Interview questions [1]
Question 1
Write a program that prints the temperature closest to 0 among input data. If two numbers are equally close to zero, positive integer has to be considered closest to zero (for instance, if the temperatures are -5 and 5, then display 5). Time limit: ~20 minutes.
// This is exactly a task from CodinGame's "Easy" section