Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Bajaj Finserv Health Team. If you also belong to the team, you can get access from here

Bajaj Finserv Health Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bajaj Finserv Health Interview Questions and Answers

Updated 12 Jun 2025
Popular Designations

8 Interview questions

A Software Development Engineer was asked 5mo ago
Q. What is the event loop in JavaScript?
Ans. 

The event loop in JavaScript is responsible for handling asynchronous operations by continuously checking the call stack and the callback queue.

  • The event loop continuously checks the call stack for any functions that need to be executed.

  • If the call stack is empty, the event loop checks the callback queue for any asynchronous tasks that have completed.

  • The event loop then pushes these tasks onto the call stack for e...

View all Software Development Engineer interview questions
A Software Development Engineer was asked 5mo ago
Q. What are closures in JavaScript?
Ans. 

Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.

  • Closures allow functions to access variables from their outer scope

  • They are created when a function is defined within another function

  • Closures can be used to create private variables and functions

View all Software Development Engineer interview questions
A Software Development Engineer Intern was asked 11mo ago
Q. What is the angle between the minute and hour hand at 1:15?
Ans. 

The angle between the minute and hour hand at 1:15 is 7.5 degrees.

  • At 1:15, the minute hand is at 3 and the hour hand is slightly past 1

  • Calculate the angles covered by each hand from 12 o'clock position

  • Subtract the smaller angle from the larger angle to get the angle between the hands

View all Software Development Engineer Intern interview questions
An Assistant Relationship Manager was asked
Q. Sell me pen? I want to replace the screen of my phone as it is broken, now try to convince me to buy a new phone in place of replacing the screen of my old phone
Ans. 

Replacing the screen of your old phone may not be cost-effective in the long run. Buying a new phone can offer better features and performance.

  • Replacing the screen may not fix other potential issues with the phone

  • A new phone may offer better camera, battery life, and processing power

  • You can take advantage of new technology and features with a new phone

  • The cost of replacing the screen may be close to the cost of a ...

View all Assistant Relationship Manager interview questions
A Software Developer Intern was asked
Q. 

Ninja And The Fence Problem Statement

Ninja is given a task of painting a fence with ‘N’ posts using ‘K’ different colors. The task requires that not more than two adjacent posts have the same color. Your ...

Ans. 

The task is to determine the number of ways to paint a fence with 'N' posts using 'K' different colors, with the constraint that not more than two adjacent posts have the same color.

  • Use dynamic programming to solve the problem efficiently.

  • Consider the cases where the last two posts have the same color and different colors separately.

  • Keep track of the number of ways to paint the fence at each post using a 2D array.

  • ...

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Delete a Node from Linked List Problem Statement

Given a linked list of integers, your task is to implement a function that deletes a node at a specified position, 'POS'.

If the specified position is grea...

Ans. 

Implement a function to delete a node at a specified position in a linked list.

  • Traverse the linked list to find the node at the specified position.

  • Update the pointers to skip over the node to be deleted.

  • Handle edge cases like deleting the head or tail of the linked list.

  • Return the modified linked list.

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Count Pairs with Given Sum

Given an integer array/list arr and an integer 'Sum', determine the total number of unique pairs in the array whose elements sum up to the given 'Sum'.

Input:

The first line co...
Ans. 

Count the total number of unique pairs in an array whose elements sum up to a given value.

  • Use a hashmap to store the frequency of each element in the array.

  • Iterate through the array and for each element, check if (Sum - current element) exists in the hashmap.

  • Increment the count of pairs if the complement exists in the hashmap.

  • Divide the count by 2 to avoid counting duplicates like (arr[i], arr[j]) and (arr[j], arr...

View all Software Developer Intern interview questions
Are these interview questions helpful?
A Software Developer Intern was asked
Q. 

Reverse the String Problem Statement

You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

Example:

Input:
STR = "abcde"
Output:
"ed...
Ans. 

Reverse a given string containing alphabets, numbers, and special characters.

  • Iterate through the string from the end to the beginning and append each character to a new string.

  • Use built-in functions like reverse() or slicing to reverse the string.

  • Handle special characters and numbers while reversing the string.

  • Ensure to consider the constraints on the length of the string and number of test cases.

View all Software Developer Intern interview questions

Bajaj Finserv Health Interview Experiences

20 interviews found

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

Coding questions involving array and string manipulation.

Round 2 - Technical 

(2 Questions)

  • Q1. What are closures in javascript?
  • Ans. 

    Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow functions to access variables from their outer scope

    • They are created when a function is defined within another function

    • Closures can be used to create private variables and functions

  • Answered by AI
  • Q2. What is the event loop in javascript?
  • Ans. 

    The event loop in JavaScript is responsible for handling asynchronous operations by continuously checking the call stack and the callback queue.

    • The event loop continuously checks the call stack for any functions that need to be executed.

    • If the call stack is empty, the event loop checks the callback queue for any asynchronous tasks that have completed.

    • The event loop then pushes these tasks onto the call stack for execut...

  • Answered by AI

Dietician Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2025

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What dietary recommendations would you suggest for a client who works the night shift?
  • Q2. What to give to a patient who has acid reflux?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2023. There were 3 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 - Resume Shortlist 

(4 Questions)

  • Q1. What are your skills ?
  • Q2. What are your hobbies ?
  • Q3. How did you know about this job ?
  • Q4. Do you have any experience ?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Are you a team player ?
  • Ans. 

    Yes , I can play the team with very well and in effective manner it may lead to achieve the desired goals within a given period of time.

  • Answered Anonymously
  • Q2. Are you working somewhere ?
  • Ans. 

    No, I am not working currently any where .

  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep track to the jobs you applied to.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Case Study 

Great to the subject

Round 2 - HR 

(1 Question)

  • Q1. About company work style
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic DSA questions
Round 2 - HR 

(1 Question)

  • Q1. Your background and resume based.

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2023

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

I applied via LinkedIn and was interviewed in May 2023. 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 Information on Experience
Round 3 - Behavioral 

(1 Question)

  • Q1. Asked to Explain about Experience and Why this career
Round 4 - Presentation 

(1 Question)

  • Q1. Presentation on Sales
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What is the privious job and experience
  • Ans. 

    I have extensive experience in customer relations, focusing on building strong client connections and enhancing satisfaction.

    • Worked as a Customer Service Representative at XYZ Corp, handling inquiries and resolving issues for over 200 clients daily.

    • Developed and implemented a feedback system that increased customer satisfaction scores by 15% within six months.

    • Collaborated with sales teams to identify client needs, resu...

  • Answered by AI
  • Q2. How was working in privious job
  • Ans. 

    My previous job as a Relationship Officer enhanced my skills in client engagement and problem-solving, leading to improved customer satisfaction.

    • Developed strong relationships with clients, resulting in a 20% increase in customer retention.

    • Handled client inquiries and complaints efficiently, achieving a 95% satisfaction rate.

    • Collaborated with cross-functional teams to create tailored solutions for clients, enhancing se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do yourself every time better than past

Officer Interview Questions & Answers

user image Anonymous

posted on 3 Jun 2025

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. How will you handle client issues?
  • Q2. What is the purpose of this job in your career?
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 Jul 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2sum problem leetcode,
  • Ans. 

    The 2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hash map to store numbers and their indices for O(1) lookup.

    • Iterate through the array, checking if the complement (target - current number) exists in the map.

    • Example: For nums = [2, 7, 11, 15] and target = 9, return indices [0, 1] because 2 + 7 = 9.

    • Time complexity is O(n) and space complexity is O(n) due to the hash map.

  • Answered by AI
  • Q2. What is the angle between minute and hour hand at 1:15
  • Ans. 

    The angle between the minute and hour hand at 1:15 is 7.5 degrees.

    • At 1:15, the minute hand is at 3 and the hour hand is slightly past 1

    • Calculate the angles covered by each hand from 12 o'clock position

    • Subtract the smaller angle from the larger angle to get the angle between the hands

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project based fully
  • Q2. All technical questions related to tech stack - nodejs

Interview Preparation Tips

Topics to prepare for Bajaj Finserv Health Software Development Engineer Intern interview:
  • Node.Js
  • Kubernetes
  • Docker
  • Typescript
Interview preparation tips for other job seekers - we use nestJs mainly so if you know that you are good to go
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about CV & other stuff
Round 2 - Case Study 

Case study on Google reviews

Round 3 - One-on-one 

(1 Question)

  • Q1. Last formal round with CPO

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Bajaj Finserv Health?
Ask anonymously on communities.

Bajaj Finserv Health Interview FAQs

How many rounds are there in Bajaj Finserv Health interview?
Bajaj Finserv Health interview process usually has 2-3 rounds. The most common rounds in the Bajaj Finserv Health interview process are One-on-one Round, Technical and HR.
How to prepare for Bajaj Finserv 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 Bajaj Finserv Health. The most common topics and skills that interviewers at Bajaj Finserv Health expect are Debt Management, Legal, Team Management, CCTV Monitoring and Relationship Management.
What are the top questions asked in Bajaj Finserv Health interview?

Some of the top questions asked at the Bajaj Finserv Health interview -

  1. sell me pen? I want to replace the screen of my phone as it is broken, now try ...read more
  2. what is the angle between minute and hour hand at 1...read more
  3. What to give to a patient who has acid refl...read more
How long is the Bajaj Finserv Health interview process?

The duration of Bajaj Finserv Health interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 23 interview experiences

Difficulty level

Easy 7%
Moderate 86%
Hard 7%

Duration

Less than 2 weeks 86%
4-6 weeks 7%
6-8 weeks 7%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.7
 • 474 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Blinkit Interview Questions
3.8
 • 241 Interviews
Oyo Rooms Interview Questions
3.2
 • 230 Interviews
Myntra Interview Questions
3.9
 • 229 Interviews
Naukri Interview Questions
4.1
 • 200 Interviews
BlackBuck Interview Questions
3.7
 • 194 Interviews
FirstCry Interview Questions
3.6
 • 187 Interviews
Spinny Interview Questions
3.7
 • 184 Interviews
View all

Bajaj Finserv Health Reviews and Ratings

based on 231 reviews

3.4/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.4

Salary

3.8

Job security

3.3

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 231 Reviews and Ratings
Centre Manager - Microfinance

Kheda,

Kushinagar

+1

1-2 Yrs

Not Disclosed

Senior Executive

Shivpuri

1-3 Yrs

Not Disclosed

Relationship Manager

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Product Manager
123 salaries
unlock blur

₹13 L/yr - ₹22.5 L/yr

Software Development Engineer
93 salaries
unlock blur

₹10.5 L/yr - ₹19 L/yr

Relationship Manager
41 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Sales Manager
38 salaries
unlock blur

₹4.5 L/yr - ₹7.7 L/yr

Senior Product Manager
36 salaries
unlock blur

₹16.5 L/yr - ₹30 L/yr

Explore more salaries
Compare Bajaj Finserv Health with

Udaan

3.9
Compare

Swiggy

3.7
Compare

Oyo Rooms

3.2
Compare

Blinkit

3.8
Compare
write
Share an Interview