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

Updated 12 Feb 2023

Amadeus Intern Interview Experiences

1 interview found

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++
  • 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 questions from similar companies

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

This was a round with a 3rd party. They had asked dynamic programming question.

Round 2 - Technical 

(1 Question)

  • Q1. They had asked to code in this. It was a question related to their own booking system. Not very difficult. They will see your problem solving skills, and your thinking process.
Round 3 - Behavioral Round 

(1 Question)

  • Q1. This was related to situational questions like how would you deal with situations. They would basically check if you are fit for a team.

Interview Preparation Tips

Topics to prepare for Booking Holdings Software Engineer interview:
  • Java coding
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic java questions
  • Q2. Basic spring questions
Round 2 - Technical 

(2 Questions)

  • Q1. More Java questions
  • Q2. Current project
  • Ans. 

    Developing a web application for online shopping platform

    • Using React for front-end development

    • Implementing RESTful APIs with Node.js for back-end

    • Utilizing MongoDB for database management

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial round questions
  • Q2. The technologies I worked
  • Ans. 

    I have experience working with a variety of technologies including Java, Python, SQL, and AWS.

    • Java

    • Python

    • SQL

    • AWS

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why join sabre.
  • Ans. 

    Sabre offers exciting opportunities for growth and innovation in the software engineering field.

    • Sabre is a global technology company with a strong reputation in the travel industry.

    • Opportunity to work on cutting-edge technology and projects.

    • Collaborative and diverse work environment.

    • Potential for career advancement and skill development.

    • Examples: Developing innovative travel solutions, working with a talented team on c

  • Answered by AI
  • Q2. Why moving out from current position
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in working on different projects or technologies

    • Seeking better career advancement opportunities

    • Want to work in a more collaborative or innovative environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy prepare well
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Very hard both apti and coding question.

Round 2 - Technical 

(2 Questions)

  • Q1. Design ER model.
  • Ans. 

    ER model is a visual representation of entities and their relationships in a database.

    • Identify entities and their attributes

    • Define relationships between entities

    • Specify primary keys for each entity

    • Consider cardinality and constraints

    • Use crow's foot notation for relationships

  • Answered by AI
  • Q2. Now implement in MySQL.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Will you be able to travel?
Round 3 - Technical 

(1 Question)

  • Q1. Solve this problem in C

Interview Preparation Tips

Topics to prepare for Sabre Software Engineer interview:
  • C++
  • HTML
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Array - medium question
DP - Question

Round 2 - Technical 

(2 Questions)

  • Q1. String greedy algo question
  • Q2. Project question
Round 3 - Technical 

(1 Question)

  • Q1. About Rest service
Round 4 - HR 

(1 Question)

  • Q1. Behaviour question

Interview Preparation Tips

Topics to prepare for Sabre Software Engineer interview:
  • Array
  • DP
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. To find the kth minimum element from BST
  • Ans. 

    To find the kth minimum element from a Binary Search Tree (BST)

    • Perform an in-order traversal of the BST to get elements in sorted order

    • Return the kth element from the sorted list

    • Time complexity: O(n) where n is the number of nodes in the BST

  • Answered by AI
  • Q2. Basic OOPs question like inheritance encapsulation
Round 2 - Technical 

(2 Questions)

  • Q1. In a BST two numbers are swapped find swapped nos.
  • Ans. 

    To find swapped numbers in a BST, perform inorder traversal and keep track of previous node.

    • Perform inorder traversal of the BST

    • Keep track of the previous node while traversing

    • If at any point, the current node's value is less than the previous node's value, those are the swapped numbers

  • Answered by AI
  • Q2. What you did in college projects
Round 3 - One-on-one 

(2 Questions)

  • Q1. Puzzles: find the fastest 3 horses in 25 horse race with a race and 5 horses can be run at a time
  • Q2. Weakness and strength. how a friend will describe you

Interview Preparation Tips

Topics to prepare for Ixigo.com Software Engineer interview:
  • java
  • dsa
  • puzzle
  • tree
Interview preparation tips for other job seekers - DSA and system design are needed

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. Data Structures and Theoretical Java and SQL concepts like - views, indexes, DML
Round 3 - Coding Test 

Programs on Sorting and Search Algorithms and Core Java

Interview Preparation Tips

Topics to prepare for Yatra Software Engineer interview:
  • Core Java
  • SQL
  • DSA

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. What are the types of data.
  • Ans. 

    Types of data include numerical, categorical, ordinal, and binary.

    • Numerical data includes continuous and discrete values, such as height and age.

    • Categorical data includes non-numeric values, such as colors and types of fruit.

    • Ordinal data includes values with a specific order, such as rankings and ratings.

    • Binary data includes only two possible values, such as true/false and yes/no.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basic concepts of data structures. Data structures are must. And be true to your resume, don't mention the things you have no idea about.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Core : DBMS , oops in depth coding: basic DSA questions based on Arrays, String.
Round 3 - One-on-one 

(1 Question)

  • Q1. He asked me graph questions ( medium level ) based on a node to root, and min cost to target. note: if you really want to crack the yata.com interview practice graph question and they ask a leetcode questi...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. focus on dsa (graph) for the yatra.com
2. clear your oops concept.
3. clear your DBMS concept.

Amadeus Interview FAQs

How many rounds are there in Amadeus Intern interview?
Amadeus interview process usually has 4 rounds. The most common rounds in the Amadeus interview process are Resume Shortlist, Coding Test and Aptitude Test.
What are the top questions asked in Amadeus Intern interview?

Some of the top questions asked at the Amadeus Intern interview -

  1. common questions like ...read more
  2. they asked about DSA probl...read more
  3. they asked about ...read more

Tell us how to improve this page.

Amadeus Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

Oracle Intern Interview Questions
3.7
 • 8 Interviews
Adobe Intern Interview Questions
3.9
 • 4 Interviews
AVASOFT Intern Interview Questions
3.4
 • 2 Interviews
UKG Intern Interview Questions
3.1
 • 1 Interview
View all
Amadeus Intern Salary
based on 7 salaries
₹9 L/yr - ₹12.5 L/yr
236% more than the average Intern Salary in India
View more details
Senior Software Engineer
611 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
316 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
184 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
182 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amadeus with

Sabre

4.0
Compare

Travelport

4.5
Compare

Expedia Group

3.8
Compare

Booking Holdings

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