Open In App

Oyo Rooms Interview Experience | SDE-1

Improve
Improve
Improve
Like Article
Like
Save Article
Save
Share
Report issue
Report

Round 1:

This was a conventional coding challenge round. Interviewbit platform was used. There were two coding questions for 150 points and 100 points respectively. The 150 point question was maximum size rectangle binary sub matrix of 1s and the 100 point question was longest consecutive subsequence.  This was followed by 22 MCQs each having 2 points based on the basics of OOPS, C++, pointers, functions and OS. I solved the 100 point question completely and solved many of the MCQs and was selected for the next round.

Round 2:

This was a technical interview round. It started with a self-introduction and discussion of previous works. From there it moved on to questions. The following questions were asked:

  1. A Puzzle: Estimate the next element in the given series – 1, 11, 21, 1121, 121121, … (look-and-say sequence)
  2. A Coding Question: I had to describe the algorithm, write a program on a sheet of paper and discuss its time and space complexity. The question asked was, print nodes in top view of a tree.
  3. A Coding Question: Similar to the above. The following question was asked: find the next greater number using the same set of digits. I was additionally asked what changes will you make if the number is a negative number.

I was able to answer all the questions and I moved on to the next round.

Round 3:

It was similar to the previous round. The following questions were asked:

  1.  Clone a linked list with next and arbitrary pointer
  2.  Minimum number of platforms required for railway station
  3.  Balanced paranthesis
  4.  How to select a random song from a given playlist without repetition? (How to avoid worst-case scenarios of O(inf) where the same song is picked again and again?)
  5.  What is deadlock?
  6.  Difference between SQL and NoSQL

I was able to answer all the questions except for the first one.

Conclusion 

There was no HR round per se. I was selected after these 3 rounds.


Last Updated : 21 Jan, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads