Upload Button Icon Add office photos

Filter interviews by

S.L. Raheja Hospital Interview Questions and Answers

Updated 14 Mar 2024

S.L. Raheja Hospital Interview Experiences

Popular Designations

3 interviews found

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

I applied via Walk-in and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Personal info, education, experience, certificate
  • Q2. It was nice i liked it

Lab Technician Interview Questions asked at other Companies

Q1. Order of draw Cbc parameters and normal range
View answer (42)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Can provide prepration material
  • Q2. Hematology, Serology

Interview Preparation Tips

Topics to prepare for S.L. Raheja Hospital Medical Laboratory Technician interview:
  • About my work
Interview preparation tips for other job seekers - No comments

Medical Laboratory Technician Interview Questions asked at other Companies

Q1. If platelet is what other test will you do
View answer (16)

Cardiology Technician Interview Questions & Answers

user image anill hashmatrai mansukhani

posted on 17 Oct 2023

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

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Start the caliberation job
  • Ans. No job description Only as professional service
  • Answered by anill hashmatrai mansukhani
  • Q2. Remuneration decide , agreed yeah or avoid

Cardiology Technician Interview Questions asked at other Companies

Q1. What is TMT? If any patient is in hypertension then you suggest TMT or Not ? What is Holter Monitoring? What is ECG? How many chambers in heart ? What is heart sound ?
View answer (2)

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 Naukri.com and was interviewed before Jul 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 - HR 

(1 Question)

  • Q1. Basic questions and answers
Round 3 - Technical 

(1 Question)

  • Q1. Related to work profile
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic and general information

Interview Preparation Tips

Interview preparation tips for other job seekers - Poor management and not good work environment people are force to left the company.
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

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

S.L. Raheja Hospital Interview FAQs

How many rounds are there in S.L. Raheja Hospital interview?
S.L. Raheja Hospital interview process usually has 1-2 rounds. The most common rounds in the S.L. Raheja Hospital interview process are Technical, Resume Shortlist and HR.
How to prepare for S.L. Raheja Hospital 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 S.L. Raheja Hospital. The most common topics and skills that interviewers at S.L. Raheja Hospital expect are Compliance, Healthcare, Hospital Administration, Software Configuration Management and Budget Management.
What are the top questions asked in S.L. Raheja Hospital interview?

Some of the top questions asked at the S.L. Raheja Hospital interview -

  1. Remuneration decide , agreed yeah or av...read more
  2. Can provide prepration mater...read more
  3. It was nice i liked...read more

Tell us how to improve this page.

S.L. Raheja Hospital Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 347 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Fortis Healthcare Interview Questions
4.0
 • 127 Interviews
Narayana Health Interview Questions
4.1
 • 65 Interviews
KIMS Hospital Interview Questions
4.0
 • 34 Interviews
Columbia Asia Interview Questions
4.5
 • 19 Interviews
View all

S.L. Raheja Hospital Reviews and Ratings

based on 69 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.2

Salary

3.9

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 69 Reviews and Ratings
Staff Nurse
29 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Resident Medical Officer
11 salaries
unlock blur

₹3.2 L/yr - ₹6.3 L/yr

Patient Welfare Officer
6 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Nurse
6 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Lab Technician
6 salaries
unlock blur

₹3.1 L/yr - ₹3.5 L/yr

Explore more salaries
Compare S.L. Raheja Hospital with

XL Health

4.1
Compare

Vcare Trichology

3.3
Compare

Apollo Clinic

4.1
Compare

Suburban Diagnostics

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