Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amadeus Team. If you also belong to the team, you can get access from here

Amadeus Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 557 Reviews

Filter interviews by

Amadeus Software Engineer Interview Questions, Process, and Tips

Updated 18 Jun 2024

Top Amadeus Software Engineer Interview Questions and Answers

  • Q1. A matrix on n*n size is given with 0s and 1s as values. Wherever a 1 is present make the complete row and column of that element equal to 1. At the end tell how many 1s a ...read more
  • Q2. 10 boxes each with 10 stones are present. each box has stones of different weight but weight in each box is uniform. Only one box has one stone of non-uniform weight. Fin ...read more
  • Q3. What is DeMux? what are its real life applications?
View all 9 questions

Amadeus Software Engineer Interview Experiences

8 interviews found

Software Engineer Interview Questions & Answers

user image Atul Singh Jamwal

posted on 18 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Why you want to join Amadeus
  • Q2. WHy left the previous company
  • Q3. What do you know about Amadeus
  • Q4. Why we should pay you this much

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study more about Amadues

Software Engineer Interview Questions & Answers

user image Ravinder Singh

posted on 6 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Asked java coding and system design
  • Q2. Facebook and parking lot
  • Q3. Java 8 stream and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - it was smooth and good overall
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple verbal and non verbal aptitude test.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Technical and managerial round combined. Manager never showed up so, one hour of technical. Casual feel to whole interview. Was asked very basic question on DSA, OS, and few on networks .
  • Q2. What is OS scheduling
  • Ans. 

    OS scheduling is the process by which the operating system manages the execution of multiple tasks on a computer system.

    • OS scheduling involves determining which tasks should run, when they should run, and for how long.

    • Different scheduling algorithms can be used, such as First Come First Serve, Round Robin, and Priority Scheduling.

    • The goal of OS scheduling is to optimize system performance, throughput, and response time...

  • Answered by AI
  • Q3. Linked list based question on traversal.
  • Q4. Binary trees and AVL trees

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic behavioural and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. System design and basic coding questions

Amadeus interview questions for designations

 Senior Software Engineer

 (14)

 Software Development Engineer

 (1)

 Software Development Engineer 1

 (4)

 Software Development Engineer II

 (1)

 Software Engineer Level 1

 (1)

 Senior QA Engineer -Software Testing

 (1)

 Software Developer

 (15)

 Software Engineer2

 (2)

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Test was on HackerRank with a duration of 90 minutes. It contained around 25 aptitude and 2 coding questions.

Round 3 - Aptitude Test 

Aptitude on SHL platform. Each question had a time constraint and you cannot navigate back to the previous question. Would recommend to give a demo SHL test before taking the actual test.

Round 4 - Technical 

(1 Question)

  • Q1. This was a panel round with HR and technical lead.

Interview Preparation Tips

Topics to prepare for Amadeus Software Engineer interview:
  • Data Structures
  • OOP
  • Java
  • Aptitude
  • Algorithms
Interview preparation tips for other job seekers - Give your best! Do not take SHL lightly, many people were filtered out in this round.

Get interview-ready with Top Amadeus Interview Questions

Software Engineer Interview Questions & Answers

user image CodingNinjas

posted on 14 Sep 2021

I was interviewed in Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 mcqs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and maths because many questions were to be done in 1 hour.

  • Q1. A matrix on n*n size is given with 0s and 1s as values. Wherever a 1 is present make the complete row and column of that element equal to 1. At the end tell how many 1s are present till the complete operat...
  • Ans. 

    To do it in minimum time complexity, start from first index, maintain 2 variables of number of of columns and number of rows completely made 1 till now. maintain a variable num=0. Now whenever a 1 is encountered add n -num_column and n-num_row to num and also increment num_row and num_col.

  • Answered by CodingNinjas
Round 2 - Video Call 

(2 Questions)

