Upload Button Icon Add office photos

Filter interviews by

Sabre Software Engineer Interview Questions and Answers

Updated 27 Aug 2024

Sabre Software Engineer Interview Experiences

5 interviews found

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 at National Institute of Technology,(NIT), Agartala 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.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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
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

Sabre interview questions for designations

 Senior Software Engineer

 (2)

 Associate Software Engineer

 (1)

 Software Developer

 (1)

 Software Engineer Contributor

 (1)

 Senior Software Engineer 1

 (1)

 Service Delivery Engineer

 (1)

 Site Reliability Engineer

 (1)

 Quality Engineer

 (1)

Software Engineer Interview Questions & Answers

user image Prachi Mahajan

posted on 29 Jun 2017

I was interviewed in Oct 2016.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on basic concepts of OOPS , c++ and java were asked and 2 -3 questions were asked to code on paper

Interview Preparation Tips

Round: Resume Shortlist
Experience: The Resumes were shortlisted based on the cut off percentage which was 75

Round: Test
Experience: The test had 2 coding questions and 20 Mcq questions.
Duration: 1 hour

College Name: Indira Gandhi Delhi Technical University For Women, Delhi

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

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

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse the individual strings from big string with spaces
  • Q2. Find duplicate from array
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Asked java coding and system design
  • Q2. Facebook and parking lot
  • Q3. Java 8 stream and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - it was smooth and good overall
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions with difficulty level easy to medium and duration was 1hr in HackerEarth.

Round 2 - Technical 

(2 Questions)

  • Q1. This round went very well, panelist asked basic coding questions and one logic question.
  • Q2. 1. reverse a string 2. find the 2nd max value in a array 3. write a code for BST
  • Ans. 

    This JSON response provides answers to three interview questions for a Software Engineer position.

    • To reverse a string, you can use built-in string manipulation functions or iterate through the string and swap characters from both ends.

    • To find the 2nd max value in an array, you can sort the array in descending order and return the element at index 1.

    • To write a code for a Binary Search Tree (BST), you need to define a No...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. This round is mostly based on my resume based question
  • Q2. What projects have you done and asked about internship where I have worked recently.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 Coding questions, 1 SQL and a few MCQs.

Round 2 - Technical 

(2 Questions)

  • Q1. Given a String find the lexicographically lowest substring containing k number of 1s
  • Ans. 

    Find the lexicographically lowest substring with k 1s in a given string.

    • Iterate through the string and maintain a sliding window of size k.

    • Keep track of the count of 1s in the window and update the result if a valid substring is found.

    • Return the lexicographically lowest substring with k 1s.

  • Answered by AI
  • Q2. Given to solve SQL Questions based on Join and group by.
Round 3 - Technical 

(5 Questions)

  • Q1. Technical Discussion
  • Q2. Questions based on operating Systema and OOPs
  • Q3. Difference between Abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract for cl...

  • Answered by AI
  • Q4. Process Synchronisation
  • Q5. Was asked what project would I take up if I get funded and list the challenges of taking up the project.
Round 4 - HR 

(1 Question)

  • Q1. Just Basic HR Questions

Interview Preparation Tips

Topics to prepare for Akamai Technologies Software Engineer interview:
  • DSA
  • Operating Systems
  • OOPs
  • Computer Newtworks
  • Distributive Systems
  • System Design
  • SQL
Interview preparation tips for other job seekers - Be confident and don't let the interviewer's attention away from you.
If you don't know the solution, start small and make the interviewer know that you hold a good grip on the concepts.
Ask Interviewers may questions, this way you would let them know that you are interested in the company and the role.

Skills evaluated in this interview

Sabre Interview FAQs

How many rounds are there in Sabre Software Engineer interview?
Sabre interview process usually has 3-4 rounds. The most common rounds in the Sabre interview process are Technical, HR and One-on-one Round.
How to prepare for Sabre 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 Sabre. The most common topics and skills that interviewers at Sabre expect are Java, Software Engineering, Hibernate, Information Technology and Spring.
What are the top questions asked in Sabre Software Engineer interview?

Some of the top questions asked at the Sabre Software Engineer interview -

  1. The technologies I wor...read more
  2. Current proj...read more
  3. Design ER mod...read more

Tell us how to improve this page.

Sabre Software Engineer Interview Process

based on 3 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 4 Sabre interviews
Referral
WalkIn
Campus Placement
50%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Sabre Software Engineer Salary
based on 46 salaries
₹5.5 L/yr - ₹20 L/yr
54% more than the average Software Engineer Salary in India
View more details

Sabre Software Engineer Reviews and Ratings

based on 8 reviews

4.1/5

Rating in categories

3.3

Skill development

4.6

Work-Life balance

3.8

Salary & Benefits

3.2

Job Security

4.3

Company culture

2.9

Promotions/Appraisal

3.2

Work Satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
136 salaries
unlock blur

₹13 L/yr - ₹35 L/yr

Software Engineer
46 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Associate Software Engineer
43 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Associate Software Developer
42 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Technical Lead
36 salaries
unlock blur

₹19.5 L/yr - ₹41 L/yr

Explore more salaries
Compare Sabre with

Amadeus

4.0
Compare

Expedia Group

3.9
Compare

Booking Holdings

2.6
Compare

CWT

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview