Upload Button Icon Add office photos

Filter interviews by

K Hospitality Corp Interview Questions and Answers

Updated 30 Jul 2023
Popular Designations

K Hospitality Corp Interview Experiences

4 interviews found

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

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 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 - HR 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Tell about your experience
Round 3 - 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

Commie 2nd Interview Questions & Answers

user image Rushikesh TAWDE

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

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.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about K Hospitality Corp?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the activities that you have performed?
  • Q2. Some important journal entries

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advice to be more confident on subject amd have a crisp cv which actually shows what you have done in your last company. After walkin, it is your cv which would create an impression of yours because in walkin, it is difficult to remember the candidate. I got call after 1 month and it was all because they liked my cv.
Be confident and practice all what you have done.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNoWipro Limited interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack

Application resume tips for other job seekers

Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to change the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is good but working with manger is not
Are these interview questions helpful?

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

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

Interview Questionnaire 

1 Question

  • Q1. General knowledge in coding and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Nooooooooooo noooooooooooooooooooooooooooo

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Online Type of interview

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.

Overall Interview Experience Rating

3/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

K Hospitality Corp Reviews and Ratings

based on 60 reviews

3.7/5

Rating in categories

3.2

Skill development

3.6

Work-life balance

3.6

Salary

3.6

Job security

3.3

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 60 Reviews and Ratings
Marketing Manager
15 salaries
unlock blur

₹8 L/yr - ₹17.5 L/yr

Restaurant Manager
12 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Assistant Restaurant Manager
8 salaries
unlock blur

₹3.6 L/yr - ₹5.6 L/yr

HR Manager
7 salaries
unlock blur

₹10.5 L/yr - ₹15 L/yr

Manager
7 salaries
unlock blur

₹9.2 L/yr - ₹22 L/yr

Explore more salaries
Compare K Hospitality Corp with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview