Upload Button Icon Add office photos

ANZ Banking Group

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ANZ Banking Group Software Developer Interview Questions and Answers

Updated 21 Dec 2024

ANZ Banking Group Software Developer Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. Explain event driven architecture of node.js
  • Ans. 

    Node.js uses event-driven architecture where events trigger callbacks to handle asynchronous operations.

    • Node.js uses event loop to handle asynchronous operations efficiently

    • Events are emitted by various objects in Node.js like HTTP servers, file system, etc.

    • Callbacks are registered to handle events and execute code when events occur

  • Answered by AI

Software Developer Interview Questions & Answers

user image ramana reddyboina

posted on 21 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about ur self
  • Q2. What is your passion

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test from Codility. Custom JSON Parser

Round 2 - Technical 

(1 Question)

  • Q1. What is the process you follow when you create a Jenkins Pipeline. How does your build work?
  • Ans. 

    Creating a Jenkins Pipeline involves defining stages, steps, and triggers to automate the build process.

    • Define stages to break down the build process into smaller tasks

    • Specify steps within each stage to execute specific actions like compiling code, running tests, and deploying

    • Set up triggers to automatically start the pipeline based on events like code commits or scheduled times

    • Use Jenkinsfile to define the pipeline as

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How do you handle disagreements with your colleagues

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Mar 2016.

Interview Questionnaire 

2 Questions

  • Q1. Some technical questions were asked
  • Q2. They spring hibernate MVC flow and core java and Oracle connectivity questions

Interview Preparation Tips

Round: Technical + HR Interview
Experience: There was a Team manager and his junior for the interview

I applied via Company Website and was interviewed in Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions asked around 30 from asp.net, MVC, web api , c#, SQL etc
  • Q2. Some non tech questions also.

Interview Preparation Tips

Interview preparation tips for other job seekers - After selecting in state bank of india, I want to share my interview experience:

There were 5 persons in interview panel and they all asked questions both technical as well as non technical.
First they started from non technical questions. Like Why Madhubani painting is famous ? What is going on delhi university at that time contract teachers were on strike. Etc.
They asked about 30 questions from technical from asp.net, aap.net MVC, c#, SQL injection, XSS, CSRF, View vs Table, Function Vs SP, web services vs web api services, banking domain etc.
Overall it was a great experience. I answered almost 80 percentage questions. When interview result declared after 20 days, My name was there and I finally selected one of the big public sector bank. That is SBI. I would like to say Thank You Naukari.com.

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is static in java?
  • Ans. 

    Static is a keyword in Java used to create class-level variables and methods.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q2. Write a program to replace consecutive same character by single '$' . for e.g. string='Heelo Wworldd'. Output- H$lo $orl$.
  • Ans. 

    The program replaces consecutive same characters in a string with a single '$'.

    • Iterate through each character in the string

    • Compare the current character with the next character

    • If they are the same, replace the next character with '$'

    • Continue until the end of the string

  • Answered by AI
  • Q3. Difference between Function overloading and Function overrriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.

    • Function overloading is used to provide different ways of calling a function with different parameters.

    • Function overriding is used to provide a specific implementation of a method in a derived class...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all OOPs concept before going to interview. Prepare SQL also.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. LRU cache design
  • Ans. 

    LRU cache design involves maintaining a cache with limited capacity and removing the least recently used item when the cache is full.

    • Use a doubly linked list to maintain the order of items based on their usage.

    • Implement a hash map for fast access to items in the cache.

    • When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.

    • When the cache is full, remove the item at the ...

  • Answered by AI
  • Q2. Current project

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic data structure related coding questions like creating a linked list and adding items to it median.
Max heap implementation.
Concurrency related questions.

Round 2 - Technical 

(1 Question)

  • Q1. Senior developer was taking the round, covering all design and architecture related questions. I was able to give a satisfactory solution.
Round 3 - Behavioral 

(1 Question)

  • Q1. Just some behavioural question along with a lil bit technical questions. Asked me about my current projects and problems faced, how i gave a proper solution and how i help my team to grow.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA along with strong programming language knowledge is required to crack the interview.

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Power BI, 2. SQL,
  • Q2. 3. Azure and 4. Excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Knowledge
2. Communication and
3. Confidence.
Contribute & help others!
anonymous
You can choose to be anonymous

ANZ Banking Group Interview FAQs

How many rounds are there in ANZ Banking Group Software Developer interview?
ANZ Banking Group interview process usually has 1-2 rounds. The most common rounds in the ANZ Banking Group interview process are One-on-one Round, HR and Coding Test.
What are the top questions asked in ANZ Banking Group Software Developer interview?

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

  1. What is the process you follow when you create a Jenkins Pipeline. How does you...read more
  2. Explain event driven architecture of node...read more
  3. Tell about ur s...read more

Recently Viewed

INTERVIEWS

Empower Retirement

No Interviews

INTERVIEWS

Empower Retirement

No Interviews

INTERVIEWS

ANZ Banking Group

No Interviews

INTERVIEWS

Empower Retirement

No Interviews

INTERVIEWS

Empower Retirement

No Interviews

INTERVIEWS

Abzooba India Infotech

5.6k top interview questions

INTERVIEWS

Step2gen Technologies

No Interviews

INTERVIEWS

ANZ Banking Group

No Interviews

SALARIES

Step2gen Technologies

SALARIES

Encryption Consulting

Tell us how to improve this page.

ANZ Banking Group Software Developer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more
ANZ Banking Group Software Developer Salary
based on 11 salaries
₹4.6 L/yr - ₹15.5 L/yr
35% more than the average Software Developer Salary in India
View more details
Senior Analyst
555 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Credit Assessment Officer
527 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
417 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Credit Assessment Officer
271 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
167 salaries
unlock blur

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