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

SDE - 1

OYO
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, OOPS, DBMS, Dynamic programming, Algorithms
Tip
Tip

Tip 1 : Practice all the basics of algorithms and data structures 
Tip 2 : Practice problem solving and try to do at least 1 project

Application process
Where: Campus
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Keep your resume as true as possible 
Tip 2 : Add project

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date28 Feb 2020
Coding problem1

1. Edit Distance

Moderate
30m average time
70% success
0/80
Asked in companies
OYOGoldman SachsHCL Technologies

You are given two strings 'S' and 'T' of lengths 'N' and 'M' respectively. Find the "Edit Distance" between the strings.

Edit Distance of two strings is the minimum number of steps required to make one string equal to the other. In order to do so, you can perform the following three operations:

1. Delete a character
2. Replace a character with another one
3. Insert a character
Note:
Strings don't contain spaces in between.
Problem approach

Step 1 : I first tried to explain how the problem can be solved
Step 2 : The interviewer tried to cross question me but I was able to answer all the questions 
Step 3 : I gave the solution then the interviewer asked me to write a pseudo code for the same

Try solving now
02
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date28 Feb 2020
Coding problem1

1. Longest Increasing Path In A 2D Matrix

Hard
10m average time
90% success
0/120
Asked in companies
PhonePeSamsungFacebook

You have been given a MATRIX of non-negative integers of size N x M where 'N' and 'M' denote the number of rows and columns, respectively.

Your task is to find the length of the longest increasing path when you can move to either four directions: left, right, up or down from each cell. Moving diagonally or outside the boundary is not allowed.

Note: A sequence of integers is said to form an increasing path in the matrix if the integers when traversed along the allowed directions can be arranged in strictly increasing order. The length of an increasing path is the number of integers in that path.

For example :

3 2 2
5 6 6
9 5 11 

In the given matrix, 3 →  5 →  6 and 3 →  5 →  9 form increasing paths of length 3 each.
Problem approach

Step 1 - Explained the way out
Step 2 - Answered the questions asked by the interviewer

Try solving now
03
Round
Easy
Face to Face
Duration100 Minutes
Interview date28 Feb 2020
Coding problem1

1. Operating System Based Questions

How does a compiler works
How is scheduling done in OS

Problem approach

Tip 1 : Practice basics of OS thoroughly 
Tip 2 : Go through MCQs given on platforms 

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