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

Updated 5 Jul 2024

Bajaj Finserv Health Software Development Engineer Intern Interview Experiences

1 interview found

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

I applied via campus placement at Symbiosis Institute of Technology and Science, Medak 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

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Platform->interview bit, Topics->linked list, arrays, duration:around 1hr

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding Question(DSA)
Round 3 - One-on-one 

(2 Questions)

  • Q1. OS->Virtual Memory, difference between process and thread;
  • Q2. DBMS->Indexes, about some projects

Interview Preparation Tips

Topics to prepare for BlackBuck Software Development Engineer Intern interview:
  • DSA
Interview preparation tips for other job seekers - practice coding and be confident.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Nov 2024.

Round 1 - Coding Test 

There were 2 questions, first one was the three sum problem of leetcode and the second one was related to stacks amd strings

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is encapsulation in OOP?
  • Ans. 

    Encapsulation is the concept of bundling data and methods together within a class, hiding internal details from the outside world.

    • Encapsulation helps in achieving data abstraction and data hiding.

    • It allows for better control over the access to the internal state of an object.

    • By encapsulating data, we can protect it from being modified by external code.

    • Encapsulation promotes code reusability and maintainability.

    • Example:...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Coding Test 

Find min and max in an array

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Round Astreoid collision leetcode
  • Q2. Dp question based on exclusion and inclusion
Round 3 - Coding Test 

DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is ambitionbox
  • Q2. How many questions are there in that
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same as above questions
  • Q2. Same as above questions second one
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy level to Medium level

Round 2 - Coding Test 

2 Easy questions of DSA

Round 3 - One-on-one 

(2 Questions)

  • Q1. One DSA question
  • Q2. Normal discussion about tech stack
Round 4 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Why do you want to join digit?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go easy.. Nothing is hard in digit hiring
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 coding questions, medium

Round 2 - Technical 

(2 Questions)

  • Q1. Related to string and prefix sum
  • Q2. How priority queue works and its implementation using min heap
  • Ans. 

    Priority queue is a data structure that stores elements based on their priority, allowing for efficient retrieval of the highest priority element.

    • Priority queue can be implemented using a min heap, where the root node always contains the minimum element.

    • Insertion: Add the new element to the end of the heap and then heapify up to maintain the min heap property.

    • Deletion: Remove the root node (minimum element), move the l...

  • Answered by AI

Skills evaluated in this interview

Bajaj Finserv Health Interview FAQs

How many rounds are there in Bajaj Finserv Health Software Development Engineer Intern interview?
Bajaj Finserv Health interview process usually has 2 rounds. The most common rounds in the Bajaj Finserv Health interview process are One-on-one Round.
What are the top questions asked in Bajaj Finserv Health Software Development Engineer Intern interview?

Some of the top questions asked at the Bajaj Finserv Health Software Development Engineer Intern interview -

  1. what is the angle between minute and hour hand at 1...read more
  2. all technical questions related to tech stack - nod...read more
  3. 2sum problem leetco...read more

Tell us how to improve this page.

Bajaj Finserv Health Software Development Engineer Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zomato Interview Questions
3.8
 • 309 Interviews
Myntra Interview Questions
4.0
 • 213 Interviews
Naukri Interview Questions
4.0
 • 185 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Spinny Interview Questions
3.7
 • 168 Interviews
View all
Product Manager
117 salaries
unlock blur

₹9 L/yr - ₹25 L/yr

Software Development Engineer
64 salaries
unlock blur

₹9 L/yr - ₹20.2 L/yr

Relationship Manager
42 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Sales Manager
38 salaries
unlock blur

₹4.5 L/yr - ₹11.4 L/yr

Salesforce Developer
24 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Explore more salaries
Compare Bajaj Finserv Health with

Star Health & Allied Insurance

3.7
Compare

Niva Bupa Health Insurance Company

3.6
Compare

HDFC Ergo General Insurance

3.9
Compare

ICICI Lombard General Insurance Company

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