Upload Button Icon Add office photos

Filter interviews by

Gleneagles Global Health City Interview Questions and Answers

Updated 7 Sep 2023

Gleneagles Global Health City Interview Experiences

2 interviews found

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

I applied via Referral and was interviewed before Sep 2022. There were 5 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. Job description
Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical knowledge
  • Q2. Previous Job experience
Round 4 - One-on-one 

(2 Questions)

  • Q1. Transplant coordinator Job description
  • Q2. Salary discussion and company
Round 5 - HR 

(2 Questions)

  • Q1. Salary discussion and company
  • Q2. Job role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the best organization in the health care sector

Transplant Coordinator Interview Questions asked at other Companies

Q1. Intrest in this field
View answer (4)

Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2021

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Icu all procedures assessment and you should know how to do procedures.
  • Q2. Patient history , present issues of patient you should know
  • Q3. Emergency drugs, sound a like drugs, look a like drugs also you should findout
  • Q4. ACLS AND BCLS
  • Q5. Need to know all instruments, tubes and catheters.

Interview Preparation Tips

Interview preparation tips for other job seekers - TIPS - Bold to answer and speak technical works

Thankyou

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Nov 2021. There were 2 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. Share your experience with us.
  • Ans. 

    I have 5 years of experience in management roles, including 2 years as an Assistant Manager.

    • Managed a team of 10 employees and successfully increased productivity by 20%

    • Implemented new strategies to improve customer satisfaction and received positive feedback

    • Trained and mentored new employees, resulting in a decrease in training time by 30%

    • Handled customer complaints and resolved issues in a timely and satisfactory man

  • Answered by AI
  • Q2. Why are you looking for a change?
  • Ans. 

    I am looking for a change to further develop my skills and take on new challenges.

    • Seeking new opportunities for growth and advancement

    • Interested in expanding my knowledge and experience

    • Want to take on more responsibility and leadership roles

    • Looking for a company with a strong culture and values

    • Desire to work in a different industry or with a different product/service

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always tell the role and responsibilities in detail.
Round 1 - Case Study 

C programming

Interview Preparation Tips

Interview preparation tips for other job seekers - software development

I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What have been doing in your current role
  • Q2. Letting them know about the normal workflow and additional to that job what am i doing that will help for my growth

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer
Interview experience
5
Excellent
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 - Coding Test 

Basic coding questions related to javascript or Java

Round 3 - Coding Test 

Specific to your skills, for FE web development angular related questions.

Round 4 - HR 

(1 Question)

  • Q1. Normal salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics of coding and always be positive.

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

Interview Questionnaire 

3 Questions

  • Q1. 1. Online test using jquery and react js
  • Q2. 2. Reverse number with sign
  • Ans. 

    Reverse a number while preserving its sign.

    • Extract the sign of the number using Math.sign()

    • Reverse the absolute value of the number using string manipulation

    • Convert the reversed string back to a number and multiply by the sign

  • Answered by AI
  • Q3. 3. Check if two strings are anagram
  • Ans. 

    Check if two strings are anagram

    • Sort both strings and compare them

    • Use a hash table to count the frequency of each character in both strings and compare the hash tables

    • Use an array of size 26 to count the frequency of each letter in both strings and compare the arrays

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was online coding test with average difficulty.
Second round was video interview with managerial questions and 2 coding questions.

Skills evaluated in this interview

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

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 

(1 Question)

  • Q1. Past work experience explanation, skill set and technical requirements
Round 3 - Coding Test 

Skill test and technical knowledge evaluation

Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself, preferred work location and expected salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain patience and ask them your questions . Have regular follow ups

Gleneagles Global Health City Interview FAQs

How many rounds are there in Gleneagles Global Health City interview?
Gleneagles Global Health City interview process usually has 5 rounds. The most common rounds in the Gleneagles Global Health City interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Gleneagles Global Health City 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 Gleneagles Global Health City. The most common topics and skills that interviewers at Gleneagles Global Health City expect are Communication Skills, Domestic BPO, EPABX, Outbound Calling and Telecalling.
What are the top questions asked in Gleneagles Global Health City interview?

Some of the top questions asked at the Gleneagles Global Health City interview -

  1. Transplant coordinator Job descript...read more
  2. Icu all procedures assessment and you should know how to do procedur...read more
  3. Emergency drugs, sound a like drugs, look a like drugs also you should find...read more

Tell us how to improve this page.

Gleneagles Global Health City Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Gleneagles Global Health City Reviews and Ratings

based on 60 reviews

4.2/5

Rating in categories

4.3

Skill development

4.1

Work-life balance

3.7

Salary

4.2

Job security

4.1

Company culture

3.8

Promotions

4.1

Work satisfaction

Explore 60 Reviews and Ratings
Staff Nurse
16 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Senior Executive
9 salaries
unlock blur

₹2.8 L/yr - ₹4.7 L/yr

Assistant Manager
7 salaries
unlock blur

₹3.7 L/yr - ₹6 L/yr

Physician Assistant
7 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Pharmacist
6 salaries
unlock blur

₹1.9 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Gleneagles Global Health City with

Apollo Hospitals

4.1
Compare

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Sahrudaya Healthcare (Medicover Hospitals)

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