Upload Button Icon Add office photos

Filter interviews by

K Hospitality Corp Interview Questions, Process, and Tips

Updated 30 Jul 2023

Top K Hospitality Corp Interview Questions and Answers

K Hospitality Corp Interview Experiences

Popular Designations

4 interviews found

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Tell about your experience
Round 2 - Technical 

(2 Questions)

  • Q1. How can u handle a team
  • Q2. Tell about HVAC and how large site you can handle
  • Ans. 

    HVAC stands for heating, ventilation, and air conditioning. I have experience managing HVAC systems for large sites.

    • HVAC systems are responsible for controlling the temperature, humidity, and air quality in a building.

    • I have managed HVAC systems for commercial buildings over 100,000 square feet.

    • Experience with troubleshooting and repairing HVAC equipment such as boilers, chillers, and air handlers.

    • Knowledge of energy e...

  • Answered by AI

Maintenance and Project Manager Interview Questions asked at other Companies

Q1. Tell about HVAC and how large site you can handle
View answer (1)

PHP Developer Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2021

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is session and cookies.
  • Ans. 

    Session and cookies are used to store data on the client-side for a specific period of time.

    • Session stores data on the server-side while cookies store data on the client-side

    • Session data is destroyed when the user closes the browser while cookies can have an expiration date

    • Session data is more secure than cookies as it is not accessible by the client-side

    • Cookies are commonly used for user authentication and personaliza

  • Answered by AI
  • Q2. What is unset and unlink in php
  • Ans. 

    unset and unlink are functions in PHP used to remove variables and files respectively.

    • unset is used to destroy a variable and free up memory

    • unlink is used to delete a file from the server

    • Both functions return a boolean value indicating success or failure

    • unset can be used on arrays, objects, and variables

    • unlink can be used with a file path or a file handle

  • Answered by AI
  • Q3. Helpers in laravel and codeigniter framework.
  • Q4. Access modifiers in oops
  • Ans. 

    Access modifiers define the scope of class properties and methods.

    • Public: accessible from anywhere

    • Private: accessible only within the class

    • Protected: accessible within the class and its subclasses

    • Examples: public function getName() { ... }, private $age, protected $salary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask question from each section.

Skills evaluated in this interview

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)

Commie 2nd Interview Questions & Answers

user image chefrushi

posted on 15 Dec 2021

I applied via Walk-in and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Explain Types of pasta..?
  • Ans. 

    Types of pasta include spaghetti, penne, macaroni, linguine, and lasagna.

    • Spaghetti: long, thin cylindrical pasta

    • Penne: short, tube-shaped pasta with angled ends

    • Macaroni: small, curved pasta tubes

    • Linguine: long, flat pasta similar to spaghetti

    • Lasagna: wide, flat pasta sheets used in layered dishes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This question asked in many organisations as kitchen staff and service staff kindly give above answer for your basic knowledge

Commie 2nd Interview Questions asked at other Companies

Q1. Explain Types of pasta..?
View answer (2)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2019

I applied via Walk-in and was interviewed in Jul 2019. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. No questions rather than personal
  • Q2. Salary expectation
  • Q3. What's the current sal
  • Ans. 

    The current salary range for this position is competitive and based on experience and qualifications.

    • Salaries are determined based on market research and internal salary structures.

    • Factors such as years of experience, education level, and specific skills can impact salary.

    • Salary negotiations may also play a role in determining the final offer.

  • Answered by AI
  • Q4. Are you married or not
  • Ans. 

    Yes, I am married.

    • I am happily married for 5 years.

    • My spouse and I enjoy traveling together.

    • Being married has taught me the importance of communication and compromise.

  • Answered by AI
  • Q5. How many years of experience
  • Ans. 

    I have 5 years of experience in HR roles.

    • I have worked in various HR roles for a total of 5 years.

    • My experience includes recruitment, employee relations, and training.

    • I have successfully implemented HR policies and procedures in previous roles.

  • Answered by AI
  • Q6. And the concern hr has not taken interview some other employee of tfs has taken.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing good ... They will reject for silly reasons.on personal things.

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

K Hospitality Corp interview questions for popular designations

 HR Executive

 (1)

 PHP Developer

 (1)

 Commie 2nd

 (1)

 Maintenance and Project Manager

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(5 Questions)

  • Q1. If you cleared Aptitude and Coding, Mostly Interview will be cleared with some basics questions like OOPs concepts, sort functions kind of questions.
  • Q2. Explain OOPs concept in JAVA?
  • Ans. 

    OOPs concept in JAVA is a programming paradigm that focuses on objects and their interactions.

    • OOPs stands for Object-Oriented Programming

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are used to define objects and their properties

    • Objects are instances of classes that can interact with each other

    • Inheritance allows for the creation of new classes based on existing ones

    • Polymo...

  • Answered by AI
  • Q3. Function to sort an array in Java?
  • Ans. 

    Java provides Arrays.sort() method to sort an array.

    • Use Arrays.sort() method to sort an array of strings.

    • The method sorts the elements in ascending order by default.

    • To sort in descending order, use Collections.reverseOrder() method.

  • Answered by AI
  • Q4. Tell me about yourself?
  • Q5. Final year project which you worked on?

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of people clears Aptitude/Coding round. clears interview for freshers recruit

Skills evaluated in this interview

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

System Engineer Interview Questions & Answers

TCS user image Arham Khokhar

posted on 24 Apr 2022

I applied via Company Website and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's totally based on Basic understanding of concepts such as Linear arrangement, circular arrangement، blood relation, direction sense, ratio proportion, time, speed, distance

Round 2 - Technical 

(3 Questions)

  • Q1. It's based on OOPS Concepts,
  • Q2. Strength and weaknesses
  • Q3. About yourself, about educational background, why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your confidence ✨️ you will be selected with ease

I applied via Naukri.com and was interviewed before Sep 2021. 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 tips
Round 2 - Aptitude Test 

Entry level aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction and about college project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a really good experience working in TCS

K Hospitality Corp Interview FAQs

How many rounds are there in K Hospitality Corp interview?
K Hospitality Corp interview process usually has 3 rounds. The most common rounds in the K Hospitality Corp interview process are Resume Shortlist, HR and Technical.
How to prepare for K Hospitality Corp 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 K Hospitality Corp. The most common topics and skills that interviewers at K Hospitality Corp expect are Grievance Handling, HR Generalist Activities and HR Operations.
What are the top questions asked in K Hospitality Corp interview?

Some of the top questions asked at the K Hospitality Corp interview -

  1. Tell about HVAC and how large site you can han...read more
  2. What is unset and unlink in ...read more
  3. What is session and cooki...read more

Tell us how to improve this page.

K Hospitality Corp Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
ITC Hotels Interview Questions
4.1
 • 85 Interviews
Radisson Hotels Interview Questions
4.1
 • 73 Interviews
Hyatt Regency Interview Questions
4.2
 • 43 Interviews
AccorHotels Interview Questions
4.4
 • 18 Interviews
View all

K Hospitality Corp Reviews and Ratings

based on 44 reviews

3.9/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.6

Salary

3.8

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 44 Reviews and Ratings
Marketing Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Restaurant Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

General Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Restaurant Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare K Hospitality Corp with

The Indian Hotels Company

4.3
Compare

ITC Hotels

4.1
Compare

Taj Hotels Resorts and Palaces

4.2
Compare

Oberoi Group of Hotels

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