Upload Button Icon Add office photos

Filter interviews by

NMC Healthcare Interview Questions and Answers

Updated 26 Jan 2024

NMC Healthcare Interview Experiences

Popular Designations

5 interviews found

Doctor Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Management of emergency
  • Q2. Timing of procedures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be straight forward and strong

Doctor Interview Questions asked at other Companies

Q1. What is your strongest point that will hide your weakness too?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Capsules fill size calculation
  • Q2. Dry injection fill weight
  • Q3. Types of dissolution
  • Ans. 

    Dissolution refers to the process of a solid substance dissolving in a liquid to form a solution.

    • There are three main types of dissolution: physical dissolution, chemical dissolution, and biological dissolution.

    • Physical dissolution occurs when a solid substance dissolves in a liquid without any chemical reaction taking place. For example, sugar dissolving in water.

    • Chemical dissolution involves a chemical reaction betwe...

  • Answered by AI
  • Q4. Types if tablets
  • Ans. 

    Tablets are solid oral dosage forms that are used for various purposes, including medication, supplements, and personal care.

    • Tablets are one of the most common forms of medication.

    • They are made by compressing powdered ingredients into a solid form.

    • Tablets can be coated to make them easier to swallow and to protect the ingredients.

    • There are different types of tablets, such as immediate-release tablets, extended-release ...

  • Answered by AI
  • Q5. QMS oos and oot

Interview Preparation Tips

Interview preparation tips for other job seekers - Calm and compose with confident

Quality Manager Interview Questions asked at other Companies

Q1. What is sig sigma? where it is used and what is the purpose?
View answer (3)

SQL Database Administrator Interview Questions & Answers

user image Ramswaup Pattanaik

posted on 12 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(1 Question)

  • Q1. What is data base
  • Ans. 

    A database is a structured collection of data that is organized and stored for easy access, management, and retrieval.

    • A database is used to store and manage large amounts of data.

    • It consists of tables, rows, and columns to organize data in a structured manner.

    • SQL (Structured Query Language) is commonly used to interact with databases.

    • Examples of databases include MySQL, Oracle, and SQL Server.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is your role

SQL Database Administrator Interview Questions asked at other Companies

Q1. What is a database management System and what is concept of primary key and foreign key?
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in 10 years
  • Q2. How do you deal with adversity?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed

Legal Associate Interview Questions asked at other Companies

Q1. What kind of cases or applications have you argued?
View answer (2)

NMC Healthcare interview questions for popular designations

 Emergency Nurse

 (1)

 Doctor

 (1)

 SQL Database Administrator

 (1)

 Legal Associate

 (1)

 Quality Manager

 (1)

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

I applied via Naukri.com and was interviewed before Jan 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 - Aptitude Test 

Hi dear team!that is the better way for arrange a aptitude test or a group discussion.

Round 3 - Case Study 

If we do the 1 patient for demo & study his or her diseases & what we have the sign & symptoms.That is good for the goal achievements.Good luck dear team.
Best regards
Ambreen Noor.

Interview Preparation Tips

Interview preparation tips for other job seekers - For the job seekers!
They do just hard work & hope also because
nowadays too much rush means less jobs & no of peoples too much increase that's why they just trust to our God & do the hard work & make a patience & hope.Just in byself do mhard work & every thing is the hand of the God.Good luck for all job seekers.
Kindest regards
Ambreen Noor.

Emergency Nurse Interview Questions asked at other Companies

Q1. which are life saving drugs
Add answer

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Nov 2021. There were 4 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 - Coding Test 

Basic problem solving easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions based on loops, arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Coding a sorting algorithm
  • Ans. 

    Sorting algorithm arranges elements in a specific order.

    • Choose an appropriate sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and selection sort.

    • Implement the chosen algorithm in the programming language of choice.

    • Test the algorithm with various input sizes and types to ensure correctness and efficiency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with what is in resume, decent problem solving skills + some basic design patterns will help you clear the interview

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. What are generic and non-generic collections in .net?
  • Ans. 

    Generic collections are type-safe and can store any type of data. Non-generic collections can only store objects of type 'object'.

    • Generic collections are preferred as they provide compile-time type safety.

    • Non-generic collections are slower and can cause runtime errors if the wrong type is added.

    • Examples of generic collections include List, Dictionary, and Queue.

    • Examples of non-generic collections include

  • Answered by AI
  • Q2. What are triggers and types?
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events.

    • Triggers can be used to enforce business rules or perform complex calculations.

    • Types of triggers include DML triggers, DDL triggers, and logon triggers.

    • DML triggers fire in response to data manipulation language (DML) events, such as INSERT, UPDATE, or DELETE statements.

    • DDL triggers fire in response to data definition language (DDL) ...

  • Answered by AI
  • Q3. What is managed and unmanaged code?
  • Ans. 

    Managed code is executed by the CLR while unmanaged code is executed by the operating system.

    • Managed code is written in languages like C#, VB.NET, etc. and is compiled into Intermediate Language (IL) code.

    • Unmanaged code is written in languages like C, C++, etc. and is compiled into machine code.

    • Managed code is executed by the Common Language Runtime (CLR) while unmanaged code is executed by the operating system.

    • Managed...

  • Answered by AI
  • Q4. Difference between in, out and ref parameters?
  • Ans. 

    In, out and ref are parameter modifiers in C# used to pass arguments to a method.

    • In parameters are read-only and used to pass values to a method.

    • Out parameters are write-only and used to return values from a method.

    • Ref parameters are read-write and used to pass values to and from a method.

    • In parameters are passed by value, out and ref parameters are passed by reference.

    • In parameters are optional, out and ref parameters

  • Answered by AI
  • Q5. Difference between viewdata, viewbag and tempdata?
  • Ans. 

    Difference between viewdata, viewbag and tempdata

    • ViewData is used to pass data from controller to view

    • ViewBag is a dynamic object used to pass data from controller to view

    • TempData is used to pass data between controller actions or redirects

  • Answered by AI
  • Q6. MVC lifecycle
  • Q7. What are the ways to improve performance of stored procedures?
  • Ans. 

    Ways to improve performance of stored procedures

    • Use SET NOCOUNT ON to reduce network traffic

    • Avoid using SELECT *

    • Use table variables instead of temporary tables

    • Avoid using cursors

    • Use appropriate indexes

    • Avoid using scalar functions

    • Minimize the use of triggers

    • Use stored procedures instead of ad hoc queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was able to answer most of the answers with ease and got selected for next round which was managerial round and was fairly easy.

Skills evaluated in this interview

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Phycology is the scientific studies of mind and uninccious phenomena of the axact tasck and uninccious phenomena and uninccious phenomena of mind
  • Q2. What are physical education in the scientific studies
  • Ans. 

    Physical education is the study of physical activity and its effects on the body and mind.

    • Physical education involves the study of anatomy, physiology, and biomechanics.

    • It also includes the study of nutrition and how it affects physical performance.

    • Physical education can help prevent and manage chronic diseases such as obesity, diabetes, and heart disease.

    • Examples of physical education activities include sports, dance,...

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Human hubbyand behaviour and mind in the scientific studies of the axact tasck involved
  • Ans. Human behaviour of the skills experience of mind in the scientific studies
  • Answered Anonymously
  • Q2. Phycology of father name
  • Ans. 

    The psychology of father's name refers to the impact of a father's name on an individual's psychological development and identity.

    • The father's name can influence a person's sense of identity and belonging.

    • It can shape their self-perception and how they relate to others.

    • The cultural and societal significance of the father's name can also play a role.

    • For example, in some cultures, carrying the father's name can confer a ...

  • Answered by AI
  • Q3. Father of child psychology
  • Ans. 

    Sigmund Freud is considered the father of child psychology.

    • Sigmund Freud is known for his work in psychoanalysis and his theories on child development.

    • He believed that early childhood experiences greatly influence adult personality and behavior.

    • Freud introduced concepts like the Oedipus complex and the stages of psychosexual development.

    • His work laid the foundation for modern child psychology and influenced many subseq

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My l
ife is the scientific studies of mind

Interview Questionnaire 

7 Questions

  • Q1. Build a stack using queues and vice versa
  • Ans. 

    Stack using queues: push() - enqueue to queue1, pop() - dequeue from queue2 after transferring n-1 elements from queue1 to queue2

    • To push an element, enqueue it to queue1

    • To pop an element, transfer n-1 elements from queue1 to queue2, dequeue the last element from queue1 and swap the names of queue1 and queue2

    • Queue using stacks: enqueue() - push to stack1, dequeue() - pop from stack2 after transferring all elements from ...

  • Answered by AI
  • Q2. Implement doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node has a pointer to both previous and next nodes.

    • Create a Node class with data, prev and next pointers

    • Create a LinkedList class with head and tail pointers

    • Implement methods to add, remove and traverse nodes

  • Answered by AI
  • Q3. Asked some questions on Distributed computing, Computer Networks
  • Q4. Asked some in depth questions on my project
  • Q5. Standard HR interview like what are your strengths and weakness, why do you want to join in our company etc
  • Q6. Are you a leader? why do you think so?
  • Ans. 

    Yes, I am a leader.

    • I have experience leading teams in previous projects.

    • I am able to communicate effectively and motivate team members.

    • I am proactive in identifying and solving problems.

    • I am able to delegate tasks and trust team members to complete them.

    • I am constantly seeking to improve my leadership skills through learning and feedback.

  • Answered by AI
  • Q7. Given a case about leader managing his team and asked some questions like what would you do in that situation

Interview Preparation Tips

Round: Technical Interview
Experience: Good and peaceful interview. Questions on computer background were simple. Interviewer had a good knowledge on my project field so he asked some really good questions.
Tips: Be clear with every single point written on your CV. Be confident !!

Round: Behavioural Interview
Experience: Overall a good experience.
Tips: The interviewer want to know how you handle the situations. Clearly express your views on the situation

General Tips: Be prepared and confident
Skills: java, Computer Networks, Analytic Skills
College Name: IIT Kharagpur
Motivation: This company is number one in US market. It has revenue more than Microsoft!!

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Give a short intro about yourself
  • Ans. 

    I am a recent computer science graduate with experience in software development and a passion for learning new technologies.

    • Graduated with a degree in computer science

    • Experience in software development

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What do you know about our company?
  • Ans. 

    The company is a software development firm.

    • The company specializes in software development.

    • It has a team of experienced software engineers.

    • The company has worked on various projects for clients in different industries.

    • It is known for delivering high-quality software solutions.

    • The company values innovation and creativity in its work.

  • Answered by AI
  • Q3. Asked if there were any doubts regarding what the company does

Interview Preparation Tips

Round: Test
Experience: Mostly objective type questions were asked.
Tips: CAT and GRE preparation is helpful for such tests.

Round: Test
Experience: Mostly objective type questions were asked.

Round: Group Discussion
Experience: Asked students themselves to choose a topic.

Round: Interview
Experience: Talked about the points in the resume. HR Questions, personal questions were asked.

College Name: IIT MADRAS

NMC Healthcare Interview FAQs

How many rounds are there in NMC Healthcare interview?
NMC Healthcare interview process usually has 2-3 rounds. The most common rounds in the NMC Healthcare interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for NMC Healthcare 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 NMC Healthcare. The most common topics and skills that interviewers at NMC Healthcare expect are Nursing, Hospital Management, Patient Care, Healthcare and Emergency.
What are the top questions asked in NMC Healthcare interview?

Some of the top questions asked at the NMC Healthcare interview -

  1. What is data b...read more
  2. Management of emerge...read more
  3. Capsules fill size calculat...read more

Tell us how to improve this page.

NMC Healthcare Interview Process

based on 7 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 347 Interviews
Fortis Healthcare Interview Questions
4.0
 • 127 Interviews
UnitedHealth Interview Questions
4.0
 • 82 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Narayana Health Interview Questions
4.1
 • 65 Interviews
Labcorp Interview Questions
4.1
 • 40 Interviews
View all

NMC Healthcare Reviews and Ratings

based on 81 reviews

3.8/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.3

Salary

3.6

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 81 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹7.5 L/yr - ₹17.8 L/yr

Administration Manager
5 salaries
unlock blur

₹22.4 L/yr - ₹24 L/yr

Senior Accounts Executive
5 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Executive
5 salaries
unlock blur

₹0.5 L/yr - ₹7 L/yr

Software Developer
5 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Explore more salaries
Compare NMC Healthcare with

Apollo Hospitals

4.1
Compare

UnitedHealth

4.0
Compare

Fortis Healthcare

4.0
Compare

Narayana Health

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