Glassdoor users rated their interview experience at Amadeus as 50% positive with a difficulty rating score of 1.5 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Analista Financeiro and Estagiário rated their interviews as the hardest, whereas interviews for Analista Financeiro and Estagiário roles were rated as the easiest.
The hiring process at Amadeus takes an average of 37 days when considering 2 user submitted interviews across all job titles. Candidates applying for Estagiário had the quickest hiring process (on average 14 days), whereas Analista Financeiro roles had the slowest hiring process (on average 60 days).
The worst hiring managers you can see anywhere. Recruiters approaching the candidates from Ivy league schools and then turning them down without any reason. Never waste your time interviewing in this poor company.
I applied through a staffing agency. I interviewed at Amadeus (Nice)
Interview
Overall a very thorough process including flying me down for the interviews. Gave a very professional outlook. They conducted 3- 4 interviews including phone and face to face + written tests -
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?