Upload Button Icon Add office photos

Filter interviews by

G.Kuppuswamy Naidu Memorial Hospital Interview Questions and Answers

Updated 15 Feb 2023

G.Kuppuswamy Naidu Memorial Hospital Interview Experiences

1 interview found

Staff Nurse Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2023

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

I applied via Company Website and was interviewed before Feb 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 - Case Study 

Neurology, cardiology , basic nursing

Round 3 - One-on-one 

(2 Questions)

  • Q1. Nursing ,Lab values.ventilator,Ivfluids
  • Q2. Normal value of potassium BLS And acls

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work,Gain more knowledge competitively others

Staff Nurse Interview Questions asked at other Companies

Q1. What are the pre operative care Before dowing any procedure what ever care we will given that is pre operative care
View answer (45)

Interview questions from similar companies

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

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

It was straightforward

Round 3 - HR 

(2 Questions)

  • Q1. Was easy explaining about role
  • Q2. Previous experience. How to handle the role and expectation. Work schedule. Explain about the team
  • Ans. 

    The candidate should discuss their previous experience, how they handle their role and expectations, their work schedule, and provide an explanation about their previous team.

    • Discuss previous experience in software engineering roles

    • Explain how you handled your role and met expectations in previous positions

    • Describe your typical work schedule and any flexibility you have

    • Provide an overview of your previous team, their s

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About my past experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice recommendation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String and arrays duplicate and sorting questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details
  • Q2. Project deployment
Round 3 - HR 

(2 Questions)

  • Q1. Previous company details
  • Q2. CTC discussion and company review

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Dec 2022. 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 - Technical 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Anatomy related questions
  • Q2. Investigations done for particular disease

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very confident

I applied via Company Website and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How to manage a hyper customer.
  • Ans. 

    Listen actively, empathize, and offer solutions to manage a hyper customer.

    • Remain calm and composed

    • Listen actively to their concerns

    • Empathize with their situation

    • Offer solutions to their problems

    • Provide exceptional customer service

    • If necessary, involve a manager to resolve the issue

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive & having a small smile on your face

G.Kuppuswamy Naidu Memorial Hospital Interview FAQs

How many rounds are there in G.Kuppuswamy Naidu Memorial Hospital interview?
G.Kuppuswamy Naidu Memorial Hospital interview process usually has 3 rounds. The most common rounds in the G.Kuppuswamy Naidu Memorial Hospital interview process are Resume Shortlist, Case Study and One-on-one Round.
What are the top questions asked in G.Kuppuswamy Naidu Memorial Hospital interview?

Some of the top questions asked at the G.Kuppuswamy Naidu Memorial Hospital interview -

  1. Normal value of potassium BLS And a...read more
  2. Nursing ,Lab values.ventilator,Ivflu...read more

Tell us how to improve this page.

G.Kuppuswamy Naidu Memorial Hospital Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Air Liquide Interview Questions
3.7
 • 23 Interviews
ResMed Interview Questions
3.7
 • 16 Interviews
Meitra Hospital Interview Questions
4.6
 • 13 Interviews
View all

G.Kuppuswamy Naidu Memorial Hospital Reviews and Ratings

based on 43 reviews

4.3/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.6

Salary

4.2

Job security

4.0

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 43 Reviews and Ratings
Staff Nurse
21 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Physician Assistant
8 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Senior Staff Nurse
7 salaries
unlock blur

₹6 L/yr - ₹6 L/yr

Biomedical Engineer
6 salaries
unlock blur

₹2 L/yr - ₹3.1 L/yr

Senior Biochemist
5 salaries
unlock blur

₹2.5 L/yr - ₹2.8 L/yr

Explore more salaries
Compare G.Kuppuswamy Naidu Memorial Hospital with

Becton Dickinson

4.0
Compare

Vidal Health Tpa

3.5
Compare

Air Liquide

3.7
Compare

Meitra Hospital

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