Upload Button Icon Add office photos

Sabre

Compare button icon Compare button icon Compare

Filter interviews by

Sabre Interview Questions and Answers

Updated 13 Jul 2025
Popular Designations

15 Interview questions

A Senior Associate was asked 2w ago
Q. What are the new features in Java 11?
Ans. 

Java 11 introduced several new features and enhancements, improving performance, productivity, and ease of use for developers.

  • New String methods: 'isBlank()', 'lines()', 'strip()', 'repeat(int count)' for easier string manipulation.

  • Local-Variable Syntax for Lambda Parameters: Allows 'var' in lambda expressions for type inference.

  • HTTP Client: A new standard HTTP client for sending requests and handling responses, s...

View all Senior Associate interview questions
A Senior Associate was asked 2w ago
Q. What is GenAI?
Ans. 

GenAI refers to Generative AI, a technology that creates content, designs, or solutions using algorithms and machine learning.

  • Generative AI can produce text, images, music, and more, such as OpenAI's ChatGPT for text generation.

  • It uses deep learning models like GANs (Generative Adversarial Networks) to create realistic outputs.

  • Applications include content creation, game design, and personalized marketing strategie...

View all Senior Associate interview questions
A Software Quality Engineer III was asked 10mo ago
Q. Given a string, print each character along with its occurrence count.
Ans. 

Print each character in a string with its occurrence

  • Iterate through the string and count occurrences of each character

  • Store the character and its occurrence in an array of strings

  • Example: Input 'hello', Output ['h1', 'e1', 'l2', 'o1']

A Software Engineer was asked 11mo ago
Q. What technologies have you worked with?
Ans. 

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

  • Java

  • Python

  • SQL

  • AWS

View all Software Engineer interview questions
A Software Engineer was asked 11mo ago
Q. Implement this in MySQL.
Ans. 

Implementing a SQL query to retrieve and manipulate data in MySQL.

  • Use SELECT statement to retrieve data, e.g., SELECT * FROM users;

  • Utilize WHERE clause for filtering, e.g., SELECT * FROM users WHERE age > 30;

  • Join tables to combine data, e.g., SELECT orders.id, users.name FROM orders JOIN users ON orders.user_id = users.id;

  • Use aggregate functions like COUNT, SUM, AVG, e.g., SELECT COUNT(*) FROM users;

  • Implement I...

View all Software Engineer interview questions
A Software Engineer was asked 11mo ago
Q. Design an 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

View all Software Engineer interview questions

Sabre HR Interview Questions

8 questions and answers

Q. Why are you leaving your current position?
Q. Why do you want to join Sabre?
Q. Describe your day-to-day tasks.
A Configuration Management Engineer was asked 12mo ago
Q. What is the default port number for SQL?
Ans. 

The default SQL port number is 1433, used for Microsoft SQL Server communication.

  • Port 1433 is the default for Microsoft SQL Server.

  • MySQL typically uses port 3306.

  • PostgreSQL uses port 5432.

  • Oracle Database defaults to port 1521.

  • These ports can be changed for security or configuration purposes.

View all Configuration Management Engineer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Given the head of a singly linked list, reverse the list, and return the reversed list.
Ans. 

Reversing a linked list involves changing the direction of its pointers to reverse the order of nodes.

  • Iterative approach: Use three pointers (prev, current, next) to reverse links.

  • Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.

  • Recursive approach: Reverse the rest of the list and adjust pointers.

  • Example: For list 4 -> 5 -> 6, recursively reverse to get 6 -> 5 -> 4.

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. Given a linked list, detect if there is a loop in it. If a loop exists, find the node where the loop begins.
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

View all Senior Software Engineer interview questions
An Assistant Manager was asked
Q. What are the company details?
Ans. 

I am assuming you are asking about our company. We are a retail company that specializes in selling clothing and accessories.

  • We sell clothing and accessories

  • We have multiple locations across the country

  • Our target audience is young adults

  • We offer seasonal sales and discounts

  • Our company values include customer satisfaction and employee growth

View all Assistant Manager interview questions

Sabre Interview Experiences

