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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 20 Jun 2024

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.
  • Q2. What are distributed systems? How does the security can be maintained?
  • Q3. Importance of container orchestration tools in large complex systems?
View all 8 questions

Amadeus Senior Software Engineer Interview Experiences

14 interviews found

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

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.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. 1. Internal Implementation of HashMap 2.Pusblisher and Suscriber concept Most of them were from core java concepts like polymorphism and abstraction
  • Ans. 

    Internal implementation of HashMap and Publisher-Subscriber concept in core Java.

    • HashMap in Java is implemented using an array of linked lists and hash codes to store key-value pairs.

    • Publisher-Subscriber pattern in Java involves one object (the publisher) sending updates to multiple other objects (subscribers).

    • Polymorphism in Java allows objects of different classes to be treated as objects of a common superclass.

    • Abstr...

  • Answered by AI
Round 3 - Case Study 

Design publisher and subscriber system

Round 4 - HR 

(1 Question)

  • Q1. Why do you want to join the company

Skills evaluated in this interview

Senior Software Engineer Interview Questions & Answers

user image Sivaprasad Neelur

posted on 16 Oct 2023

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

I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are distributed systems? How does the security can be maintained?
  • Ans. 

    Distributed systems are a network of independent computers that work together to achieve a common goal. Security can be maintained through encryption, authentication, access control, and monitoring.

    • Distributed systems consist of multiple computers that communicate and coordinate actions to achieve a common goal.

    • Security in distributed systems can be maintained through encryption of data in transit and at rest.

    • Authentic...

  • Answered by AI
  • Q2. Importance of container orchestration tools in large complex systems?
  • Ans. 

    Container orchestration tools are crucial for managing the deployment, scaling, and monitoring of large complex systems.

    • Container orchestration tools help automate the deployment and scaling of containerized applications, making it easier to manage large complex systems.

    • They provide features like service discovery, load balancing, health checks, and auto-scaling, which are essential for ensuring high availability and p...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amadeus Senior Software Engineer interview:
  • Advanced Java
  • Kafka
  • Docker
  • Angular
Interview preparation tips for other job seekers - Very Good Company.. Employee well being focus.

Skills evaluated in this interview

Amadeus interview questions for designations

 Software Engineer

 (8)

 Senior QA Engineer -Software Testing

 (1)

 Senior Software Developer

 (2)

 Software Development Engineer

 (1)

 Software Development Engineer 1

 (4)

 Software Development Engineer II

 (1)

 Software Engineer Level 1

 (1)

 Senior QA Engineer

 (3)

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

I was interviewed before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. JavaScript basics
Round 2 - Technical 

(1 Question)

  • Q1. Angular questions, some behavioral questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Management round
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Get interview-ready with Top Amadeus Interview Questions

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic oops consept questions?
  • Q2. How map and un_ordered map works?
  • Ans. 

    Map and unordered_map are associative containers that store elements in key-value pairs.

    • Map is implemented as a balanced binary tree while unordered_map is implemented as a hash table.

    • Map stores elements in sorted order based on the key while unordered_map does not guarantee any specific order.

    • Map has a slower insertion and deletion time complexity than unordered_map.

    • Map is useful when we need to maintain elements in a...

  • Answered by AI
  • Q3. 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.
  • Ans. 

    Sort array of strings based on frequency of digits in each element.

    • Create a dictionary to store frequency of digits in each element.

    • Sort the array based on the frequency of digits using the dictionary.

    • Handle ties by sorting based on the original order of elements.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Typical manager question

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of opps and data structures, should be very cautious whatever you speak in manager round, it will back fire you

Skills evaluated in this interview

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:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
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

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

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.

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of JavaScript to the core!

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in basics... You can crack it easily!

Amadeus Interview FAQs

How many rounds are there in Amadeus Senior Software Engineer interview?
Amadeus interview process usually has 2-3 rounds. The most common rounds in the Amadeus interview process are Technical, Resume Shortlist and HR.
How to prepare for Amadeus Senior 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 Debugging, Python, Agile, HTML and Javascript.
What are the top questions asked in Amadeus Senior Software Engineer interview?

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

  1. Frequency of digits in an array and store elements in new array in a sorted ord...read more
  2. What are distributed systems? How does the security can be maintain...read more
  3. Importance of container orchestration tools in large complex syste...read more

Tell us how to improve this page.

Amadeus Senior Software Engineer Interview Process

based on 7 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Personal Interview1 Round
View more
Amadeus Senior Software Engineer Salary
based on 612 salaries
₹11.1 L/yr - ₹33.3 L/yr
54% more than the average Senior Software Engineer Salary in India
View more details

Amadeus Senior Software Engineer Reviews and Ratings

based on 57 reviews

4.0/5

Rating in categories

3.4

Skill development

4.3

Work-life balance

3.4

Salary

4.3

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 57 Reviews and Ratings
Senior Software Engineer
612 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
221 salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Senior Business Analyst
182 salaries
unlock blur

₹10.5 L/yr - ₹25 L/yr

Software Developer
180 salaries
unlock blur

₹7.7 L/yr - ₹25 L/yr

Explore more salaries
Compare Amadeus with

Sabre

3.9
Compare

Travelport

4.4
Compare

Expedia Group

3.8
Compare

Booking Holdings

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