Upload Button Icon Add office photos

Filter interviews by

ECOS (I) MOBILITY & HOSPITALITY Interview Questions and Answers

Updated 20 Dec 2023

ECOS (I) MOBILITY & HOSPITALITY Interview Experiences

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via AmbitionBox and was interviewed in Oct 2023. 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 Resume tips
Round 2 - HR 

(3 Questions)

  • Q1. What is an English coffee
  • Ans. 

    An English coffee typically refers to a coffee with milk or cream, often served with sugar.

    • English coffee is usually made with espresso and steamed milk

    • It can be served with sugar or flavored syrups

    • Popular variations include lattes, cappuccinos, and flat whites

  • Answered by AI
  • Q2. Difference between cappuccino and latte
  • Ans. 

    Cappuccino has equal parts espresso, steamed milk, and foam, while latte has more steamed milk and less foam.

    • Cappuccino has equal parts espresso, steamed milk, and foam

    • Latte has more steamed milk and less foam

    • Cappuccino is typically served in smaller cups than lattes

    • Cappuccinos are often topped with cocoa powder or cinnamon, while lattes may have latte art on top

  • Answered by AI
  • Q3. What's your expectation

Interview Preparation Tips

Topics to prepare for ECOS (I) MOBILITY & HOSPITALITY Barista Trainer interview:
  • Coffee experience
Interview preparation tips for other job seekers - Always believe in yourself

Barista Trainer Interview Questions asked at other Companies

Q1. What is an English coffee
View answer (2)

Interview Questions & Answers

user image Thanga Vikas

posted on 26 Sep 2023

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

I applied via Indeed and was interviewed in Aug 2023. There were 3 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 Resume tips
Round 2 - Coding Test 

It was quite good and I was manageable to clear and I have given my best that I can do

Round 3 - Aptitude Test 

It was very tough though I managed somehow to clear but I don't think so i couldn't make it happen

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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about hour self?
  • Ans. 

    I am a highly experienced Sr. Operations Executive with a proven track record in driving operational efficiency and delivering results.

    • Over 10 years of experience in operations management

    • Strong leadership skills and ability to motivate teams

    • Expertise in process improvement and cost reduction

    • Implemented strategies that resulted in increased productivity and profitability

    • Managed large-scale projects and achieved successf...

  • Answered by AI
  • Q2. What about previous company?
  • Ans. 

    I worked at XYZ Company as a Sr. Operations Executive.

    • Managed a team of 20 employees and oversaw daily operations

    • Implemented cost-saving measures that resulted in a 10% reduction in expenses

    • Streamlined processes to improve efficiency and productivity

    • Developed and implemented performance metrics to track team's progress

    • Collaborated with cross-functional teams to achieve company goals

  • Answered by AI
  • Q3. What about your salary?
  • Ans. 

    I am open to discussing salary based on the responsibilities and expectations of the role.

    • I believe that salary should be determined based on the value I can bring to the organization.

    • I am open to negotiation and would like to discuss the salary range for this position.

    • I am more focused on finding the right opportunity and fit rather than a specific salary number.

    • I am confident that my skills and experience make me a s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - What about total experience & personal information

Senior Executive Operations Interview Questions asked at other Companies

Q1. In 1 day how many veh can be loaded and unloaded with dock man power count of 14.
View answer (7)

Fleet Manager Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Technical questions
  • Q2. Vehicle maintenance
  • Q3. Fleet & drivers
Round 3 - Group Discussion 

Regarding customers service & communications

Interview Preparation Tips

Interview preparation tips for other job seekers - best company to work i got 3 major awards just in 2 years
zero % politics

Fleet Manager Interview Questions asked at other Companies

Q1. Is there any major issues to run fleet by another fleet
View answer (2)

ECOS (I) MOBILITY & HOSPITALITY interview questions for popular designations

 Assistant Manager Compliance

 (1)

 Receptionist

 (1)

 Fleet Manager

 (1)

 Senior Executive Operations

 (1)

 Barista Trainer

 (1)

I applied via Referral and was interviewed in Feb 2022. 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 - Group Discussion 

Discuss on Compliance and labour act

Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Ecos India Mobility Hospitality is good company

Receptionist Interview Questions & Answers

user image Mohammed Zain

posted on 3 Jun 2021

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How to response thise hospital doctors

Interview Preparation Tips

Interview preparation tips for other job seekers - keep smiling

Receptionist Interview Questions asked at other Companies

Q1. What would do if found difficulties on the duties? Anylising the causes of the problem so that I can conduct the solution to the organiser or management.
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

17 Questions

  • Q1. Find if a string is substring of other string
  • Ans. 

    The function checks if a string is a substring of another string.

    • Use the built-in string methods like 'indexOf' or 'includes' to check for substring.

    • If the language supports regular expressions, you can also use them to find substrings.

    • Consider the case sensitivity of the strings when comparing.

  • Answered by AI
  • Q2. Write a code to multiply two matrices of dimension M*N and N*K
  • Ans. 

    Code to multiply two matrices of dimension M*N and N*K.

    • Create a result matrix of dimension M*K.

    • Iterate through each row of the first matrix.

    • For each row, iterate through each column of the second matrix.

    • For each element in the row of the first matrix, multiply it with the corresponding element in the column of the second matrix.

    • Sum up the products and store the result in the corresponding position of the result matrix.

    • ...

  • Answered by AI
  • Q3. Write a Sql to perform Matrix Multiplication.Two tables has three columns row,col and value
  • Ans. 

    SQL query to perform matrix multiplication using two tables with row, col, and value columns.

    • Use JOIN operation to combine the two tables based on matching row and col values.

    • Use GROUP BY clause to group the result by row and col values.

    • Use SUM function to calculate the dot product of corresponding row and col values.

    • Use INSERT INTO statement to insert the result into a new table.

  • Answered by AI
  • Q4. What is prototype in javascript?
  • Ans. 

    Prototype in JavaScript is an object that is associated with every function and object by default.

    • Prototype is used to add properties and methods to an object.

    • It allows objects to inherit properties and methods from other objects.

    • Modifying the prototype of a function affects all instances of that function.

    • Prototypes can be used to create new objects based on existing objects.

    • The prototype chain allows for property and

  • Answered by AI
  • Q5. How do we write classes in javascript?
  • Ans. 

    Classes in JavaScript are written using the class keyword.

    • Use the class keyword followed by the class name to define a class.

    • Use the constructor method to initialize class properties.

    • Add methods to the class using the class prototype.

    • Use the new keyword to create an instance of the class.

  • Answered by AI
  • Q6. There is a ladder of N steps.We can either take 1 step or 2 steps.In how many different ways one can climb the ladder?
  • Ans. 

    The number of different ways to climb a ladder of N steps by taking 1 or 2 steps at a time.

    • This is a classic problem that can be solved using dynamic programming.

    • The number of ways to climb N steps is equal to the sum of the number of ways to climb N-1 steps and N-2 steps.

    • The base cases are when N is 0 or 1, where there is only 1 way to climb the ladder.

    • For example, for N=4, there are 5 different ways: [1, 1, 1, 1], [1

  • Answered by AI
  • Q7. Print a square matrix in spiral order
  • Ans. 

    Print a square matrix in spiral order

    • Start by defining the boundaries of the matrix

    • Iterate through the matrix in a spiral pattern, printing each element

    • Adjust the boundaries after each iteration to move inward

    • Repeat until all elements are printed

  • Answered by AI
  • Q8. Given a table with 3 columns StudentName,Subject and Marks.Write a sql to retrieve second highest Marks Obtained for each student
  • Ans. 

    Retrieve the second highest marks obtained by each student from a table with student name, subject, and marks.

    • Use the RANK() function to assign a rank to each row based on the marks in descending order.

    • Filter the result to only include rows with rank 2 for each student.

    • Group the result by student name to get the second highest marks for each student.

  • Answered by AI
  • Q9. Given a Website with header,footer,side ads(Google ads,Internal ads).How will you extract only useful data from the page
  • Q10. Difference between .live() and .delegate() in jquery
  • Ans. 

    The .live() method attaches an event handler to the current and future elements, while .delegate() attaches an event handler to a parent element.

    • The .live() method is deprecated in newer versions of jQuery.

    • The .delegate() method is preferred over .live() for performance reasons.

    • Both methods are used to handle events for dynamically added elements.

    • Example: $(document).live('click', 'button', function() { ... });

    • Example:...

  • Answered by AI
  • Q11. What is chaining in jquery?
  • Ans. 

    Chaining in jQuery allows multiple methods to be called on a single element in a single line of code.

    • Chaining simplifies code and improves readability.

    • Each method in the chain operates on the result of the previous method.

    • The chain ends with a method that does not return a jQuery object.

    • Example: $('div').addClass('highlight').fadeOut();

  • Answered by AI
  • Q12. What is callback function?
  • Ans. 

    A callback function is a function that is passed as an argument to another function and is executed later.

    • Callback functions are commonly used in event-driven programming.

    • They allow asynchronous execution of code.

    • Callback functions can be used to handle responses from APIs or user interactions.

    • They can be anonymous functions or named functions.

    • Example: setTimeout(function() { console.log('Hello!'); }, 1000);

  • Answered by AI
  • Q13. What is .bind() function in jquery?
  • Ans. 

    The .bind() function in jQuery is used to attach an event handler function to one or more elements.

    • It allows you to specify the event type and the function to be executed when the event occurs.

    • The .bind() function can be used to bind multiple events to the same element.

    • It can also be used to pass additional data to the event handler function.

    • The .bind() function is deprecated in jQuery version 3.0 and above. It is reco

  • Answered by AI
  • Q14. Find the angle between hour handle and minute handle in a clock
  • Ans. 

    The angle between the hour and minute hands of a clock can be calculated using a formula.

    • The hour hand moves 30 degrees per hour and 0.5 degrees per minute.

    • The minute hand moves 6 degrees per minute.

    • Calculate the angle between the two hands using the formula: |30H - 11M/2|, where H is the hour and M is the minute.

  • Answered by AI
  • Q15. Is it possible to create slideshow without using javascript
  • Ans. 

    Yes, it is possible to create a slideshow without using JavaScript.

    • Use CSS animations and transitions to create the slideshow.

    • Use HTML and CSS to structure and style the slideshow.

    • Utilize keyframe animations to create the slide transitions.

    • Use radio buttons or checkboxes to control the slideshow navigation.

    • Apply the :target pseudo-class to create a simple slideshow without JavaScript.

  • Answered by AI
  • Q16. Questions about my current project and academic project
  • Q17. Given two points A and B with distance between them lets say D.there are N men who want to go from point A to point B.All men walk with same speed.They also have one scooter with them which has speed grea...
  • Ans. 

    The men can take turns riding the scooter, allowing them to reach point B faster.

    • The men can form a queue and take turns riding the scooter.

    • The person riding the scooter can drop it off at a certain point and the next person can pick it up.

    • The scooter can be passed along the line of men until everyone reaches point B.

  • Answered by AI

Interview Preparation Tips

Skills: Algorithm, Javascript
College Name: na

Skills evaluated in this interview

Analyst Interview Questions & Answers

Oyo Rooms user image Shobhit Shrivas

posted on 1 Nov 2015

I applied via Campus Placement

Interview Questionnaire 

7 Questions

  • Q1. I was asked 2 questions from a course called principle of economics, such as what is elasticity etc
  • Q2. It was again from my course work they asked me how to solve linear programming problem graphically
  • Q3. Then they asked me to tell me about my self
  • Q4. They asked me to estimate number of microwaves manufactured in india per year
  • Q5. Then I was asked what is my biggest achivement till now
  • Q6. Then I was asked if I have any question for them
  • Q7. He gave me 15 min to convence him so that he hirs me for his company

Interview Preparation Tips

Round: Resume Shortlist
Experience: They were mainly looking for people who has or worked in Start ups or who has some good PORs. They also shortlisted students with CGPA of more than 7.5.
Tips: Try taking good PORs and maintain a healthy CGPA. Make a one page resume.

Round: Technical Interview
Experience: It was good. This was my first interview, I was bit nurvous for obvious reasons but controlled my emotions perfectly. As interview progressed things started becoming normal.
Tips: Be confidant of what ever you speak. Try hidding you nervousness, its okay if you are not able to answer any question but make strong comeback in next.

Round: HR Interview
Experience: I was very confidant of myself and told some 8-9 qualities that I have and gave examples of where I used them in past.
Tips: Again be very confidant. Its okay if you fumble in between but make strong comeback. look into the eyes of interviewer it shows you are confidant. Don't lie, be yourself.

General Tips: Keep working hard, there is no subsitute of hardwork, even in IITs. And don't forget sometimes you have to loose small battels to win Wars.
All the best:)
Skills:
Duration: 8-10weeks
College Name: IIT Madras
Motivation: Oyo is progressing very fast and I wanted to be the part of there amazing journey.
Funny Moments: I kept looking into the eyes of both of my interviewer just to show them I was very confidant but the reality is I was very nervous and I was bluffing them:). After interview I had a headache.

Analyst Interview Questions & Answers

Ola Cabs user image Tarun Meena

posted on 15 Jan 2015

Interview Preparation Tips

Round: Test
Experience: It was a very general aptitude test, including probability reasoning etc.
Tips: practice some CAT papers

Round: HR Interview
Experience: Very basic and general HR questions starting with tell me something about yourself and why this job?
Tips: You should have tailor made answers for tell me about yourself for different sectors/firms, this will help a lot, start preparing on this a month in advance.

College Name: IIT BOMBAY

Analyst Interview Questions & Answers

Oyo Rooms user image Sushant Dogra

posted on 2 Nov 2015

I applied via Campus Placement

Interview Preparation Tips

Round: Puzzle Interview
Experience: basic Guesstimation questtions,
for eg. estimate the no of sleeping all over the world right now.

Tips: Walk the interviewer through your thinking process.
donot make vague guesses.

Round: HR Interview
Experience: 1 Tell us 5 reasons why we should hire you.
2 being an electrical engineering student, why have you applied for a analytic s/operations job profile.

Skills: Ability To Cope Up With Stress, Guesstimation Cases
Duration: 2
College Name: IIT Madras
Contribute & help others!
anonymous
You can choose to be anonymous

ECOS (I) MOBILITY & HOSPITALITY Interview FAQs

How many rounds are there in ECOS (I) MOBILITY & HOSPITALITY interview?
ECOS (I) MOBILITY & HOSPITALITY interview process usually has 2-3 rounds. The most common rounds in the ECOS (I) MOBILITY & HOSPITALITY interview process are Resume Shortlist, Group Discussion and HR.
How to prepare for ECOS (I) MOBILITY & HOSPITALITY 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 ECOS (I) MOBILITY & HOSPITALITY. The most common topics and skills that interviewers at ECOS (I) MOBILITY & HOSPITALITY expect are Collections, Communication Skills, Credit Control, Attendance Management and B2C.
What are the top questions asked in ECOS (I) MOBILITY & HOSPITALITY interview?

Some of the top questions asked at the ECOS (I) MOBILITY & HOSPITALITY interview -

  1. What is an English cof...read more
  2. Difference between cappuccino and la...read more
  3. how to response thise hospital doct...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Vem Technologies

No Interviews

INTERVIEWS

Vem Technologies

No Interviews

INTERVIEWS

Vem Technologies

No Interviews

INTERVIEWS

Endava

10 top interview questions

INTERVIEWS

Jubilant Industries

No Interviews

INTERVIEWS

Vem Technologies

No Interviews

INTERVIEWS

First Quantum Minerals

No Interviews

INTERVIEWS

Jubilant Industries

No Interviews

Tell us how to improve this page.

ECOS (I) MOBILITY & HOSPITALITY Interview Process

based on 8 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 218 Interviews
Uber Interview Questions
4.2
 • 149 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
FabHotels Interview Questions
3.0
 • 34 Interviews
Rapido Interview Questions
3.8
 • 29 Interviews
Treebo Hotels Interview Questions
3.3
 • 22 Interviews
Zoomcar Interview Questions
3.6
 • 21 Interviews
Yulu Bikes Interview Questions
3.7
 • 6 Interviews
Goibibo Interview Questions
4.3
 • 6 Interviews
View all

ECOS (I) MOBILITY & HOSPITALITY Reviews and Ratings

based on 175 reviews

4.4/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.0

Salary

3.8

Job security

4.2

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 175 Reviews and Ratings
Senior Executive
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ECOS (I) MOBILITY & HOSPITALITY with

Ola Cabs

3.4
Compare

Uber

4.2
Compare

Zoomcar

3.6
Compare

Yulu Bikes

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