Round duration - 55 minutes
Round difficulty - Medium

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

  • Q1. Implement a class which inherits features from another class. Basically i had to provide a list of employees of a particular department. along with their salary details when i was given a department of any...
  • Ans. 

    I used inheritance and also used hashmaps to maintain a map of an integer for every department.

  • Answered by CodingNinjas
  • Q2. 10 boxes each with 10 stones are present. each box has stones of different weight but weight in each box is uniform. Only one box has one stone of non-uniform weight. Find optimised way to find in which bo...
  • Ans. 

    Take 1 stone from box1, 2 from box 2 and so on.
    Its a straight-forward puzzle available on internet as well.

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Electrical Engineering from Punjab Engineering College(Deemed To be University). I applied for the job as Software Engineer in BangaloreEligibility criteriaAbove 7 CGPAAmadeus interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 : Practice everyday

Application resume tips for other job seekers

Tip 1: Write only those things in resume in which you are 100% confident
Tip 2: Write maximum projects you have and be ready to explain them thoroughly
Tip 3: Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Varun Thopucherla

posted on 11 Mar 2015

Interview Questionnaire 

10 Questions

  • Q1. Tell about yourself?
  • Ans. 

    I am a software engineer with experience in developing web applications and mobile apps.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing RESTful APIs and integrating third-party APIs

    • Familiarity with front-end frameworks such as React and Angular

    • Strong understanding of database management systems such as MySQL and MongoDB

    • Passionate about learning new technologies and keepi

  • Answered by AI
  • Q2. Why Software industry? why not core?
  • Ans. 

    Software industry offers endless opportunities for innovation and growth.

    • Software industry is constantly evolving and offers opportunities to work on cutting-edge technologies.

    • It provides a platform to solve complex problems and create innovative solutions.

    • The demand for software engineers is high and the industry offers competitive salaries.

    • Core industries may have limited scope for growth and innovation compared to s...

  • Answered by AI
  • Q3. Write a program to print the given string in reverse
  • Ans. 

    Program to print a given string in reverse

    • Create a character array of the given string

    • Loop through the array from end to start and print each character

  • Answered by AI
  • Q4. Some questions about computer networks and Digital electronics
  • Q5. What is Mux? what are its real life applications?
  • Ans. 

    Mux is a device that selects one of several input signals and forwards the selected input into a single output line.

    • Mux stands for Multiplexer.

    • It is used in digital circuits to select one of several input signals and forward the selected input into a single output line.

    • It is used in communication systems to combine multiple signals into a single channel for transmission.

    • It is used in video and audio systems to switch b...

  • Answered by AI
  • Q6. What is DeMux? what are its real life applications?
  • Ans. 

    DeMux is short for Demultiplexer. It is a digital circuit that takes one input and directs it to multiple outputs.

    • DeMux is used in digital communication systems to separate signals that have been combined for transmission.

    • It is also used in computer memory systems to select a specific memory location.

    • DeMux is used in video and audio systems to separate different channels of information.

    • It is used in automation systems ...

  • Answered by AI
  • Q7. Difference between decoder and Demux
  • Ans. 

    Decoder converts encoded data into a readable format while Demux separates a single input into multiple outputs.

    • Decoder is used to decode encoded data such as binary data into a readable format.

    • Demux is used to separate a single input into multiple outputs based on the control signals.

    • Decoder is a combinational circuit while Demux is a sequential circuit.

    • Decoder is used in applications such as remote controls, computer...

  • Answered by AI
  • Q8. Why amadeus labs?
  • Ans. 

    Amadeus Labs is a leading technology company in the travel industry.

    • Amadeus Labs provides opportunities to work on cutting-edge technologies.

    • The company has a strong focus on innovation and research.

    • Amadeus Labs has a global presence and offers a diverse and inclusive work environment.

    • Working at Amadeus Labs provides the opportunity to make a real impact on the travel industry.

    • The company values work-life balance and o

  • Answered by AI
  • Q9. Are you comfortable in working for Testing?
  • Ans. 

    Yes, I am comfortable working for Testing.

    • I have experience in testing and understand its importance in software development.

    • I am willing to learn new testing techniques and tools.

    • I am comfortable working with testing teams and collaborating with them to ensure quality software.

    • I understand the importance of testing in ensuring customer satisfaction and reducing costs.

    • Examples: I have experience in manual and automated...

  • Answered by AI
  • Q10. Why do you consider yourself suitable for developer role?
  • Ans. 

    I have the necessary skills and experience to excel in the developer role.

    • I have a degree in computer science and have completed multiple coding projects.

    • I am proficient in programming languages such as Java, Python, and C++.

    • I have experience working with databases and web development frameworks.

    • I am a quick learner and enjoy solving complex problems.

    • I am a team player and have collaborated with other developers on var

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test was conducted online. All the questions were of medium standard and easy to crack if we have patience for thinking.

