Premium Employer

i

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

Commonwealth Bank of Australia, India Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 507 Reviews

Filter interviews by

Commonwealth Bank of Australia, India Software Engineer Interview Questions and Answers

Updated 11 Dec 2024

Commonwealth Bank of Australia, India Software Engineer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. JCL related questions
  • Q2. COBOL related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Talk about your experience and projects
  • Q2. Salary range expectation

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Apr 2023. 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 

(2 Questions)

  • Q1. SOLID Principles , .Net Core Concepts , Angular Concepts, OOPs , MSTest , XUNIT , MOQ , monolithic and Microservices architecture, Entity Framework Core, Performance enhancement of APIs and SPs, REST conce...
  • Q2. Know the above to the deepest level possible.
Round 3 - One-on-one 

(1 Question)

  • Q1. Same concepts mentioned above applied to the project you are working on currently.

Interview Preparation Tips

Topics to prepare for Commonwealth Bank of Australia, India Software Engineer interview:
  • .Net Core
  • Solid principle
Interview preparation tips for other job seekers - Do not mention anything about the project if you are not sure about them. Know about the concepts which you say in the answer of "give a description abouts your project" question..
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Extension Methods

Interview Preparation Tips

Interview preparation tips for other job seekers - They mentioned about .net role but they kept asking JS questions. So be prepared. Don't just dependnon JD.

Commonwealth Bank of Australia, India interview questions for designations

 Senior Software Engineer

 (9)

 Associate Software Engineer

 (1)

 Software Testing Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Senior Software Developer

 (2)

 Test Engineer

 (3)

 System Engineer

 (2)

 Data Engineer

 (2)

Software Engineer Jobs at Commonwealth Bank of Australia, India

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

During the coding round, I was asked a question about performing insertion sort using recursion. Additionally, there were theoretical questions regarding DBMS and some puzzles. The interview lasted for 45 minutes.

Round 2 - Technical 

(1 Question)

  • Q1. What questions were asked regarding your projects, particularly those that required a deep dive into the programming languages you utilized, including inquiries about how the server operates and various ap...
Round 3 - HR 

(1 Question)

  • Q1. How was your college experience? Where do you live? Your interests and hobbies?
  • Ans. 

    My college experience was enriching, I live in a bustling city, and my interests include coding, hiking, and playing the guitar.

    • College experience was enriching with challenging coursework and extracurricular activities

    • I live in a bustling city with access to diverse cultural events and opportunities

    • Interests include coding, hiking, and playing the guitar for relaxation and creativity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I joined through campus placement. For interviews as freshers, it is important to focus on puzzles (from GFG), basic data structures and algorithms up to linked lists, and to have a thorough understanding of the skills mentioned in the resume.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked questions on arrays

Round 2 - Technical 

(5 Questions)

  • Q1. Questions on databases
  • Q2. Questions on data structures
  • Q3. Questions on sql
  • Q4. Questions on projects
  • Q5. Questions on java

Software Engineer Interview Questions & Answers

HSBC Group user image sri sai subramanyam davanam

posted on 1 Nov 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Not Selected

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions from java
  • Q2. Questions from basic CS Topics,aptitude
Round 2 - Coding Test 

Questions were on basic arrays and strings

Round 3 - HR 

(1 Question)

  • Q1. Personality assessment round

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont neglect personality assesment round which is of 3rd round.take this as serious
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 coding question based on DP for 25 minutes and 30 MCQs on Java , OOPS and code snippet questions also some basic questions based on trees like number of leaf nodes in a complete binary tree with n nodes.

Round 2 - Technical 

(3 Questions)

  • Q1. Write code for finding palindrome of a string
  • Ans. 

    Code to find palindrome of a string

    • Iterate through the string from both ends and compare characters

    • Use two pointers, one starting from the beginning and one from the end

    • If characters at both pointers match, continue checking until they meet in the middle

    • If all characters match, the string is a palindrome

  • Answered by AI
  • Q2. What is dynamic memory allocation in Java
  • Ans. 

    Dynamic memory allocation in Java refers to the process of allocating memory for objects at runtime.

    • Dynamic memory allocation allows for objects to be created and destroyed during program execution.

    • The 'new' keyword is used to dynamically allocate memory for objects in Java.

    • Dynamic memory allocation helps in managing memory efficiently by allocating memory only when needed.

    • Example: int[] arr = new int[5]; dynamically a

  • Answered by AI
  • Q3. You are designing an e commerce website which database will you choose and what will you use for authentication given that you can't use JWT or even third party like Google authentication
  • Ans. 

    I would choose a relational database like MySQL and implement a custom authentication system using session management.

    • Choose a relational database like MySQL for storing user data, product information, and orders.

    • Implement a custom authentication system using session management to securely authenticate users without JWT or third-party services.

    • Use encryption techniques to store and validate user passwords securely.

    • Util...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Find the character with the maximum frequency
  • Ans. 

    Iterate through each character in the array of strings and keep track of the frequency of each character. Return the character with the maximum frequency.

    • Create a dictionary to store the frequency of each character

    • Iterate through each string in the array and then through each character in the string

    • Update the frequency count of each character in the dictionary

    • Return the character with the maximum frequency

  • Answered by AI
  • Q2. Valid parenthesis
Round 2 - Technical 

(1 Question)

  • Q1. Have you used Junit? What is the difference between SQl and NoSQl Databases? have you worked with Kafka? Kafka based questions. explain dockerization/ containerization. which java8 feature did you work wit...
  • Ans. 

    Yes, I have experience with Junit, SQL and NoSQL databases, Kafka, Dockerization, Java 8 features, stream() operations, and shell scripting in Unix.

    • I have used Junit for unit testing in Java projects.

    • SQL databases are relational databases that use structured query language for data manipulation, while NoSQL databases are non-relational databases that provide flexible schema design and horizontal scalability.

    • I have work...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the most complex sql query you have written till date. Why did you use nested query to achieve your goal? explain the query. which join did you use in the query. have you implemented hashset? how w...
  • Ans. 

    The most complex SQL query involved nested queries for data manipulation. Used inner join. Implemented hashset and avoided trees due to their drawbacks.

    • Nested SQL query used for complex data manipulation

    • Inner join used for combining data from multiple tables

    • Implemented hashset for efficient data storage and retrieval

    • Avoided trees due to their drawbacks such as unbalanced structure and slower traversal times

  • Answered by AI
  • Q2. Find and replace words in a file using shell scripting. add an index in the beginning of each line in a file using shell scripting. what is multithreading? difference between single threaded and multithrea...
  • Ans. 

    Shell scripting for find and replace, adding index to lines, multithreading, hashmap vs hashtable, stack vs queue

    • Use sed command for find and replace in shell scripting

    • Use awk command to add an index at the beginning of each line in a file

    • Multithreading is the ability of a CPU to execute multiple threads concurrently

    • Single threaded means only one thread is executed at a time, while multithreaded allows multiple threads...

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

(1 Question)

  • Q1. Behavioral questions- tell me about yourself. do you have any questions for us?

Interview Preparation Tips

Topics to prepare for Fidelity Investments Software Engineer interview:
  • DSA
  • SQL
  • Shell Scripting
  • Kafka
Interview preparation tips for other job seekers - Depends on the team your interviewing with but I personally felt their interviews are un-structured. The questions were not based on my experience.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Describe your work in current project
  • Ans. 

    I am currently working on developing a web application for a client in the e-commerce industry.

    • Developing front-end using React.js and back-end using Node.js

    • Implementing payment gateway integration for seamless transactions

    • Optimizing website performance for better user experience

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Describe the current design of the project
  • Ans. 

    The current design of the project is a microservices architecture with a front-end built using React and a back-end using Node.js.

    • Microservices architecture is used for scalability and flexibility

    • Front-end is developed using React for a dynamic user interface

    • Back-end is built with Node.js for server-side logic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial round interviewers were very rude and felt like they were forced to take interview.

Commonwealth Bank of Australia, India Interview FAQs

How many rounds are there in Commonwealth Bank of Australia, India Software Engineer interview?
Commonwealth Bank of Australia, India interview process usually has 1-2 rounds. The most common rounds in the Commonwealth Bank of Australia, India interview process are Technical, One-on-one Round and HR.
How to prepare for Commonwealth Bank of Australia, India Software 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 Commonwealth Bank of Australia, India. The most common topics and skills that interviewers at Commonwealth Bank of Australia, India expect are Information Technology, Customer Service, Agile Coaching, Oracle and Agile.
What are the top questions asked in Commonwealth Bank of Australia, India Software Engineer interview?

Some of the top questions asked at the Commonwealth Bank of Australia, India Software Engineer interview -

  1. SOLID Principles , .Net Core Concepts , Angular Concepts, OOPs , MSTest , XUNIT...read more
  2. Know the above to the deepest level possib...read more
  3. Talk about your experience and proje...read more

Tell us how to improve this page.

Commonwealth Bank of Australia, India Software Engineer Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more
Join Commonwealth Bank of Australia, India World-class technology and banking operations capability center
Commonwealth Bank of Australia, India Software Engineer Salary
based on 179 salaries
₹11.1 L/yr - ₹35.6 L/yr
198% more than the average Software Engineer Salary in India
View more details

Commonwealth Bank of Australia, India Software Engineer Reviews and Ratings

based on 15 reviews

3.8/5

Rating in categories

3.8

Skill development

4.6

Work-life balance

3.9

Salary

3.7

Job security

3.8

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer

Bangalore / Bengaluru

3-7 Yrs

₹ 12-35.6 LPA

Software Engineer

Bangalore / Bengaluru

4-9 Yrs

₹ 14.5-33 LPA

Software Engineer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
250 salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Senior Associate
219 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Senior Software Engineer
202 salaries
unlock blur

₹15 L/yr - ₹50.1 L/yr

Analyst
191 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Engineer
179 salaries
unlock blur

₹11.1 L/yr - ₹35.6 L/yr

Explore more salaries
Compare Commonwealth Bank of Australia, India 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