What We Are Learn On This Post
Oyo interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.
Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked Oyo interview questions and answers.
Post On: | OYO Interview Questions |
Post Type: | Interview Questions |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Oyo interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
Oyo Developer Interview Questions
Here is the collection of questions based on the experience of the interview in Oyo Rooms.
Round 1:
- Determine if there is a subset of the given set with a sum equal to a given sum?
- Given an array of numbers arrange it in the form of a single number such that the concluded number is the maximum.
g. given : 99,8,76,45,66,9,7,33,5,42
O/P: 99987766654233
Round 2:
- Give your introduction along with your technical skills.
- I want to retrieve records from a table from date 1 – 15. I don’t want to use range Queries to Suggest the optimal solutions.
Ans: I suggest Indexing on the date column. He insisted on alternate ways. he said what you think you can do? - What is Unique and NULL Constraint?
- Difference between Primary Key and Unique.
- How many maximum records in Unique can be NULL?
- Write a Most optimized algorithm for finding a Word in a sentence. (I used the Trie approach, he scolded me for not asking the sentence is sorted or not. the used Binary search.)
- Difference between thread and process.
- What is PCB?
- What is synchronization?
Round 3 (Hiring Manager):
Questions were mainly from the resume, behavioral questions, design, and database concept(join, query).
I have been approached through consultancy. Interview Questions:
Round 1:
- Given a matrix with the cost of visiting each cell move from 0,0 to m, N in minimum cost when you can only move left or down.
- Given an array of integers, update the index with the multiplication of previous and next integers, e.g. Input: 2, 3, 4, 5, 6
Output: 2*3, 2*4, 3*5, 4*6, 5*6 - The object-oriented concept, Polymorphism, Method overloading, method overriding, Difference between abstraction and encapsulation, Aggregation and Composition?
Round 2:
He asked me about tree data structures, why it is used, time complexities of various operations on the tree, balancing of a tree, AVL Tree. He asked me to write AVL Tree insertion, deletion, update code. Then he jumps to BTree, B+Tree and asks me to write code on paper for various operations. Questions were asked on indexing, various types of indexing, how it is used in databases, etc. Then he briefly asked about the project I did in my internship.
Round 3: CTO
- Why OYO.
- Explain your projects.
Leave a Reply