J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Amadeus (Bengaluru) en mars 2013
Entretien
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
Questions d'entretien [1]
Question 1
Nothing at all....all of them were pretty straightforward.
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 jours. J'ai passé un entretien chez Amadeus (Bengaluru) en févr. 2025
Entretien
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.
Questions d'entretien [1]
Question 1
Design Bookmyshow App . Carefully choose the data structure and databases.
J'ai postulé via un recruteur. Le processus a pris 5 jours. J'ai passé un entretien chez Amadeus en janv. 2015
Entretien
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)?
Questions d'entretien [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?