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, Process, and Tips for Freshers

Updated 9 Jan 2025

Top Bajaj Finserv Health Interview Questions and Answers for Freshers

Bajaj Finserv Health Interview Experiences for Freshers

Popular Designations

7 interviews found

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.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
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,
  • 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

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
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 Apr 2023. There were 3 interview rounds.

Round 1 - API Round 

(1 Question)

  • Q1. We were given an API documentation for an endpoint which accepts a POST request. The request body must contain only college Id number as payload. Every candidate must hit the endpoint with their college id...
Round 2 - Technical 

(1 Question)

  • Q1. Javascript based interview questions
Round 3 - Technical 

(1 Question)

  • Q1. React based technical questions

Interview Preparation Tips

Topics to prepare for Bajaj Finserv Health Software Engineer Intern interview:
  • React
  • Javascript

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

I appeared for an interview in Mar 2022.

Round 1 - Assignment 

Round duration - No duration
Round difficulty - Easy

Round 2 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It was a day test conducted on hackerearth. There were few mcqs and 2 coding questions.

  • Q1. 

    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.

    • Apply...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Easy

It was a face to face round with Senior Software Engineer. The topic of discussion was Data Structures, Reactjs, the projects I've made and basic web development.
I was given array question to solve and my javascript skills were tested.
There was a good discussion over my major projects and the work I've done.

  • Q1. 

    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:
    "e...
  • 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.

  • Answered by AI
  • Q2. 

    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 c...
  • 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[i])

  • Answered by AI
Round 4 - Face to Face 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

It was a face to face interaction with Tech Lead. Most of the discussion was over Javascript and Reactjs to test my indepth knowledge of basics and advance concepts. Also, questions and discussion on arrays, strings, maps, optimization was there.
There were several questions on OOPS, javascript and reactjs.

  • Q1. 

    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 gre...

  • 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.

  • Answered by AI
Round 5 - HR 

Round duration - 10 minutes
Round difficulty - Easy

It was an easy round with the HR of the company. We had a normal discussion over my work and future expeditions and student life.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in PuneEligibility criteriaThere was no criteria as defined but one should maintain a decent CGPA so as to qualify for most of the companies.Bajaj Finserv Health interview preparation:Topics to prepare for the interview - Javascript, Reactjs, OOPS, Data Structures, JavaTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be consistent. Make a schedule to atleast do 3-5 questions daily no matter how busy the schedule is. This will help to make routine and soon you will start seeing your growth. 
Tip 2 : Explore. Keep exploring and have the interest to learn. Web Development is something that more you explore and more you practice, the more you will ace.
Tip 3 : Participate in more events and hackathons. This will add up to your experience and you will network with a lot of people.

Application resume tips for other job seekers

Tip 1 : Don't add a long list of projects. Just add 2-3 of your best projects that will define your total knowledge and work you have done. Even 1 major project will define your work but it should be a great one.
Tip 2 : Never lie on your resume. Only add the skills that you believe you have or you will learn and grasp quickly.
Tip 3 : Be specific about your details and do not write long paragraphs to define your experiences.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Bajaj Finserv Health interview questions for popular designations

 Software Developer Intern

 (2)

 Administration Executive

 (1)

 Customer Support Representative

 (1)

 Product Intern

 (1)

 Manager

 (1)

 Assistant Relationship Manager

 (1)

 Product Manager

 (1)

 Software Engineer Intern

 (1)

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 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 - Case Study 

A problem was provided with respect to different domains of the company and asked the candidates to build a strategy according to that.

Round 3 - One-on-one 

(1 Question)

  • Q1. Competitor benchmarking, Strategy formulation, How would you increase the reach
Round 4 - HR 

(1 Question)

  • Q1. Basic details of job role and compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the basics of product management, Suggest ways to improve the reach

Product Intern Interview Questions asked at other Companies

Q1. Power Calculation Problem Statement Given a number x and an exponent n, compute xn. Accept x and n as input from the user, and display the result. Note: You can assume that 00 = 1. Input: Two integers separated by a space, x and n. Output: ... read more
View answer (1)

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2022

I applied via Campus Placement and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There were 4 profiles
Frontend
Backend
Data science
Salesforce

And for each of them a related task was given.

Round 2 - Coding Test 

Consisted of 2 coding questions with 30 MCQs

Round 3 - Technical 

(1 Question)

  • Q1. My interview was for data science. And was based on Python and SQL with a lot of discussion on projects i mentioned in my resume
Round 4 - HR 

(1 Question)

  • Q1. What is your family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - To be good at the role you are applying for. They were looking for candidates with good foundations.

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)

Jobs at Bajaj Finserv Health

View all

Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2021

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Introduced yourself.
  • Q2. Previous experience
  • Q3. High your confidence leval

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good..hiring teams is very cool

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

There were a total of three questions of 100, 200, and 300 points respectively. Partial points were given if partial tests got passed for any problem. The Codesignal environment was similar to Hackerrank, so not much different. I think the test was held in the afternoon time.

  • Q1. 

    Game of Stones Problem Statement

    Two players, 'Ale' and 'Bob', are playing a game with a pile of stones. Your task is to determine the winner if both play optimally.

    Rules of the Game:

    1. On each turn, ...

  • Ans. 

    Determining the winner of a game where two players take turns to remove stones from a pile based on certain rules.

    • Implement a recursive function to simulate the game where each player makes the optimal move.

    • Check if the current player can take any stones, if not, the other player wins.

    • Return 'Ale' if 'Ale' wins, otherwise return 'Bob'.

  • Answered by AI
  • Q2. 

    Return Subsets Sum to K Problem Statement

    Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'.

    Explanation:

    A subset of an array 'ARR' is a tupl...

  • Ans. 

    Given an array and an integer, return all subsets that sum to the given integer.

    • Use backtracking to generate all possible subsets of the array.

    • Keep track of the current subset and its sum while backtracking.

    • If the sum of the subset equals the target sum, add it to the result.

    • Recursively explore both including and excluding the current element in the subset.

    • Sort the elements in each subset to ensure increasing order of

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round was a video call round held on Zoom and the Codesignal platform was to be used for coding the problems. The round started with the interviewer giving a small introduction about him and then asking me to introduce myself.

  • Q1. 

    Rotting Oranges Problem Statement

    You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:

    • 0 - representing an empty cell
    • 1 - representing a fre...
  • Ans. 

    Find the minimum time required to rot all fresh oranges in a grid.

    • Use Breadth First Search (BFS) to simulate the rotting process of oranges.

    • Track the time taken to rot all oranges and return -1 if any fresh oranges remain.

    • Handle edge cases such as empty grid, no fresh oranges, or no rotten oranges.

    • Update the status of adjacent fresh oranges to rotten oranges in each iteration.

  • Answered by AI
  • Q2. 

    Find Indices for Local Minima and Maxima

    Given an integer array arr of size N, your task is to determine all indices of local minima and local maxima within the array. Return these indices in a 2-D list, ...

  • Ans. 

    Find indices of local minima and maxima in an integer array.

    • Iterate through the array and compare each element with its neighbors to find local minima and maxima.

    • Consider corner elements separately by comparing with only one neighbor.

    • Return the indices of local minima and maxima in a 2-D list.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The setup was exactly similar to the first interview round. The interviewer was very friendly. My advice will be to see the interviewer as a team mate and think you have to solve the question together with him. Don't panic and start speaking out what observations you can make about the problem.

  • Q1. 

    Sort By Kth Bit

    Given an array or list ARR of N positive integers and an integer K, your task is to rearrange all elements such that those with the K-th bit (considering the rightmost bit as '1st' bit) eq...

  • Ans. 

    Rearrange elements in an array based on the K-th bit being 0 or 1.

    • Iterate through the array and separate elements based on the K-th bit being 0 or 1.

    • Maintain the relative order of elements within each group.

    • Combine the two groups to get the final rearranged array.

    • Time complexity can be optimized to linear time by using bitwise operations.

    • Example: For ARR = {1, 2, 3, 4} and K = 1, output should be {2, 4, 1, 3}.

  • Answered by AI
Round 4 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

It was already night time till this interview started because all the three interview rounds were held on the same day. This was not a DS+Algorithms round. He first asked me to introduce myself. So I started by telling what all I have done in my college up till now and then I told him about my internship experience at myKaarma which just ended few days back. There was around 10-15 minutes discussion on what I was working on in my intern project.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology (BHU) Varanasi. I applied for the job as SDE - Intern in BangaloreEligibility criteria8 CGPAUber interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, OOP, some basics of DBMS but I don't feel it was much required for an intern role interviewTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Try to learn DS+Algorithms from the basics in the starting phase of your preparation. Though, in the later stages of the preparation, some cramming can be employed for the problems generally asked in the interviews (but that too with proper understanding)
Tip 2 : Don't forget to prepare topics like OS and OOP. Although I was not asked much about these topics but my friends were asked some questions from these topics. These topics can be prepared in 2-3 days from YouTube itself.
Tip 3 : For an intern role interview, 2-3 projects including the college projects should be enough. You should be prepared to explain your project answer the basic questions like the approach which you followed, the problems you faced during the project, etc. 
Tip 4 : If possible you can have a prior intern experience as well, but one thing for sure, preparing DS+Algorithms is much more important than this.

Application resume tips for other job seekers

Tip 1 : Writing things which you don't know about properly won't give you much benefit. Rather, they can get you into problem if asked about them.
Tip 2 : Writing much about the things like extra curricular activities in the resume for software roles don't give you much benefit in my opinion. Though I wrote 2-3 PORs which had.
Tip 3 : Trying to make your resume longer unnecessarily won't give you any benefit.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Feb 2021.

Round 1 - Assignment 

Round duration - 24 hours
Round difficulty - Medium

Round 2 - Video Call 

(2 Questions)

Round duration - 120 Minutes
Round difficulty - Medium

It was a Data Structures and Algorithm Round and Discussion on My assignment round to check my Problem Solving Skills.
And the Interviewer was very friendly to me. I first introduced myself to the interviewer and what did I have done in past as a Software Engineer and Why I want to work in Grofers.
 

  • Q1. 

    Top View of Binary Tree

    Given a binary tree of integers, the task is to return the top view of the given binary tree. The top view of the binary tree is the set of nodes visible when viewed from the top.

    ...
  • Ans. 

    Return the top view of a binary tree given in level-order format.

    • Traverse the binary tree in level-order and keep track of the horizontal distance of each node from the root.

    • Use a map to store the nodes at each horizontal distance, and return the nodes at the top view.

    • Handle null nodes by adjusting the horizontal distance accordingly.

    • Example: For the given binary tree, the top view will be {10, 4, 2, 1, 3, 6}.

  • Answered by AI
  • Q2. 

    Maximum Possible Time Problem Statement

    Given an array ARR consisting of exactly four integer digits, your task is to form the maximum possible valid time in a 24-hour format using those digits.

    Explanat...

  • Ans. 

    Given an array of four digits, form the maximum valid 24-hour time. Return -1 if not possible.

    • Iterate through all permutations of the digits to find the maximum valid time.

    • Check if the time is valid (between 00:00 and 23:59) before returning.

    • Handle cases where no valid time can be generated by returning -1.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from JAYPEE INSTITUTE OF INFORMATION TECHNOLOGY. Eligibility criteriaNo criteriaGrofers interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, Computer Networks, Operating systems, DMBS, System Design, Python, DjangoTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : Practise Data Structures and Algorithms as much as you can on daily basis. Don't Fix numbers in your head, but practise as much as you can from all topics on daily basis.
Tip 2 : Give Programming Contests on a Daily basis. As it helps you to think of any particular problem in the fixed time frame.
Tip 3 : For Mastering DP, Learn From Aditya Verma Youtube Playlist and apply around 100 questions for solving any DP problem.
Tip 4 : Also Learn Computer Science theory subject once a week so that you will have a deep understanding of the particular subject since many interviews grind on CS theory subjects like OS, DBMS and Networks 
Tip 5 : Make at least 2-3 Projects in any technology you like maybe Web Development or Android Development. It shows that you have some experience in Development and the company don't need to waste time on you for teaching frameworks.
Tip 6 : If you have time learn some System Design and learn how to design any system from end to end. Especially learn about designing a database of any application. In many interviews, the interviewer asks to design an application from end to end. So if you have some practice, then you can easily clear this type of rounds.

Application resume tips for other job seekers

