Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Napier Healthcare Solutions Team. If you also belong to the team, you can get access from here

Napier Healthcare Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Napier Healthcare Solutions Software Engineer Interview Questions and Answers

Updated 15 Mar 2023

Napier Healthcare Solutions Software Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Java collections and SQL basics

Round 3 - Technical 

(2 Questions)

  • Q1. String constant pool
  • Q2. Remove duplicate from list
  • Ans. 

    Remove duplicates from a list

    • Create an empty list to store unique values

    • Loop through the original list and check if the value is already in the new list

    • If not, add it to the new list

    • Return the new list

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. The challenges i faced in the previous company
  • Q2. What are my hobbies and explain

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a basic knowledge on java , spring, git and sql

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Several OOP questions were asked.... like, Can we have a class inside an interface? Can we have a static constructor? Can we have multiple main methods?
  • Q2. DBMS question: Normalization questions and keys concepts.
Round 3 - One-on-one 

(2 Questions)

  • Q1. DSA question (stack based) You have a stack full of numbers, you have to arrange them in ascending order in the same stack without using any other data structure.
  • Q2. OS and DBMS questions(sharding, semaphores, etc.)
Round 4 - HR 

(1 Question)

  • Q1. Questions based on Consultadd principles.

Interview Preparation Tips

Interview preparation tips for other job seekers - Review data structures and algorithms (DSA) once before the interview, as Consultadd interviews primarily focus on DSA. Additionally, revisit technical subjects such as Operating Systems (OS), Database Management Systems (DBMS), Computer Networks (CN), DSA, Algorithm Design and Analysis (ADA), and Object-Oriented Programming (OOP).

I applied via LinkedIn and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level

Round 2 - Coding Test 

Decent one somewhat medium level

Round 3 - Technical 

(1 Question)

  • Q1. Asked oops concepts and basics
Round 4 - HR 

(1 Question)

  • Q1. Normal hr questions and puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Quiet a good company to apply for and be confident in interview rounds
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions medium to hard level

Round 2 - Technical 

(3 Questions)

  • Q1. Doubly Linkeded List
  • Q2. How to find if the Singly Linked List is cyclic or not in optimal way
  • Ans. 

    Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.

    • Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If the fast pointer reaches the end of the list (null), then there is no cycle.

  • Answered by AI
  • Q3. DBMS Normalisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Theoretical as well as practical knowledge can help to crack interview

Skills evaluated in this interview

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 

30 min test covers basic logic reasonings

Round 3 - Coding Test 

30 min round medium level questions from leetcode

Round 4 - Technical 

(1 Question)

  • Q1. Explain project you did for final year DSA
Round 5 - HR 

(1 Question)

  • Q1. Basic hr evel question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study DSA and your project well
Be confident with atleat one programming language

I applied via LinkedIn and was interviewed in Apr 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. Questions based on Objects and Classes Basic Questions related to DSA Projects discussions- Your Roles and Tasks Scenario based Questions Few Reasoning Questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Trees and Graphs nested SQL Queries Scenario Based Questions Projects Logics for the coding given
Round 4 - HR 

(1 Question)

  • Q1. Just basic HR Questions Reallocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in basics
Have a good grasp over DSA and Fundamentals
Try to be confident and fluent while answering
Stay positive
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 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 - Aptitude Test 

This one is a combination of aptitude and coding test where medium questions abt c,cpp are asked
Do few aptitude test and some level of coding and ull be able to clear the test quite easily

Round 3 - One-on-one 

(1 Question)

  • Q1. What is inheritance in cpp Basic oops concept question Basic dbms related question
Round 4 - HR 

(1 Question)

  • Q1. For me they just asked me about my project and i was good to go

Interview Preparation Tips

Interview preparation tips for other job seekers - There wasn't any round 4 for our college atleast but it can be for o ther colleges not sure
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Question were based on coding 1 with linked list 1 with string and 1 sql one

Round 2 - Technical 

(1 Question)

  • Q1. Questions were based on oops, dsa, dbms, and more technical concepts from operating systems
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Napier Healthcare Solutions Interview FAQs

How many rounds are there in Napier Healthcare Solutions Software Engineer interview?
Napier Healthcare Solutions interview process usually has 4 rounds. The most common rounds in the Napier Healthcare Solutions interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Napier Healthcare Solutions Software Engineer 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 Napier Healthcare Solutions. The most common topics and skills that interviewers at Napier Healthcare Solutions expect are Hibernate, J2Ee, Java, Spring and Angular.
What are the top questions asked in Napier Healthcare Solutions Software Engineer interview?

Some of the top questions asked at the Napier Healthcare Solutions Software Engineer interview -

  1. Remove duplicate from l...read more
  2. String constant p...read more

Tell us how to improve this page.

Napier Healthcare Solutions Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Napier Healthcare Solutions Software Engineer Salary
based on 110 salaries
₹3 L/yr - ₹13 L/yr
9% less than the average Software Engineer Salary in India
View more details

Napier Healthcare Solutions Software Engineer Reviews and Ratings

based on 31 reviews

2.3/5

Rating in categories

2.6

Skill development

2.2

Work-life balance

2.1

Salary

2.3

Job security

2.1

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
110 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Software Engineer
76 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Senior Software Engineer
55 salaries
unlock blur

₹5 L/yr - ₹20.8 L/yr

Software Developer
33 salaries
unlock blur

₹2.7 L/yr - ₹10 L/yr

Softwaretest Engineer
26 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Explore more salaries
Compare Napier Healthcare Solutions with

Saama Technologies

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

DISYS

3.0
Compare

Value Point Systems

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