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 Associate Software Engineer Interview Questions and Answers

Updated 19 Sep 2024

Napier Healthcare Solutions Associate Software Engineer Interview Experiences

3 interviews found

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

Based on DSA and Java

Round 2 - Coding Test 

Based on Java and SQL

Round 3 - HR 

(2 Questions)

  • Q1. What made you to choose us?
  • Ans. 

    I chose your company because of its reputation for innovative projects and strong company culture.

    • Reputation for innovative projects

    • Strong company culture

    • Positive reviews from current employees

    • Opportunities for growth and development

  • Answered by AI
  • Q2. How you gain this much interest in computers?
  • Ans. 

    I have always been fascinated by technology and the endless possibilities it offers. Computers allow me to create, problem-solve, and innovate.

    • I have been passionate about technology since a young age, constantly exploring new software and hardware.

    • I enjoy the logical and analytical aspects of computer science, finding satisfaction in solving complex problems.

    • I have taken courses in programming and computer science, fu...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 6 interview rounds.

Round 1 - Aptitude Test 

So many Aptitude questions

Round 2 - Coding Test 

Based on DSA and Java based

Round 3 - Technical 

(1 Question)

  • Q1. Based on projects
Round 4 - Coding Test 

Short questions on logical thinking

Round 5 - Coding Test 

Based on ai and ml mostly

Round 6 - HR 

(1 Question)

  • Q1. Casual salary discussions

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q3. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q4. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. They ask what they know
  • Q2. Please don’t even consider this organization. Your life will become hell in no time
Round 2 - HR 

(2 Questions)

  • Q1. HR round is hilarious
  • Q2. They ask question like will u find ur soulmate in this organisation, what will you do when ur boss slaps you, how would u react when somebody is criticising you

Interview Preparation Tips

Topics to prepare for Napier Healthcare Solutions Associate Software Engineer interview:
  • Just chill and give interview
  • because people interviewing
  • don't know anything
  • so u will easily clear it
Interview preparation tips for other job seekers - Please don’t consider this organisation. It’s better being jobless than having a job in this organisation


#seriousadvice

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

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.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 50 minutes
Round difficulty - Medium

Round 2 - Face to Face 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list. Otherwise, add the current element to the hash set.

    • Sort the pairs based on the first element and then the second element to meet the required output form

  • Answered by AI
Round 3 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

Round 4 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Hard

  • Q1. Can you provide an example of how to use pointers in C/C++ and discuss different concepts related to them?
  • Ans. 

    Pointers in C/C++ are variables that store memory addresses. They are used to manipulate memory directly and improve performance.

    • Pointers are declared using an asterisk (*) before the variable name.

    • Pointers can be used to dynamically allocate memory using functions like malloc() and free().

    • Pointers can be used to pass variables by reference to functions.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Development in GurgaonEligibility criteriaAbove 7 CGPA, No backlogsThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures,OOPS, SQL Queries, Normalization,Software Development Life Cycles, PointersTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 1 project
Tip 2 : Practice Data structure programming questions
Tip 3 : Prepare concepts with examples (Coding/Numericals)

Application resume tips for other job seekers

Tip 1 : Mention Projects
Tip 2 : Mention only those technologies which you are confident enough.
Tip 3 : Mention extra curricular activities if have.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. React js, ReactHooks, es67 features, bootstrap
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Napier Healthcare Solutions Interview FAQs

How many rounds are there in Napier Healthcare Solutions Associate Software Engineer interview?
Napier Healthcare Solutions interview process usually has 4 rounds. The most common rounds in the Napier Healthcare Solutions interview process are Coding Test, HR and Technical.
What are the top questions asked in Napier Healthcare Solutions Associate Software Engineer interview?

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

  1. How you gain this much interest in compute...read more
  2. Please don’t even consider this organization. Your life will become hell in n...read more
  3. They ask what they k...read more

Tell us how to improve this page.

Napier Healthcare Solutions Associate Software Engineer Interview Process

based on 4 interviews

Interview experience

1.8
  
Bad
View more
Napier Healthcare Solutions Associate Software Engineer Salary
based on 74 salaries
₹3.1 L/yr - ₹10 L/yr
14% more than the average Associate Software Engineer Salary in India
View more details

Napier Healthcare Solutions Associate Software Engineer Reviews and Ratings

based on 12 reviews

1.8/5

Rating in categories

2.6

Skill development

2.8

Work-life balance

2.2

Salary

2.6

Job security

2.7

Company culture

1.3

Promotions

1.9

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
107 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Associate Software Engineer
74 salaries
unlock blur

₹3 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.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview