Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 2 días. Acudí a una entrevista en Sabre (Bengaluru) en sept 2020
Entrevista
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
Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Sabre
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.
Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Sabre en jul 2020
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.