Upload Button Icon Add office photos

FabHotels

Compare button icon Compare button icon Compare

Filter interviews by

FabHotels Data Entry Operator Interview Questions and Answers

Updated 3 Aug 2022

FabHotels Data Entry Operator Interview Experiences

1 interview found

I applied via Referral and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. About yours self and Computer test speed on data entry
  • Q2. Answer the test on computer
  • Q3. Last work this company process
  • Q4. I am on computer test

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience for a this company my work is good and i change my goals line is accounts data entry

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your self Why do you want to work in Oyo What is the life in Bangalore
  • Ans. 

    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

  • Answered by AI
  • Q2. Same question
  • Q3. About salary

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How your work will increase our revenue? By sharing the data we can improve our services.
  • Ans. 

    Sharing data insights can help improve services and identify revenue opportunities.

    • Analyzing customer behavior can help identify areas for improvement

    • Identifying trends in sales data can help optimize pricing strategies

    • Using data to personalize marketing efforts can increase customer engagement

    • Predictive modeling can help identify potential revenue opportunities

    • Tracking key performance indicators can help optimize busi

  • Answered by AI
  • Q2. Do you believe in the overtime if yes then why? I don believe in the rare cases we should help our team mates

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay cool and be optimistic.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Assignment 

Assignment contained multiple set of questions - python, data science, sql, statistics, data literacy , visualization . Test went on for 1 hour and results were given immediately.

It was a good test. Although I scored 65% , and did not make it, but still had a good experience.

Suggestion - prepare for timebound , basic problem solving.

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Career graph, salary expectations, skills
Round 2 - Aptitude Test 

A lengthy assignment was shared by the HR

Round 3 - One-on-one 

(1 Question)

  • Q1. Career graph, salary expectations, random questions from personal life.

Interview Questionnaire 

1 Question

  • Q1. Orange is a color or fruit?

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidentially you have to answer whatever they asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Why u want to change
  • Q2. Why should we hire u

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in ur skills keep talking about your accomplishments and u will sail through
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Calculate no of rows after join
  • Ans. 

    Calculate the number of rows after joining two datasets.

    • Count the number of rows in each dataset

    • Perform the join operation

    • Count the number of rows in the resulting dataset

  • Answered by AI
  • Q2. Split person name in excel
  • Ans. 

    Use Excel's text to columns feature to split person names into separate columns.

    • Select the column containing the full names

    • Go to the Data tab and click on Text to Columns

    • Choose 'Delimited' and select the delimiter that separates the names (e.g. space)

    • Click Finish to split the names into separate columns

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql, advance Excel formulas
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Explain Moving Average
  • Ans. 

    Moving Average is a statistical technique used to analyze data points by creating a series of averages of different subsets of the full data set.

    • Moving Average helps in smoothing out fluctuations in data to identify trends over time.

    • It is calculated by taking the average of a specific number of data points within a defined window.

    • For example, a 3-day moving average for stock prices would be the average of the stock pri...

  • Answered by AI
  • Q2. Explain Decorators
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They allow you to add functionality to an existing function without modifying its code.

    • Common use cases include logging, timing, and authentication.

    • Example: @decorator_function def function_to_decorate(): pass

  • Answered by AI
  • Q3. Explain Object Oriented Programming
  • Ans. 

    Object Oriented Programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Objects have attributes (data) and methods (functions) that can manipulate the data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Example: In a car simulation program, a 'Car' object can hav...

  • Answered by AI
  • Q4. Explain classes objects
  • Ans. 

    Classes are blueprints for creating objects in object-oriented programming.

    • Classes define the properties and behaviors of objects

    • Objects are instances of classes

    • Classes can inherit properties and behaviors from other classes

    • Classes can have constructors to initialize objects

    • Classes can have methods to perform actions

  • Answered by AI
  • Q5. Explain Functions
  • Ans. 

    Functions are blocks of code that perform a specific task and can be reused multiple times in a program.

    • Functions help in organizing code and making it more modular.

    • They can take input parameters and return output values.

    • Functions can be called multiple times from different parts of the program.

    • Examples: summing two numbers, finding the maximum value in a list.

  • Answered by AI
  • Q6. Pandas and Numpy
  • Q7. Swap L1 and L5 in a list
  • Ans. 

    Swap L1 and L5 in a list

    • Create a temporary variable to store the value of L1

    • Assign the value of L5 to L1

    • Assign the value of the temporary variable to L5

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cleartrip Data Analyst interview:
  • Advanced Python
  • Advanced SQL
  • Advanced Excel
Interview preparation tips for other job seekers - The Job Description Listed Excel, SQL Data Visualization as key skills and python would be an add on. But all questions were asked on advanced python which may not be relevant for data analysis.

Skills evaluated in this interview

FabHotels Interview FAQs

How many rounds are there in FabHotels Data Entry Operator interview?
FabHotels interview process usually has 1 rounds. The most common rounds in the FabHotels interview process are One-on-one Round.
What are the top questions asked in FabHotels Data Entry Operator interview?

Some of the top questions asked at the FabHotels Data Entry Operator interview -

  1. Last work this company proc...read more
  2. About yours self and Computer test speed on data en...read more
  3. Answer the test on compu...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 217 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
Agoda Interview Questions
3.6
 • 62 Interviews
Hyatt Regency Interview Questions
4.1
 • 43 Interviews
Pizza Hut Interview Questions
3.9
 • 41 Interviews
JW Marriott Interview Questions
4.2
 • 39 Interviews
Tata Starbucks Interview Questions
4.3
 • 39 Interviews
Ihg Group Interview Questions
3.9
 • 35 Interviews
View all
FabHotels Data Entry Operator Salary
based on 4 salaries
₹1.3 L/yr - ₹3 L/yr
18% less than the average Data Entry Operator Salary in India
View more details
Key Account Manager
120 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager- Corporate Sales
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Guest Delight Officer
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare FabHotels with

Oyo Rooms

3.3
Compare

Treebo Hotels

3.3
Compare

Goibibo

4.3
Compare

MakeMyTrip

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