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

Filter interviews by

Clear (1)

Bajaj Finserv Senior Data Engineer Interview Questions and Answers

Updated 7 Jan 2025

Bajaj Finserv Senior Data Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy ques to answer basic

Round 2 - Coding Test 

Easy ques to write. not tough ques

Round 3 - Technical 

(2 Questions)

  • Q1. Easy ques to write.Not tough
  • Q2. Easy Ques to write not tough
Round 4 - HR 

(2 Questions)

  • Q1. Great to work here in Bajaj
  • Q2. 15min interview and basic of SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview in 15min

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few DSA questions, questions about my projects and my resume. Also, since I specialise in python, if I could create an API using it. HR questions, hobbies, leadership experience...

Interview Preparation Tips

Interview preparation tips for other job seekers - Understanding the culture of J.P. Morgan Chase played a big role in passing the interview. The coding questions were easy/medium level. The interviewers were very friendly.

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Core Java, Java 8 features, OOPS Concepts, Design Patterns used in project, Spring core, Spring Security, Spring transaction management, Spring JPA
Round 2 - One-on-one 

(1 Question)

  • Q1. Project Experience, DSA related questions, scenario based questions
Round 3 - Coding Test 

CodeVue coding test, one coding questions based on regular expressions

Round 4 - HR 

(1 Question)

  • Q1. Contract Negotiation, Previous Experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Application of concepts is important than just concepts, some dsa and algorithms

I applied via Campus Placement and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Two questions were asked one ease level one moderate level, both questions were based on dsa topics. I would highly recommend to solve leetcode easy and medium questions.

Round 2 - Hirevue 

(1 Question)

  • Q1. Two HR type questions were asked on this platform, try to answer them as honestly as possible and keep it real.
Round 3 - CFG 

(1 Question)

  • Q1. CFG is an nationwide hackathon in which students from various different universities are put in one team and have to make a working project within the designated time frame.

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax and don't panic anywhere in the entire process.

I applied via Referral and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Investment banks mostly ask multithreading questions or core concepts of java language.
Round 2 - Technical 

(1 Question)

  • Q1. In 2nd round also, they asked java and spring related questions.
Round 3 - Coding Test 

There was one coding round that contains one average type algo and we have to write the program for that.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Software Engineer interview:
  • Multithreading
  • Core Java
  • java8
Interview preparation tips for other job seekers - now jpmc don't take that much tough technical rounds, overall interviews were average.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain difference between numpy array and list
  • Ans. 

    Numpy arrays are more efficient for numerical operations compared to lists.

    • Numpy arrays are homogeneous in nature, while lists can contain different data types.

    • Numpy arrays support vectorized operations, making them faster for numerical computations.

    • Numpy arrays require less memory compared to lists for large datasets.

    • Example: np_array = np.array([1, 2, 3]) vs list = [1, 2, 3]

  • Answered by AI
  • Q2. Coding question: Reverse words in sentence
Round 2 - Technical 

(2 Questions)

  • Q1. Covid Case Study
  • Q2. Merge two dataframe
  • Ans. 

    Merging two dataframes combines them into a single dataframe based on a common column or index.

    • Use the merge() function in pandas library in Python to merge dataframes

    • Specify the common column or index to merge on

    • Choose the type of join (inner, outer, left, right) based on your requirement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for random questions.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java Api debugging.
  • Q2. DSA coding question with modifications
Round 2 - System Design 

(1 Question)

  • Q1. Ai parking management system design
  • Ans. 

    Designing an AI parking management system to optimize parking space usage and improve efficiency.

    • Utilize sensors to detect available parking spaces in real-time

    • Implement machine learning algorithms to predict parking demand and optimize space allocation

    • Integrate with mobile apps for users to easily find and reserve parking spots

    • Use computer vision for license plate recognition and enforcement of parking rules

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavioral questions

Skills evaluated in this interview

I was interviewed in Nov 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Split Binary String Problem Statement

    Chintu has a long binary string str. A binary string is a string that contains only 0 and 1. He considers a string to be 'beautiful' if and only if the number of 0's ...

  • Ans. 

    The task is to split a binary string into beautiful substrings with equal number of 0's and 1's.

    • Count the number of 0's and 1's in the string.

    • Iterate through the string and split it into beautiful substrings whenever the count of 0's and 1's becomes equal.

    • Return the maximum number of beautiful substrings that can be formed.

    • If it is not possible to split the string into beautiful substrings, return -1.

  • Answered by AI
  • Q2. 

    Merge Overlapping Intervals Problem Statement

    Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...

  • Ans. 

    Merge overlapping intervals and return sorted list of merged intervals.

    • Identify overlapping intervals based on start and end times

    • Merge overlapping intervals to form new intervals

    • Sort the merged intervals in ascending order of start times

  • Answered by AI
