Open In App
Related Articles

OYO Interview Experience | On-Campus 2019 for SDE-1

Improve Article
Improve
Save Article
Save
Like Article
Like

OYO visited my college IIT Patna in October. They first took online test of all the students who have applied for the role.

Online Test was conducted on InterviewBit platform. It consists of 2 coding questions and 20 MCQs on topics like Basic programming, OOPS, DBMS, OS.

Two coding questions were:

https://leetcode.com/problems/maximal-rectangle/

https://leetcode.com/problems/longest-consecutive-sequence/

One who is able to solve at least one problem got selected for the next round. They shortlisted 22 students for the interview round.

They took 3 round of interview for all the shortlisted candidates. All rounds were Technical and there was no HR round.

Round 1: 

For me there were 3 coding questions. They asked logic and also complete code on paper.

https://www.geeksforgeeks.org/print-left-view-binary-tree/

Algorithm for finding the sum of all subsets of a set.

For example, if k=3 and the subsets are {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3} then sum of subsets is {1}+{2}+{3}+{1+2}+{1+3}+{2+3}+{1+2+3}=24

https://www.geeksforgeeks.org/next-greater-element/

 

Round 2:

Round two also consists of 3 coding questions and theoretical questions on OOPS, Databases and OS

https://www.geeksforgeeks.org/write-a-c-program-to-print-all-permutations-of-a-given-string/

Trapping-rain-water

bit modified version of this question: https://www.geeksforgeeks.org/find-the-point-where-maximum-intervals-overlap/

Theoretical questions were on abstract class, interface, polymorphism, difference between overloading & overriding, importance of inheritance, Database indexing, how indexing in done, normalization, foreign key, sephamore and mutex, etc.

Round 3:

https://www.interviewbit.com/problems/connect-ropes-with-minimum-length/
https://www.geeksforgeeks.org/connect-nodes-at-same-level/
https://www.geeksforgeeks.org/zigzag-tree-traversal/

 

I was able to answer all the coding questions and theoretical questions and somewhere they also gave me hints when i got struck.

9 out of 22 students were selected (4 CS + 4 Electrical + 1 Mechanical) and I am the Mechie guy.

Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape, GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out - check it out now!

Last Updated : 21 Oct, 2019
Like Article
Save Article
Previous
Next
Similar Reads