I applied online. The process took 2 weeks. I interviewed at Amadeus (Bengaluru) in Mar 2013
Interview
Five rounds of interview - One technical round, Manager round, HR round, talk with Director and Onshore counterparts interview....first round is the tuff one.
Hiring process is excellent...only drawback I saw was I had to followup on it few times
Interview questions [1]
Question 1
Nothing at all....all of them were pretty straightforward.
I applied through an employee referral. The process took 2 days. I interviewed at Amadeus (Bengaluru) in Feb 2025
Interview
Overall interview was good but was deep technical. I was interviewed for C++ tech where most of the questions were asked on complier level understanding. Just knowing the concepts will not enough. Expected to know the reason behind every concept why its works in certain ways and why it will not in other way.
Interview questions [1]
Question 1
Design Bookmyshow App . Carefully choose the data structure and databases.
I applied through a recruiter. The process took 5 days. I interviewed at Amadeus in Jan 2015
Interview
1st round - telephonic - screening
2nd round F2F - 1:1 Technical
merging point of 2 link lists - complaxity?
output of new int[0]?
design a Text Editor system - class diagrams- show all components
what is c++ - OOLanguage,procedural,functional,multi paradime language?
class vs object?
write a template sum, takes 2 parm as input T1,T2 and return proper return T3.
if T1=int, T2= float => then T3=float
if T1=short , T2 = double => then T3 = double
C++ features
what is lambda function?- and is it example of OOPS or Functional Programming?
copy CTOR? why receive param as ref?
diff between poninter vs ref vs pass by value
what is NULL pointer, what if we dereference it?(what kind of run time error we get)?
Interview questions [1]
Question 1
design a Text Editor system - class diagrams- show all components
write a template sum, takes 2 parm as input T1,T2 and return proper return T3.
if T1=int, T2= float => then T3=float
if T1=short , T2 = double => then T3 = double
what is lambda function?- and is it example of OOPS or Functional Programming?