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 and Answers for Freshers

Updated 10 Jun 2025
Popular Designations

9 Interview questions

A Software Developer Intern was asked 7mo ago
Q. What makes you a better candidate compared to others?
Ans. 

I bring a unique blend of skills, adaptability, and a passion for learning that sets me apart from other candidates.

  • Strong problem-solving skills: I enjoy tackling complex challenges, as demonstrated in my recent project where I optimized an algorithm, improving efficiency by 30%.

  • Quick learner: I rapidly adapt to new technologies; for instance, I self-taught React in a month to contribute to a team project.

  • Team pl...

View all Software Developer Intern interview questions
An Intern was asked
Q. What is your experience with C++?
Ans. 

C++ is a powerful, high-performance programming language that supports object-oriented, generic, and functional programming paradigms.

  • C++ supports classes and objects, enabling encapsulation and inheritance. Example: class Animal { public: virtual void sound(); };

  • It allows operator overloading, which lets you redefine the way operators work with user-defined types. Example: int operator+(const Complex& c);

  • C++ ...

View all Intern interview questions
A Senior QA Engineer was asked
Q. What is SRS, BRD
Ans. 

SRS stands for Software Requirements Specification and BRD stands for Business Requirements Document.

  • SRS is a document that outlines the functional and non-functional requirements of a software system.

  • BRD is a document that outlines the business requirements of a project.

  • SRS is used by developers and testers to understand what needs to be built and tested.

  • BRD is used by project managers and stakeholders to underst...

View all Senior QA Engineer interview questions
An Intern was asked
Q. Common questions like
Ans. 

The question is about the common header file in C++.

  • The header file is used for input/output operations in C++.

  • It provides classes like cin and cout for reading and writing data.

  • It also includes classes for file input/output operations like ifstream and ofstream.

  • The header file can be included in a C++ program using the #include directive.

View all Intern interview questions
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.

View all Software Developer interview questions
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...

View all Software Developer interview questions
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

View all Software Developer interview questions
Are these interview questions helpful?
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.

View all Software Developer interview questions
A Software Engineer was asked
Q. 

Matrix Transformation Problem Statement

Given a 2-dimensional matrix of size NxN containing 0s and 1s, the task is to modify the matrix such that, if an element is 1, set its entire row and column to 1. In...

Ans. 

Modify a matrix by setting entire row and column to 1 if an element is 1, then count the number of 1s.

  • Iterate through the matrix to find elements with value 1

  • Use two arrays to keep track of rows and columns to be modified

  • Update the matrix by setting entire row and column to 1 if an element is 1

  • Count the number of 1s in the modified matrix

View all Software Engineer interview questions

Amadeus Interview Experiences for Freshers

12 interviews found

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 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
  • Ans. 

    I bring a unique blend of skills, adaptability, and a passion for learning that sets me apart from other candidates.

    • Strong problem-solving skills: I enjoy tackling complex challenges, as demonstrated in my recent project where I optimized an algorithm, improving efficiency by 30%.

    • Quick learner: I rapidly adapt to new technologies; for instance, I self-taught React in a month to contribute to a team project.

    • Team player:...

  • Answered by AI
  • 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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 Questions on Hackerrank, approx. 60 minutes. Not too hard but requires Java knowledge

Round 2 - Video Call 

(2 Questions)

  • Q1. Tell me about yourself, education, etc.
  • Q2. Prior projects and struggles faced.
Round 3 - Technical 

(1 Question)

  • Q1. Interview with HR and Tech team
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related qs

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Coding questions regarding DSA

Round 3 - Aptitude Test 

General aptitude and English test

Round 4 - One-on-one 

