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 Senior Physiotherapist Interview Questions and Answers

Updated 28 Jul 2024

Narayana Health Senior Physiotherapist Interview Experiences

1 interview found

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

(1 Question)

  • Q1. How many years u can work dedicatedly for the company

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Previous work experience
  • Ans. 

    I have 5 years of experience working in financial services, specializing in risk management and compliance.

    • Managed risk assessment processes for high-profile clients

    • Developed and implemented compliance policies and procedures

    • Conducted internal audits to ensure regulatory compliance

    • Collaborated with cross-functional teams to address compliance issues

    • Provided training and guidance to junior staff members

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Previous work experience
  • Ans. 

    I have 5 years of experience working in financial services, specializing in risk management and compliance.

    • Managed risk assessment processes for high-profile clients

    • Developed and implemented compliance policies and procedures

    • Conducted regular audits to ensure adherence to regulatory requirements

  • Answered by AI
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. Introduction personal,hospital intro,client deal,situation handle
  • Q2. Pkg rate,revenue,client deal

Interview Preparation Tips

Interview preparation tips for other job seekers - Verbal interview.hospital purpose,client deal ,financial mgmt,revenue,
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Petty cash usage and purpose
  • Ans. 

    Petty cash is a small amount of cash kept on hand for minor expenses.

    • Petty cash is used for small, everyday expenses that are impractical to pay for with a check or credit card.

    • It is typically managed by a designated custodian who is responsible for tracking expenses and replenishing the fund.

    • Examples of petty cash expenses include office supplies, postage, and employee reimbursements.

    • Petty cash should be reconciled re...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2022. 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 - Technical 

(1 Question)

  • Q1. Oops,project related,basic program
Round 3 - Technical 

(1 Question)

  • Q1. Oops,multithreading,threads, tasks, project related,basic program
Round 4 - HR 

(1 Question)

  • Q1. Package details , relocation, benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to gain insight on what project you are going to work on
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

2 coding questions ( 1 easy , 1 medium) along with some mcqs on Hackerearth.
The test was for c++.

Round 3 - Technical 

(2 Questions)

  • Q1. The technical round was of 1 hour. He asked OOPS concepts and 4 coding questions.(3 easy, 1 medium)
  • Q2. Core OOPS concepts. Polymorphism and it's types Constructors , copy constructors, etc.. along with implementations. Deadlocks and how to prevent it. 1. Given n-1 positive numbers all from 1 to n, find t...
Round 4 - Behavioral 

(1 Question)

  • Q1. Went through the resume and asked questions related to it. Since I mentioned DSA, he asked one question related to BST. Rest were just conversation.
Round 5 - HR 

(1 Question)

  • Q1. Just talked over phone about salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn OOPS and practice all its implementations to demonstrate OOPS concepts.

Practice easy and easy-medium DSA problems.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics Questions on streams , Java 8
Round 2 - Coding Test 

Filter the characters using Java

Round 3 - HR 

(1 Question)

  • Q1. Just basic interview Introduction

I applied via Approached by Company and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. Basic Technical Questions related to the domain, technology you have applied.
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based & end to end process oriented questions related to the domain, technology you have applied, you can also expect some managerial questions as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with everything that you have put in your Resume.

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

Interview Questionnaire 

3 Questions

  • Q1. Java basics major in thread ,parlell task
  • Q2. Spring Indepth .like working of spring
  • Q3. Angular

Narayana Health Interview FAQs

How many rounds are there in Narayana Health Senior Physiotherapist interview?
Narayana Health interview process usually has 1 rounds. The most common rounds in the Narayana Health interview process are HR.

Tell us how to improve this page.

Narayana Health Senior Physiotherapist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
Labcorp Interview Questions
4.1
 • 40 Interviews
View all

Fast track your campus placements

View all
Narayana Health Senior Physiotherapist Salary
based on 7 salaries
₹4.1 L/yr - ₹7 L/yr
23% more than the average Senior Physiotherapist Salary in India
View more details

Narayana Health Senior Physiotherapist Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.2

Skill development

3.3

Work-life balance

3.7

Salary

4.5

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 2 Reviews and Ratings
Staff Nurse
407 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Deputy Manager
206 salaries
unlock blur

₹3.6 L/yr - ₹14.4 L/yr

Senior Executive
165 salaries
unlock blur

₹2 L/yr - ₹7.5 L/yr

Executive
140 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Pharmacist
83 salaries
unlock blur

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