Tip 1 : Always attached your Project links in your resume. As it seems your project is genuine and you are confident in showing your projects
Tip 2 : Don't add unnecessary things in your resume which are not related to the job, like your 10th class winning tournament certificate or managing a college society. These things didn't create any impact on your profile and takes an unnecessary space in your resume.
Tip 3 : Always make a 1-page resume. If you are making more than 1 page then it means you have added a lot of unnecessary information which are not related to the job profile.
Tip 4 : Always show your Project and Past experience on top, just after your basic info and education. Since these are the things which should be on top to showcast the skills.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Aug 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The interview started in the evening on google meet. and extended for 90 minutes. The interviewer was very helpful and he shared a collaborative code editor to discuss several problems.

  • Q1. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

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

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

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

    • Handle cases where the same element is used twice in a pair by keeping track of the frequency of elements.

    • ...

  • Answered by AI
  • Q2. 

    Convert a Binary Tree to a Sum Tree

    Given a binary tree of integers, convert the binary tree into a sum tree where each node's value is replaced by the sum of the values of its left and right subtrees in ...

  • Ans. 

    Convert a binary tree into a sum tree where each node's value is replaced by the sum of its left and right subtrees.

    • Traverse the tree in postorder fashion to calculate the sum of left and right subtrees for each node.

    • Set leaf nodes to zero.

    • Update the node values with the sum of left and right subtrees.

  • Answered by AI
  • Q3. 

    LFU Cache Design Problem

    Design and implement a Least Frequently Used (LFU) Cache with the following functionalities:

    1. put(U__ID, value): Insert the value in the cache if the key ('U__ID') is not alrea...
  • Ans. 

    Design and implement a Least Frequently Used (LFU) Cache with put and get functionalities, handling capacity and frequency of use.

    • Implement a LFU cache with put and get functions

    • Handle capacity and frequency of use for eviction

    • Return the value of key if present, -1 otherwise

    • Consider multiple elements with least frequency, remove least recently used

    • Example: Insert, update, and retrieve values based on operations

  • Answered by AI
  • Q4. Write a SQL query to find the X percentile of students.
  • Ans. 

    SQL query to find the X percentile of students

    • Use the NTILE() function to divide students into X groups

    • Calculate the total number of students and the number of students in each group

    • Select the students from the group that corresponds to the X percentile

  • Answered by AI
  • Q5. Can you explain polymorphism and provide examples of real-time and run-time polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is called on.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Real-time polymorphism is achieved through method overloading, where multiple methods have the same name but different parameters.

    • Run-time polymorphism is achieved through method overriding, where a subclass provide...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from Malaviya National Institute of Technology Jaipur. I applied for the job as SDE - Intern in GurgaonEligibility criteriaNo criteria as such but having good projects create an impact.Zomato interview preparation:Topics to prepare for the interview - Binary Search, Tree, Graph, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at-least 300 problems.
Tip 2 : Add at-least 2 projects and prepare them well for the interview.
Tip 3 : Practice mock interviews with your friends to learn how to explain problems.

Application resume tips for other job seekers

Tip 1 : Follow some standard resume format and add 2-3 projects with explanations in point, also include technologies used in the project.
Tip 2 : Make sure you add all the technologies you are aware of in your resume and also, add links to competitive profiles (if you have good coding profiles).
Tip 3 : Add your achievements in the resume in points.

Final outcome of the interviewSelected

Skills evaluated in this interview

Bajaj Finserv Health Interview FAQs

How many rounds are there in Bajaj Finserv Health interview for freshers?
Bajaj Finserv Health interview process for freshers usually has 3 rounds. The most common rounds in the Bajaj Finserv Health interview process for freshers are Technical, One-on-one Round and HR.
How to prepare for Bajaj Finserv Health interview for freshers?
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, Home Loans, Software Configuration Management, CCTV Monitoring and Legal.
What are the top questions asked in Bajaj Finserv Health interview for freshers?

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

  1. what is the angle between minute and hour hand at 1...read more
  2. sell me pen? I want to replace the screen of my phone as it is broken, now try ...read more
  3. We were given an API documentation for an endpoint which accepts a POST request...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.

Bajaj Finserv Health Interview Process for Freshers

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 436 Interviews
Udaan Interview Questions
3.9
 • 337 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Zomato Interview Questions
3.7
 • 312 Interviews
Myntra Interview Questions
4.0
 • 217 Interviews
Blinkit Interview Questions
3.7
 • 196 Interviews
Naukri Interview Questions
4.0
 • 188 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
FirstCry Interview Questions
3.6
 • 172 Interviews
Spinny Interview Questions
3.7
 • 172 Interviews
View all

Bajaj Finserv Health Reviews and Ratings

based on 207 reviews

3.4/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.5

Salary

3.8

Job security

3.4

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 207 Reviews and Ratings
Dietician Consultant

Pune

4-9 Yrs

Not Disclosed

Senior Salesforce Developer

Pune

2-5 Yrs

Not Disclosed

PLSQL Developer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Product Manager
108 salaries
unlock blur

₹7.6 L/yr - ₹22.5 L/yr

Software Development Engineer
68 salaries
unlock blur

₹9 L/yr - ₹18 L/yr

Relationship Manager
43 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Sales Manager
38 salaries
unlock blur

₹4.5 L/yr - ₹11.4 L/yr

Senior Product Manager
32 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Explore more salaries
Compare Bajaj Finserv Health with

Udaan

3.9
Compare

Swiggy

3.8
Compare

Eternal Limited

3.7
Compare

BlackBuck

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