Upload Button Icon Add office photos
Engaged Employer

i

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

AU Small Finance Bank Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 11.3k Reviews

Filter interviews by

AU Small Finance Bank Data Engineer Interview Questions and Answers

Updated 28 May 2024

AU Small Finance Bank Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

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 questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about you experience as a data engineer
  • Q2. In depth technical discussion about projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

The first round which is online assessment for eliminating candidates was conducted consist of medium level aptitude questions there were 3 sub sec have duration of 20 15 15 minutes and questions 15 10 10 respectively and you cannot move to further section there is time constraints for each then followed by 15 minutes psychometric section having 50 questions that's all for screening round the total duration was 65 min.
Total 24 candidates were selected from this round out of 200 plus

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - CPC 

(4 Questions)

  • Q1. What motivates to you for this job ?
  • Q2. What are the risks you have taken in previous role?
  • Q3. How do you handle the situation when your opinion differ from your senior members in your team?
  • Q4. Provide a approach to develop ETL pipeline where csv file is dropped in S3 and transform through airflow and load to snowflake.
  • Ans. 

    Develop ETL pipeline using Airflow to process CSV files in S3 and load data into Snowflake.

    • Set up an S3 sensor in Airflow to detect when a new CSV file is dropped in the specified bucket.

    • Create a custom Python operator in Airflow to read the CSV file from S3, perform necessary transformations, and load data into Snowflake.

    • Use SnowflakeHook in Airflow to establish connection with Snowflake and execute SQL queries to loa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the cpc questions and provide answers with example and previous organization experience. Provide step by step answer to technical questions especially if they ask to design a pipeline.

Skills evaluated in this interview

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

Discussion of jd, technical questions on spark

Round 2 - Technical 

(2 Questions)

  • Q1. Spark framework
  • Q2. Spark dataframes
Round 3 - HR 

(2 Questions)

  • Q1. Current ctc getting
  • Ans. 

    I am currently earning $80,000 per year.

    • My current annual salary is $80,000.

    • I am earning $6,666.67 per month.

    • I receive a monthly salary of $6,666.67.

  • Answered by AI
  • Q2. Expected CTC that is needed
  • Ans. 

    Expected CTC should be based on industry standards, experience, skills, and location.

    • Research industry standards for Data Engineers in your location

    • Consider your level of experience and skills

    • Factor in the cost of living in the area where the job is located

    • Negotiate based on the value you bring to the company

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

(1 Question)

  • Q1. What is an index and what does it do
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations in a database by allowing quick access to specific data.

    • Indexes are used to quickly locate data without having to search every row in a database table.

    • They are created on specific columns in a table to speed up queries that filter or sort by those columns.

    • Examples of indexes include primary keys, unique keys, and non-unique indexes.

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. Tell me a time you resolve conflict
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. 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 - Technical 

(1 Question)

  • Q1. More related towards Hadoop, Spark, scenario based competency questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Code performance, optimization, batch processing
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Data Modelling
  • Q2. Questions on SQL and Data Warehousing
Round 3 - Technical 

(2 Questions)

  • Q1. SQL query writing involving complex queries
  • Q2. Questions on Snowflake and other distributed systems

Interview Preparation Tips

Topics to prepare for NatWest Group Data Engineer interview:
  • SQL
  • Snowflake
  • Python
  • Data modell
Interview preparation tips for other job seekers - Practice complex SQL and other data Engineering modules.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basic technical questions not much complicated
  • Q2. Explain spark architecture
  • Ans. 

    Spark architecture is a distributed computing framework that consists of a driver program, cluster manager, and worker nodes.

    • Consists of a driver program that manages the execution of the Spark application

    • Utilizes a cluster manager to allocate resources and coordinate tasks across worker nodes

    • Worker nodes execute the tasks and store data in memory or disk for processing

    • Supports fault tolerance through resilient distrib...

  • Answered by AI
  • Q3. Technical skills on hive Hadoop spark and python
Round 3 - One-on-one 

(1 Question)

  • Q1. Mostly on salary part

Skills evaluated in this interview

AU Small Finance Bank Interview FAQs

How many rounds are there in AU Small Finance Bank Data Engineer interview?
AU Small Finance Bank interview process usually has 3 rounds. The most common rounds in the AU Small Finance Bank interview process are Technical and HR.
How to prepare for AU Small Finance 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 AU Small Finance Bank. The most common topics and skills that interviewers at AU Small Finance Bank expect are AWS, SQL, Spark, Data Modeling and ETL.
What are the top questions asked in AU Small Finance Bank Data Engineer interview?

Some of the top questions asked at the AU Small Finance Bank Data Engineer interview -

  1. Airflow SQL Python ...read more
  2. Airflow Pyspark SQL ...read more
  3. Relocation , tech st...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 AU Small Finance Bank interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
AU Small Finance Bank Data Engineer Salary
based on 14 salaries
₹9 L/yr - ₹26.9 L/yr
50% more than the average Data Engineer Salary in India
View more details

AU Small Finance Bank Data Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

4.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Assistant Manager
1.1k salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Deputy Manager
954 salaries
unlock blur

₹1.9 L/yr - ₹9 L/yr

Relationship Manager
717 salaries
unlock blur

₹2 L/yr - ₹9.7 L/yr

Manager
600 salaries
unlock blur

₹3.8 L/yr - ₹13.5 L/yr

Senior Executive
535 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Explore more salaries
Compare AU Small Finance Bank with

Bandhan Bank

3.7
Compare

Equitas Small Finance Bank

4.5
Compare

Ujjivan Small Finance Bank

4.1
Compare

Suryoday Small Finance Bank

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview