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 568 Reviews

Filter interviews by

Amadeus Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Amadeus Interview Questions and Answers

View all 64 questions

Amadeus Interview Experiences

Popular Designations

108 interviews found

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

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well

Round 2 - Aptitude Test 

Ssh round , quant and logical
Tip: bring your calculator

Round 3 - Technical 

(3 Questions)

  • Q1. Two Puzzle : bulb switching and candle
  • Q2. Dsa questions such as string reverse, binary search
  • Q3. Dbms and os core subject questions
Round 4 - HR 

(2 Questions)

  • Q1. How are you better than others
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
The main differing factor is technical round interview which totally depends on the interviewer's mood .
Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
Note:- it's not like they will hire any girl but a bit easier comparatively

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basicn details to check for qualifications
Round 2 - Technical 

(1 Question)

  • Q1. About my projects
Round 3 - Technical 

(1 Question)

  • Q1. More details about ML models

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

SDE Interview Questions & Answers

user image Ayush Chikate

posted on 20 Dec 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

4 sections verbal logical aptitude and coding(in C)

Round 2 - Technical 

(2 Questions)

  • Q1. Puzzles (GFG Puzzles)
  • Q2. Making patterns of triangle and diamond
  • Ans. 

    Creating patterns of triangle and diamond using characters

    • For triangle pattern, use nested loops to print spaces and characters in each row

    • For diamond pattern, divide the diamond into two triangles and print accordingly

    • Examples: Triangle pattern - * ** *** Diamond pattern - * *** ***** *** *

  • Answered by AI

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

SDE Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

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

(2 Questions)

  • Q1. Core java questions
  • Q2. Depper into projects
Round 2 - HR 

(1 Question)

  • Q1. Basic and sone tricky hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds technical and hr .go through resume and core concepts and dsa

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

Amadeus interview questions for popular designations

 Software Developer

 (15)

 Senior Software Engineer

 (14)

 Software Engineer

 (8)

 Member Technical Staff

 (4)

 Software Development Engineer 1

 (4)

 SDE

 (3)

 Senior QA Engineer

 (3)

 Automation Test Engineer

 (2)

Software Developer Interview Questions & Answers

user image Aswini Ramachandran

posted on 2 Oct 2024

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

(2 Questions)

  • Q1. Something based on hashet
  • Q2. Same with this too
Round 2 - Aptitude Test 

Basic questions were given..bar graphs,pie charts

Top Amadeus Software Developer Interview Questions and Answers

Q1. Search in a row wise and column wise sorted matrixYou are given an N * N matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'. Find the position of 'X' in the matrix, if it exis... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Amadeus Interview Questions

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

(2 Questions)

  • Q1. Palindrome check for strings
  • Ans. 

    Check if a string is a palindrome

    • Iterate through each string in the array

    • For each string, compare characters from start and end to check if it's a palindrome

    • Return true if all strings are palindromes, false otherwise

  • Answered by AI
  • Q2. Basic java programming questions
Round 2 - Technical 

(2 Questions)

  • Q1. Selenium test automation frameworks
  • Q2. Different types of automation frameworks used
  • Ans. 

    Various automation frameworks like keyword-driven, data-driven, hybrid, and behavior-driven are commonly used in software testing.

    • Keyword-driven framework: Tests are written using keywords and actions.

    • Data-driven framework: Tests are driven by data sets.

    • Hybrid framework: Combination of multiple frameworks.

    • Behavior-driven framework: Focuses on behavior of the system.

    • Page Object Model (POM): Organizes code by separating

  • Answered by AI

Skills evaluated in this interview

Top Amadeus Senior Software Engineer Interview Questions and Answers

Q1. Frequency of digits in an array and store elements in new array in a sorted order such a way that more frequent one comes first and least frequent one at the end.
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Amadeus

View all

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

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 are present till the complete operation is completed.Given a 2-dimensio... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Software Engineer interview

user image Placement Grid

posted on 5 Jan 2022

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

I applied via campus placement at Mody Institute of Education And Research Lakshmangarh, Sikar and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Method overloading and method overriding

Round 2 - Aptitude Test 

Shl question related to data

Interview Preparation Tips

Interview preparation tips for other job seekers - Do answer properly and read about every os and opps topics

Top Amadeus Software Developer Interview Questions and Answers

Q1. Search in a row wise and column wise sorted matrixYou are given an N * N matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'. Find the position of 'X' in the matrix, if it exis... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. OOPS Concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of Object-Oriented Programming (OOP) concepts and microservices.

Fullstack Java Developer Interview Questions asked at other Companies

Q1. If needed, will you work on the older technology stack?
View answer (2)

Amadeus Interview FAQs

How many rounds are there in Amadeus interview?
Amadeus interview process usually has 2-3 rounds. The most common rounds in the Amadeus interview process are Technical, One-on-one Round and HR.
How to prepare for Amadeus 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 amadeus, Product Management, Agile, Python and Monitoring.
What are the top questions asked in Amadeus interview?

Some of the top questions asked at the Amadeus interview -

  1. A father and a son are in a car. car crashes. father dies. son taken to hospita...read more
  2. 6 eggs 1 basket. 6 people. each pick one egg. still the basket contains 1 egg. ...read more
  3. What is DeMux? what are its real life applicatio...read more
How long is the Amadeus interview process?

The duration of Amadeus interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Amadeus Interview Process

based on 57 interviews in last 1 year

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amdocs Interview Questions
3.8
 • 520 Interviews
Oyo Rooms Interview Questions
3.3
 • 224 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Expedia Group Interview Questions
3.8
 • 80 Interviews
Sabre Interview Questions
4.0
 • 34 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Ixigo.com Interview Questions
3.7
 • 21 Interviews
Cleartrip Interview Questions
3.4
 • 15 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
View all

Amadeus Reviews and Ratings

based on 568 reviews

4.0/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

3.8

Salary

4.3

Job security

4.0

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 568 Reviews and Ratings
Product Manager

Bangalore / Bengaluru

8-15 Yrs

₹ 14.85-48 LPA

Manager, Engineering

Bangalore / Bengaluru

11-16 Yrs

Not Disclosed

Assoc. Manager, Software Development

Bangalore / Bengaluru

9-20 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
518 salaries
unlock blur

₹11.6 L/yr - ₹33.3 L/yr

Member Technical Staff
309 salaries
unlock blur

₹11 L/yr - ₹42.5 L/yr

Software Engineer
222 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

Senior Business Analyst
186 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Software Development Engineer II
181 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Explore more salaries
Compare Amadeus with

Sabre

4.0
Compare

Travelport

4.4
Compare

Expedia Group

3.9
Compare

Booking Holdings

2.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview