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 Software Developer Interview Questions and Answers

Updated 15 Apr 2025

6 Interview questions

A Software Developer was asked
Q. Write code to print the Fibonacci series.
Ans. 

Print the Fibonacci series using code.

  • Use a loop to generate the Fibonacci series

  • Start with the first two numbers (0 and 1) and then add the previous two numbers to get the next number

  • Continue this process until reaching the desired length of the series

A Software Developer was asked
Q. 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.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked
Q. 

Euler’s Totient Function Problem Statement

Given an integer N, your task is to determine the count of integers between 1 and N (inclusive) that are coprime to N.

Input:

The first line contains an integer...
Ans. 

Euler's Totient Function calculates count of integers coprime to N between 1 and N.

  • Implement Euler's Totient Function to calculate count of coprime integers to N.

  • Use the formula: phi(N) = N * (1 - 1/p1) * (1 - 1/p2) * ... * (1 - 1/pk) where p1, p2, ..., pk are prime factors of N.

  • Example: For N = 9, phi(9) = 9 * (1 - 1/3) = 6.

A Software Developer was asked
Q. Can you explain the pillars of Object-Oriented Programming (OOP)?
Ans. 

The pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Encapsulation restricts access to certain components of an object, protecting its integrity.

  • Abstraction hides complex implementation details and only shows the necessary features.

  • Polymorphism allows objects to be treated as instances of their parent class...

A Software Developer was asked
Q. 

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 positio...

Ans. 

Given a sorted N * N matrix, find the position of a target integer X.

  • Iterate over each row and column to search for the target integer

  • Utilize the sorted nature of the matrix to optimize the search process

  • Return the position of the target integer if found, else return -1 -1

A Software Developer was asked
Q. 

Sort Array of Strings Problem Statement

Given an array of strings ARRSTR[] of size N, and a character C, your task is to sort the ARRSTR[] array according to a new alphabetical order that starts with the g...

Ans. 

Sort an array of strings based on a new alphabetical order starting with a given character.

  • Iterate through the array of strings and compare each string with the given character to determine the new order.

  • Implement a custom comparator function to sort the strings based on the new alphabetical order.

  • Use built-in sorting functions in programming languages like Python, Java, or C++ to efficiently sort the array.

Amadeus Software Developer Interview Experiences

16 interviews found

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

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

I applied via Campus Placement 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

Software Developer Interview Questions & Answers

user image Pavan phanindra Sri sai ACHANTA

posted on 17 Aug 2024

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

3 codes with 2 easy and 1 medium

Round 2 - Aptitude Test 

It will be easy on basic aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Question will be on hashing , strings
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

1 hour based on logical reasoning and aptitude

Round 2 - Coding Test 

2 hours based on data sturctures and algos

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Coding Test 

2 coding questions and 29 technical MCQ's

Round 2 - graph, bars, 

(1 Question)

  • Q1. Based on graphs, bars
Round 3 - Technical 

(1 Question)

  • Q1. Questions on OOPS, AWS cloud, ML
Round 4 - HR 

(1 Question)

  • Q1. Basic HR interview
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is a test where you should answers questions from paragraphs and tables and pie charts

Round 2 - Technical 

(1 Question)

  • Q1. Write code to print fibanocci series
  • Ans. 

    Print the Fibonacci series using code.

    • Use a loop to generate the Fibonacci series

    • Start with the first two numbers (0 and 1) and then add the previous two numbers to get the next number

    • Continue this process until reaching the desired length of the series

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. When there is a task that company assigned to you and you should do urgently but you dont know how to do it what will you do if you coud not complete it before the deadline

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round will be very easy if you perform well in hr round you will get selected

Skills evaluated in this interview

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

Prepare well and do leetcode stiver sheet

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

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

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 trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Amadeus?
Ask anonymously on communities.

Amadeus Interview FAQs

How many rounds are there in Amadeus Software Developer interview?
Amadeus interview process usually has 2-3 rounds. The most common rounds in the Amadeus interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Amadeus Software Developer 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, HTML, Javascript, Performance Analysis and Product Management.
What are the top questions asked in Amadeus Software Developer interview?

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

  1. write code to print fibanocci ser...read more
  2. write code for Anagram prog...read more
  3. What is lazy load...read more
How long is the Amadeus Software Developer interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 15 interview experiences

Difficulty level

Easy 13%
Moderate 88%

Duration

Less than 2 weeks 71%
2-4 weeks 29%
View more
Amadeus Software Developer Salary
based on 182 salaries
₹12.3 L/yr - ₹35 L/yr
137% more than the average Software Developer Salary in India
View more details

Amadeus Software Developer Reviews and Ratings

based on 37 reviews

3.9/5

Rating in categories

3.5

Skill development

4.3

Work-life balance

3.4

Salary

4.3

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 37 Reviews and Ratings
Senior Software Engineer
459 salaries
unlock blur

₹22.1 L/yr - ₹40 L/yr

Member Technical Staff
324 salaries
unlock blur

₹20.5 L/yr - ₹34 L/yr

Software Development Engineer II
234 salaries
unlock blur

₹15 L/yr - ₹26 L/yr

Senior Business Analyst
183 salaries
unlock blur

₹16 L/yr - ₹27.4 L/yr

Software Developer
182 salaries
unlock blur

₹12.3 L/yr - ₹35 L/yr

Explore more salaries
Compare Amadeus with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview