Upload Button Icon Add office photos

Sir Ganga Ram Hospital

Compare button icon Compare button icon Compare

Filter interviews by

Sir Ganga Ram Hospital Interview Questions and Answers for Experienced

Updated 27 Sep 2024

Sir Ganga Ram Hospital Interview Experiences for Experienced

Popular Designations

2 interviews found

I applied via Naukri.com

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

(6 Questions)

  • Q1. Apko kaam protocol se Krna chaiye
  • Q2. Medical line main officers best job hai
  • Q3. Apko apna kaam yaad hoga chaiye kise Tara ki koi laparwahi nhi krna hai
  • Q4. Apna kam emandari se Krna chaiye apko kud pta hai
  • Q5. Face par smiles hona chahiye apko tension ku na hoo☺️
  • Q6. Doctor ke according kaam Krna chaiye

Interview Preparation Tips

Interview preparation tips for other job seekers - Bade best hospital main sabi ka kaam krne ka maan hota hai vo chye. Doctor ho nursing ya phir RMO ho

Dialysis Technician Interview Questions asked at other Companies

Q1. How do you ensure that patients remind calm throughout the dialysis technician?
View answer (5)

I applied via Company Website

Interview Questionnaire 

2 Questions

  • Q1. Basics of arthroplasty and Orthopedics trauma surgery
  • Q2. They asked about the surgeries I have done in past and in which I’m confident to do independently and about my thesis topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay true and confident what you say

Senior Resident Interview Questions asked at other Companies

Q1. What is placenta accreta care bundle?
Add answer

Jobs at Sir Ganga Ram Hospital

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Actually for everyone they take 3 rounds but for me only 2 rounds. I cleared aptitude test then manager round. He just asked 2 questions about my degree then about NCC thats all
Duration: 30 minutes
Total Questions: 5

College Name: Bangalore University

I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Dotnet, angular , azure

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for Interview
Less pay
Rotational shift
Too much policies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 1. Basic query questions was asked including concepts such as row number logic, update, delete etc. 2. What is materialized view in snowflake?
  • Q2. 1. What is database and schema in sql? 2. What is integration runtime in Azure Data Factory?
  • Ans. 

    1. Database is a collection of organized data, schema defines the structure of the database. 2. Integration Runtime in Azure Data Factory is a compute infrastructure used to move data.

    • Database is a collection of tables, indexes, views, and other objects that store and organize data.

    • Schema defines the structure of the database, including tables, columns, relationships, and constraints.

    • Integration Runtime in Azure Data F...

  • Answered by AI

Skills evaluated in this interview

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

Simple and easy basic aptitude

Round 2 - Coding Test 

Simple question solved in python

Round 3 - Technical 

(3 Questions)

  • Q1. Program to print Prime number
  • Ans. 

    Program to print Prime number

    • Iterate through numbers and check if each number is prime

    • Use a nested loop to check for factors of the number

    • A prime number is a number that is only divisible by 1 and itself

  • Answered by AI
  • Q2. Program to compute permutations and combinations
  • Ans. 

    Program to compute permutations and combinations

    • Use recursion to generate all possible permutations and combinations

    • For permutations, swap elements in the array and recursively call the function

    • For combinations, include or exclude elements in the array and recursively call the function

    • Use a loop to iterate through the array and generate all possible permutations and combinations

  • Answered by AI
  • Q3. Program to find the missing element in a series of number
  • Ans. 

    Program to find the missing element in a series of numbers

    • Iterate through the array and calculate the sum of all elements

    • Calculate the sum of the series using the formula n*(n+1)/2 where n is the length of the series

    • Subtract the sum of the array from the sum of the series to find the missing element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to basics and brush upon it

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2021. 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 

(1 Question)

  • Q1. As it was WFH, they checked for internet connection and location.
Round 3 - Technical 

(1 Question)

  • Q1. Most questions on e/n and coding updates and changes . MDM table

Interview Preparation Tips

Topics to prepare for Advantum Health Senior Associate interview:
  • E/M
Interview preparation tips for other job seekers - Be confident . And know about the company too before attending the interview as they ask why have you choosen out company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to work on medicare/medicaid?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to NODEJS , PHP, Past projects, Resume
  • Q2. Why Mongodb over Sql
  • Ans. 

    MongoDB is preferred over SQL for its flexibility, scalability, and ease of use in handling unstructured data.

    • MongoDB is a NoSQL database, making it easier to work with unstructured data compared to SQL.

    • MongoDB is schema-less, allowing for more flexibility in data modeling and changes.

    • MongoDB is horizontally scalable, making it easier to handle large amounts of data and high traffic loads.

    • MongoDB's document-based data ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ResMed Associate Software Engineer interview:
  • Nodejs
  • MongoDB
  • PHP
  • SQL
Interview preparation tips for other job seekers - They asked related to resume only.

I didn't got selected because I couldn't justify what was written on my resume.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Sir Ganga Ram Hospital Interview FAQs

How many rounds are there in Sir Ganga Ram Hospital interview for experienced candidates?
Sir Ganga Ram Hospital interview process for experienced candidates usually has 2 rounds. The most common rounds in the Sir Ganga Ram Hospital interview process for experienced candidates are Resume Shortlist and Technical.
How to prepare for Sir Ganga Ram Hospital interview for experienced candidates?
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 Sir Ganga Ram Hospital. The most common topics and skills that interviewers at Sir Ganga Ram Hospital expect are Programming, Clinical SAS Programming, Healthcare, Nursing and DNB.
What are the top questions asked in Sir Ganga Ram Hospital interview for experienced candidates?

Some of the top questions asked at the Sir Ganga Ram Hospital interview for experienced candidates -

  1. Management of hyperkalemia, metabolic acidosis, shock and MI and at last one q...read more
  2. Apko apna kaam yaad hoga chaiye kise Tara ki koi laparwahi nhi krna ...read more
  3. Apko kaam protocol se Krna cha...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

XL Health Interview Questions
4.1
 • 19 Interviews
ResMed Interview Questions
3.7
 • 16 Interviews
GENWORKS Health Interview Questions
3.2
 • 15 Interviews
Advantum Health Interview Questions
3.3
 • 13 Interviews
View all

Sir Ganga Ram Hospital Reviews and Ratings

based on 232 reviews

4.0/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

3.7

Salary

4.1

Job security

3.9

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 232 Reviews and Ratings
Sr. Resident, Blood Transfusion Medicine

New Delhi

1-4 Yrs

Not Disclosed

Senior Consultant, Renal Transplant Surgery

New Delhi

10-20 Yrs

Not Disclosed

Medical Professionals

New Delhi

2-5 Yrs

Not Disclosed

Explore more jobs
Nursing Officer
36 salaries
unlock blur

₹1 L/yr - ₹10 L/yr

Staff Nurse
26 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Resident Doctor
21 salaries
unlock blur

₹9 L/yr - ₹18 L/yr

Junior Executive
14 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Doctor
13 salaries
unlock blur

₹7.2 L/yr - ₹25.8 L/yr

Explore more salaries
Compare Sir Ganga Ram Hospital with

XL Health

4.1
Compare

Suburban Diagnostics

3.9
Compare

Boston Scientific

4.0
Compare

Apollo Diagnostics

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