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 488 Reviews

Filter interviews by

Commonwealth Bank of Australia, India Senior Software Developer Interview Questions and Answers

Updated 13 Nov 2024

Commonwealth Bank of Australia, India Senior Software Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project questions
  • Q2. Spring related questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jul 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 

(1 Question)

  • Q1. C# programs based on requirement
Round 3 - Coding Test 

Basic c# programs for valuations

Interview Preparation Tips

Interview preparation tips for other job seekers - It is good

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked ListYou are given two Singly Linked List o ... read more
asked in Freshworks
Q2. Middle Of Linked ListGiven the head node of the singly linked lis ... read more
asked in Freshworks
Q3. Overlapping IntervalsYou have been given the start and end times ... read more
asked in SAP
Q4. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in Freshworks
Q5. Cube Sum PairsYou are given a positive integer N, and you have to ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Mutable and Non-Mutable data type.
  • Ans. 

    Mutable data types can be changed after creation, while non-mutable data types cannot be changed.

    • Mutable data types in Python include lists and dictionaries.

    • Non-mutable data types in Python include tuples and strings.

    • Changing a mutable data type will modify the original object, while changing a non-mutable data type will create a new object.

  • Answered by AI
  • Q2. Write code for decorator.
  • Ans. 

    A decorator is a design pattern that allows behavior to be added to individual objects, either statically or dynamically, without affecting the behavior of other objects.

    • Decorators are functions that take another function and extend its behavior without explicitly modifying it.

    • They are commonly used in Python to add functionality to existing functions or classes.

    • Example: Adding logging to a function using a decorator.

  • Answered by AI

Skills evaluated in this interview

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 - Coding Test 

Print pattern and recursive program

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical question ask link c#,Api,mvc, Angular ,core.net
Round 4 - HR 

(1 Question)

  • Q1. Introduction and educational , work experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Test was for Web Development - React
75min test
3 Questions
1 Coding Question
2 Scenario based questions

Round 2 - Technical 

(2 Questions)

  • Q1. React Optimization techniques
  • Q2. React Advantages
Round 3 - Behavioral 

(1 Question)

  • Q1. How to debug in production environment?
Round 4 - Behavioral 

(1 Question)

  • Q1. Challenges faced during work and how you overcome?
Round 5 - HR 

(1 Question)

  • Q1. Why you choose Wells fargo over other offers?
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. They grind u in javascript,typescript
  • Q2. Html css, angular
  • Q3. Deep preparation needed

Interview Preparation Tips

Interview preparation tips for other job seekers - Not an easy interview
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
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

Commonwealth Bank of Australia, India Interview FAQs

How many rounds are there in Commonwealth Bank of Australia, India Senior Software Developer interview?
Commonwealth Bank of Australia, India interview process usually has 2 rounds. The most common rounds in the Commonwealth Bank of Australia, India interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Commonwealth Bank of Australia, India Senior Software Developer interview?

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

  1. C# programs based on requirem...read more
  2. Spring related questi...read more
  3. Project questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Commonwealth Bank of Australia, India interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Commonwealth Bank of Australia, India World-class technology and banking operations capability center
144% more than the average Senior Software Developer Salary in India
View more details
Senior Analyst
252 salaries
unlock blur

₹8.5 L/yr - ₹36.5 L/yr

Senior Associate
216 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Senior Software Engineer
191 salaries
unlock blur

₹15 L/yr - ₹50.1 L/yr

Analyst
190 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Engineer
173 salaries
unlock blur

₹11 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

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