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

Clear (1)

Napier Healthcare Solutions Sourcing Manager Interview Questions and Answers

Updated 31 Mar 2023

Napier Healthcare Solutions Sourcing Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experience in sourcing.
  • Ans. 

    I have extensive experience in sourcing, including identifying suppliers, negotiating contracts, and managing vendor relationships.

    • Managed sourcing for a large retail company, resulting in cost savings of over 10%

    • Developed and implemented a supplier diversity program for a tech company

    • Negotiated contracts with international suppliers for a manufacturing company

    • Managed vendor relationships for a healthcare organization,...

  • Answered by AI
  • Q2. Which industrieindustriescater to

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work, with flexible working hours, and Payout is on time.

Interview questions from similar companies

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts and coding questions
Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary and HR related

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good programming knowledge and technical skills
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. About Profile & Previous related experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Situational and analytical questions to understand the roles performed previously.
Round 4 - HR 

(1 Question)

  • Q1. Offer discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - For Non-technical roles interview process is based on the case to case with experience level. Transparent process with timely updates from the HRs.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Operations metrics
Round 1 - Group Discussion 

Topic is simple

Round 2 - Aptitude Test 

2 hrs

Round 3 - One-on-one 

(1 Question)

  • Q1. Simple like skills expertise

Interview Preparation Tips

Interview preparation tips for other job seekers - work on your core skills , preare well

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

First there was a preplacement talk of company and interview process. Soon online test was conducted around 10 AM in consisting of MCQs, and coding question. Platform was smooth enough.

  • Q1. 

    Find the Longest Palindromic Substring

    Given a string ‘S’ composed of lowercase English letters, your task is to identify the longest palindromic substring within ‘S’.

    If there are multiple longest palin...

  • Ans. 

    Find the longest palindromic substring in a given string, returning the rightmost one if multiple substrings are of the same length.

    • Iterate through each character in the string and expand around it to check for palindromes

    • Keep track of the longest palindromic substring found so far

    • Return the rightmost longest palindromic substring

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

The day after online test is done , Technical round was conducted at 9AM . Interview went well without distractions though it was online.

  • Q1. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Divide the input array into two halves recursively until each array has only one element.

    • Merge the sorted halves to produce a completely sorted array.

    • Time complexity of Merge Sort is O(n log n).

    • Example: Input: [3, 1, 4, 1, 5], Output: [1, 1, 3, 4, 5]

  • Answered by AI
  • Q2. Given three tables and their attributes, how would you find the names of employees whose balance is less than 200?
  • Ans. 

    Join tables on employee ID, filter by balance less than 200, select employee names.

    • Join tables on employee ID attribute

    • Filter rows where balance is less than 200

    • Select employee names from the result

  • Answered by AI
Round 3 - Video Call 

Round duration - 45 Minutes
Round difficulty - Medium

Round 4 - HR 

Round duration - 35 Minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in ChennaiEligibility criteriaAbove 8 CGPAAthenahealth interview preparation:Topics to prepare for the interview - Data Structures and Algorithms Java, DBMS, Operating Systems, Computer Networks, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : First of all make sure you are strong in programming languages (OOPS Java and C) .
Tip 2 : It is very important to have good command on core subjects of Operating systems ,DBMS and Computer Networks. 
Tip 3 : After having grip on mentioned above, move on to Data Structures and Algorithms which plays a vital role to be placed in 
any product based company.
Tip 4: No exam/interviewer goes untouched on topics of Database and SQL. Be confident enough to write queries on being 
asked.
Tip 5 : Do not forget to assess yourself. Mock interviews would work, but self assessment is necessary. You can switch on your 
camera and know the way you are performing and auto correct yourself .Am sure most of you will find it worthy.
Tip 6 : After being prepared , it is very common for any student/person to feel nervous on the day of interview , but don't worry 
be good at yourself and interviewer would definitely make u feel comfortable.

Application resume tips for other job seekers

Tip 1 : Spend time on preparing your resume. Do not give false statements.
Tip 2 : You must be prepared enough to answer every point mentioned in the resume.
Tip 3 : Highlight your areas of strengths where you wanted to be questioned.
Tip 4 : Make sure you have good projects in your hand.
Tip 5 : Good presentation of content is very much important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Online Coding Test on PySpark, SQL, Azure, Databricks

Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on work experience?
  • Q2. Situation Handling ...
Round 3 - HR 

(2 Questions)

  • Q1. Basic HR Questions
  • Q2. Basic HR Questions on
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Key skills obtained in current role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Leadership style questions
  • Q2. Focus on Philips values
  • Q3. Customer centricity?
  • Q4. Team up to win questuons
  • Ans. 

    Teamwork is essential for success in any organization. Collaborating with team members to achieve common goals is key.

    • Effective communication is crucial for successful teamwork

    • Assigning roles and responsibilities based on team members' strengths

    • Encouraging open dialogue and feedback among team members

    • Recognizing and celebrating team achievements

    • Resolving conflicts and addressing issues promptly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Philips values and build use case around it

I applied via Referral and was interviewed in Sep 2021. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Field related Experience questions & basic technical knowledge will be helpful to us

Interview Preparation Tips

Interview preparation tips for other job seekers - Past working experience & job offering company related manufacturing structure & their products knowledge also one of the hints for us.
Contribute & help others!
anonymous
You can choose to be anonymous

Napier Healthcare Solutions Interview FAQs

How many rounds are there in Napier Healthcare Solutions Sourcing Manager interview?
Napier Healthcare Solutions interview process usually has 2 rounds. The most common rounds in the Napier Healthcare Solutions interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Napier Healthcare Solutions Sourcing Manager interview?

Some of the top questions asked at the Napier Healthcare Solutions Sourcing Manager interview -

  1. Tell me about your experience in sourci...read more
  2. Which industrieindustriescater...read more

Recently Viewed

INTERVIEWS

HCLTech

No Interviews

INTERVIEWS

Paisabazaar.com

5.6k top interview questions

SALARIES

CMS IT Services

INTERVIEWS

Paisabazaar.com

No Interviews

INTERVIEWS

HCLTech

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Samsung Research

No Interviews

INTERVIEWS

Godrej & Boyce Manufacturing

No Interviews

INTERVIEWS

Paisabazaar.com

No Interviews

INTERVIEWS

Paisabazaar.com

No Interviews

Tell us how to improve this page.

Napier Healthcare Solutions Sourcing Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
View all
Software Engineer
113 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Napier Healthcare Solutions with

Veradigm

4.0
Compare

Oracle Cerner

3.7
Compare

McKesson

4.5
Compare

Siemens Healthineers

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