Upload Button Icon Add office photos

ANZ Banking Group

Compare button icon Compare button icon Compare

Filter interviews by

ANZ Banking Group Engineer Interview Questions and Answers

Updated 29 Mar 2023

ANZ Banking Group Engineer Interview Experiences

3 interviews found

Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. 1introduction skills 2 hr questions
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions and other technical also included

Interview Preparation Tips

Interview preparation tips for other job seekers - not much be good through resume and brush your skills

Engineer Interview Questions & Answers

user image Anonymous

posted on 22 May 2022

I applied via LinkedIn and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical questions regarding Mainframe
  • Q2. Behavioral questions from the past company

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was very chilled out. There was no technical questions as such. Most of the questions were regarding the past company work experience.

Engineer Interview Questions Asked at Other Companies

asked in Eaton
Q1. ❖ If a team member is unable to carry out his work, he is doing i ... read more
Q2. What is inheritance? Show me by a code that shouldn't be a pseudo ... read more
asked in Qualcomm
Q3. What is Min-Cut placement algorithm? Given some block sizes, use ... read more
Q4. What is neutonian fluid ? , Stages of fracture, working of engine ... read more
Q5. What is normalization? What do you mean by 1NF, 2NF, 3NF, 4NF?

Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Oct 2021

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Talk about current probjects
  • Ans. 

    Currently working on developing a new software for data analysis

    • Designing the user interface for the software

    • Implementing algorithms for data processing

    • Testing and debugging the software

    • Collaborating with team members to ensure project completion

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Project management, Change management

Engineer Jobs at ANZ Banking Group

View all

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. Write a program to find the sum of the contiguous subarray within a one-dimensional array of numbers that has the largest sum.
  • Q2. What is the purpose of the 'with' keyword in Python?
  • Q3. One question is about finding the output of the code snippet.
  • Q4. How would you resolve a merge conflict if two developers are working on the same branch?
Round 2 - Behavioral 

(1 Question)

  • Q1. All the questions are scenario-based. They cover how you collaborate with other teams, your opinion of your team, why you're resigning from your current company, what you value most in your life, and the p...
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. JavaScript basic ques
  • Q2. Var vs const vs let
Round 2 - Coding Test 

Coding interview basic level nothing more required for this

Round 3 - Coding Test 

Basic coding not more relevant in the whole process

Round 4 - Technical 

(1 Question)

  • Q1. Okish not that hard

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join if you are young, this company is for ladies and oldies who do not want to work and indulge only on extra curricular activities and all.

Most of seniors do not know how to code , basic git etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 coding que easy,med and hard

Round 2 - Technical 

(2 Questions)

  • Q1. Os related que What is kernel , OS types ,what happens after booting computr ,etc
  • Q2. Creat a array and print all elements , which database used for pdf storing sql or nosql
Round 3 - Technical 

(2 Questions)

  • Q1. OOps related que abstraction , inheritance , code it
  • Q2. Middel element of linked list
Round 4 - HR 

(2 Questions)

  • Q1. What challenges u faced in engineering?
  • Q2. Situational based questions
Round 5 - HR 

(2 Questions)

  • Q1. Why u choose to work deustch bank ?
  • Q2. Project related quw
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Only we can determine how easy it was.

Round 2 - Technical 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics from XYZ University.

    • I have 3 years of experience working as a data analyst at ABC Company.

    • I am proficient in using statistical software such as R and Python for data analysis.

    • I have a proven track record of delivering actionable insights to drive business decisions.

  • Answered by AI
  • Q2. They ask about your work experience?
  • Q3. Based on your work experience, what questions do you expect to be asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a referral at Standard Chartered Bank makes the process significantly easier.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Mcq+coding which are medium level questions

Round 2 - Technical 

(3 Questions)

  • Q1. Multiple inheritance allowed in java?
  • Ans. 

    No, multiple inheritance is not allowed in Java.

    • Java does not support multiple inheritance for classes to avoid the diamond problem.

    • However, multiple inheritance is allowed for interfaces in Java.

    • Example: class A extends B, C is not allowed, but interface X extends Y, Z is allowed.

  • Answered by AI
  • Q2. Diff btw static and final
  • Ans. 

    Static is used to define class-level variables and methods, while final is used to define constants and prevent inheritance or modification.

    • Static variables and methods belong to the class itself, while final variables cannot be changed once initialized.

    • Static members can be accessed without creating an instance of the class, while final members must be accessed through an instance.

    • Static variables are shared among all...

  • Answered by AI
  • Q3. What is data encapsulation?
  • Ans. 

    Data encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation hides the internal state of an object and only exposes the necessary functionalities through methods.

    • It helps in achieving data abstraction and information hiding.

    • Example: A class 'Car' encapsulates data like speed, color, and methods like accelerate() and brake().

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. What are company core values
  • Ans. 

    Company core values are the fundamental beliefs that guide the behavior and decisions of employees.

    • Integrity - acting with honesty and transparency in all dealings

    • Innovation - constantly seeking new and better ways to solve problems

    • Customer focus - prioritizing the needs and satisfaction of customers

    • Teamwork - collaborating effectively with colleagues to achieve common goals

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. About previous project
  • Q2. Python code and some sql quries
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly Resume based questions
  • Q2. Are you ok with the location
Round 2 - One-on-one 

(2 Questions)

  • Q1. Who is the vice president of india
  • Q2. Resume based questions against

ANZ Banking Group Interview FAQs

How many rounds are there in ANZ Banking Group Engineer interview?
ANZ Banking Group interview process usually has 2 rounds. The most common rounds in the ANZ Banking Group interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for ANZ Banking Group 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 ANZ Banking Group. The most common topics and skills that interviewers at ANZ Banking Group expect are Recruitment, Automation, SQL, Python and Agile.
What are the top questions asked in ANZ Banking Group Engineer interview?

Some of the top questions asked at the ANZ Banking Group Engineer interview -

  1. Talk about current probje...read more
  2. basic hr questions and other technical also inclu...read more
  3. Behavioral questions from the past comp...read more

Tell us how to improve this page.

ANZ Banking Group Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
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
IDFC FIRST Bank Interview Questions
4.0
 • 632 Interviews
IndusInd Bank Interview Questions
3.5
 • 596 Interviews
Yes Bank Interview Questions
3.7
 • 428 Interviews
Deutsche Bank Interview Questions
3.9
 • 365 Interviews
View all
ANZ Banking Group Engineer Salary
based on 165 salaries
₹9.4 L/yr - ₹40 L/yr
290% more than the average Engineer Salary in India
View more details

ANZ Banking Group Engineer Reviews and Ratings

based on 12 reviews

4.0/5

Rating in categories

3.4

Skill development

4.4

Work-life balance

4.4

Salary

4.5

Job security

4.2

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 12 Reviews and Ratings
Chapter Lead - Engineer

Bangalore / Bengaluru

5-10 Yrs

₹ 6.5-36 LPA

Explore more jobs
Senior Analyst
563 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Credit Assessment Officer
486 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Analyst
419 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Senior Credit Assessment Officer
273 salaries
unlock blur

₹5.5 L/yr - ₹21 L/yr

Engineer
165 salaries
unlock blur

₹9.4 L/yr - ₹40 L/yr

Explore more salaries
Compare ANZ Banking Group with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

State Bank of India

3.8
Compare

Axis Bank

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview