Upload Button Icon Add office photos

Filter interviews by

EazyDiner Concierge Executive Interview Questions and Answers

Updated 10 Oct 2024

EazyDiner Concierge Executive Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced concierge executive with a passion for providing exceptional customer service and creating memorable experiences.

    • Over 5 years of experience in the hospitality industry

    • Strong communication and interpersonal skills

    • Ability to multitask and prioritize in a fast-paced environment

    • Proficient in handling guest inquiries and resolving issues efficiently

  • Answered by AI
  • Q2. Why do want to work in this company
  • Ans. 

    I am passionate about providing exceptional service and creating memorable experiences for guests.

    • I admire the company's reputation for excellence in customer service.

    • I am excited about the opportunity to work with a team of dedicated professionals.

    • I believe my skills and experience align well with the company's values and goals.

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

(2 Questions)

  • Q1. What do you understand by CRM
  • Ans. 

    CRM stands for Customer Relationship Management, a strategy for managing interactions with customers and potential customers.

    • CRM involves using technology to organize, automate, and synchronize sales, marketing, customer service, and technical support.

    • It helps businesses build and maintain relationships with customers, streamline processes, and improve profitability.

    • Examples of CRM software include Salesforce, HubSpot,

  • Answered by AI
  • Q2. How will you handle a angry customer
  • Ans. 

    I would listen to their concerns, empathize with their situation, apologize for any inconvenience, and work towards finding a solution to address their issue.

    • Listen actively to the customer's concerns without interrupting

    • Empathize with the customer's situation and show understanding

    • Apologize for any inconvenience or negative experience they have had

    • Work towards finding a solution to address the customer's issue, offeri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

I applied via Walk-in and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What is your strength
  • Q3. What is your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm honest, self motivated and hardworking boy with positive attitude towards my career in my life.

I applied via Naukri.com and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude Test preparation is for checked the mental ability and critical thinking of a person

Round 3 - Coding Test 

Written Programs and checking of program output

Round 4 - One-on-one 

(2 Questions)

  • Q1. This is a one on one round interview
  • Q2. Basic of programs language and their concept
Round 5 - HR 

(2 Questions)

  • Q1. Related questions of program during software and their concept and mostly checking our willing to work in this job and confidence
  • Q2. Mental ability, confidence checking related attitude and question and software related questions

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Developer interview:
  • Javascript
  • SQL
  • Python
  • Web Technologies
Interview preparation tips for other job seekers - Be we'll confidence to approach the job interview this is the frist things and second one is our attitude and our ability to work in this feild

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. About self introduction
  • Q2. About technical questions
  • Q3. Python questions about opps concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good mood and perfect manner and desect ways

I applied via Naukri.com and was interviewed in Jun 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was total 3 technical rounds and 1 HR round. Technical rounds was mostly about DSA and basic subjective questions. Average time for each round was 1 hour 15 mins. In each round I write code in C++ and then check it by dry running some examples and edge cases. This whole process took almost 2 weeks and in the end result was positive. Use pen and paper, think calmly, take your time, ask interviewer if you are stuck. Best of Luck and happy codding :)

I applied via Referral and was interviewed in Aug 2021. There were 2 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 - Coding Test 

PHP, c , html and CSS , bootstrap

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Developer interview:
  • Coding
  • C
  • PHP
  • HTML
  • Bootstrap
Interview preparation tips for other job seekers - Better performance in job can your growth in position and growth in your working field
Round 1 - HR 

(7 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. What are your salary expectations?
  • Q5. Share details of your previous job.
  • Q6. Why should we hire you?
  • Q7. Tell me about yourself.
Round 2 - One-on-one 

I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is the polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects to be treated as if they are of multiple types.

    • It enables code to be written that can work with objects of different classes in a uniform way.

    • Polymorphism can be achieved through method overloading or method overriding.

    • Example: A shape class can have multiple subclasses like circle, square, triangle, etc. and all can be treated a...

  • Answered by AI
  • Q2. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class, and can also add new properties and method...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - online process in the test of the question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was simple.

Round 2 - Technical 

(1 Question)

  • Q1. Asked 2 questions from recursion.
Round 3 - HR 

(1 Question)

  • Q1. Simple HR round.

EazyDiner Interview FAQs

How many rounds are there in EazyDiner Concierge Executive interview?
EazyDiner interview process usually has 2 rounds. The most common rounds in the EazyDiner interview process are HR and One-on-one Round.
How to prepare for EazyDiner Concierge Executive 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 EazyDiner. The most common topics and skills that interviewers at EazyDiner expect are Customer Satisfaction, Sales, B2C, Customer Service and Reservation.
What are the top questions asked in EazyDiner Concierge Executive interview?

Some of the top questions asked at the EazyDiner Concierge Executive interview -

  1. how will you handle a angry custo...read more
  2. what do you understand by ...read more

Tell us how to improve this page.

EazyDiner Concierge Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
Spyne Interview Questions
3.7
 • 13 Interviews
Lokal App Interview Questions
3.5
 • 13 Interviews
View all
EazyDiner Concierge Executive Salary
based on 18 salaries
₹3 L/yr - ₹4.6 L/yr
13% less than the average Concierge Executive Salary in India
View more details

EazyDiner Concierge Executive Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Assistant Sales Manager
40 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Assistant Manager
24 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Concierge Executive
18 salaries
unlock blur

₹3 L/yr - ₹4.6 L/yr

Executive
15 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Management Trainee
11 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare EazyDiner with

Zomato

3.7
Compare

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

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