Filter interviews by
I applied via AmbitionBox and was interviewed in Oct 2023. There were 2 interview rounds.
Hospitality is the act of providing a welcoming and friendly environment for guests or customers.
Hospitality involves creating a positive experience for guests or customers
It includes being attentive, friendly, and accommodating
Examples include greeting customers with a smile, offering assistance, and ensuring their needs are met
A hotel is a commercial establishment that provides lodging, meals, and other services for travelers and guests.
Hotels typically offer various amenities such as room service, housekeeping, and concierge services
They can range from budget-friendly options to luxury resorts
Hotels often have different types of rooms such as standard, suite, and penthouse
Some hotels also have on-site restaurants, bars, and recreational fac
A service is an action or work performed for others, often for a fee.
Service involves providing assistance or fulfilling a need for someone else
Examples include serving food and drinks, cleaning tables, taking orders
Service can also refer to the act of maintaining or repairing equipment
Table setting refers to the way a table is arranged with dishes, utensils, and decorations for a meal.
Includes plates, silverware, glassware, napkins, and any additional items needed for the meal
Each item is placed in a specific order and position on the table
Table setting can vary depending on the type of meal being served, such as formal or casual
Examples: formal table setting for a dinner party, casual table setting
I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 2 interview rounds.
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
Coding question of medium level difficulty, from DP.
18 MCQs were core CSE related concepts e.g: OS, OOPs, DBMS, Networking
Time was 90 minutes.
You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute ...
Find the minimum cost to reach a destination in a matrix with blocked cells.
Use Breadth First Search (BFS) algorithm to explore all possible paths from the starting point to the destination.
Keep track of the cost incurred at each cell and update it as you move through the matrix.
Return the minimum cost to reach the destination or -1 if it is unreachable.
Round duration - 30 minutes
Round difficulty - Medium
It was an one-to-one interview. It checks your problem solving ability and a few OOPs, OS, DBMS etc concepts. Coding questions were related to array, queue and DP.
Given an integer array/list ARR
of length 'N', determine if it is possible to form at least one non-degenerate triangle using the values of the array as the sides o...
Determine if it is possible to form a non-degenerate triangle using array elements as sides.
Check if the sum of any two sides is greater than the third side for all combinations of sides.
If the above condition is met for any combination, return true; otherwise, return false.
You are given an array/list of integers. The task is to return the maximum sum of a subsequence such that no two elements in the subsequence are adjacent in the given ...
Find the maximum sum of non-adjacent elements in an array.
Use dynamic programming to keep track of the maximum sum at each index, considering whether to include the current element or not.
At each index, the maximum sum can be either the sum excluding the current element or the sum including the current element but excluding the previous element.
Iterate through the array and update the maximum sum accordingly.
Example: F...
Round duration - 45 minutes
Round difficulty - Easy
It was also a problem solving round. However after coding questions, they also asked CSE conceptual questions.
Convert a given binary tree into its sum tree. In a sum tree, every node's value is replaced with the sum of its immediate children's values. Leaf nodes are set to 0. Finally, return th...
Convert a binary tree into a sum tree by replacing each node's value with the sum of its children's values. Return preorder traversal.
Traverse the tree in a bottom-up manner, starting from the leaf nodes.
For each node, update its value to the sum of its children's values.
Set leaf nodes to 0.
Return the preorder traversal of the modified tree.
Core concepts of indexing in DBMS include types of indexes, benefits of indexing, and factors affecting index performance.
Types of indexes: B-tree, Hash, Bitmap, etc.
Benefits of indexing: Faster data retrieval, improved query performance, reduced disk I/O.
Factors affecting index performance: Selectivity, clustering factor, index fragmentation.
Examples: Creating an index on a column in a table to speed up search queries
Tip 1 : Strengthen your coding, algorithms. This is one most important thing for OYO. Practice Graph, tree, DP, greedy, recursion, data structures questions.
Tip 2 : OS, DBMS concepts will give you an edge over others. Like serialisation, index, deadlock, semaphore
Tip 3 : Only mention those projects in your resume which you are very clear about. They don't ask for detailed explanation, just an overall idea about your projects will increase your chances
Tip 1 : Mention college projects wisely. No need to mention fancy projects. Any project that you can describe to the interviewer will be a best solution
Tip 2 : Neat & clean resume with your skills, technical stacks that you mastered. That's all. They don't require you to be very active in extra-curricular activities, and these things will not give you any advantage.
Tip 3 : Keep it of single page
I applied via Campus Placement
I applied via Campus Placement
I am a dedicated professional with experience in management. I want to work in Oyo for its innovative approach to hospitality. Life in Bangalore is vibrant and diverse.
I have a strong background in management and leadership roles
I am attracted to Oyo for its innovative technology-driven approach to hospitality
Bangalore offers a vibrant cultural scene with diverse food options and entertainment
The city is known for its
I applied via Company Website and was interviewed before Apr 2020. There were 3 interview rounds.
To drive the growth of an organization, I would focus on strategic planning, effective leadership, employee development, customer satisfaction, and innovation.
Developing and implementing a strategic plan to identify growth opportunities and set clear objectives.
Providing strong leadership and guidance to motivate and inspire employees towards achieving organizational goals.
Investing in employee development and training...
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
posted on 14 Sep 2021
I was interviewed in Dec 2020.
Round duration - 60 Minutes
Round difficulty - Medium
The round started at 8 PM. There was one question with several test cases and had to pass every test case in order to get a call for interview.
Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2)
, with initial conditions F(1) = F(2) = 1
.
Round duration - 45 Minutes
Round difficulty - Medium
It was first round for 45mins and only one question was asked.
You are provided with a binary matrix containing dimensions 'N * M', comprised only of 0s and 1s. Your task is to compute the aggregated sum of coverages for all the zer...
Round duration - 45 Minutes
Round difficulty - Easy
It was again 45 min interview and after an intro we quickly jumped in coding.
Given a string 'S' of words, the goal is to determine the frequency of each word in the string. Consider a word as a sequence of one or more non-space characters. The string can h...
Round duration - 45 minutes
Round difficulty - Medium
It was an Technical + HR round. The interviewer was very understanding and he checked the overall knowledge of the subject.
You are provided with an array of integers ARR
of size N
and an integer K
. Your task is to find and return the K
-th smallest value present in the array. All elements...
Tip 1 : Competitive Coding helps initially, later Leetcode, GFG
Tip 2 : Add at least 2 projects in your resume
Tip 1 : Add atleast two projects on Resume
Tip 2 : Study in depth from Resume and make your friend take your mock interview
based on 1 interview
Interview experience
based on 104 reviews
Rating in categories
Qhse Officer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Administration Assistant
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Housekeeping Supervisor
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Cleaning Supervisor
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Bakery Chef
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Sodexo
Compass Group Support Services
TAJSATS AIR CATERING
Elior