Premium Employer

i

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

Axis Bank Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Axis Bank Data Engineer Interview Questions and Answers

Updated 29 May 2025

Axis Bank Data Engineer Interview Experiences

3 interviews found

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

I applied via Referral

Round 1 - Coding Test 

Pyspark, Hive, Yarn, Python

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on windowing function
  • Q2. Questions on spark arch and python

Interview Preparation Tips

Topics to prepare for Axis Bank Data Engineer interview:
  • pyspark
  • hive
  • python
  • yarn
  • sql

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 May 2025

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Sql python mysql analytics
  • Q2. Sql python analytics

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Data Engineer Interview Questions Asked at Other Companies

asked in Sigmoid
Q1. Next Greater Element Problem Statement You are given an array arr ... read more
asked in LTIMindtree
Q2. If you are given cards numbered 1-1000 and 4 boxes, where card 1 ... read more
asked in Cisco
Q3. Optimal Strategy for a Coin Game You are playing a coin game with ... read more
asked in Sigmoid
Q4. Problem: Search In Rotated Sorted Array Given a sorted array that ... 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 Ronak C Desai

posted on 9 Jan 2025

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

I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on pyspark coding, windowing function and all
  • Q2. Questions on hive and yarn

Interview Preparation Tips

Topics to prepare for Axis Bank Data Engineer interview:
  • pyspark
  • hive
  • sql
  • yarn

What people are saying about Axis Bank

View All
Got a question about Axis Bank?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the windows functions in sql
  • Ans. 

    Window functions in SQL are used to perform calculations across a set of rows that are related to the current row.

    • Window functions are used to calculate running totals, moving averages, and rank values.

    • They are applied to a set of rows defined by an OVER clause.

    • Examples of window functions include ROW_NUMBER, RANK, DENSE_RANK, and NTILE.

  • Answered by AI
  • Q2. Explain CTE in detail
  • Ans. 

    CTE stands for Common Table Expression, a temporary named result set that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • CTE is defined using the WITH keyword followed by a name and a SELECT statement.

    • It can be used to simplify complex queries, improve readability, and reduce code duplication.

    • CTE can also be recursive, allowing for hierarchical queries.

    • Example: WITH sales AS (SELECT * FROM order...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice SQL in detail. Practice scenario based SQL questions. Read all the data warehousing concepts in detail.

Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself from the day u were born till today (Stopped mid way when I mentioned the finance course)
  • Q2. What is a Brownian motion? Properties of Brownian motion?
  • Ans. 

    Brownian motion is the random motion of particles in a fluid due to collisions with other particles.

    • Brownian motion was first observed by Robert Brown in 1827.

    • It is named after the botanist Robert Brown.

    • The motion is caused by the random movement of fluid molecules.

    • Brownian motion is a continuous-time stochastic process.

    • It is often used to model various phenomena in physics, finance, and biology.

    • Properties of Brownian ...

  • Answered by AI
  • Q3. What is a Martingale? What are Markov Processes? Is Martingale a Markov Process? Are Markov Processes Martingales?
  • Ans. 

    A Martingale is a mathematical concept used in probability theory and statistics. Markov Processes are stochastic processes that satisfy the Markov property.

    • A Martingale is a sequence of random variables where the expected value of the next variable, given the current and past variables, is equal to the current variable.

    • Markov Processes are stochastic processes where the future state depends only on the current state a...

  • Answered by AI
  • Q4. Then the HR guy asked me One trait of mine that I’m not proud of?
  • Q5. Then there was a puzzle m2 = n2 + 32294 ( It was also asked in last year’s interview)
  • Q6. Then there was another HR question, In a group would it be better for me to assume a leadership position or simply be a part of it? Why?

Interview Preparation Tips

Round: Test
Experience: The Maths section had questions on basic probability and statistics. Also the Maths section had a higher weight age than the other sections (Questions carrying 3 marks each while other sections had 1 or 2 marks for each question. They were here, offering a quant profile so that justifies the distribution.) The DI/Quant (2 marks each) and English (1 Mark Each) section were similar to CAT. The finance section had questions on Basic Accounting. Anyone who did well in the Maths section could find his name in the shortlist.

Round: Technical + HR Interview
Experience: Possible Lapses: I

I applied via Referral and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Coding Test 

SQL server

Round 2 - Coding Test 

SQL DBA

Round 3 - HR 

(1 Question)

  • Q1. Salary discussed, Appts test

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best... be prepared question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Sep 2022. There were 5 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 - Coding Test 

Having 10 mcqs with 2 coding questions of medium level

Round 3 - Technical 

(1 Question)

  • Q1. Find missing number from 1 to n without using extra space and O(n) tc
  • Ans. 

    Find missing number from 1 to n without using extra space and O(n) tc

    • Use XOR operation to find the missing number

    • Iterate through the array and XOR each element with its index and the result

    • The missing number will be the final result after XORing all elements and indices

  • Answered by AI
Round 4 - Aptitude Test 

General aptitude questions

Round 5 - HR 

(1 Question)

  • Q1. Some behavior questions with company values

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical skills are compulsory but behavior has its own benefits in tie breakers.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Three questions all DP , medium to hard

Round 2 - Technical 

(1 Question)

  • Q1. Unique elements in array

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Airflow SQL Python DWH
Round 2 - Technical 

(1 Question)

  • Q1. Airflow Pyspark SQL AWS
Round 3 - HR 

(1 Question)

  • Q1. Relocation , tech stack
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good went well nicce process

Round 2 - Coding Test 

Medium level questions

Round 3 - HR 

(2 Questions)

  • Q1. Asked about core subjects
  • Q2. Asked about my project

Interview Preparation Tips

Interview preparation tips for other job seekers - nice process

Axis Bank Interview FAQs

How many rounds are there in Axis Bank Data Engineer interview?
Axis Bank interview process usually has 1-2 rounds. The most common rounds in the Axis Bank interview process are Technical and Coding Test.
How to prepare for Axis Bank 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 Axis Bank. The most common topics and skills that interviewers at Axis Bank expect are Python, Business Intelligence, Computer science, Data Architecture and SQL.
What are the top questions asked in Axis Bank Data Engineer interview?

Some of the top questions asked at the Axis Bank Data Engineer interview -

  1. Questions on pyspark coding, windowing function and ...read more
  2. Questions on spark arch and pyt...read more
  3. Questions on windowing funct...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Join Axis Bank For your dreams, our eyes are open.For your hopes, our minds are open.
Axis Bank Data Engineer Salary
based on 122 salaries
₹7.8 L/yr - ₹13.1 L/yr
12% less than the average Data Engineer Salary in India
View more details

Axis Bank Data Engineer Reviews and Ratings

based on 16 reviews

3.3/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

2.6

Salary

3.9

Job security

3.5

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 16 Reviews and Ratings
Assistant Manager
15k salaries
unlock blur

₹2.3 L/yr - ₹6.1 L/yr

Deputy Manager
10.8k salaries
unlock blur

₹3.9 L/yr - ₹9 L/yr

Manager
6.3k salaries
unlock blur

₹6 L/yr - ₹14.1 L/yr

Senior Manager
5.5k salaries
unlock blur

₹12.5 L/yr - ₹23 L/yr

Relationship Officer
3.4k salaries
unlock blur

₹1.5 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Axis Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

3.7
Compare

AU Small Finance Bank

4.2
Compare
write
Share an Interview