Round 2 - Video Call 

Round duration - 100 Minutes
Round difficulty - Medium

It was a video interview in which 2 questions were asked u have 2 chances for each question to record your video. It was conducted on hirepro website.
 

Round 3 - Face to Face 

(1 Question)

Round duration - 35 Minutes
Round difficulty - Easy

The interviewer asked me to explain my project, 2 situation based questions and asked to solve a question on Trees

  • Q1. 

    Left View of a Binary Tree Problem Statement

    Given a binary tree, your task is to print the left view of the tree.

    Example:

    Input:
    The input will be in level order form, with node values separated by a...
  • Ans. 

    Print the left view of a binary tree given in level order form.

    • Traverse the tree level by level and print the first node of each level (leftmost node).

    • Use a queue to keep track of nodes at each level.

    • Time complexity should be O(n) where n is the number of nodes in the tree.

  • Answered by AI
Round 4 - HR 

Round duration - 10 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SRM Institute Of Science & Technology. Eligibility criteria7 CGPAJPMorgan Chase & Co. interview preparation:Topics to prepare for the interview - Data Structures, Machine Learning, OOPS, DBMS, Algorithms, Git and SQL Basics.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice D.S.A
Tip 2 : Prepare your projects
Tip 3 : Be confident

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : Do not put false things on a resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Coding Test 

4 Programming questions
10 MCQ

Each programming question has its own time allocated.
10 mins for MCQ.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Bases on C++ multithreding
  • Ans. 

    C++ multithreading allows for concurrent execution of multiple threads within a single program.

    • Use mutexes to prevent race conditions and ensure thread safety

    • Avoid deadlocks by carefully managing locks and avoiding nested locks

    • Consider using condition variables to signal between threads

    • Use thread pools to manage and reuse threads efficiently

    • Be aware of potential performance issues and overhead with multithreading

  • Answered by AI
  • Q2. C++ pointers and smart pointers quetions
Round 3 - One-on-one 

(2 Questions)

  • Q1. C++ multithreading quetions
  • Q2. Work life, achievemts.. scenario reuestions
Round 4 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and about the programming language...

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java, Sping Boot related questions. Basic DSA questions were also asked with one pseudocode question.
Round 2 - Technical 

(1 Question)

  • Q1. Primarily DSA questions were asked from Arrays, Collections and Trees (basic).
Round 3 - Technical 

(1 Question)

  • Q1. HLD related questions were asked. It was a scenario based discussion with thrust on whether you can design an overall system with proper architecture tools.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion nothing else. HRs at JPMC would not discuss much, you might expect a random call anytime with no timeline.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Software Engineer interview:
  • Java
  • Microservices
  • DSA
  • Hld
Interview preparation tips for other job seekers - There were 2 rounds on language specific discussion, followed by 1 round of design level discussion. The rounds were easy to medium level difficulty sonif you're preparing for sometime you should neasily clear it.
Contribute & help others!
anonymous
You can choose to be anonymous

Bajaj Finserv Interview FAQs

How many rounds are there in Bajaj Finserv Senior Data Engineer interview?
Bajaj Finserv interview process usually has 4 rounds. The most common rounds in the Bajaj Finserv interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Bajaj Finserv Senior Data 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 SQL, SSIS, Data Modeling, Data Warehousing and Schema.
What are the top questions asked in Bajaj Finserv Senior Data Engineer interview?

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

  1. 15min interview and basic of ...read more
  2. Easy Ques to write not to...read more
  3. Great to work here in Ba...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Bajaj Finserv

No Interviews

INTERVIEWS

Egniol Services Private Limited

No Interviews

INTERVIEWS

Egniol Services Private Limited

No Interviews

INTERVIEWS

Federal Bank

No Interviews

LIST OF COMPANIES

Egniol Services Private Limited

Locations

Tell us how to improve this page.

Bajaj Finserv Senior Data Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Wells Fargo Interview Questions
3.9
 • 565 Interviews
Citicorp Interview Questions
3.7
 • 564 Interviews
HSBC Group Interview Questions
3.9
 • 484 Interviews
American Express Interview Questions
4.2
 • 358 Interviews
BNY Interview Questions
3.9
 • 342 Interviews
View all
Bajaj Finserv Senior Data Engineer Salary
based on 52 salaries
₹8.5 L/yr - ₹19 L/yr
28% less than the average Senior Data Engineer Salary in India
View more details

Bajaj Finserv Senior Data Engineer Reviews and Ratings

based on 7 reviews

3.9/5

Rating in categories

3.8

Skill development

2.9

Work-life balance

3.3

Salary

4.4

Job security

3.5

Company culture

3.1

Promotions

3.2

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Sales Officer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
866 salaries
unlock blur

₹0 L/yr - ₹0 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