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 Product Manager Interview Questions and Answers

Updated 17 Jan 2023

Oyo Rooms Product Manager Interview Experiences

3 interviews found

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

I applied via Walk-in and was interviewed in Dec 2022. There were 3 interview rounds.

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 - Case Study 

Questions were around product design.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions were around competitive companies.
  • Q2. Do RCA for Jio operations

Interview Preparation Tips

Topics to prepare for Oyo Rooms Product Manager interview:
  • Product Management
Interview preparation tips for other job seekers - Do case study properly and this would help a lot for the interviews.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.

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 - Aptitude Test 

Normal puzzles were asked in the interview questions

Round 3 - Coding Test 

Some basic array coding test was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - xxxxx x x x. x x. x x x. x. x. x xx x x. x x x x x x x x x

Product Manager Interview Questions Asked at Other Companies

asked in Nykaa
Q1. You see the number of people cancelling the order increasing. Can ... read more
asked in Jio Haptik
Q2. A sample question for example - Find the number of users who are ... read more
asked in Flipkart
Q3. Strategy assignment: Assume that Flipkart owned E-kart Logistics ... read more
asked in Meesho
Q4. Understand the reselling market in India and other social commerc ... read more
asked in Google
Q5. How do you make business decisions? Followed by - Estimate number ... read more

I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.

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 - HR 

(1 Question)

  • Q1. Why do you want to join Oyo?
Round 3 - Case Study 

Case study was about finding how to solve fake hotel reviews.

Interview Preparation Tips

Interview preparation tips for other job seekers - I think they have a good process and doesn't follow traditional interviews. Case discussion was very positive and supportive.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. P&L, stock ordering, brand standards, sop, inventory management

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position
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 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

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 3 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. What are your current responsibilities and assignments
  • Ans. 

    As a Project Manager, my current responsibilities include overseeing project planning, execution, and delivery.

    • Leading cross-functional teams to ensure project goals are met

    • Developing project plans, timelines, and budgets

    • Monitoring project progress and identifying and resolving any issues

    • Communicating with stakeholders to provide updates and address concerns

    • Managing project resources and coordinating tasks

    • Ensuring proj...

  • Answered by AI
  • Q2. Describe a successfully completed project/assignment by you and if you get the chance what would you change about it and why?
  • Ans. 

    Successfully completed a software development project

    • Developed a web application for a client within the given timeline

    • Managed a team of developers and ensured smooth coordination

    • Implemented agile project management methodologies

    • Regularly communicated with the client to gather feedback and make necessary adjustments

    • Delivered the project with all the required features and functionalities

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Why are you looking to leave your current company and join our company
  • Ans. 

    Looking for new challenges and growth opportunities

    • Seeking a more challenging role that allows me to utilize my skills and experience

    • Interested in joining a company that values innovation and encourages professional development

    • Excited about the potential for growth and advancement within your organization

    • Impressed by the positive reputation and success of your company in the industry

    • Eager to work with a talented team a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident, positive and above all truthful in your answers. Don't try to read the interviewers mind but focus on the questions and what answers would provide a satisfactory conclusion. Be curious and also ask questions about your proposed role, future plans, work culture etc. BTW I was the interviewer

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

Oyo Rooms Interview FAQs

How many rounds are there in Oyo Rooms Product Manager interview?
Oyo Rooms interview process usually has 3 rounds. The most common rounds in the Oyo Rooms interview process are Resume Shortlist, Case Study and HR.
How to prepare for Oyo Rooms Product Manager 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 New Product Development, Product Launch and Product Management.
What are the top questions asked in Oyo Rooms Product Manager interview?

Some of the top questions asked at the Oyo Rooms Product Manager interview -

  1. Questions were around competitive compani...read more
  2. Do RCA for Jio operati...read more

Tell us how to improve this page.

Oyo Rooms Product Manager Interview Process

based on 2 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

MakeMyTrip Interview Questions
3.7
 • 122 Interviews
Burger King Interview Questions
3.8
 • 69 Interviews
Hyatt Regency Interview Questions
4.1
 • 43 Interviews
Pizza Hut Interview Questions
3.9
 • 42 Interviews
JW Marriott Interview Questions
4.2
 • 40 Interviews
View all
Oyo Rooms Product Manager Salary
based on 148 salaries
₹14 L/yr - ₹31.5 L/yr
At par with the average Product Manager Salary in India
View more details

Oyo Rooms Product Manager Reviews and Ratings

based on 12 reviews

3.3/5

Rating in categories

3.6

Skill development

2.9

Work-life balance

3.2

Salary

1.8

Job security

2.6

Company culture

3.2

Promotions

3.5

Work satisfaction

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

₹4.4 L/yr - ₹14.5 L/yr

Demand Manager
818 salaries
unlock blur

₹3.1 L/yr - ₹9.5 L/yr

Key Account Manager
457 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Hotel Manager
444 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Area Supply Manager
391 salaries
unlock blur

₹5 L/yr - ₹20 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.1
Compare

Marriott International

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