36 interviews found

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

    Implementing a SQL query to retrieve and manipulate data in MySQL.

    • Use SELECT statement to retrieve data, e.g., SELECT * FROM users;

    • Utilize WHERE clause for filtering, e.g., SELECT * FROM users WHERE age > 30;

    • Join tables to combine data, e.g., SELECT orders.id, users.name FROM orders JOIN users ON orders.user_id = users.id;

    • Use aggregate functions like COUNT, SUM, AVG, e.g., SELECT COUNT(*) FROM users;

    • Implement INSERT...

  • Answered by AI
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
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 - Aptitude Test 

Around 1 Hour along with two coding questions with negative marking

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS concepts, DS coding questions
  • Q2. Cloud questions

Interview Questions & Answers

user image Anonymous

posted on 14 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java, OOPS, Array Question
  • Q2. String Question, Selenium Questions
Round 2 - Technical 

(2 Questions)

  • Q1. In a string, print each character with its occurance
  • Q2. My experience, Selenium, Jenkins CI/CD
Round 3 - Behavioral 

(1 Question)

  • Q1. Jira, Sprints, My Roles and responsibility
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

One Coding Program Core Java Program

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts, Spring Bean Factory, Caching, performance Improvement, SQL Queries
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioural Que
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Details of day to day task
  • Q2. SQL port number
Interview experience
4
Good
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 - Aptitude Test 

Basic Reasoning and logical questions

Round 3 - Coding Test 

Two Questions.
One easy. (Loops)
One Hard. (Graph)

Round 4 - One-on-one 

(5 Questions)

  • Q1. DSA related Questions
  • Q2. One coding question
  • Q3. Basic CS Questions
  • Q4. Basic SQL Questions
  • Q5. SDLC Questions about Software development processes

System Tester Interview Questions & Answers

user image Anonymous

posted on 23 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

25 + 30 questions, 60 mins

Round 2 - Coding Test 

2 coding questions: 1 was easy another was about array

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for aptitude, if it is a recruitment for tester then prepare well the concepts of testing

SDE Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude eady to medium ques

Round 2 - Coding Test 

Interview round easy to medium ques were asked os sql

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Ratios, charts ques, dirction ques

Interview Preparation Tips

Interview preparation tips for other job seekers - learn aptitude

Top trending discussions

View All
Interview Hub
6d
a client servicing executive
FeedCard Image
Got a question about Sabre?
Ask anonymously on communities.

Sabre Interview FAQs

How many rounds are there in Sabre interview?
Sabre interview process usually has 2-3 rounds. The most common rounds in the Sabre interview process are Technical, Aptitude Test and HR.
How to prepare for Sabre 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 Information Technology, sabre, SQL, Linux and Troubleshooting.
What are the top questions asked in Sabre interview?

Some of the top questions asked at the Sabre interview -

  1. What opinion do you have about the moth courses that you have do...read more
  2. Estimate population of Delhi? Give profitability of an airline company having o...read more
  3. What does Sabre ...read more
How long is the Sabre interview process?

The duration of Sabre 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 26 interview experiences

Difficulty level

Easy 27%
Moderate 67%
Hard 7%

Duration

Less than 2 weeks 73%
2-4 weeks 20%
6-8 weeks 7%
View more

Interview Questions from Similar Companies

Adobe Interview Questions
3.8
 • 248 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 177 Interviews
Oracle Cerner Interview Questions
3.6
 • 163 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
Thomson Reuters Interview Questions
4.1
 • 126 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.7
 • 116 Interviews
UKG Interview Questions
3.1
 • 115 Interviews
Atlassian Interview Questions
3.5
 • 93 Interviews
View all

Sabre Reviews and Ratings

based on 288 reviews

4.0/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

4.0

Salary

3.0

Job security

4.1

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 288 Reviews and Ratings
Product Support Analyst I

Bangalore / Bengaluru

4-10 Yrs

₹ 5-10 LPA

Technical Product Support Specialist III

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Principal II Business Operations

Bangalore / Bengaluru

13-18 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
153 salaries
unlock blur

₹19.2 L/yr - ₹33.1 L/yr

Software Engineer
45 salaries
unlock blur

₹12.8 L/yr - ₹21.4 L/yr

Associate Software Engineer
44 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Software Engineer III
37 salaries
unlock blur

₹12.9 L/yr - ₹22.3 L/yr

Associate Software Developer
29 salaries
unlock blur

₹10.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Sabre with

24/7 Customer

3.5
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Adobe

3.8
Compare
write
Share an Interview