Upload Button Icon Add office photos

Filter interviews by

Netdox Health Interview Questions and Answers

Updated 8 Jul 2022

Netdox Health Interview Experiences

2 interviews found

Interview Questions & Answers

user image

posted on 28 Oct 2021

I applied via Referral and was interviewed before Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Case Study on New Service launch 2. Customer Operations retention and upselling 3. CRM integrations 4. Revenue and PNL 5. Account engagement activities 6. Service flow automation questions 7. Revenue gr...
  • Ans. Before answering understand the product/service, ask relevant questions, and anticipate the expectations of the interviewer. Answer questions with the above three contexts in mind. Then the answers will be relevant
  • Answered by Punit Sar

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. It's always helpful to do the background work. Jotting down some points that need to be prepped beforehand-
1. Current job Roles and responsibilities should be thorough
2. Key impact stories, contributions, high visibility initiatives to be noted
3. Know about the role, the firm and the details of responsibilities and KRAs
4. Ask questions
5. Do not shy away from getting an idea on the career path and answer on the future plans for the product/service/company

I applied via Naukri.com and was interviewed in Jun 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 - HR 

(1 Question)

  • Q1. Basic educational background
Round 3 - One-on-one 

(1 Question)

  • Q1. Professional experiences. The challenges and my attitude towards that. My problem solving qualities

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying never give up . Naukri is the best

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Linked List, Stack, BST

Interview Preparation Tips

Interview preparation tips for other job seekers - be ready with ds algo and have some side projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2022. There were 5 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 - HR 

(1 Question)

  • Q1. The HR call was to make sure that I am good enough for the role and to become an employee for the company.
Round 3 - Assignment 

It had the role related questions for example writing the voucher description for a bank credit card.

Round 4 - One-on-one 

(1 Question)

  • Q1. There were senior position employees from the same team in the company who tested my knowledge about the domain and also talked about the assignment I did. They were pretty direct on questioning my skillse...
Round 5 - Aptitude Test 

It consisted of general aptitude and analytical questions to be answered within one of opening the link with the access to the test.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and do as much research as possible about the company and your desired role.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2022.

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 

(2 Questions)

  • Q1. Why would you like to join us
  • Q2. Why would u like to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - If your looking for your carrier and future then a company to work for
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Easy opps and java
Round 2 - Behavioral 

(1 Question)

  • Q1. Puzzles , above myself and sql
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

Core Java, Spring boot, Hibernate, MySQL

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Questions
  • Q2. Logic Problems
Round 3 - One-on-one 

(2 Questions)

  • Q1. Logic Problems solving (face to face interview)
  • Q2. Personality check

Interview Preparation Tips

Interview preparation tips for other job seekers - The candidate who are strong in tech and get the opportunity!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 - Aptitude Test 

A Google Form-based Aptitude Test with Basic Questions

Round 3 - Technical 

(1 Question)

  • Q1. Asked Basic Time Complexity and DSA Questions like Time Complexity Of quick sort use of stack Data Structure etc
Round 4 - Coding Test 

It was the final round asked to do a medium-level coding Question to convert a number such as 244 to word i.e Two Hundred and Forty four

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

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

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

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

Round 1 - Assignment 

A simple Google form assignment to shortlist candidates

Round 2 - Technical 

(2 Questions)

  • Q1. ML related questions
  • Q2. Find duplicates in array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eazy process

Skills evaluated in this interview

Netdox Health Interview FAQs

How many rounds are there in Netdox Health interview?
Netdox Health interview process usually has 3 rounds. The most common rounds in the Netdox Health interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Netdox Health 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 Netdox Health. The most common topics and skills that interviewers at Netdox Health expect are Healthcare, Oncology, Costing, Diagnostics and Nutrition.
What are the top questions asked in Netdox Health interview?

Some of the top questions asked at the Netdox Health interview -

  1. 1. Case Study on New Service launch 2. Customer Operations retention and upsell...read more
  2. Basic educational backgro...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 152 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
Treebo Hotels Interview Questions
3.2
 • 22 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 15 Interviews
EazyDiner Interview Questions
3.2
 • 14 Interviews
TripFactory Interview Questions
2.0
 • 13 Interviews
Cashkaro.com Interview Questions
3.7
 • 13 Interviews
View all

Netdox Health Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

3.2

Skill development

4.0

Work-life balance

3.8

Salary

2.5

Job security

3.7

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 8 Reviews and Ratings
Associate Manager
7 salaries
unlock blur

₹3.5 L/yr - ₹5.8 L/yr

Manager
4 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Training Quality Manager
3 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Assistant Finance Controller
3 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

AGM - Sales and Operations
3 salaries
unlock blur

₹15 L/yr - ₹16 L/yr

Explore more salaries
Compare Netdox Health with

Lokal App

3.5
Compare

Woodenstreet.com

3.3
Compare

Cashkaro.com

3.7
Compare

CLIRNet

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