Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Freetime Hospitality Team. If you also belong to the team, you can get access from here

Freetime Hospitality Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 19 Reviews

Filter interviews by

Freetime Hospitality Interview Questions and Answers

Updated 11 Nov 2022

Freetime Hospitality Interview Experiences

Popular Designations

2 interviews found

HR Assistant Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2022

I applied via Recruitment Consulltant and was interviewed in May 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 tips
Round 2 - One-on-one 

(6 Questions)

  • Q1. Job Posting related questions
  • Q2. Various Job portals i have worked
  • Ans. 

    I have worked with various job portals such as Indeed, Glassdoor, and LinkedIn.

    • I have experience in posting job openings, screening resumes, and communicating with candidates through these portals.

    • I am familiar with the different features and tools offered by each portal, such as job posting packages and applicant tracking systems.

    • I have also used these portals to research industry trends and competitor job postings.

    • Ex...

  • Answered by AI
  • Q3. Labour Laws and practices
  • Q4. Previous work experience
  • Q5. Related to my project
  • Q6. HR policies and Practices
Round 3 - HR 

(3 Questions)

  • Q1. Explained about the company
  • Q2. How extreme quality resumes i fetch through job portals
  • Q3. Roles and Responsibities of my job

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all the interview experience was good. The way they showcased the company is also nice.
My best advice is to work on startups initially irrespective of Job role where there will be lot of scope to learn and develop individually.

HR Assistant Interview Questions asked at other Companies

Q1. What's your understanding about documentation and background verification
View answer (3)

Media Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2022

I applied via Referral and was interviewed in Mar 2022. There were 4 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 - Case Study 

Marketing case study was given

Round 3 - One-on-one 

(3 Questions)

  • Q1. What is your experience?
  • Q2. What skill set do you have?
  • Q3. Some knowledge based questions were asked
Round 4 - HR 

(2 Questions)

  • Q1. Salary negotiations happened
  • Q2. Culture of company discussed

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going
Very soft interview
Always asked to the point

Media Analyst Interview Questions asked at other Companies

Q1. are you good in understanding data, excel, sem,smm etc
View answer (2)

Interview questions from similar companies

Software Technologies Interview Questions & Answers

Signzy Technologies user image Anonymous

posted on 3 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. ACID Properties
  • Q2. What are Idempotent HTTP Requests?
  • Q3. Questions regarding your project, and how did you learn from the projects and tasks assigned to you?
  • Q4. System Design

Interview Preparation Tips

Topics to prepare for Signzy Technologies Software Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Basic details 

(2 Questions)

  • Q1. Location and work area
  • Q2. Basic details in general
Round 2 - HR 

(2 Questions)

  • Q1. Current and previous work experience and relevance
  • Q2. Territories covered
Round 3 - Behavioral 

(2 Questions)

  • Q1. Work experience, relevant experience
  • Q2. How can I expand their market
  • Ans. 

    Expanding the market can be achieved through market research, identifying new target demographics, developing new products or services, and implementing effective marketing strategies.

    • Conduct market research to identify potential new markets or untapped segments within the current market.

    • Analyze competitors to understand their strategies and identify opportunities for differentiation.

    • Develop new products or services th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Found their job ad on Naukri where the salary is mentioned as 8.4-10.8 LPA.
Initially the HR mentioned the salary to be the same as on the ad; but after the interviews, the HR said that the max they can offer is 10-15% hike over current CTC; which is even lower than the minimum salary they had mentioned in the JD.

If the HR is duping the candidates with just the salary itself then how can a future employee expect the employers to be transparent with him/her later on.

Also, they wanted me to sign a declaration that I will find a channel partner/distributor within 15 days of joining.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(2 Questions)

  • Q1. What data structure is used to implement a priority queue?
  • Ans. 

    Binary heap is used to implement a priority queue.

    • Binary heap is a complete binary tree where each node has a value greater than or equal to its children.

    • It can be implemented using arrays, where the parent of node at index i is at index (i-1)/2.

    • Insertion and deletion operations have time complexity of O(log n) in a binary heap.

  • Answered by AI
  • Q2. How many trees will a binary tree have?
  • Ans. 

    A binary tree can have any number of nodes, but the maximum number of trees with n nodes is 2^n.

    • A binary tree can have 0 nodes, 1 node, 2 nodes, or any number of nodes.

    • The maximum number of binary trees with n nodes is 2^n.

    • For example, a binary tree with 3 nodes can have up to 8 different structures.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query to return the second highest marks in a student database
  • Ans. 

    Use a SQL query to find the second highest marks in a student database.

    • Use the ORDER BY clause to sort the marks in descending order

    • Use the LIMIT clause to limit the result to the second row

  • Answered by AI
  • Q2. Program to check if two strings are anagrams
  • Ans. 

    Program to check if two strings are anagrams

    • Create a function that takes in two strings as input

    • Remove any spaces and convert both strings to lowercase for consistency

    • Sort the characters in both strings and compare if they are equal to determine if they are anagrams

    • Example: 'listen' and 'silent' are anagrams

  • Answered by AI

Skills evaluated in this interview

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

I applied via Seek and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Year of experience
  • Ans. 

    I have 5 years of experience working as a Quality Engineer in the manufacturing industry.

    • 5 years of experience as a Quality Engineer

    • Experience in implementing quality control processes

    • Knowledge of quality standards and regulations

    • Experience in conducting quality audits and inspections

    • Experience in root cause analysis and problem-solving

  • Answered by AI
  • Q2. Why did you leave your last job
  • Ans. 

    Seeking new challenges and opportunities for growth in a different work environment.

    • Desire for career advancement

    • Seeking new challenges

    • Relocation

    • Company downsizing

    • Better work-life balance

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you investigate a quality issue?
  • Ans. 

    I investigate a quality issue by gathering data, analyzing root causes, implementing corrective actions, and monitoring results.

    • Gather relevant data and documentation related to the quality issue

    • Analyze the data to identify potential root causes of the issue

    • Develop and implement corrective actions to address the root causes

    • Monitor the effectiveness of the corrective actions and make adjustments as needed

  • Answered by AI
  • Q2. What frustrates you?
  • Ans. 

    Lack of communication and unclear expectations frustrate me.

    • Lack of communication between team members

    • Unclear expectations from management

    • Inefficient processes causing delays

    • Micromanagement

    • Lack of recognition for hard work

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the difference between Validation and Verification
  • Ans. 

    Validation ensures the product meets the customer's needs, while verification ensures the product is built correctly.

    • Validation is the process of evaluating a product to ensure it meets the customer's requirements and needs.

    • Verification is the process of evaluating whether a product is built correctly according to the specifications and requirements.

    • Validation answers the question 'Are we building the right product?' w...

  • Answered by AI
  • Q2. What motivated you to apply for this role
  • Ans. 

    Passion for ensuring quality standards and continuous improvement in engineering processes.

    • Passion for quality assurance and process improvement

    • Interest in utilizing engineering skills to enhance product quality

    • Desire to contribute to a team focused on excellence

    • Previous experience in quality control or process optimization

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ResMed Quality Engineer interview:
  • Lean Manufacturing
Interview preparation tips for other job seekers - All questions are based on what you wrote in your CV so make sure you know everything you've written in there

Traveling Interview Questions & Answers

Tracelink user image Anonymous

posted on 28 Sep 2024

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Simple travel question
  • Q2. Simple reply and Selection
  • Q3. Good job at any cost
  • Q4. I want top most Salary
  • Q5. I need good appreciation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How Performance of application can be improved
  • Ans. 

    Performance of an application can be improved by optimizing code, using efficient algorithms, caching data, and scaling resources.

    • Optimize code by reducing unnecessary loops, improving database queries, and minimizing memory usage

    • Use efficient algorithms like binary search instead of linear search for large datasets

    • Implement caching mechanisms to store frequently accessed data and reduce database calls

    • Scale resources b...

  • Answered by AI

Freetime Hospitality Interview FAQs

How many rounds are there in Freetime Hospitality interview?
Freetime Hospitality interview process usually has 3-4 rounds. The most common rounds in the Freetime Hospitality interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Freetime 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 Freetime Hospitality. The most common topics and skills that interviewers at Freetime Hospitality expect are .Net Core, C#, Design Patterns, ASP.Net and ASP.Net MVC.
What are the top questions asked in Freetime Hospitality interview?

Some of the top questions asked at the Freetime Hospitality interview -

  1. Various Job portals i have wor...read more
  2. Some knowledge based questions were as...read more
  3. Job Posting related questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Freetime Hospitality interviews
Referral
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

ITC Hotels Interview Questions
4.1
 • 80 Interviews
Radisson Hotels Interview Questions
4.0
 • 67 Interviews
Hyatt Regency Interview Questions
4.2
 • 43 Interviews
Ihg Group Interview Questions
4.0
 • 35 Interviews
AccorHotels Interview Questions
4.4
 • 17 Interviews
Hilton Interview Questions
4.3
 • 16 Interviews
View all

Freetime Hospitality Reviews and Ratings

based on 19 reviews

4.6/5

Rating in categories

4.5

Skill development

4.6

Work-Life balance

4.2

Salary & Benefits

4.3

Job Security

4.4

Company culture

3.9

Promotions/Appraisal

4.3

Work Satisfaction

Explore 19 Reviews and Ratings
Senior Software Engineer
5 salaries
unlock blur

₹10 L/yr - ₹27.5 L/yr

Software Engineer2
5 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹5 L/yr

Media Analyst
3 salaries
unlock blur

₹4 L/yr - ₹5.8 L/yr

Explore more salaries
Compare Freetime Hospitality with

Oberoi Group of Hotels

4.2
Compare

Taj Hotels Resorts and Palaces

4.2
Compare

ITC Hotels

4.1
Compare

THE LEELA PALACES HOTELS & RESORTS

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview