Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso OYO (Nuova Delhi) nel mese di gen 2021
Colloquio
Process: There were 3 rounds.
1st was the coding round which consists of 25 MCQ’s and 2 Programming Questions. 46 students were shortlisted after this round.
2nd round was the face to face algorithmic interview where I was asked to solve 2 coding questions.
3rd round was again a face to face technical interview where I was asked some questions related to my project, CS Fundamentals, and 1 programming question.
And finally, 16 people were offered SLI + FTE,
Domande di colloquio [1]
Domanda 1
1st was the coding round which consists of 25 MCQ’s and 2 Programming Questions. 46 students were shortlisted after this round.
2nd round was the face to face algorithmic interview where I was asked to solve 2 coding questions.
3rd round was again a face to face technical interview where I was asked some questions related to my project, CS Fundamentals, and 1 programming question.
And finally, 16 people were offered SLI + FTE,
Round 1 (90 minutes, Platform- HackerEarth): 25 MCQ’s on CS fundamentals and data interpretation(Scoring: 48 points) and 2 programming questions.
1st one was easy but the 2nd was a little tricky. (Scoring: 50+50 points).
My score was around 82 out of 148, and I was shortlisted for further interviews.
Round 2 (45 minutes approx): In this round, I was supposed to solve one problem based on DSA and the problem was like
“We are given a list of words, a starting word, and the end word. And we are supposed to reach the end word from the start word but the condition is that we can only change one character of that word at one time and the resultant word must be present in that list”.
After solving this problem she asked me the approach for one of the coding problems which was asked in the previous online test.
Round 3 (65 minutes approx): The panelist was really very nice, and he takes the first 5-10 minutes to comfort me and then asked me for the introduction following some discussions on my entire resume including projects, extracurricular activities hobbies, and all.
Then he asked me some questions based on DBMS and OS, and then we moved on to a DSA problem in which I need to implement the inorder traversal of a binary tree where we discussed every single point on Binary trees.
Difficulty: Average
Must have skills:
A good grasp of Data Structure and Algorithms.
Decent knowledge of DBMS and OS
Ho sostenuto un colloquio presso OYO (Gurgaon, Haryana)
Colloquio
It was ok
1st round was an OA, there were two questions of DSA it included graphs and trees questions.
There were two technical interviews after that.
The questions were from Trees, graphs, arrays which included stacks and binary search questions and core concepts as well like OS, DBMS, CN.
Domande di colloquio [1]
Domanda 1
One question was about boundary traversal of trees, another was zigzag traversal, another was simple search in a rotated sorted array and a graph question using DFS or BFS
they asked me 2 Dsa questions.
One was suppose an array which only contains 0,1,2......you have to sort it.
Another was....2 sorted arrays are given we have to find 4th largest element from both the arrays combined.
Domande di colloquio [1]
Domanda 1
One was suppose an array which only contains 0,1,2......you have to sort it.
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso OYO (Gurgaon, Haryana) nel mese di ott 2024
Colloquio
there were 2 rounds of interview :
1st round was pure dsa with 2-3 questions . Questions were random with mostly one hard and one medium on leetcode .
2nd round :
This round was mainly about core cs subjects like OS , OOPS .
Students were also asked 1 DSA problem and mix of system design and sql and web-dev. based on your resume.
Domande di colloquio [1]
Domanda 1
q1 clone a linklist .
q2 find the min length of subarray with sum atleast equals to k .