Open In App

OYO Rooms Interview Experience | Set 10 (SDE-1)

Last Updated : 12 Jun, 2019
Improve
Improve
Like Article
Like
Save
Share
Report

Off-Campus hiring drive for SDE-1

Round 1: Two Coding Questions on Hackerrank ( 90 minutes )

  1. https://www.hackerearth.com/practice/algorithms/string-algorithm/basics-of-string-manipulation/practice-problems/algorithm/decode-1-6eab2976/
  2. Print a given matrix in spiral form

Round 2: F2F

Discussed approach for these questions and asked to write code for the same.

  1. Remove duplicates from an unsorted array.
  2. Lowest Common Ancestor in a Binary Tree
  3. Minimum number of jumps to reach end of an array

Round 3: F2F

  1. Find the element before which all elements are smaller and after which all elements are greater
  2. Cutting Rod dp
  3. Difference between semaphore, mutex and binary mutex.
  4. Difference between a thread and a process.
  5. What happens when parent process is killed and child process still exist.

Round 4: F2F

Detailed discussion about the work currently doing and features developed.
Discussion about project done in internship.

Round 5: F2F

  1. Given sorted dictionary find precedence characters
  2. LRU implementation
  3. Producer Consumer Problem

It was a positive experience, I was able to answer all the questions. Result awaited.


Previous Article
Next Article

Similar Reads

Oyo Rooms Interview Experience | Set 12 (4+ experience Backend Developer)
Round 1 : Written Given a string like “xyzonexyzthreeabrdcminusfourctgd”. Fetch each number from string and return the sum of all numbers. output of given string will be 1 + 3 + (-4) = 0 Given some random numbers 2,5,9,6,3,4,8,15,12. Replace each number by its next bigger number from right side of current index. if no bigger number found print that
2 min read
OYO Rooms Interview Experience | Set 6
There was 1 coding round and 3 rounds of face to face interview. The online round consisted of 2 coding questions of 120 marks and 15 MCQ of total 30 marks. 1. http://codeforces.com/contest/746/problem/B String Decoding. 2. Given a matrix. Empty cells are represented by ‘.’, cells which are occupied are represented by ‘B’. Given two cells ‘S’ and ‘
3 min read
OYO Rooms Interview Experience | Set 6 (On-Campus for Software Developer)
Round 1: Online Coding Round - 90 min There were 30 MCQ based on data structures and OS. Also, there were two coding questions. First was given an array of movie ratings (-10 to 10), a person can flip exactly k ratings (-ve to +ve or vice versa). One rating can be flipped more than once. Find maximum possible total rating of the movie. The second w
2 min read
OYO Rooms Recruitment Process
This article will give you information about the company, its recruitment process, sample questions that have been asked previously, lots of experiences shared by other aspirants, and the portal where you can apply. Table of Content About Company :Recruitment Process :Academic Criteria :Written Round :Technical Round and HR Round :HR RoundAbout Com
3 min read
Design an online hotel booking system like OYO Rooms
We need to design an online hotel booking system where a user can search a hotel in a given city and book it. This is an OOP design question, so I have not written the full code in this solution. I have created the classes and attributes only.Solution :Main Classes :1. User 2. Room 3. Hotel 4. Booking 5. Address 6. Facilities Java Code // Java code
2 min read
OYO Interview Experience | Set 8 (On-campus for SDE)
There were 3 rounds of interviews and cut off percentage was 70%. Round 1 (online on hackerearth) It included 20 MCQ's and 2 coding questions. MCQ's were mainly from C/C++, Data Structures, Algorithms, OS and Aptitude. There was no negative marking. The difficulty level was average. 2 coding Questions were: 1. Given ratings of a movie in an array s
2 min read
OYO Interview Experience | Set 10 (On-campus for SDE)
OYO visited our campus recently. Round 1: There was an online test having 20 Technical MCQs and 2 coding questions. 35 candidates were shortlisted for the interviews. Round 2: It started with the famous "Walk me through your resume", followed by two coding questions and a minor discussion on my projects. Q1. Various files are given, it is also spec
2 min read
OYO Interview Experience | Set 4 (For 5+ Experienced)
Following is the summary of the interview I have given the interview for OYO rooms for 5+ years Java Developer Round1 : Discussion about my project. What are the core areas I have worked upon?. Things I worked upon. Knowledge about scalability. gave me to design a cab management system. like Ola and Uber. What are the main components and details in
1 min read
OYO Interview Experience | Set 11 (For 2 years experienced)
Round 1: Skype Questions mostly on the technology you have worked on and algorithms. Algo: Find pair in BST which sums to X. Round 2-5 (in person) Round 2: 1. Implement stack using queue. 2. Left view of Binary Tree And few Java concepts questions. Round 3: 1. Problem statement: Given a log file with sessionID, source pageId, destn pageID and Times
1 min read
Bloomberg Interview Experience | Set 7 (For SDE)
I applied through the careers page. There were 2 interviewers. The interview was scheduled for 90 minutes, to be held on Nexi(Bloomberg 's video conference tool) along with live coding on HackerRank codepair. There were connectivity issues for good 15 to 20 minutes, nothing to panic about, the interviewers were pretty calm and patient about it. Nex
5 min read
Article Tags :
Practice Tags :