Upload Button Icon Add office photos
Engaged Employer

i

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

Bajaj Finserv Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bajaj Finserv Software Developer Interview Questions, Process, and Tips

Updated 28 Aug 2024

Top Bajaj Finserv Software Developer Interview Questions and Answers

  • Q1. Alien Dictionary Problem Statement You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of th ...read more
  • Q2. Flood Fill Algorithm Task Assist Ninja in altering the color of a specific region in his photo. Given the image as a 2D array where each pixel is a positive integer, upd ...read more
  • Q3. The Skyline Problem Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed ...read more
View all 7 questions

Bajaj Finserv Software Developer Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Calaender based questions

I applied via campus placement at Manipal Institute of Technology (MIT) and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

First round was an API challenge in which we need to submit our names Reg No. and other details by using an API provided by the company .

Round 2 - Coding Test 

Then the second round was coding round in which there were 19 coding multiple choice questions and 2 coding questions based on the profile we applied for . It was 1 hour and 15 mins long test

Round 3 - Technical 

(1 Question)

  • Q1. The interviewer asked me to intruduce myself and explain the projects on my profile . Then he asked me to few basic questions about Javascript and few coding questions and asked me write psuedo code for th...
Round 4 - HR 

(1 Question)

  • Q1. Hr Asked me to intruduce myself and asked me to tell 5 things that arent on my resume , Then she further asked me if i am willing to relocate .She asked me if i am okay with working on diffrent domains if...

Interview Preparation Tips

Interview preparation tips for other job seekers - For Bajaj finserv Basic Api knowledge and data structures and algorithm is enough . And make sure to go through your Resume projects you have mentioned

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
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 2023. There were 3 interview rounds.

Round 1 - Coding Test 

This round consisted of multiple choice questions based on angular and java. I was asked to design a 3X3 grid that should listen to the click event and the selected grid should change the color to green.

Round 2 - Technical 

(2 Questions)

  • Q1. Longest common subsequence of two string
  • Ans. 

    The longest common subsequence of two strings is the longest sequence of characters that appear in the same order in both strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of the longest common subsequences.

    • Iterate through the characters of both strings and update the array based on the matching characters.

    • Trace back the array to find the longest common subsequence

  • Answered by AI
  • Q2. Logical questions, questions about my project
Round 3 - HR 

(1 Question)

  • Q1. Why this company, will you be able to relocate to given city

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium Interview and had positive experience

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics are more important with good communication skills

Bajaj Finserv interview questions for designations

 Junior Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Software Engineer

 (8)

 Software Tester

 (1)

 SQL Developer

 (2)

 Salesforce Developer

 (2)

 Angular Developer

 (2)

 Sfdc Developer

 (1)

Software Developer Interview Questions & Answers

user image sarvesh pitrubhakta

posted on 17 Jul 2022

Round 1 - Technical 

(1 Question)

  • Q1. Basics of SQL Basics CMD commands SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a great company .read the basics of programming language.

Get interview-ready with Top Bajaj Finserv Interview Questions

I was interviewed in Feb 2021.

Round 1 - Coding Test 

Round duration - 120 minutes
Round difficulty - Medium

Round 2 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

  • Q1. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Q2. 

    Word Presence in Sentence

    Determine if a given word 'W' is present in the sentence 'S' as a complete word. The word should not merely be a substring of another word.

    Input:

    The first line contains an in...

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaBajaj Finserv Ltd. interview preparation:Topics to prepare for the interview - Data Structure, OOPS, Algorithms, JavaScript, Html , CssTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Knowledge of api
Tip 2 : Practice Data Structure based questions.
Tip 3 : Do at least 1 project.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not mention participation certificates.

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Dec 2020.

Round 1 - Technical 
Round 2 - Assignment 
Round 3 - Personal Interview 

(4 Questions)

  • Q1. 

    Alien Dictionary Problem Statement

    You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...

  • Ans. Permutations Approach

    Approach:

    • Find all the distinct characters present in all the words.
    • Generate all permutations of these distinct characters.
    • Treat each of the permutations as a correct sequence of alphabets. Now check if the given words are sorted according to this sequence. In order to do this, we will:-
      • For all words from 1 to n - 1, let the current word be ‘currWord’ and the next word be ‘nextWord’.
      • One by one compa...
  • Answered Anonymously
  • Q2. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. Brute Force

    The idea here is to first, sort the critical POINTS with respect to their coordinate and height pairs. Make a pair of 'X1' and take a negative of the height for the building so that 'X1' pairs are sorted before 'X2' pairs. Create a dictionary keeping the heights as keys and as soon as a left edge of a building is encountered, we add that building to the dictionary with its height as the key. When we encounte...

  • Answered Anonymously
  • Q3. 

    Reverse Words In A String Problem Statement

    Given a string of length N, reverse the string word by word. Ensure that the output reversed string has a single space between two words and does not contain le...

  • Ans. Brute force
    • Create a String ans to store the reversed string.
    • Initialize a variable i to 0 and iterate the whole string through a while loop.
    • Skip initial spaces by just incrementing i.
    • Create a String that will store the current word.
    • Add the currentword and space at the beginning of ans.
    • After traversing the whole string, check if the length of ans is greater than 0 then return ans after removing the last space otherwise r...
  • Answered Anonymously
  • Q4. 

    Flood Fill Algorithm Task

    Assist Ninja in altering the color of a specific region in his photo. Given the image as a 2D array where each pixel is a positive integer, update the color of a specified pixel ...

  • Ans. Using Recursion
    • Starting from the given pixel let's traverse the image using recursion.
    • The idea is to replace the colour of the starting pixel with the new colour and repeat the same procedure for the adjacent same coloured pixels.
    • During the traversal, we do not replace the colour of the current pixel if:
      • It has a different colour than the starting pixel.
      • Or if it has already been replaced with a new colour.
    • In this way, w...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Civil Engineering from Indian Institute of Technology Kanpur. I applied for the job as SDE - 1 in PuneEligibility criteria7 cgpa
Bajaj Finserv Ltd. interview Rounds:Round 1
Round type - Online Coding Interview
Round duration - 90 mintues
Round difficulty - Medium
Round description -

Silent environment


Round 2
Round type - Face to Face
Round duration - 50 minutes
Round difficulty - Medium
Round description -

Evening
One on one interview
Interviewer was friendly by nature

Bajaj Finserv Ltd. interview preparation:Topics to prepare for the interview - Data structures, Sorting, Recursion, Pointers, OOPS, Algorithms, Greedy algorithms, Dynamic ProgrammingTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Be well versed with all the coding projects on your resume.
Tip 2 : Practice questions on the above mentioned topics from popular coding websites, like geegsforgeeks, interviewbit, etc, whichever suits you.
Tip 3 : Be familiar with the job profile you are applying for, go through the requirements of that profile and focus more on the skills it requires.
Tip 4 : Some courses like data structures and algorithms, if done, would be given more preference by interviewer over other candidates.

Application resume tips for other job seekers

Tip 1 : Mention high points during your life till now relevant to job profile.
Tip 2 : Mention internships, job experience, academics projects, coding projects precisely relevant to job profile.
Tip 3 : Review you resume by as many people as you can.
Tip 4 : Follow a proper syntax while preparing your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dependency injection
  • Q2. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It had medium to difficult apitude questions. Make sure to practice hard.

Round 2 - Coding Test 

It had medium .level questions in it

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more

Bajaj Finserv Interview FAQs

How many rounds are there in Bajaj Finserv Software Developer interview?
Bajaj Finserv interview process usually has 2 rounds. The most common rounds in the Bajaj Finserv interview process are Technical, Coding Test and HR.
What are the top questions asked in Bajaj Finserv Software Developer interview?

Some of the top questions asked at the Bajaj Finserv Software Developer interview -

  1. longest common subsequence of two str...read more
  2. Basics of SQL Basics CMD commands SQL qu...read more
  3. Basics are more important with good communication ski...read more

Tell us how to improve this page.

Bajaj Finserv Software Developer Interview Process

based on 5 interviews

1 Interview rounds

  • Coding Test Round
View more
Bajaj Finserv Software Developer Salary
based on 62 salaries
₹4.6 L/yr - ₹16 L/yr
42% more than the average Software Developer Salary in India
View more details

Bajaj Finserv Software Developer Reviews and Ratings

based on 13 reviews

3.6/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.6

Salary

4.1

Job security

3.3

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 13 Reviews and Ratings
Assistant Manager
1.3k salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

Sales Officer
1.3k salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Sales Executive
1.2k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Sales Manager
1k salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Manager
869 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Bajaj Finserv with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

State Bank of India

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