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
4.0

based on 9k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bajaj Finserv Data Engineer Interview Questions and Answers

Updated 1 Aug 2024

Bajaj Finserv Data Engineer Interview Experiences

6 interviews found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2022

I applied via Approached by Company and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - APU ROUND 

(1 Question)

  • Q1. We were asked to find mean, median and mode of a data and send it through an API link.
Round 2 - Coding Test 

Was asked 10 MCQ and 1 coding question of easy difficulty.

Round 3 - Technical 

(1 Question)

  • Q1. This was technical interview 1 where I was asked about my knowledge on Data warehousing, Big data, Python. Was asked about my projects.
Round 4 - Technical 

(1 Question)

  • Q1. In Tech interview 2 I was asked a lot on SQL and Python and was grilled on abstract topic of data and its uses. Was grilled on my projects also.
Round 5 - HR 

(1 Question)

  • Q1. I was asked to talk about anything other than academics. And was asked some basic HR questions.

Interview Preparation Tips

Topics to prepare for Bajaj Finserv Data Engineer interview:
  • SQL
  • Python
  • Data Warehousing
  • Big Data
Interview preparation tips for other job seekers - Quite easy to crack if you are good in SQL and Python.

Data Engineer Interview Questions & Answers

user image Shubham Thote

posted on 1 Aug 2024

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Quantitative And Reasoning questions

Round 2 - Coding Test 

There is one code which u will have written in any language u are want.

Round 3 - Technical 

(2 Questions)

  • Q1. Sql joins, window functions
  • Q2. Writing some queries in front of interviewer

Data Engineer Interview Questions Asked at Other Companies

asked in Cisco
Q1. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q2. Next Greater Element Problem Statement You are given an array arr ... read more
asked in Sigmoid
Q3. Problem: Search In Rotated Sorted Array Given a sorted array that ... read more
asked in Cisco
Q4. Covid Vaccination Distribution Problem As the Government ramps up ... read more
asked in Sigmoid
Q5. K-th Element of Two Sorted Arrays You are provided with two sorte ... read more

Data Engineer Interview Questions & Answers

user image Swapnil Hingmire

posted on 26 Sep 2023

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

Python features and implementation

Round 2 - Technical 

(1 Question)

  • Q1. Difference between while and for
  • Ans. 

    While loop is used when the number of iterations is not known beforehand, while for loop is used when the number of iterations is known.

    • While loop is entry-controlled, meaning the condition is checked before the loop body is executed.

    • For loop is exit-controlled, meaning the condition is checked after the loop body is executed.

    • While loop is used when the number of iterations is not known beforehand, for loop is used whe

  • Answered by AI

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 31 May 2022

I was interviewed in May 2022.

Round 1 - Assignment 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. How would you design an API to receive messages at the specified URL?
Round 2 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

Mostly asked stuff related to python and SQL as per the requirement of the role. Timing was around 1 pm, the environment and the interviewer were both suitable and friendly respectively.
The overall experience of the interview was great

Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Easy

Asked team related question, the environment was ms teams, HR was friendly. Overall interview experience was great

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Engineer in PuneEligibility criteria7+ cgpaBajaj Finserv Limited interview preparation:Topics to prepare for the interview - Data structures, OOPS, ML algorithms, python, SQL, OSTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : practice atleast 3 medium to hard DSA questions daily
Tip 2 : do dynamic programming 2 questions daily
Tip 3 : dont forget to study other subjects like operating systems, DBMS as they are generally asked

Application resume tips for other job seekers

Tip 1 : write briefly about yourself
Tip 2 : not only academic but also put in some extra curricular information

Final outcome of the interviewSelected

Skills evaluated in this interview

Bajaj Finserv interview questions for designations

 Senior Data Engineer

 (1)

 Data Scientist

 (5)

 Data Analyst

 (4)

 Data Entry Operator

 (2)

 Senior Data Scientist

 (1)

 Data Analyst Intern

 (1)

 Software Engineer

 (8)

 Softwaretest Engineer

 (2)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2022

I applied via Campus Placement and was interviewed in Mar 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 - API 

(1 Question)

  • Q1. Need to send an API request to the address they given. We need to send the details like name, college name, email id, etc.
Round 3 - Coding Test 

It was aptitude and coding both at a time given MCQs on core subjects like oops, dsa, data base and given 1 coding question.

Round 4 - Technical 

(1 Question)

  • Q1. Basic Introductions, projects, core concepts questions, mysql

Interview Preparation Tips

Topics to prepare for Bajaj Finserv Data Engineer interview:
  • Database
  • Python
  • Programming
  • DSA
  • Core subjects
Interview preparation tips for other job seekers - Stick on to your basics, try to get good in core subjects, focus more on your projects you guys need to know each and everything about the project you had done during the studies.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Questions on aptitude,SQL, python

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazy evaluation in spark.
  • Ans. 

    Lazy evaluation in Spark delays the execution of transformations until an action is called.

    • Lazy evaluation allows Spark to optimize the execution plan by combining multiple transformations into a single stage.

    • Transformations are not executed immediately, but are stored as a directed acyclic graph (DAG) of operations.

    • Actions trigger the execution of the DAG and produce results.

    • Example: map() and filter() are transformat...

  • Answered by AI
  • Q2. What is mapreduce
  • Ans. 

    MapReduce is a programming model and processing technique for parallel and distributed computing.

    • MapReduce is used to process large datasets in parallel across a distributed cluster of computers.

    • It consists of two main functions - Map function for processing key/value pairs and Reduce function for aggregating the results.

    • Popularly used in big data processing frameworks like Hadoop for tasks like data sorting, searching...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What is skewness and skewd tables
  • Ans. 

    Skewness is a measure of asymmetry in a distribution. Skewed tables are tables with imbalanced data distribution.

    • Skewness is a statistical measure that describes the asymmetry of the data distribution around the mean.

    • Positive skewness indicates a longer tail on the right side of the distribution, while negative skewness indicates a longer tail on the left side.

    • Skewed tables in data engineering refer to tables with imba...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What is spark and explain working
  • Ans. 

    Spark is a distributed computing framework designed for big data processing.

    • Spark is built around the concept of Resilient Distributed Datasets (RDDs) which allow for fault-tolerant parallel processing of data.

    • It provides high-level APIs in Java, Scala, Python, and R for ease of use.

    • Spark can run on top of Hadoop, Mesos, Kubernetes, or in standalone mode.

    • It includes modules for SQL, streaming, machine learning, and gra...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HSBC Group Data Engineer interview:
  • Big Data

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain error handling in PySpark
  • Ans. 

    Error handling in PySpark involves using try-except blocks and logging to handle exceptions and errors.

    • Use try-except blocks to catch and handle exceptions in PySpark code

    • Utilize logging to record errors and exceptions for debugging purposes

    • Consider using the .option('mode', 'PERMISSIVE') method to handle corrupt records in data processing

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Data Warehousing related questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Data Modelling related questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Advanced sql on ctl
  • Q2. Python data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Why RDBMS over Non RDBMs

Bajaj Finserv Interview FAQs

How many rounds are there in Bajaj Finserv Data Engineer interview?
Bajaj Finserv interview process usually has 3-4 rounds. The most common rounds in the Bajaj Finserv interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Bajaj Finserv 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, Data Warehousing, Python, Business Solutions and Data Modeling.
What are the top questions asked in Bajaj Finserv Data Engineer interview?

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

  1. difference between while and ...read more
  2. This was technical interview 1 where I was asked about my knowledge on Data war...read more
  3. In Tech interview 2 I was asked a lot on SQL and Python and was grilled on abst...read more

Tell us how to improve this page.

Bajaj Finserv Data Engineer Interview Process

based on 3 interviews

2 Interview rounds

  • Technical Round
  • Coding Test Round
View more
Bajaj Finserv Data Engineer Salary
based on 100 salaries
₹4.7 L/yr - ₹16.1 L/yr
6% less than the average Data Engineer Salary in India
View more details

Bajaj Finserv Data Engineer Reviews and Ratings

based on 8 reviews

3.6/5

Rating in categories

4.3

Skill development

2.5

Work-life balance

3.9

Salary

4.6

Job security

2.8

Company culture

3.4

Promotions

3.2

Work satisfaction

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

₹0.9 L/yr - ₹5.1 L/yr

Sales Manager
1k salaries
unlock blur

₹1.5 L/yr - ₹10 L/yr

Manager
864 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