Upload Button Icon Add office photos
Engaged Employer

i

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

Jeevan Rekha Hospital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jeevan Rekha Hospital Interview Questions and Answers

Updated 28 Dec 2024

Jeevan Rekha Hospital Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Inhence the capacity nd dealing

Round 2 - HR 

(3 Questions)

  • Q1. General questions abt study nd family
  • Q2. Ask abt practical knowledge
  • Q3. Whereudojob,tril us to blood sample etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid if u can...girls r nt safe there

Lab Technician Interview Questions asked at other Companies

Q1. Order of draw Cbc parameters and normal range
View answer (39)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is biomedical instruments
  • Q2. Biomedical instruments is items which are used for the patient treatment

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to know about medical equipments like monitor,defribilator,etc..

I applied via Walk-in and was interviewed in Aug 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 - Just talked 

(2 Questions)

  • Q1. Nothing there have questions
  • Q2. Discuss about my previous work

Interview Preparation Tips

Interview preparation tips for other job seekers - I want a reputed and carrier grow corporate pvt Ltd company where I can give my 100% work.

I applied via Referral and was interviewed in Jan 2018. There were 4 interview rounds.

Interview Preparation Tips

General Tips: I went through two phases of interview, first was HR round which lasted for 10 minutes. After this a technical interview was taken. Interviewer asked me about MS Excel and told me to wait for the result.
But after 2 hours it turns out that i was free for the day and the result will be conveyed to me via call.
Skills: Excel Skills, Communication
Duration: <1 week

I applied via Referral and was interviewed in Jan 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Will you be able to commute on a daily basis
  • Ans. 

    Yes, I am able to commute on a daily basis.

    • I have reliable transportation to commute daily

    • I live within a reasonable distance from the office

    • I am willing to adjust my schedule if needed

  • Answered by AI
  • Q2. MS Excel
  • Q3. Pie Charts
  • Q4. Formulas used in excel
  • Ans. 

    Formulas used in Excel

    • Excel has a wide range of formulas for various calculations

    • Common formulas include SUM, AVERAGE, MAX, MIN, COUNT

    • Formulas can be used for mathematical operations, logical functions, text manipulation, etc.

    • Examples: =SUM(A1:A10), =IF(B1>10, "Yes", "No"), =CONCATENATE(A1, " ", B1)

  • Answered by AI

Interview Preparation Tips

General Tips: I was asked to wait for sometime for my interview to start.
The HR interview round was held in 5 minutes but it took them 20 minutes to prepare for the technical round.
After that i was asked to wait, but after waiting for 1 and a half hours it turns out that I was free for the day and the result will be given to me the next day.

Skills: Excel Skills, Communication
Duration: <1 week

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why you want to change the company
  • Q3. What's your expected ctc
  • Ans. 

    I expect a competitive salary based on my qualifications, experience, and the responsibilities of the Assistant Manager role.

    • I am looking for a salary that reflects my skills and experience in the industry.

    • I have researched the average salary range for Assistant Managers in this field.

    • I am open to negotiation and would like to discuss the compensation package in detail during the interview.

    • I am confident that my value ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear on your answers, do not hesitate
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(1 Question)

  • Q1. Tell me a time when you failed
Round 2 - Technical 

(1 Question)

  • Q1. Walk me through three financial statements
  • Ans. 

    The three financial statements are the income statement, balance sheet, and cash flow statement.

    • Income statement shows a company's revenues and expenses over a specific period of time.

    • Balance sheet provides a snapshot of a company's financial position at a specific point in time.

    • Cash flow statement shows how changes in balance sheet and income affect cash and cash equivalents.

  • Answered by AI

I applied via Approached by company and was interviewed before Jan 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Your future goals and ambitions,
  • Q2. Five year goals, Strengths, weakness, why apollo,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be versed with the Resume forwarded, dont bluff as HR is not a fool. Be well dressed
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

Power bi assignment was given to solve

Round 2 - Technical 

(6 Questions)

  • Q1. Optimization techniques in sql
  • Ans. 

    Optimization techniques in SQL involve using indexes, query optimization, and proper database design.

    • Use indexes on columns frequently used in WHERE clauses to speed up query performance

    • Avoid using SELECT * and instead specify only the columns needed in the query

    • Optimize queries by using appropriate join types and conditions

    • Normalize database tables to reduce redundancy and improve query efficiency

  • Answered by AI
  • Q2. Sub queries in sql
  • Ans. 

    Sub queries in SQL are queries nested within another query to retrieve data based on the result of the outer query.

    • Sub queries can be used in SELECT, INSERT, UPDATE, and DELETE statements.

    • They can be used to filter results, retrieve data from multiple tables, or perform calculations.

    • Example: SELECT * FROM table1 WHERE column1 = (SELECT column2 FROM table2 WHERE condition);

  • Answered by AI
  • Q3. Types of Join in sql
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns all rows when there is a match in either table

  • Answered by AI
  • Q4. Time intelligence functions in power bi
  • Ans. 

    Time intelligence functions in Power BI are used to analyze and compare data based on time periods.

    • Time intelligence functions help in calculating year-to-date, month-to-date, and other time-based calculations.

    • Functions like TOTALYTD, SAMEPERIODLASTYEAR, and PARALLELPERIOD are commonly used for time intelligence in Power BI.

    • These functions allow for easy comparison of data across different time periods and help in tren

  • Answered by AI
  • Q5. Logical questions in aptitude
  • Q6. Row level security in power bi
  • Ans. 

    Row level security in Power BI allows users to restrict access to specific rows of data based on their role or criteria.

    • Row level security can be implemented by creating roles in Power BI and defining rules to filter data based on user roles.

    • Users can be assigned to specific roles which determine the data they have access to.

    • Row level security helps in ensuring data privacy and compliance with regulations.

    • For example, ...

  • Answered by AI

Skills evaluated in this interview

Jeevan Rekha Hospital Interview FAQs

How many rounds are there in Jeevan Rekha Hospital interview?
Jeevan Rekha Hospital interview process usually has 2 rounds. The most common rounds in the Jeevan Rekha Hospital interview process are Aptitude Test and HR.
How to prepare for Jeevan Rekha 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 Jeevan Rekha Hospital. The most common topics and skills that interviewers at Jeevan Rekha Hospital expect are OPD, Surgical, Cardiac, Cardiology and Ccu.
What are the top questions asked in Jeevan Rekha Hospital interview?

Some of the top questions asked at the Jeevan Rekha Hospital interview -

  1. Whereudojob,tril us to blood sample ...read more
  2. General questions abt study nd fam...read more
  3. Ask abt practical knowle...read more

Tell us how to improve this page.

Jeevan Rekha Hospital Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 342 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Fortis Healthcare Interview Questions
4.0
 • 127 Interviews
Narayana Health Interview Questions
4.1
 • 61 Interviews
Care Hospital Interview Questions
4.2
 • 24 Interviews
Columbia Asia Interview Questions
4.5
 • 19 Interviews
View all

Jeevan Rekha Hospital Reviews and Ratings

based on 37 reviews

2.6/5

Rating in categories

2.5

Skill development

2.3

Work-life balance

2.2

Salary

2.4

Job security

2.5

Company culture

2.1

Promotions

2.5

Work satisfaction

Explore 37 Reviews and Ratings
TPA Coordinator
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

RMO
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

OT Technician
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Nursing Officer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Hospital Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jeevan Rekha Hospital with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Max Healthcare

4.1
Compare

Narayana Health

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