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 Engineer Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Bajaj Finserv Software Engineer Interview Questions and Answers

Bajaj Finserv Software Engineer Interview Experiences

8 interviews found

Software Engineer Interview Questions & Answers

user image Prafull Shindekar

posted on 20 Nov 2024

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

(1 Question)

  • Q1. What is Webpack
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various types of assets such as JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • It is commonly used in modern web development workflows to optimize and bundle code for production.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sessions in Angular
  • Ans. 

    Sessions in Angular are used to store and manage user data across multiple pages or components.

    • Sessions in Angular can be implemented using services or local storage.

    • They are useful for storing user authentication tokens, user preferences, and other user-specific data.

    • Sessions can be managed using Angular's built-in mechanisms like ActivatedRoute and Router.

    • Example: Using a service to store user authentication token an

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question on angular and .NET
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. All about dotnet
  • Q2. Basic dsa question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dotnet well and basic dsa questions

Bajaj Finserv interview questions for designations

 Senior Software Engineer

 (2)

 Associate Software Engineer

 (1)

 Software Engineer Level 1

 (2)

 Software Developer

 (7)

 Software Tester

 (1)

 Junior Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Software Development Engineer Intern

 (2)

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Rest API Development

Round 2 - Coding Test 

Simple DSA and Programming Knowledge

Round 3 - HR 

(1 Question)

  • Q1. Relocation Details

Interview Preparation Tips

Interview preparation tips for other job seekers - Finance Domain Knowledge is needed

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What are 4 pillars of the OOPs
  • Ans. 

    The 4 pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together to protect data from outside interference.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms, allowing flexib

  • Answered by AI
  • Q3. What is Cursor in SQL
  • Ans. 

    Cursor is a database object used to manipulate data in a result set.

    • Cursor is used to fetch and manipulate data row by row.

    • It is used when we need to update or delete data from a table based on some condition.

    • Cursor can be declared, opened, fetched, and closed.

    • It is used in stored procedures, triggers, and functions.

    • Example: DECLARE cursor_name CURSOR FOR SELECT * FROM table_name;

    • Example: OPEN cursor_name; FETCH NEXT F...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic OOPs and SQL Questions

Skills evaluated in this interview

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

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Dec 2021. 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 - Aptitude Test 

It was technical aptitude test, major questions was on spring, springboot.

Round 3 - Technical 

(2 Questions)

  • Q1. General questions on java 8
  • Q2. Questions on SQL, ACID properties of DB

Interview Preparation Tips

Topics to prepare for Bajaj Finserv Software Engineer interview:
  • Java 8
Interview preparation tips for other job seekers - Be confident, don't fake your answers, listen questions carefully and try to give exact answer with example

Software Engineer interview

user image TrainWithShubham

posted on 21 Nov 2021

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you define clean code?
  • Ans. 

    Clean code is well-organized, easy to read, and maintainable code that follows best practices.

    • Clean code is easy to read and understand by other developers.

    • It follows consistent naming conventions for variables, functions, and classes.

    • Clean code is well-organized with proper indentation and spacing.

    • It avoids unnecessary complexity and duplication.

    • Clean code is modular and follows the single responsibility principle.

    • Exa...

  • Answered by AI
  • Q2. How to better test your code?
  • Ans. 

    To better test your code, use a combination of unit tests, integration tests, regression tests, and automated testing.

    • Write unit tests to test individual components or functions in isolation.

    • Perform integration tests to test how different components work together.

    • Implement regression tests to ensure that new code changes do not break existing functionality.

    • Utilize automated testing tools to run tests quickly and effici...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic program with stream

Round 2 - Technical 

(2 Questions)

  • Q1. Microservice architecture
  • Q2. Crud operations

Bajaj Finserv Interview FAQs

How many rounds are there in Bajaj Finserv Software Engineer interview?
Bajaj Finserv interview process usually has 1-2 rounds. The most common rounds in the Bajaj Finserv interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Bajaj Finserv Software Engineer 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. The most common topics and skills that interviewers at Bajaj Finserv expect are NoSQL, Business Solutions, Windows, JQuery and Load Balancing.
What are the top questions asked in Bajaj Finserv Software Engineer interview?

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

  1. What are 4 pillars of the O...read more
  2. What is Cursor in ...read more
  3. What is Webp...read more

Tell us how to improve this page.

Bajaj Finserv Software Engineer Interview Process

based on 9 interviews

1 Interview rounds

  • Technical Round
View more
Bajaj Finserv Software Engineer Salary
based on 237 salaries
₹4 L/yr - ₹16 L/yr
16% more than the average Software Engineer Salary in India
View more details

Bajaj Finserv Software Engineer Reviews and Ratings

based on 17 reviews

3.5/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.7

Salary

4.4

Job security

3.8

Company culture

2.5

Promotions

3.6

Work satisfaction

Explore 17 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