English comprehension level is slightly below the standard of CAT. Those who have the habit of reading English news paper can easily crack the test.

Data analysis questions were also of medium standard. Those who have knowledge about graphs, bar & pie charts can easily crack the exam.
Tips: Practice Aptitude questions from R S Agarwaal book and CAT material.

Round: Technical Interview
Experience: Over all interview experience is cool. Interviewers never grilled on anything. In many cases they have helped me to arrive at answers.
Tips: Read C++ and Oops concepts from E Balaguruswamy text book.
For Data structures and algorithms read 'Data structures' by Yeshwant kanethkar.
Minimum knowledge about all the courses of your department will be an added advantage. This will help you to depict you are sincere in your studies and don't have any personal constraints in learning a new thing.

General Tips: Just be confident and believe in yourself. You will get through.
Skills: Programming skill in C++
College Name: NIT Warangal
Motivation: No special motivation. It is a rapidly growing company offering good package.

Skills evaluated in this interview

Software Engineer interview

user image Placement Grid

posted on 5 Jan 2022

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dsa questions related to project
  • Q2. Project based q and a
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

5 sections in the aptitude

Round 2 - Coding Test 

Live coding test about sql and python

Round 3 - Technical 

(1 Question)

  • Q1. Advance coding round
Round 4 - HR 

(1 Question)

  • Q1. Proper HR discussions

Amadeus Interview FAQs

How many rounds are there in Amadeus Software Engineer interview?
Amadeus interview process usually has 2-3 rounds. The most common rounds in the Amadeus interview process are Aptitude Test, Technical and Resume Shortlist.
How to prepare for Amadeus Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amadeus. The most common topics and skills that interviewers at Amadeus expect are Application Development, HTML, Hibernate, JSP and Javascript.
What are the top questions asked in Amadeus Software Engineer interview?

Some of the top questions asked at the Amadeus Software Engineer interview -

  1. What is DeMux? what are its real life applicatio...read more
  2. Write a program to print the given string in reve...read more
  3. Are you comfortable in working for Testi...read more

Tell us how to improve this page.

Amadeus Software Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 4 Amadeus interviews
Campus Placement
75%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Amadeus Software Engineer Salary
based on 224 salaries
₹6 L/yr - ₹20 L/yr
64% more than the average Software Engineer Salary in India
View more details

Amadeus Software Engineer Reviews and Ratings

based on 26 reviews

3.9/5

Rating in categories

3.7

Skill development

4.2

Work-Life balance

2.9

Salary & Benefits

4.5

Job Security

4.0

Company culture

3.1

Promotions/Appraisal

3.5

Work Satisfaction

Explore 26 Reviews and Ratings
Senior Software Engineer
516 salaries
unlock blur

₹11.6 L/yr - ₹35.7 L/yr

Member Technical Staff
313 salaries
unlock blur

₹11 L/yr - ₹42.5 L/yr

Software Engineer
224 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Business Analyst
185 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Software Development Engineer II
175 salaries
unlock blur

₹12.8 L/yr - ₹25 L/yr

Explore more salaries
Compare Amadeus with

Sabre

3.9
Compare

Travelport

3.9
Compare

Expedia Group

3.9
Compare

Booking Holdings

2.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview