OYO interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

OYO
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: DATA STRUCTURES, DBMS, OBJECT ORIENTED PROGRAMMING (OOPS) ,OPERATING SYSTEMS, COMPUTER NETWORKS
Tip
Tip

Tip 1 : Practice as much as you can. You should have hands on practice on coding
Tip 2 : Brush up your basic concepts, Interviewer only asks basics concepts and sometimes that we completely ignore
Tip 3 : Make proper notes of all the subjects separately as to prepare well.

Application process
Where: Campus
Eligibility: Above 8 CGPA
Resume Tip
Resume tip

Tip 1 : Keep it short and to the point 
Tip 2 : Don't write something that you are not confident of.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration75 Minutes
Interview date13 Sep 2019
Coding problem2

10 MCQs were there and 2 Coding Questions were there.
MCQs consists of DBMS and OOPS Concepts 
Coding questions were - 
1. Longest Increasing subsequence
2. Letter Combinations of Phone Number.

1. Longest Increasing subsequence

Moderate
30m average time
65% success
0/80
Asked in companies
IBMVisaOYO

For a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order.

Strictly Increasing Sequence is when each term in the sequence is larger than the preceding term.

For example:
[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.
Try solving now

2. Letter Combinations of a Phone Number

Moderate
35m average time
65% success
0/80
Asked in companies
AmazonOlaGoldman Sachs

Given a string S containing digits from 2 to 9 inclusive. Your task is to find all possible letter combinations that the number could represent.

A mapping from Digits to Letters (just like in Nokia 1100) is shown below. Note that 1 does not map to any letter.

example

Try solving now
02
Round
Medium
Face to Face
Duration60 Minutes
Interview date14 Sep 2022
Coding problem1

Interviewer was helpful throughout the interview and was friendly also. I just have to write pseudocode and explain him the solution and dry run on few test cases. I have solved both the question successfuly.

1. Trapping Rain Water

Moderate
15m average time
80% success
0/80
Asked in companies
HCL TechnologiesCiti BankAtlassian

You have been given a long type array/list 'arr’ of size 'n’.


It represents an elevation map wherein 'arr[i]’ denotes the elevation of the 'ith' bar.



Note :
The width of each bar is the same and is equal to 1.
Example:
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].

Output: 10

Explanation: Refer to the image for better comprehension:

Alt Text

Note :
You don't need to print anything. It has already been taken care of. Just implement the given function.
Try solving now
03
Round
Medium
Face to Face
Duration60 Minutes
Interview date15 Sep 2022
Coding problem1

This was the final round of interview.

Coding questions were asked and some theoretical concepts based questions were asked .

Theoretical questions like Joins in DBMS, All Normal forms in DBMS, Abstraction and why we use it, some simple DBMS queries were also asked.

1. Level Order Traversal

Easy
15m average time
85% success
0/40
Asked in companies
FacebookMcAfeeOYO

You have been given a Binary Tree of integers. You are supposed to return the level order traversal of the given tree.

For example:
For the given binary tree

Example

The level order traversal will be {1,2,3,4,5,6,7}.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4898 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by OYO
0 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 4 problems
Interviewed by OYO
1064 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by OYO
838 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes