Filter interviews by
I was interviewed before Jan 2022.
There are various types of breakfast such as continental, English, American, and Asian.
Continental breakfast typically includes pastries, bread, jam, and coffee or tea.
English breakfast includes eggs, bacon, sausage, baked beans, and toast.
American breakfast includes pancakes, waffles, eggs, bacon, and sausage.
Asian breakfast includes rice, noodles, soup, and various side dishes.
There are various types of services and breakfast options available.
Types of services: customer service, technical support, sales, etc.
Types of breakfast: continental, buffet, à la carte, grab-and-go, etc.
There are various types of breakfast options available including continental, American, English, and Asian breakfast.
Continental breakfast typically includes pastries, bread, fruits, and coffee.
American breakfast often consists of eggs, bacon, pancakes, and toast.
English breakfast commonly includes eggs, sausage, baked beans, mushrooms, and toast.
Asian breakfast can vary but may include rice, noodles, dumplings, and so
Table service refers to the different styles of serving food and beverages to customers in a restaurant or dining establishment.
Buffet service: Customers serve themselves from a variety of dishes displayed on a table.
Family-style service: Platters of food are placed on the table and customers serve themselves.
Plate service: Food is portioned and plated in the kitchen before being served to customers.
Silver service: Foo...
posted on 7 May 2021
Vodka based cocktails are popular and versatile. They can be sweet, sour, or savory, and can be made with a variety of mixers and garnishes.
Cosmopolitan - vodka, triple sec, cranberry juice, lime juice
Bloody Mary - vodka, tomato juice, Worcestershire sauce, hot sauce
Moscow Mule - vodka, ginger beer, lime juice
White Russian - vodka, coffee liqueur, cream
Screwdriver - vodka, orange juice
Vodka Martini - vodka, dry vermout
There are various types of beers such as lagers, ales, stouts, porters, and wheat beers.
Lagers are light-bodied and crisp, with a clean finish.
Ales are full-bodied and fruity, with a slightly bitter finish.
Stouts are dark and rich, with a creamy texture.
Porters are similar to stouts but less bitter.
Wheat beers are light and refreshing, with a citrusy flavor.
Examples include Budweiser (lager), Sierra Nevada Pale Ale (al...
posted on 4 Jun 2024
I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.
Services in the hospitality industry include accommodation, food and beverage, event planning, and entertainment.
Accommodation services include hotels, motels, resorts, and vacation rentals
Food and beverage services include restaurants, bars, cafes, and catering
Event planning services include organizing conferences, weddings, parties, and meetings
Entertainment services include live music, performances, tours, and recre
Handling the situation involves assessing the problem, identifying possible solutions, and implementing the best course of action.
Listen actively to understand the situation
Analyze the root cause of the issue
Brainstorm potential solutions
Evaluate the pros and cons of each solution
Communicate effectively with stakeholders
Implement the chosen solution with clear steps and timelines
Monitor progress and make adjustments as
posted on 6 May 2024
I applied for this internship because I am passionate about gaining practical experience in the field and developing my skills.
Passionate about gaining practical experience
Desire to develop skills in the field
Opportunity to learn from professionals
Interest in the company's work and values
The newspaper contains news articles, opinion pieces, advertisements, and other information.
News articles covering current events
Opinion pieces discussing various topics
Advertisements for products and services
Sports section with updates on games and matches
Weather forecast for the day
Local events and community news
Business section with stock market updates
Entertainment section featuring movie reviews and celebrity news
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
based on 1 interview
Interview experience
Commis Chef
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Duty Manager
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Chief Cook
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Front Office Associate
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Steward
4
salaries
| ₹0 L/yr - ₹0 L/yr |
Taj Hotels Resorts and Palaces
ITC Hotels
Oberoi Group of Hotels
THE LEELA PALACES HOTELS & RESORTS