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

I applied via Approached by Company and was interviewed before Sep 2021. There were 5 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 

I was given 2 coding question to solve.
Asked to explain time complexity and space complexity of code I written
Few question on database sql and no-sql

Round 3 - Technical 

(3 Questions)

  • Q1. Mostly about system design
  • Q2. Backend architecture design for online ecom platform
  • Ans. 

    Backend architecture design for an online e-commerce platform involves designing a scalable, secure, and reliable system.

    • Choose a suitable database management system (DBMS) based on the requirements

    • Use a microservices architecture to break down the system into smaller, independent services

    • Implement caching mechanisms to improve performance

    • Ensure data security by implementing encryption, access control, and regular back...

  • Answered by AI
  • Q3. REST API related question and API designing
Round 4 - Behavioral 

(2 Questions)

  • Q1. This was 3 rd round mostly Behavioural question
  • Q2. What was your current roles and responsibilities
Round 5 - HR 

(3 Questions)

  • Q1. Why you want to join our company
  • Q2. What is you salary expectation
  • Q3. Reason for leaving you previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding data structure fundamentals
Knowledge of SQL and No-Sql database
Good hands on experience on any one of programming language

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. 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)
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a string without any library function.
  • Ans. 

    Reverse a string without any library function.

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q2. About current project and it's architecture. Challenges you've faced in current project and how did you've solved it. Basic of OOPS
Round 2 - Mangerial 

(1 Question)

  • Q1. Personality check, tell me something about yourself which is not there in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with current project architecture....easy data structure problem solving skills and groom your concepts in programming language you use.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KJ Somaiya Institute of Engineering and Information Technology and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2-3 coding questions based on DSA

Round 2 - Aptitude Test 

It was a basic SHL test

Round 3 - Technical 

(1 Question)

  • Q1. Easy DSA and java related questions
Round 4 - HR 

(1 Question)

  • Q1. Typical HR round questions about career prospects

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Aws, kubernetes, jenkins, ci/cd, terraform, linux, shell script

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (1)

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
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to arrays

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)

Get interview-ready with Top Amadeus Interview Questions

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Average Interview about your current work and few tech stack related questions. Nothing much

Interview Preparation Tips

Interview preparation tips for other job seekers - Its okay company to work with.. its purely travel industry based company

Product Development Manager Interview Questions asked at other Companies

Q1. How can you give us profit with your ideas?
View answer (2)
Round 1 - One-on-one 

(1 Question)

  • Q1. Data Structures, Core Java
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring boot, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic programs. Basic unit tests. Basic Rest API

Member Technical Staff Interview Questions asked at other Companies

Q1. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the price of a particular stock for the next ‘N’ days. You can either buy or sell a stock. Also, you can only complete at most 2-transactions. Find the maximum profit that you ca... read more
View answer (4)

Sde1 Interview Questions & Answers

user image Anonymous

posted on 18 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Why strings are immutable
  • Ans. 

    Strings are immutable to ensure data integrity and prevent unintended changes.

    • Immutable strings allow for safer multithreading and concurrency.

    • String interning is possible because of immutability.

    • Immutable strings can be used as keys in dictionaries and hash tables.

    • Examples of immutable data types include numbers and tuples.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and questions will mainly appear from resume

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. This interview was for cpp development Role. Questions on Topics of Pointers, References, Casting in Cpp, Design Patterns, Some standard puzzles from Geeksforgeeks, Constructor, Destructor, virtual ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is mid complex Level. Refer Geeksforgeeks.org for complete preparation. Cover all topics under cpp domain. Prepare basic data structures, stack, queue, linked list and standard problems on it. Like implement stack with queue, Find loop in linked list. Given a single pointer, delete the node in single linked list.

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)

Scrum Master and Jira Consultant Interview Questions & Answers

user image Anonymous

posted on 21 May 2023

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

I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round Your project experience How to manage teams
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy.Be confident and try to give all answer.if you don't know be honest.

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