(3 Questions)

  • Q1. They asked about DSA problems
  • Q2. They asked about C++
  • Ans. 

    C++ is a powerful, high-performance programming language that supports object-oriented, generic, and functional programming paradigms.

    • C++ supports classes and objects, enabling encapsulation and inheritance. Example: class Animal { public: virtual void sound(); };

    • It allows operator overloading, which lets you redefine the way operators work with user-defined types. Example: int operator+(const Complex& c);

    • C++ has a...

  • Answered by AI
  • Q3. Common questions like
  • Ans. 

    The question is about the common header file in C++.

    • The header file is used for input/output operations in C++.

    • It provides classes like cin and cout for reading and writing data.

    • It also includes classes for file input/output operations like ifstream and ofstream.

    • The header file can be included in a C++ program using the #include directive.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do DSA regularly , it will improve the chance of selecting

Skills evaluated in this interview

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Dsa basic to intermediate
  • Q2. Related to resume

I applied via Campus Placement and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Coding Test 

There were some technical questions MCQ based. Then there were 2 coding questions,i don't remember the questions exactly ,but one was a medium level array manipulation question and the other was medium level string manipulation question.

Round 2 - Aptitude Test 

The round was of 1 hour .SHL platform conducts the Aptitude and Verbal Reasoning. It had two sections, first was a numerical ability which had questions mostly on Data interpretation (Tables, Bar graphs, and Pie charts). Calculators were allowed however you had to be extremely fast in your calculations as the timing constraints were very strict and you could not go back to the previous question. The second section was verbal reasoning which was mostly reading comprehension based. I was preparing for GMAT so I was all brushed up. I would recommend to go through the SHL sample papers to become familiar with the format of aptitude and Verbal reasoning questions.

Round 3 - HR 

(1 Question)

  • Q1. It went for about 1.25 hours. TR round : The interviewer was very supportive and wanted a healthy discussion. First he asked about my project and questions based on my project. Q1.He asked me what is 4...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the SHL format and focus on logic building.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 4 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 

[ON CAMPUS] It was about 50 MCQs + 2 Coding Problems

The first section of MCQs were based fundamental CS concepts like OOP, Computer Networks, DBMS, OS etc. The second section had code snippets and questions included to predict the output,
find the error statement, fill in the blanks etc.

Each candidate received different set of questions. Most of the questions were based on arrays, strings, stack and queue. I was asked the following two questions: Minimum Platform (GFG) and Valid Parentheses (LeetCode).

Round 3 - Aptitude Test 

This round had 2 sections. First section had questions on data explanatory, data visualization, data interpretation, math, statistics etc. Second section was about English. Overall the questions were slightly difficult. This round was challenging because the time allotted to each section was very less.

Round 4 - One-on-one 

(1 Question)

  • Q1. Questions on C/C++, Java and DBMS

Interview Preparation Tips

Topics to prepare for Amadeus Software Development Engineer 1 interview:
  • Java
  • Angular
  • Data Structures
  • Algorithms
  • Object Oriented Programming
  • Database management system
  • SQL
  • NoSQL

I appeared for an interview in Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 mcqs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and maths because many questions were to be done in 1 hour.

  • Q1. 

    Matrix Transformation Problem Statement

    Given a 2-dimensional matrix of size NxN containing 0s and 1s, the task is to modify the matrix such that, if an element is 1, set its entire row and column to 1. I...

  • Ans. 

    Modify a matrix by setting entire row and column to 1 if an element is 1, then count the number of 1s.

    • Iterate through the matrix to find elements with value 1

    • Use two arrays to keep track of rows and columns to be modified

    • Update the matrix by setting entire row and column to 1 if an element is 1

    • Count the number of 1s in the modified matrix

  • Answered by AI
Round 2 - Video Call 

Round duration - 55 minutes
Round difficulty - Medium

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Electrical Engineering from Punjab Engineering College(Deemed To be University). I applied for the job as Software Engineer in BangaloreEligibility criteriaAbove 7 CGPAAmadeus interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 : Practice everyday

Application resume tips for other job seekers

Tip 1: Write only those things in resume in which you are 100% confident
Tip 2: Write maximum projects you have and be ready to explain them thoroughly
Tip 3: Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was an online technical round. There were around 20 MCQs and two coding questions. The round had an login window of 30 minutes. One coding question was of the level leetcode medium and the other was leetcode hard.

  • 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 positi...

  • 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

  • Answered by AI
  • Q2. 

    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 intege...
  • 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.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It was a technical + HR round. The interview panel consisted of two technical guys and one person from HR.

  • Q1. 

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

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

  • Answered by AI
  • Q2. 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, ena...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Amity School Of Engineering And Technology. I applied for the job as SDE - 1 in BengaluruEligibility criteriaAbove 7.5 CGPA, No BacklogsAmadeus interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, Database Manangement Systems, SQL Queries, Greedy and DP Problems, Basics of Computer Networks.Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on CP platforms such as codechef and codeforces. It will greatly help you for clearing coding round.
Tip 2 : Make notes of theory Subjects. It will greatly help you in last minute preparation.
Tip 3 : Go through the interview experience of the company before hand.
Tip 4 : Practice questions by narrating the explaination. Else it gets very difficult to both explain and code at the same time of interview.

Application resume tips for other job seekers

Tip 1 : Never lie on the resume. If you are not confident about something dont add it.
Tip 2 : Have atleast 2 projects on resume.
Tip 3 : Dont make it colourful. Follow any formal standard template.
Tip 4 : Add links to the project or your work if possible.
Tip 5 : Have only one Page. Dont write stories.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2021

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 100 Minutes
Round difficulty - Medium

Started at 11 am. The test comprised of 2 codes, and mcqs with questions on technical cs, verbal ability, mathematical reasoning (more emphasis on data structures).

  • Q1. 

    Spiral Matrix Problem Statement

    You are given a N x M matrix of integers. Your task is to return the spiral path of the matrix elements.

    Input

    The first line contains an integer 'T' which denotes the nu...
  • Q2. 

    Reverse Words in a String: Problem Statement

    You are given a string of length N. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...

Round 2 - HR 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The platform was hackerearth. It was a technical interview+ hr.
The panel consisted of 2 people. One form tech another from hr. The tech person reviewed questions from first round. And gave questions on coding. HR round was taken just after the tech was over.

  • Q1. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Q2. 

    Rearrange The Array Problem Statement

    You are given an array/list 'NUM' of integers. Rearrange the elements of 'NUM' such that no two adjacent elements are the same in the rearranged array.

    Example:

    Inpu...

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Quality Testing Intern in BangaloreEligibility criteriaAbove 8 cgpaAmadeus interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Logical Reasoning, Mathematical Reasoning, Data representationTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Aptitude thoroughly (indiabix is a really good website)
Tip 2 : Make an attractive CV. Take samples from your seniors. Include an objective line which highlights the position you're seeking for in the company
Tip 3 : Practice Data structures from gfg or youtube in a language that you're most comfortable with. Basics are important.
Tip 4 : Learn to code basic data structures. Upto Linked list.

Application resume tips for other job seekers

Tip 1 : Include objective line. Change this in your cv according to the company you're applying for
Tip 2 : Follow a formal simple easy to understand format. Don't get too crafty. Highlight strengths

Final outcome of the interviewSelected

Skills evaluated in this interview

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 interview for freshers?
Amadeus interview process for freshers usually has 3-4 rounds. The most common rounds in the Amadeus interview process for freshers are Coding Test, Aptitude Test and One-on-one Round.
How to prepare for Amadeus interview for freshers?
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 for freshers?

Some of the top questions asked at the Amadeus interview for freshers -

  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. one mother has 2 sons born at the same hour, same day, same year but they r not...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.

Overall Interview Experience Rating

4.2/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 895 Interviews
Amdocs Interview Questions
3.7
 • 533 Interviews
Adobe Interview Questions
3.9
 • 248 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
Chetu Interview Questions
3.3
 • 198 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 177 Interviews
AVASOFT Interview Questions
2.8
 • 175 Interviews
Freshworks Interview Questions
3.4
 • 171 Interviews
View all

Amadeus Reviews and Ratings

based on 685 reviews

3.8/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

3.6

Salary

4.1

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 685 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