Upload Button Icon Add office photos

Filter interviews by

Elior Interview Questions and Answers

Updated 6 Jun 2024

Elior Interview Experiences

2 interviews found

Commis Chef Interview Questions & Answers

user image Anonymous

posted on 6 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What's your previous experience
  • Q2. Are you comfortable in relocating
Round 2 - One-on-one 

(2 Questions)

  • Q1. What's your previous experience
  • Q2. How do you treat your guests

Commis Chef Interview Questions asked at other Companies

Q1. How you prepare ceasar salad what ingredients you used for that
View answer (14)

Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2022.

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. How do you handle challenges and what were they
  • Q2. Can you handle the entire region
  • Ans. 

    Yes, I have experience managing multiple regions and have the necessary skills to handle the entire region.

    • I have successfully managed multiple regions in my previous roles

    • I have strong leadership and communication skills to effectively manage a large team

    • I am familiar with the regulations and requirements of the entire region

    • I am confident in my ability to handle any challenges that may arise

    • For example, in my previou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Was mentally harassed. Over demanding work
Poor and non cooperative management. HR holds no power in front of management.
It’s still working like a proprietary model. Abusive words are used in meetings

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

I appeared for an interview before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your mini project
  • Ans. 

    Developed a web application for tracking personal expenses

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented Node.js and MongoDB for back-end functionality

    • Included features for adding, categorizing, and analyzing expenses

  • Answered by AI
  • Q2. Tell me about your team work other than project.
  • Ans. 

    I actively participate in team building activities and collaborate with colleagues on various initiatives outside of work projects.

    • Organizing team lunches or outings to build camaraderie

    • Participating in charity events or volunteer work as a team

    • Collaborating on internal initiatives such as diversity and inclusion programs

    • Attending industry conferences or workshops together

  • Answered by AI
  • Q3. How will you convince your client if you are not able deliver the project on time.
  • Ans. 

    I will explain the reasons for the delay and present a plan to mitigate it.

    • Communicate the reasons for the delay clearly and honestly

    • Present a plan to mitigate the delay and ensure timely delivery

    • Provide regular updates on the progress of the project

    • Offer alternative solutions or compromises if necessary

    • Ensure that the client understands the impact of the delay on the project

    • Maintain a professional and respectful attit

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions will be from aptitude and vocabulary
Duration: 1 hour
Total Questions: 60

I appeared for an interview before May 2016.

Interview Questionnaire 

1 Question

  • Q1. 3-4

Interview Preparation Tips

Round: Test
Experience: The first round round had basic medium level apti questions
Duration: 5 hours
Total Questions: 20

Round: Group Activity
Experience: Each person has to talk on a random topic for 2 mins
Tips: Kindly speak on topics that are not so famous , choose a different topic , be unique. I spoke on the topic about why Ban of Maggi in India

Round: HR Interview
Experience: Once you have gone through all the previous rounds , 99 % selected . It consist a couple of basic questions
Tips: Be Easy and dont exaggerate

Skills: Communication And Confidence, Communication And Confidence

Interview Preparation Tips

Round: Test
Experience: AMCAT conducted our initial test. The Aptitude included 3 sections as mentioned above. The AMCAT tests are adaptive in their questions. Means if you answer a wrong question the next question will be of lower difficulty and the other way around when you answer it right. This actually helps and amplifies your strengths.

Tips: The questions for English section are always repeated. Study the previous sample papers from AMCAT website
website.
Duration: 75 minutes
Total Questions: AMCAT

Skills: General Aptitude
College Name: SKN Sinhgad Institute of Technology

I appeared for an interview before Jan 2016.

Interview Preparation Tips

Round: Test
Duration: 5 minutes

College Name: NIT Silchar

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Project related questions

Interview Preparation Tips

Round: Test
Experience: It was just an aptitude test.It contains 3 sections verbal,quant and technical

Round: Technical + HR Interview
Experience: It was just an aptitude test.It contains 3 sections verbal,quant and technical

College Name: Mitcoe

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Project related questions

Interview Preparation Tips

Round: Test
Experience: It was a general aptitude test with 3 sections quant,verbal and technical
Duration: 1 hour 30 minutes

Round: Technical + HR Interview
Experience: It was a technical + hr round. 5 candidates at a time. Panel consits of 2 people 1 hr and 1 technical.Both of them ask each candidates few questions

Skills: Java Programming
College Name: Mitcoe

Elior Interview FAQs

How many rounds are there in Elior interview?
Elior interview process usually has 2 rounds. The most common rounds in the Elior interview process are One-on-one Round, Resume Shortlist and Technical.

Tell us how to improve this page.

Elior Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
PepsiCo Interview Questions
4.0
 • 198 Interviews
Sodexo Interview Questions
4.1
 • 162 Interviews
Amul India Interview Questions
4.1
 • 124 Interviews
DineOut Interview Questions
4.0
 • 4 Interviews
View all

Elior Reviews and Ratings

based on 29 reviews

4.1/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.9

Salary

3.9

Job security

3.7

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 29 Reviews and Ratings
Assistant Manager
6 salaries
unlock blur

₹4.3 L/yr - ₹7.2 L/yr

Qhse Executive
5 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

HR Manager
5 salaries
unlock blur

₹6.4 L/yr - ₹7.5 L/yr

Assistant Manager Procurement
5 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Assistant Manager- HR
5 salaries
unlock blur

₹5.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Elior with

Sodexo

4.1
Compare

Compass Group Support Services

4.1
Compare

Aramark

3.8
Compare

DineOut

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