Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Sabre (Bengaluru) nel mese di set 2020
Colloquio
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
Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Sabre
Colloquio
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.
Domande di colloquio [1]
Domanda 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.
Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Sabre nel mese di lug 2020
Colloquio
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.
Domande di colloquio [1]
Domanda 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.