Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Narayana Health Team. If you also belong to the team, you can get access from here

Narayana Health Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Narayana Health Consultant Interview Questions and Answers

Updated 12 May 2022

Narayana Health Consultant Interview Experiences

1 interview found

Consultant Interview Questions & Answers

user image Anonymous

posted on 12 May 2022

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

Consultant Jobs at Narayana Health

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Career related 

(2 Questions)

  • Q1. Cv related career progess
  • Q2. Future goals and where you see yourself in a year
  • Ans. 

    In a year, I aim to have gained more experience in consulting, developed strong client relationships, and taken on more leadership responsibilities.

    • Continue to build expertise in various industries and consulting methodologies

    • Establish and nurture strong relationships with clients to ensure satisfaction and repeat business

    • Seek opportunities to lead projects and teams to further develop leadership skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have confidence and know your worth
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Group Discussion 

Health safety, leadership, research project,

Round 2 - Case Study 

Neurosurgery cases emergency elective operations,

Interview Preparation Tips

Interview preparation tips for other job seekers - Communicate clearly. Use short efficient comprehensive simple answers.
Use your experiences by quoting them as examples.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Previous Experience
  • Q2. Design Knowledge
  • Q3. Personally Based
Round 2 - One-on-one 

(3 Questions)

  • Q1. Domain Knowledge Formal Testing
  • Q2. Lab Management Quality Assurance Design Assurance
  • Q3. Dv, TMV R&D Testing Mechanical
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Showcase exemplery Doman Knowledge.
Real time experience be Straight Forward.
Prepare for the exact JD Provided. For experienced Candidates no special Preparation is required as they hire you for Skill and Problem solving Attitude no need to potray that you have all the skills in world be Genuine .
Interview experience
4
Good
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 - One-on-one 

(1 Question)

  • Q1. Explain end to end automation cycle
  • Ans. 

    End to end automation cycle involves automating the entire software development process from planning to deployment.

    • The cycle starts with requirements gathering and planning

    • Next, the code is developed and tested using automation tools

    • Continuous integration and delivery are used to deploy the code to production

    • Monitoring and feedback are used to improve the process

    • Examples of automation tools include Jenkins, Selenium,

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, JS and angular fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamentals first

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

Interview Questionnaire 

1 Question

  • Q1. Oops concepts JVM questions String programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java,selenium they look for jebhave and leanft

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

Interview Preparation Tips

Round: Test
Experience: Basic Aptitude and logic based questions. 
Tips: Practice on questions similar to CAT.
Duration: 60 min minutes
Total Questions: 30

Round: Test
Experience: 15 MCQ + 3 programming + 2 networking based questions.
Tips: Problems are not so tough. Time is the only constraint. Keep it fast.
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: Find questions at -----/

Skill Tips: ""
College Name: IIT Indore

Interview Questionnaire 

1 Question

  • Q1. Explain about ur project..?
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented user authentication and authorization using JWT

    • Integrated with GitHub for version control

    • Used React for front-end and Node.js for back-end

    • Implemented real-time chat feature using Socket.io

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Duration: 2 hours minutes

Skills: Algorithms And Data Structures
College Name: IIT Madras
Funny Moments: HR asked what are languages u like?
i answered Tamil,English.

Narayana Health Interview FAQs

How many rounds are there in Narayana Health Consultant interview?
Narayana Health interview process usually has 2 rounds. The most common rounds in the Narayana Health interview process are One-on-one Round.
How to prepare for Narayana Health Consultant 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 Narayana Health. The most common topics and skills that interviewers at Narayana Health expect are Critical Care, DNB, ICU, MD and Consulting.
What are the top questions asked in Narayana Health Consultant interview?

Some of the top questions asked at the Narayana Health Consultant interview -

  1. What are physical education in the scientific stud...read more
  2. Father of child psychol...read more
  3. Phycology of father n...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 357 Interviews
Fortis Healthcare Interview Questions
4.0
 • 132 Interviews
UnitedHealth Interview Questions
4.0
 • 83 Interviews
GE Healthcare Interview Questions
4.0
 • 73 Interviews
Labcorp Interview Questions
4.1
 • 40 Interviews
View all

Fast track your campus placements

View all
Narayana Health Consultant Salary
based on 42 salaries
₹10.8 L/yr - ₹36.2 L/yr
61% more than the average Consultant Salary in India
View more details

Narayana Health Consultant Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

2.6

Skill development

3.6

Work-life balance

3.3

Salary

3.5

Job security

3.1

Company culture

2.3

Promotions

2.4

Work satisfaction

Explore 8 Reviews and Ratings
Cardiac Surgery- Consultant Narayana Hrudayalaya Hospital- Kolkata

Kolkata,

Bangalore / Bengaluru

3-8 Yrs

₹ 35-100 LPA

Consultant Obstetrics & Gynecology

Bangalore / Bengaluru

0-5 Yrs

Not Disclosed

Explore more jobs
Staff Nurse
408 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Deputy Manager
185 salaries
unlock blur

₹3.8 L/yr - ₹16.2 L/yr

Senior Executive
167 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Executive
159 salaries
unlock blur

₹1.6 L/yr - ₹5.1 L/yr

Pharmacist
81 salaries
unlock blur

₹1.6 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Narayana Health with

UnitedHealth

4.0
Compare

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Johnson & Johnson

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