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

Filter interviews by

Amadeus Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Amadeus Interview Questions and Answers

View all 62 questions

Amadeus Interview Experiences

Popular Designations

107 interviews found

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

(2 Questions)

  • Q1. Explain Projects
  • Ans. 

    Projects are temporary endeavors with a specific goal, timeline, and budget.

    • Projects have a defined scope, objectives, and deliverables.

    • They are unique and not part of routine operations.

    • Projects require resources such as people, time, and money.

    • Examples: developing a new software application, constructing a building, organizing an event.

  • Answered by AI
  • Q2. Roles and Responsibilities

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
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 - Technical 

(1 Question)

  • Q1. Complete java questions followed by hibernate and spring boot
Round 3 - Technical 

(1 Question)

  • Q1. Questions on multithreading, hibernate, spring boot, rest api and roles and responsibility in current company.
Round 4 - Group Discussion 

Current company roles and responsibilities.
Ability to learn new technologies.
How to build and deploy software.
What they offer in Amadeus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cleared 4 rounds of interview.
Screening, 2 technical rounds, last managerial+V.P round.
Last HR sent mail saying my profile doesn't match with theirs. I guess screening process is enough to check requirements match. Atleast 2 technical rounds are enough to check requirements match.

Felt unprofessional response after 4 rounds.

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technology and Platform overview and questions based on current project
Round 2 - Technical 

(1 Question)

  • Q1. Hands-on python coding on screen share

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on your resume

Site Reliability Engineer Interview Questions asked at other Companies

Q1. Write a program to find a missing number in Arrays?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prepare well and do leetcode stiver sheet

Top Amadeus Software Developer Interview Questions and Answers

Q1. Search in a Row-wise and Column-wise Sorted Matrix Problem Statement You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the position of a given target integer 'X' wit... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Amadeus interview questions for popular designations

 Software Developer

 (15)

 Senior Software Engineer

 (14)

 Software Engineer

 (7)

 Member Technical Staff

 (4)

 Software Development Engineer 1

 (4)

 SDE

 (3)

 Senior QA Engineer

 (3)

 Automation Test Engineer

 (2)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Write code for Anagram program
  • Ans. 

    An Anagram program compares two strings to see if they are rearrangements of each other.

    • Create a function that takes in two strings as input

    • Remove any spaces and convert both strings to lowercase for accurate comparison

    • Sort the characters in both strings and compare them to check if they are anagrams

    • Return true if they are anagrams, false otherwise

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Just managerial

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

Top Amadeus Software Developer Interview Questions and Answers

Q1. Search in a Row-wise and Column-wise Sorted Matrix Problem Statement You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the position of a given target integer 'X' wit... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Get interview-ready with Top Amadeus Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding question on java - find a particular string pattern in a big string
  • Q2. Selenium basic code - search something in Google

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)

Product Manager Interview Questions & Answers

user image Kamlesh Kumar

posted on 12 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Resume overview
  • Q2. Product case studies

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is lazy loading
  • Ans. 

    Lazy loading is a design pattern where resources are loaded only when needed.

    • Lazy loading helps improve performance by loading resources on demand.

    • Commonly used in web development for images, videos, and other media content.

    • Example: Loading images on a webpage only when they come into view.

  • Answered by AI
  • Q2. Rxjs operators like combine latest and map

Skills evaluated in this interview

Top Amadeus Software Developer Interview Questions and Answers

Q1. Search in a Row-wise and Column-wise Sorted Matrix Problem Statement You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the position of a given target integer 'X' wit... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Customer Test Manager Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What customer-facing work experience do you have?
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about some of the projects you have worked on.
Round 3 - One-on-one 

(1 Question)

  • Q1. How would you handle an angry customer?

Software Developer Interview Questions & Answers

user image Smit Modasiya

posted on 22 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java8, Algorithms, Arrays, Queues, Graphs, BFS, DFS

Top Amadeus Software Developer Interview Questions and Answers

Q1. Search in a Row-wise and Column-wise Sorted Matrix Problem Statement You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the position of a given target integer 'X' wit... read more
Add answer

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (41)

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, Python, Agile 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 84 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 902 Interviews
Oyo Rooms Interview Questions
3.3
 • 227 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Expedia Group Interview Questions
3.8
 • 81 Interviews
Sabre Interview Questions
4.0
 • 34 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
Ixigo.com Interview Questions
3.7
 • 22 Interviews
Cleartrip Interview Questions
3.4
 • 17 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
View all

Amadeus Reviews and Ratings

based on 608 reviews

3.9/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.7

Salary

4.2

Job security

3.9

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 608 Reviews and Ratings
Senior Software Engineer
605 salaries
unlock blur

₹11.1 L/yr - ₹33.3 L/yr

Member Technical Staff
316 salaries
unlock blur

₹14.9 L/yr - ₹42.5 L/yr

Software Engineer
219 salaries
unlock blur

₹5.9 L/yr - ₹21 L/yr

Senior Business Analyst
182 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Software Development Engineer II
182 salaries
unlock blur

₹12 L/yr - ₹26.8 L/yr

Explore more salaries
Compare Amadeus with

Sabre

4.0
Compare

Travelport

4.5
Compare

Expedia Group

3.8
Compare

Booking Holdings

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