Upload Button Icon Add office photos

Filter interviews by

OYO Life Interview Questions and Answers

Updated 22 Aug 2022

OYO Life Interview Experiences

Popular Designations

3 interviews found

Round 1 - One-on-one 

(2 Questions)

  • Q1. About past experiences, only, growth, sales and marketing
  • Q2. About strengths, why u want to join us
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion, notice period, date of joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and focus on pnl , sales nu.bers, margins, losses, wastages

Senior General Manager Interview Questions asked at other Companies

Q1. Raw material selection and how to get quality of finished products ?
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Why do you leave pervious job

Interview Preparation Tips

Interview preparation tips for other job seekers - Looking for good opportunity and more aligend to my carrer goal

Bpo Sales Executive Interview Questions asked at other Companies

Q1. What are the different dpos? What is Bpo? Name same different department of bpo
View answer (1)

Interview Questions & Answers

user image

posted on 6 Jan 2022

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How Hospitality change in pandemic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about hospitality industry,

Interview questions from similar companies

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: They selected 10 students from our college from CS and IT .They are looking for guys with extra projects done during college .App development will be a bonus ,contribution to open source and competitive programming will help for shortlisting.
Some of my friends had research papers published and they too got selected.

Round: Test
Experience: Have to write code snippet for 4 questions in 45 minutes
1.Difference between hour hand and minute hand
2.longest palindromic sub string.
3.Product Array puzzle
4.Some question related to matrix

Tips: All question were from geeksforgeeks
So practice it well ..u will make through it

Round: Test
Experience: Long Discussion on projects
They will scan each and every line of your Resume ,so dont write bullshits..
I wrote about interest in AI and got screwed..Discussion on college projects and final year project.
Then asked me to design a snake and ladder game OOPS concepts
Told me to find sum of all elements of sub matrix..(hint pre-processing the matrix)
Asked me about sessions and cookies
Gave a query to write on database indexing (dont remember exactly)
Asked me the code of the difference between hour hand and minute hand and extended it wid the second hand
Asked me as how to implement a dictionary
asked about TRIES ,CODE SNIPPET ON THE SHARED DOCS
One of my friend was asked to implement (set) of STL
Tips: The interviewer was cool guy..helped me a lot always made me comfortable.Interact with them as much as possible

Round: Test
Experience: Wid the CTO of the company .
Started wid the projects again .ACID properties,Database transactions,Concurrency Control
Optimization in database.
Then he asked me to code a function
Given a hash function applied on letters of English words ,un-hash it.Took me 45 minutes to reach the solution ,he helped me a lot.
Asked me to write the code for diameter of a binary tree
Asked me write the code for Boolean Matrix
One of my friend was asked to a question in which there was a bug in a m*n matrix and we have to find the bug(hint dfs or bfs)
Tips: keep calm ,,just keep talking ad he will help u a lot...

Round: HR
Experience: This was the toughest round for me...I had cleared all the rounds but they rejected me in the HR round ,,,dont know where I screwed..Learn every thing of Zomato..
They offered me an internship and thereafter they would look to give a PPO ...!!!lets see what happens

Skills: Coding Skills And Knowledge On Data Structures
Duration: 3
College Name: NIT Srinagar

Interview Questionnaire 

9 Questions

  • Q1. Write a regex for email validation?
  • Ans. 

    Regex for email validation

    • Start with a string of characters followed by @ symbol

    • Followed by a string of characters and a period

    • End with a string of characters with a length of 2-6 characters

    • Allow for optional subdomains separated by periods

    • Disallow special characters except for . and _ in username

  • Answered by AI
  • Q2. Parse the XML? and store the output in JSON. Discussed different approaches?
  • Q3. Print prime numbers in a given range and optimize the solution?
  • Ans. 

    Print prime numbers in a given range and optimize the solution.

    • Use Sieve of Eratosthenes algorithm to generate prime numbers efficiently

    • Start with a boolean array of size n+1, mark all as true

    • Loop through the array and mark all multiples of each prime as false

    • Print all the indexes that are still marked as true

  • Answered by AI
  • Q4. Puzzle – 25 horses – 5 lanes, find fastest 3 horses?
  • Q5. Web related questions on Sessions and cookies?
  • Q6. A lot of discussion on my resume, experience etc
  • Q7. Find angle between hour hand and minute hand in clock if time is given? Write a program or pseudo code?
  • Ans. 

    Find angle between hour and minute hand in a clock given the time.

    • Calculate the angle made by the hour hand with respect to 12 o'clock position

    • Calculate the angle made by the minute hand with respect to 12 o'clock position

    • Find the difference between the two angles and take the absolute value

    • If the angle is greater than 180 degrees, subtract it from 360 degrees to get the smaller angle

  • Answered by AI
  • Q8. A hash function was written to convert a string into a hash. Write a un-hash function to revert it(from hash to string)?
  • Ans. 

    To un-hash a string, use a reverse algorithm to convert the hash back to the original string.

    • Create a reverse algorithm that takes the hash as input and outputs the original string

    • Use the same logic as the hash function but in reverse order

    • If the hash function used a specific algorithm, use the inverse of that algorithm to un-hash the string

  • Answered by AI
  • Q9. He discussed about expectations and role. Asked me if I have any questions. He said to me “yaha aana hai to marwani padegi. tyar ho”? I smiled and asked what are the work timings? He said 9-9 and I was kin...

Interview Preparation Tips

General Tips: I applied through a recruiter. Then I got a call from Zomato HR. It was for LAMP developer profile. She asked me about my profile and also shared some expectations from the role. She asked me to come for F2F rounds to take the process further
Skills: Web development, JSON, Algorithm
College Name: na
Motivation: Overall process was not very tough. But they have start up culture. People work their for 11-12 hours a day. Sometimes on Saturday as well. So people who are geeks or have nothing in life to do except their job can go and join

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2023. 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 Resume tips
Round 2 - Coding Test 

There were 3 SQL questions
Q1. Find the second highest transaction I'd
Q2. Find the total transaction amount who signed up yesterday
Q3. How to calculate running sum without using window functions.
Excel question
Q1. How to get the data in pivot format without using pivot table option.

Round 3 - Aptitude Test 

I didn't clear my first round interview

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy. Just brush up your skills beforehand.
All the best!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 4 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 Resume tips
Round 2 - Coding Test 

Sql, excel questions were asked

Round 3 - Case Study 

To figure out the red colour car in delhi

Round 4 - HR 

(1 Question)

  • Q1. Hr questions were asked to me

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work, confused higher management and middle management are very scared of their bosses.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Related to electrical safety, electrical basic audit
  • Q2. Fire safety, training
  • Q3. Know the NBC 2016, Maharashtra aft, rules

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic electrical safety,
Electrical safety audit,

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why sales?
  • Q2. How will I sell Stanza Living?
  • Ans. 

    I will sell Stanza Living by highlighting its unique features and benefits.

    • Emphasize the premium quality of living spaces and amenities

    • Highlight the community and networking opportunities

    • Mention the convenience of location and proximity to key areas

    • Showcase the safety and security measures in place

    • Provide testimonials from satisfied residents

    • Offer competitive pricing and flexible payment options

  • Answered by AI
  • Q3. What all strategies can be followed?
  • Ans. 

    Strategies for what? Please provide more context.

    • It is important to know what the strategies are for before providing an answer.

    • Strategies can vary depending on the industry, company, and specific situation.

    • Some common strategies include cost-cutting, market expansion, product diversification, and customer retention.

    • It is important to analyze data and gather insights before implementing any strategy.

    • Regularly reviewing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have sales experience, just use it wisely while answering and be confident. All they want is people who are smart while answering objections and confident.
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 3 - Case Study 

Market knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open and tell what all you know about the market
Contribute & help others!
anonymous
You can choose to be anonymous

OYO Life Interview FAQs

How many rounds are there in OYO Life interview?
OYO Life interview process usually has 2 rounds. The most common rounds in the OYO Life interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for OYO Life 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 Life. The most common topics and skills that interviewers at OYO Life expect are Active Directory, Corporate Sales, Costing, Hospitality and Management.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Coho

No Interviews

LIST OF COMPANIES

Prodesk

Overview

INTERVIEWS

Housr

No Interviews

INTERVIEWS

ZocDoc

No Interviews

Tell us how to improve this page.

OYO Life Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zomato Interview Questions
3.8
 • 309 Interviews
Stanza Living Interview Questions
3.0
 • 76 Interviews
Zolo Interview Questions
3.4
 • 49 Interviews
Nestaway Interview Questions
3.9
 • 17 Interviews
CoLive Interview Questions
4.0
 • 10 Interviews
Your Space Interview Questions
3.5
 • 2 Interviews
Coho Interview Questions
3.4
 • 1 Interview
View all

OYO Life Reviews and Ratings

based on 50 reviews

3.6/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.3

Salary

2.8

Job security

3.5

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 50 Reviews and Ratings
Area Supply Manager
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Zonal Business Manager
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Property Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Manager
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare OYO Life with

Zolo

3.4
Compare

Nestaway

3.9
Compare

Stayabode Ventures

4.5
Compare

CoLive

2.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent