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 IT Analyst Interview Questions and Answers

Updated 26 Sep 2023

Narayana Health IT Analyst Interview Experiences

1 interview found

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before 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 - One-on-one 

(1 Question)

  • Q1. Advanced excel,opd process flow
Round 3 - One-on-one 

(1 Question)

  • Q1. Use cases of AI and blockchain in healthcare

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Think, take your time and answer to the point

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Networking based questions mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be well prepared.. They see your comminucation skill and technical obviously. Carry the passion that you have for work in the interview

Interview Questionnaire 

1 Question

  • Q1. AWS Cloud and Python Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for technical round.
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude but it was online

Round 2 - Technical 

(1 Question)

  • Q1. Write python code for bizzbuss for prime or not prime\
  • Ans. 

    Python code for determining if a number is prime or not and applying bizzbuzz logic.

    • Write a function to check if a number is prime or not

    • Iterate through a range of numbers and apply bizzbuzz logic

    • Return 'prime' if the number is prime, 'bizz' if divisible by 3, 'buzz' if divisible by 5, and 'bizzbuzz' if divisible by both 3 and 5

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What time intelligence functions can be used for ytd and qtd analysis
  • Ans. 

    Time intelligence functions like YTD (Year-to-Date) and QTD (Quarter-to-Date) can be used for YTD and QTD analysis in data analytics.

    • YTD analysis can be done using functions like YTD() or TOTALYTD() to calculate values from the beginning of the year up to the selected date.

    • QTD analysis can be done using functions like QTD() or TOTALQTD() to calculate values from the beginning of the quarter up to the selected date.

    • Thes...

  • Answered by AI
  • Q2. Difference between import and direct query
  • Ans. 

    Import brings data into Power BI for further analysis, while direct query connects to data source in real-time.

    • Import: Data is loaded into Power BI for analysis, improving performance but requiring periodic refreshes.

    • Direct Query: Connects to data source in real-time, allowing for up-to-date information but potentially slower performance.

    • Import is suitable for smaller datasets, while direct query is better for large da

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement 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 - Aptitude Test 

Easy but time limit was the main issue to address

Round 3 - Coding Test 

Hard coding test on hacker earth platform no cameras and plagiarism tester will be on

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and precise ,so be yourself and consider good practice before test
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

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Hr questions about my background with company
  • Q2. About my technical skills

Narayana Health Interview FAQs

How many rounds are there in Narayana Health IT Analyst interview?
Narayana Health interview process usually has 3 rounds. The most common rounds in the Narayana Health interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Narayana Health IT Analyst interview?

Some of the top questions asked at the Narayana Health IT Analyst interview -

  1. Use cases of AI and blockchain in healthc...read more
  2. Advanced excel,opd process f...read more

Tell us how to improve this page.

Narayana Health IT Analyst Interview Process

based on 1 interview

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
UnitedHealth Interview Questions
4.0
 • 81 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
View all

Fast track your campus placements

View all
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