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 Development Engineer 1 Interview Questions and Answers for Freshers

Updated 30 Aug 2024

Amadeus Software Development Engineer 1 Interview Experiences for Freshers

1 interview found

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

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store

    • Used React.js for front-end development

    • Implemented Node.js for back-end functionality

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Assignment 

LLD : One problem statement was given to design a system and we were expected to write modal class, service class, design patterns, exception handling and extensible code. then zip and submit in google form. we were given 2-3 hrs for this.

Extended interview: after the review your code and if it is shortlisted they will call u for further discussion on the code u have written. 30-40min.

Round 2 - Technical 

(3 Questions)

  • Q1. Dp question :house robber-> solved
  • Q2. Matrix -easy->solved
  • Q3. Sliding window:array->only discussed the approach
Round 3 - HM 

(1 Question)

  • Q1. 2 puzzles, questions related to java and spring. in this i could answer some questions
Round 4 - HR 

(1 Question)

  • Q1. Previous ex, why u want to switch, hobbies and interest, challenges in work.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for java and spring technical and dsa.
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. 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 

Hashing questions like find the most frequency number in hiven array

Round 3 - One-on-one 

(1 Question)

  • Q1. Linked list reverse
Round 4 - One-on-one 

(1 Question)

  • Q1. Finding the loop in ll
  • Ans. 

    Finding the loop in a linked list

    • Use two pointers, one slow and one fast, to detect a loop

    • If the fast pointer catches up with the slow pointer, there is a loop

    • Once a loop is detected, use another pointer to find the start of the loop

  • Answered by AI
Round 5 - Behavioral 

(1 Question)

  • Q1. Project architecture and behaviour

Skills evaluated in this interview

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
Moderate
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 - Coding Test 

It consists 2 coding questions and you have to answer in 40 mins

Round 2 - HR 

(2 Questions)

  • Q1. HR asked general questions about yourself
  • Q2. Done discussion related to projects and experience

Interview Preparation Tips

Topics to prepare for Sabre Software Developer interview:
  • DSA
  • Cs fundamentals
  • React js
Interview preparation tips for other job seekers - It was totally offline. So prepare well don't relie on cheating
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

Amadeus Interview FAQs

How many rounds are there in Amadeus Software Development Engineer 1 interview for freshers?
Amadeus interview process for freshers usually has 4 rounds. The most common rounds in the Amadeus interview process for freshers are Resume Shortlist, Coding Test and Aptitude Test.
How to prepare for Amadeus Software Development Engineer 1 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 Debugging, Product Management, Product Support, Software Solutions and Supervision.
What are the top questions asked in Amadeus Software Development Engineer 1 interview for freshers?

Some of the top questions asked at the Amadeus Software Development Engineer 1 interview for freshers -

  1. Technical Interview - coding question based on string sorting HR round - diffic...read more
  2. Questions on C/C++, Java and D...read more
  3. Standard behavioral quest...read more

Tell us how to improve this page.

Amadeus Software Development Engineer 1 Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 847 Interviews
Amdocs Interview Questions
3.7
 • 514 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 222 Interviews
Oyo Rooms Interview Questions
3.3
 • 218 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Dassault Systemes Interview Questions
4.0
 • 161 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
View all
Amadeus Software Development Engineer 1 Salary
based on 32 salaries
₹8 L/yr - ₹15 L/yr
15% less than the average Software Development Engineer 1 Salary in India
View more details

Amadeus Software Development Engineer 1 Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.8

Salary

4.8

Job security

4.5

Company culture

3.6

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
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