Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Oyo Rooms Team. If you also belong to the team, you can get access from here

Oyo Rooms Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Oyo Rooms Software Development Engineer Interview Questions and Answers

Updated 25 Aug 2024

Oyo Rooms Software Development Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA questions:
1. Replace array of 1s and 0s with 0s in all rows and cols
2. Kandane's algo question

Round 2 - Technical 

(2 Questions)

  • Q1. What is db cluster
  • Ans. 

    A db cluster is a group of databases that work together to provide high availability and scalability.

    • Consists of multiple database instances working together

    • Provides redundancy and fault tolerance

    • Allows for load balancing and scaling

    • Examples: Amazon Aurora, Google Cloud Spanner

  • Answered by AI
  • Q2. Java collections, filters vs interceptors
  • Ans. 

    Filters and interceptors are used in Java collections to manipulate or control the flow of data.

    • Filters are used to selectively include or exclude elements from a collection based on certain criteria.

    • Interceptors are used to perform actions before or after certain operations on a collection.

    • Examples: Java 8 Stream API filters, Servlet filters for HTTP requests, Hibernate interceptors for database operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too difficult. cover java basics

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Php ,Oops
Round 2 - Technical 

(1 Question)

  • Q1. Security questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you don't have only offer in your hand
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Use of model in laravel
  • Ans. 

    Models in Laravel are used to interact with the database and represent data.

    • Models in Laravel are used to perform database operations such as retrieving, inserting, updating, and deleting data.

    • Models help in organizing and structuring the data in the application.

    • Models in Laravel follow the MVC (Model-View-Controller) pattern.

    • Example: Creating a User model in Laravel to interact with the users table in the database.

  • Answered by AI
  • Q2. SQL get highest salary for employee
Round 2 - Technical 

(2 Questions)

  • Q1. SQL joins and types of joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table.

    • F...

  • Answered by AI
  • Q2. What is self join and realted question
Round 3 - HR 

(1 Question)

  • Q1. Previous projects and contributions

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Zigzag traversal of tree
  • Ans. 

    Zigzag traversal of a tree is a method to visit the nodes in a tree in a zigzag pattern.

    • Use a queue to perform a level order traversal of the tree.

    • For each level, alternate the direction of traversal (left to right, then right to left).

    • Store the values of the nodes in each level in an array of strings.

  • Answered by AI
  • Q2. 3 Technical rounds Core Java and Springboot ques. RabbitMQ, annotations, multithreading, interface, concurrent hashmap, response body, Rest Api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures, Springboot and Java

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Next greater element.
  • Ans. 

    Next greater element is a problem where we find the closest greater element for each element in an array.

    • Iterate through the array

    • For each element, compare it with the elements on its right

    • Find the first element greater than the current element

    • Store the result in a new array or data structure

  • Answered by AI
  • Q2. Find all prime number up to given N.
  • Ans. 

    Program to find all prime numbers up to given N.

    • Start with 2 and iterate up to N

    • For each number, check if it is divisible by any number from 2 to its square root

    • If not divisible, add it to the list of primes

  • Answered by AI
  • Q3. You have a file of size approx 10GB and that file has many urls not necessary unique. how will you fetch unique url from there.
  • Ans. 

    Fetching unique URLs from a 10GB file with non-unique URLs.

    • Read the file in chunks to avoid memory issues.

    • Use a hash set to store unique URLs.

    • Iterate through each URL in the file and add it to the hash set if it doesn't already exist.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to solve even if you don't have any idea about the question.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to refresh access token if an api fails due to it
  • Ans. 

    Refresh the access token by making a request to the authentication server

    • Check the response code of the API call to determine if it's due to an expired access token

    • If the response code indicates token expiration, make a request to the authentication server to get a new access token

    • Update the access token in the application's authentication header and retry the failed API call

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What if auth token expires during a call. How do we retry?
  • Ans. 

    Retry the call with a new auth token

    • Check if the auth token has expired during the call

    • Generate a new auth token

    • Retry the call with the new auth token

  • Answered by AI
  • Q2. We use authenticator for it. It is provided by retrofit

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: My Resume got shortlisted on the criteria of experince involving Continuious Integration of Development Enviornment with Production and Upgardes

I applied via Campus Placement and was interviewed in May 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself?
  • Q2. Why should we hire you?
  • Q3. What are your weakness and strengths?

Interview Preparation Tips

Interview preparation tips for other job seekers - my advice to you all is that go with a calm mind because no matter how much you practice when there are questions asked its you and only you and your mind in there so dont just mug up.
know yourself and have faith in yourself that you are going to tell them what they ask with grace and whenever you dont know something just clearly say you dont know it . dont be panicked its okay to not know all the answers.
and never lie in an interview just be honest calm and have faith in yourself.
my interview lasted for 20 mins and it was good not very technical it was a basic round.

Interview Preparation Tips

College Name: Keshav Mahavidyalaya

Oyo Rooms Interview FAQs

How many rounds are there in Oyo Rooms Software Development Engineer interview?
Oyo Rooms interview process usually has 2 rounds. The most common rounds in the Oyo Rooms interview process are Coding Test and Technical.
How to prepare for Oyo Rooms Software Development Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Oyo Rooms. The most common topics and skills that interviewers at Oyo Rooms expect are C++, Java, MySQL, Python and Redis.
What are the top questions asked in Oyo Rooms Software Development Engineer interview?

Some of the top questions asked at the Oyo Rooms Software Development Engineer interview -

  1. Java collections, filters vs intercept...read more
  2. What is db clus...read more

Tell us how to improve this page.

Oyo Rooms Software Development Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Burger King Interview Questions
3.8
 • 73 Interviews
Hyatt Regency Interview Questions
4.2
 • 44 Interviews
Pizza Hut Interview Questions
3.9
 • 43 Interviews
JW Marriott Interview Questions
4.2
 • 41 Interviews
Tata Starbucks Interview Questions
4.3
 • 40 Interviews
View all
Oyo Rooms Software Development Engineer Salary
based on 159 salaries
₹9 L/yr - ₹26.5 L/yr
15% more than the average Software Development Engineer Salary in India
View more details

Oyo Rooms Software Development Engineer Reviews and Ratings

based on 13 reviews

2.1/5

Rating in categories

2.8

Skill development

2.1

Work-life balance

1.8

Salary

1.9

Job security

1.9

Company culture

1.8

Promotions

2.3

Work satisfaction

Explore 13 Reviews and Ratings
Business Development Manager
1.7k salaries
unlock blur

₹4.4 L/yr - ₹14.5 L/yr

Demand Manager
834 salaries
unlock blur

₹3 L/yr - ₹9.6 L/yr

Key Account Manager
457 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Hotel Manager
442 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Guest Relation Executive
388 salaries
unlock blur

₹0.9 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Oyo Rooms with

Jubilant Foods Works

3.7
Compare

Mahindra Holidays & Resorts

3.5
Compare

Oberoi Group of Hotels

4.0
Compare

Marriott International

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview