Upload Button Icon Add office photos

Filter interviews by

Narayana Nethralaya Intern Interview Questions and Answers

Updated 28 Oct 2023

Narayana Nethralaya Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 28 Oct 2023

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

I applied via Company Website and was interviewed before Oct 2022. There were 3 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 

5 qns related to image processing

Round 3 - One-on-one 

(5 Questions)

  • Q1. Review about my projects
  • Q2. Python basics and coding knowledge and clinical knowledge
  • Q3. Biomedical knowledge based on medical devices
  • Q4. Oct knowledge and medical image diagnosis
  • Q5. Medical image processing techniques

Interview Preparation Tips

Topics to prepare for Narayana Nethralaya Intern interview:
  • Python
  • Image orocessing
Interview preparation tips for other job seekers - Good to have stable job

Interview questions from similar companies

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Genaral biography and background
Round 3 - Technical 

(1 Question)

  • Q1. They will ask Technical related questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best but their less salaries compare with other organizations and general industries
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via levels.fyi and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you rate yourself on different coding languages?
  • Ans. 

    I rate myself highly in Python and Java, proficient in Bash scripting, and have basic knowledge of Ruby and JavaScript.

    • Python - Highly skilled, used for automation scripts and backend development

    • Java - Highly skilled, used for building applications and services

    • Bash scripting - Proficient, used for automation and system administration tasks

    • Ruby - Basic knowledge, used occasionally for small scripts

    • JavaScript - Basic kno

  • Answered by AI
  • Q2. What do you know about AI/ML
  • Ans. 

    AI/ML stands for Artificial Intelligence/Machine Learning, which are technologies that enable machines to learn from data and make decisions.

    • AI refers to the simulation of human intelligence processes by machines, such as learning, reasoning, and self-correction.

    • ML is a subset of AI that focuses on the development of algorithms and statistical models that enable machines to improve their performance on a specific task.

    • ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain a complex .net core project you have worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. How have you evolved as a technical lead over the course of your career
Round 3 - HR 

(1 Question)

  • Q1. What are your long term career goals

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

Narayana Nethralaya Interview FAQs

How many rounds are there in Narayana Nethralaya Intern interview?
Narayana Nethralaya interview process usually has 3 rounds. The most common rounds in the Narayana Nethralaya interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Narayana Nethralaya Intern interview?

Some of the top questions asked at the Narayana Nethralaya Intern interview -

  1. Medical image processing techniq...read more
  2. Python basics and coding knowledge and clinical knowle...read more
  3. Oct knowledge and medical image diagno...read more

Tell us how to improve this page.

Narayana Nethralaya Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

XL Health Interview Questions
4.1
 • 19 Interviews
ResMed Interview Questions
3.8
 • 16 Interviews
GENWORKS Health Interview Questions
3.2
 • 15 Interviews
Advantum Health Interview Questions
3.4
 • 12 Interviews
View all

Narayana Nethralaya Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

2.0

Salary

4.0

Job security

5.0

Company culture

2.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Consultant Optometrist
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Clinical Research Coordinator
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Optometrist
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Biomedical Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Narayana Nethralaya with

Aravind Eye Hospital

4.2
Compare

Sankara Nethralaya

3.8
Compare

L. V. Prasad Eye Institute

4.1
Compare

Shroff Eye Hospital

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