I applied through university. The process took 2 days. I interviewed at Sabre (Bengaluru) in Sept 2020
Interview
Mainly on Data structures and algorithms .
Oops concepts is must and they will ask coding on DS and ask to improve the code
Give a snippet of code and ask us to explain the flow of the program and they will give input we need to tell output
I applied through university. I interviewed at Sabre
Interview
First round was online test which contained mcqs and 2 coding questions with negative marking. There were 3 interview rounds.First was technical round where they asked questions on ds,DBMS ,os , oops concepts and one backtracking code to write.Next round was management round where they asked questions based on resume.last round was HR round .All rounds took around 1hr each.
Interview questions [1]
Question 1
In technical round : definations of stacks ,queues,virtual memory, time complexities and oops concepts.
And to write sudoko algo.
In management round : write ER diagram on the given domain and to tell about normal forms.
I applied through university. I interviewed at Sabre in July 2020
Interview
There were three rounds, first round had 40 (Aptitude & technical mcqs) and 2 coding questions. MCQs had negative marking.Time given was 90 min. Difficulty was moderate. Approx 240 students had registered. 21 were selected for round 2. 5 students got job offer. I didn't clear round 1.
Interview questions [1]
Question 1
Coding questions :
1.There are n pieces, and you have to place them on a square board such that distance between each piece is at least k squares. n,k is input. Output is the minimum size of the board(m x m board,find m).
2.You are given n number of intervals with a cost associated with each interval. Find two non overlapping intervals with maximum sum of their cost.