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 Interview Questions and Answers for Freshers

Updated 30 Jun 2025
Popular Designations

30 Interview questions

A Software Development Engineer Intern was asked
Q. Given a binary tree, imagine yourself standing on the left side of it, return the values of the nodes you can see ordered from top to bottom.
Ans. 

The left view of a binary tree displays the nodes visible when viewed from the left side.

  • Use a level order traversal (BFS) to explore the tree level by level.

  • Keep track of the first node encountered at each level.

  • For example, in the tree: 1 / \ 2 3 / 4, the left view is [1, 2, 4].

  • A recursive DFS approach can also be used, maintaining the maximum depth seen so far.

View all Software Development Engineer Intern interview questions
A fusion bpo was asked
Q. Tell me something about BPO.
Ans. 

BPO stands for Business Process Outsourcing. It involves contracting non-core business functions to a third-party provider.

  • BPO services include customer support, technical support, data entry, and back-office operations.

  • Companies outsource these functions to reduce costs and focus on their core competencies.

  • BPO providers are typically located in countries with lower labor costs, such as India and the Philippines.

  • B...

A Chef was asked
Q. Do you have in-depth knowledge of cooking different cuisines?
Ans. 

Yes, I have deep knowledge of cooking different cuisines.

  • I have experience cooking various cuisines such as Italian, Mexican, Chinese, and Indian.

  • I am familiar with different cooking techniques and ingredients used in each cuisine.

  • I enjoy experimenting with fusion dishes that combine elements from different cuisines.

  • I keep up with current food trends and am always learning new recipes and techniques.

  • I have receive...

View all Chef interview questions
An Accountant was asked
Q. What is a hyperlink?
Ans. 

A hyperlink is a clickable link that takes you to another webpage or a specific location on the same webpage.

  • Hyperlinks are commonly used in websites to navigate between pages.

  • They can also be used to link to external resources such as documents or videos.

  • Hyperlinks are created using HTML code and can be styled to appear as text or images.

  • They can be opened in the same window or a new window or tab.

  • Hyperlinks can ...

View all Accountant interview questions

What people are saying about Oyo Rooms

View All
an executive
1w
OYO literally started as a joke
A teenager running shady budget hotels? The reviews were bad, the experience was worse. Everyone thought it would shut down in 6 months. But somehow, OYO started popping up everywhere tier 1, tier 2, even outside India. You knew what you were getting: clean bed, decent washroom, working AC. And honestly, that was enough for most of us. Funny how the most “this won’t work” kind of ideas end up changing the whole game. Which startup today gives you that same chaotic but maybe it’ll work feeling?
Got a question about Oyo Rooms?
Ask anonymously on communities.
An Accountant was asked
Q. What is the role of a filter in Excel?
Ans. 

Filter in Excel is used to sort and display specific data based on certain criteria.

  • Filter allows users to view a subset of data that meets specific conditions.

  • It helps in analyzing and organizing large amounts of data.

  • Filtering can be done based on text, numbers, dates, or custom criteria.

  • Example: Filtering a sales data sheet to display only the transactions from a specific region.

  • Example: Filtering a list of emp...

View all Accountant interview questions
An Accountant was asked
Q. What is mail merge?
Ans. 

Mail merge is a feature in word processing software that allows you to create personalized letters or emails using a template and a list of recipients.

  • Mail merge is used to create personalized letters, envelopes, labels, and emails.

  • It requires a template document and a data source, such as an Excel spreadsheet or a database.

  • The data source contains the information that will be merged into the template, such as nam...

View all Accountant interview questions
A fusion bpo was asked
Q. Tell me something about Kolkata
Ans. 

Kolkata is a vibrant city located in eastern India, known for its rich history, culture, and cuisine.

  • Kolkata was the capital of British India until 1911

  • It is home to iconic landmarks such as Victoria Memorial and Howrah Bridge

  • The city is famous for its street food, including puchkas and jhal muri

  • Kolkata is also known for its literary and artistic heritage, with notable figures such as Rabindranath Tagore and Satya...

Are these interview questions helpful?
An Accountant was asked
Q. What is computer, tel me the full form of computer?
Ans. 

A computer is an electronic device that can perform various tasks by executing a set of instructions.

  • Computer stands for 'Common Operating Machine Particularly Used for Technical and Educational Research'.

  • It is a programmable machine that can store, retrieve, and process data.

  • Computers can perform complex calculations, store large amounts of information, and communicate with other computers.

  • Examples of computers i...

View all Accountant interview questions
A Software Developer Intern was asked
Q. 

Next Permutation Problem Statement

Given a permutation of ‘N’ integers, rearrange them to generate the lexicographically next greater permutation. A sequence is a permutation if it contains all integers fr...

Ans. 

The problem involves rearranging a permutation of integers to generate the lexicographically next greater permutation.

  • Understand the concept of lexicographically next greater permutation.

  • Implement a function to find the next greater permutation.

  • Handle cases where no greater permutation exists by returning the smallest permutation.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Validate BST Problem Statement

Given a binary tree with N nodes, determine whether the tree is a Binary Search Tree (BST). If it is a BST, return true; otherwise, return false.

A binary search tree (BST) ...

Ans. 

Validate if a binary tree is a Binary Search Tree (BST) or not.

  • Check if the left subtree of a node contains only nodes with data less than the node's data.

  • Check if the right subtree of a node contains only nodes with data greater than the node's data.

  • Recursively check if both the left and right subtrees are also binary search trees.

View all Software Developer Intern interview questions

Oyo Rooms Interview Experiences for Freshers

35 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Tell me about a time you went above and beyond at work."
  • Ans. 

    I once organized a surprise room upgrade for a couple celebrating their anniversary, enhancing their stay significantly.

    • Identified a couple celebrating their anniversary during check-in.

    • Coordinated with the front desk to arrange a complimentary room upgrade.

    • Added personal touches like a handwritten note and flowers in the room.

    • Received positive feedback from the guests, who felt valued and appreciated.

  • Answered by AI
  • Q2. Be honest and authentic

Interview Preparation Tips

Interview preparation tips for other job seekers - personal background, job experience, skills and strengths, weaknesses, and future goals.

Manager Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Are u available for interview and total experience
  • Q2. Are expecting some hike
Round 2 - Technical 

(1 Question)

  • Q1. Basic question pertaining to experience mentioned in the resume
Round 3 - One-on-one 

(1 Question)

  • Q1. Written test just to know the aptitude and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - The hr specially Nidhi gupta is pathetic. She won’t return calls or messages and randomly call you. The company many b good but hr is the worst experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Normal basics interview nothing much
  • Q2. Skill development work
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why you join this
Round 2 - HR 

(1 Question)

  • Q1. Why Re you looking to join this company

BD Executive Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Hello sir good morning
  • Q2. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Yesh I am agri and my name is Akhilesh kumar savita and my qualifications completed graduation and I am living bilhaur Kanpur Nagar uttar pradesh india than you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

SQL multiple choice questions and a coding question.

Round 3 - Technical 

(3 Questions)

  • Q1. Any programming language and basics of data structures. Have some database knowledge.
  • Q2. Palindrome and String palindrome
  • Q3. String count and SQL Joins
Round 4 - Technical 

(3 Questions)

  • Q1. Array Sorting, Threading concepts
  • Q2. SQL questions and HTTP request &responses
  • Q3. Basics of data structures and OS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, tell what you know. If don't know try to learn that by next time.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Online coding test was there in the first round

Round 3 - One-on-one 

(1 Question)

  • Q1. Left view of tree was to be found
  • Ans. 

    The left view of a binary tree displays the nodes visible when viewed from the left side.

    • Use a level order traversal (BFS) to explore the tree level by level.

    • Keep track of the first node encountered at each level.

    • For example, in the tree: 1 / \ 2 3 / 4, the left view is [1, 2, 4].

    • A recursive DFS approach can also be used, maintaining the maximum depth seen so far.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - None

Chef Interview Questions & Answers

user image vikalp s Kamanwala

posted on 8 Jan 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Deep Knowladge of cooking different cuisins?
  • Ans. 

    Yes, I have deep knowledge of cooking different cuisines.

    • I have experience cooking various cuisines such as Italian, Mexican, Chinese, and Indian.

    • I am familiar with different cooking techniques and ingredients used in each cuisine.

    • I enjoy experimenting with fusion dishes that combine elements from different cuisines.

    • I keep up with current food trends and am always learning new recipes and techniques.

    • I have received pos...

  • Answered by AI
  • Q2. Practicle demo i have given for chinese and indian

Interview Preparation Tips

Interview preparation tips for other job seekers - we honest as they will take trial and put you in real sitution to delever food on time
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic DS algo questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Few questions on arrays and string manipulation
Round 3 - One-on-one 

(1 Question)

  • Q1. Some recursion and array problems

Oyo Rooms Interview FAQs

How many rounds are there in Oyo Rooms interview for freshers?
Oyo Rooms interview process for freshers usually has 2-3 rounds. The most common rounds in the Oyo Rooms interview process for freshers are Resume Shortlist, HR and One-on-one Round.
How to prepare for Oyo Rooms interview for freshers?
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 Hotel Management, Guest Relations, Hospitality, Performance Management and Revenue Generation.
What are the top questions asked in Oyo Rooms interview for freshers?

Some of the top questions asked at the Oyo Rooms interview for freshers -

  1. What is computer, tel me the full form of comput...read more
  2. It was again from my course work they asked me how to solve linear programming ...read more
  3. What is the role of filter in exc...read more
What are the most common questions asked in Oyo Rooms HR round for freshers?

The most common HR questions asked in Oyo Rooms interview are for freshers -

  1. What are your salary expectatio...read more
  2. What is your family backgrou...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Oyo Rooms interview process?

The duration of Oyo Rooms interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 13 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 70%
2-4 weeks 30%
View more

Explore Interview Questions and Answers for Top Skills at Oyo Rooms

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 464 Interviews
BigBasket Interview Questions
3.9
 • 392 Interviews
Meesho Interview Questions
3.7
 • 361 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Blinkit Interview Questions
3.7
 • 231 Interviews
Myntra Interview Questions
3.9
 • 227 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
FirstCry Interview Questions
3.6
 • 186 Interviews
Spinny Interview Questions
3.7
 • 181 Interviews
Tata 1mg Interview Questions
3.6
 • 180 Interviews
View all

Oyo Rooms Reviews and Ratings

based on 3.7k reviews

3.2/5

Rating in categories

3.1

Skill development

3.0

Work-life balance

3.5

Salary

2.6

Job security

3.0

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 3.7k Reviews and Ratings
Hotel Operations Manager

Gurgaon / Gurugram

5-10 Yrs

₹ 12-22 LPA

Guest Experience Agent

Gurgaon / Gurugram

1-6 Yrs

Not Disclosed

Email Support - Work form Office ( US Shifts)

Gurgaon / Gurugram

1-4 Yrs

Not Disclosed

Explore more jobs
Business Development Manager
1.4k salaries
unlock blur

₹5.5 L/yr - ₹12.5 L/yr

Demand Manager
729 salaries
unlock blur

₹3.6 L/yr - ₹9.3 L/yr

Hotel Manager
438 salaries
unlock blur

₹1 L/yr - ₹4.6 L/yr

Key Account Manager
414 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Area Business Manager
342 salaries
unlock blur

₹3.7 L/yr - ₹10 L/yr

Explore more salaries
Compare Oyo Rooms with

Udaan

3.9
Compare

BigBasket

3.9
Compare

Swiggy

3.8
Compare

Blinkit

3.8
Compare
write
Share an Interview