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

Filter interviews by

Commonwealth Bank of Australia, India Interview Questions and Answers

Updated 24 Jun 2025
Popular Designations

69 Interview questions

A Devops Engineer was asked 3w ago
Q. Can we peer VPCs with the same CIDR block?
Ans. 

No, VPCs with the same CIDR block cannot be peered due to IP address conflicts.

  • VPC peering requires unique CIDR blocks for each VPC.

  • If two VPCs have overlapping CIDR blocks, routing conflicts arise.

  • Example: VPC A (10.0.0.0/16) and VPC B (10.0.0.0/16) cannot be peered.

  • AWS enforces this rule to maintain network integrity and avoid IP address conflicts.

View all Devops Engineer interview questions
A Devops Engineer was asked 3w ago
Q. What is Kubernetes?
Ans. 

Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications.

  • Orchestrates containerized applications across a cluster of machines.

  • Supports various container runtimes like Docker and containerd.

  • Provides features like load balancing, scaling, and self-healing.

  • Uses YAML files for configuration and deployment.

  • Example: Deploying a web application with multip...

View all Devops Engineer interview questions
A Platform Engineer was asked 1mo ago
Q. On what layer of the OSI model does BGP operate?
Ans. 

BGP operates at the Application layer (Layer 7) of the OSI model, facilitating inter-domain routing between autonomous systems.

  • BGP (Border Gateway Protocol) is used for routing between different autonomous systems on the internet.

  • It operates at the Application layer, which is responsible for end-user services and application-level protocols.

  • BGP uses TCP (Transmission Control Protocol) for reliable communication, w...

View all Platform Engineer interview questions
A Platform Engineer was asked 1mo ago
Q. What are the benefits of VXLAN?
Ans. 

VXLAN enhances network scalability, flexibility, and isolation in virtualized environments through encapsulation and overlay networks.

  • Scalability: Supports up to 16 million unique segments, far exceeding VLAN limits.

  • Overlay Networking: Allows for the creation of virtual networks over existing physical infrastructure.

  • Multitenancy: Provides isolation between different tenants in a cloud environment, enhancing securi...

View all Platform Engineer interview questions
A Platform Engineer was asked 1mo ago
Q. Describe a BGP setup with two routers in your organization, each connected to a different ISP via EBGP, and connected to each other via IBGP. What problems can arise in this setup, and how can they be avoid...
Ans. 

IBGP setup can lead to unintended transit AS issues; implement route filtering to prevent this.

  • IBGP routers do not advertise routes learned from one IBGP peer to another, preventing loops.

  • Without proper configuration, internal routers may inadvertently become transit AS for external traffic.

  • Use route filtering or prefix lists to control which routes are advertised to prevent transit behavior.

  • Implementing a route r...

View all Platform Engineer interview questions
An Associate Data Engineer was asked 3mo ago
Q. Write code to reverse a string using recursion.
Ans. 

This code snippet demonstrates how to reverse a string using recursion in Python.

  • Define a function that takes a string as input.

  • Check if the string is empty or has one character; if so, return it.

  • Recursively call the function with the substring excluding the last character.

  • Concatenate the last character to the result of the recursive call.

View all Associate Data Engineer interview questions
An Associate Data Engineer was asked 3mo ago
Q. Write SQL queries for complex statements and multiple table joins.
Ans. 

SQL queries for complex statements and multiple table joins involve combining data from different tables using various join types.

  • Use INNER JOIN to retrieve records that have matching values in both tables. Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

  • Use LEFT JOIN to get all records from the left table and matched records from the right table. Example: SELECT * FR...

View all Associate Data Engineer interview questions
Are these interview questions helpful?
A Senior Associate Analyst was asked 3mo ago
Q. Are you comfortable working from the office?
Ans. 

Yes, I am comfortable working from the office as it fosters collaboration and enhances productivity.

  • Collaboration: Working in the office allows for spontaneous discussions and brainstorming sessions with colleagues.

  • Access to Resources: Being in the office provides immediate access to tools and resources that may not be available remotely.

  • Team Dynamics: Face-to-face interactions help build stronger relationships an...

View all Senior Associate Analyst interview questions
An Engineering Manager was asked 5mo ago
Q. In which scenario would you prefer to use RDBMS over NoSQL?
Ans. 

RDBMS is preferred for structured data, complex queries, ACID compliance, and data integrity.

  • Structured data with well-defined relationships

  • Complex queries requiring joins and transactions

  • ACID compliance for data consistency and integrity

  • Data integrity and referential constraints are crucial

  • When the data schema is unlikely to change frequently

View all Engineering Manager interview questions
An Engineering Manager was asked 5mo ago
Q. How do you manage vendors? If a vendor is pushing for their application, but you prefer to build it with your team, how would you handle it?
Ans. 

Balancing vendor relationships while prioritizing team capabilities is key to effective project management.

  • Assess the vendor's proposal: Understand the benefits and drawbacks of their application compared to building in-house.

  • Communicate openly: Schedule a meeting with the vendor to discuss your team's capabilities and project goals.

  • Highlight team strengths: Present your team's expertise and past successes to buil...

View all Engineering Manager interview questions

Commonwealth Bank of Australia, India Interview Experiences

103 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(4 Questions)

  • Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
  • Ans. 

    Design a trading system with real-time data using appropriate database and cloud services, and implement DevOps for continuous integration and deployment.

    • Consider using a high-performance database like MongoDB or Cassandra for storing trading data

    • Utilize a cloud service like AWS or Google Cloud for scalability and reliability

    • Implement a messaging system like Kafka for real-time data processing

    • Use microservices architec...

  • Answered by AI
  • Q2. In which scenario , you would prefer to use RDBMS than NoSQL
  • Ans. 

    RDBMS is preferred for structured data, complex queries, ACID compliance, and data integrity.

    • Structured data with well-defined relationships

    • Complex queries requiring joins and transactions

    • ACID compliance for data consistency and integrity

    • Data integrity and referential constraints are crucial

    • When the data schema is unlikely to change frequently

  • Answered by AI
  • Q3. How would you decide which cloud infrastructure would be best for your application? In what scenario you feel Microservice might not be a good choice
  • Q4. Basic concept - how hashmap works internally, Sharding, rate limiter , API gateway and their usage
Round 2 - Technical 

(4 Questions)

  • Q1. Explain role and responsibility in last project? given a chance what would you like to change
  • Q2. How do you manage team and ensure on time delivery? your priorities and core values
  • Ans. 

    I manage my team by setting clear priorities, establishing core values, and regularly communicating with team members to ensure on-time delivery.

    • Set clear priorities and goals for the team

    • Establish core values that guide decision-making and behavior

    • Regularly communicate with team members to track progress and address any issues

    • Implement project management tools to track deadlines and milestones

    • Provide support and resou...

  • Answered by AI
  • Q3. How do manager vendor ? If vendor is pushing you for a application from their side but you want to build it with your team, how are you going to handle it ?
  • Ans. 

    Balancing vendor relationships while prioritizing team capabilities is key to effective project management.

    • Assess the vendor's proposal: Understand the benefits and drawbacks of their application compared to building in-house.

    • Communicate openly: Schedule a meeting with the vendor to discuss your team's capabilities and project goals.

    • Highlight team strengths: Present your team's expertise and past successes to build con...

  • Answered by AI
  • Q4. What all KPIs you will present to stakeholders in a project status presentation
  • Ans. 

    Key Performance Indicators (KPIs) for project status presentation to stakeholders

    • Progress against project timeline

    • Budget variance

    • Quality metrics

    • Resource utilization

    • Customer satisfaction

    • Risk assessment and mitigation plans

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. STAR based questions on project management
Round 4 - HR 

(1 Question)

  • Q1. Salary expectation and other discussions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website

Round 1 - Technical 

(5 Questions)

  • Q1. Cloud migration steps and challenges.
  • Ans. 

    Cloud migration involves planning, executing, and optimizing the process of moving data, applications, and workloads to a cloud environment.

    • Assess current infrastructure and applications to determine what can be migrated to the cloud

    • Choose the right cloud service provider based on requirements and budget

    • Develop a migration plan including timelines, resources, and potential risks

    • Execute the migration in phases to minimi...

  • Answered by AI
  • Q2. Technology stack of product
  • Ans. 

    The technology stack of the product includes Java, Spring Boot, Angular, and MySQL.

    • Java

    • Spring Boot

    • Angular

    • MySQL

  • Answered by AI
  • Q3. Which DB were used in your system?
  • Ans. 

    We used MySQL and MongoDB databases in our system.

    • MySQL was used for structured data storage

    • MongoDB was used for unstructured data storage

  • Answered by AI
  • Q4. How did your execute data pipelines?
  • Ans. 

    I executed data pipelines by designing the workflow, implementing data transformations, scheduling jobs, and monitoring performance.

    • Designed the workflow for data pipelines to ensure efficient data processing

    • Implemented data transformations using tools like Apache Spark or Python libraries

    • Scheduled jobs to run at specific intervals for automated data processing

    • Monitored performance of data pipelines to identify bottlen...

  • Answered by AI
  • Q5. What is team velocity?
  • Ans. 

    Team velocity is a measure of the amount of work a team can complete in a sprint.

    • Team velocity is calculated by summing up the story points completed in a sprint.

    • It helps the team understand their capacity and plan future sprints accordingly.

    • Velocity is not a measure of productivity but rather a guide for planning and forecasting.

    • For example, if a team completes 30 story points in a sprint, their velocity is 30.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer maintained a casual demeanor, conducting the interview from their desk while occasionally waving at or smiling at colleagues in the vicinity.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Dont waste time on this one
  • Q2. Waste of time, evident from company reviews
  • Ans. 

    Address concerns raised in company reviews regarding waste of time.

    • Acknowledge the concerns raised in the reviews and show understanding of the issue

    • Provide examples of how you have optimized processes or improved efficiency in previous roles

    • Discuss the importance of time management and prioritization in software development

    • Highlight any experience with agile methodologies or other strategies for reducing waste

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. The interviewer, named Raghavendra, was quite rude. 2. He spent 10 minutes asking about the technology I was familiar with, followed by an hour of interview and later expressing dissatisfaction with the expected technology stack. 3. It seemed that he lacked prior interview experience and focused solely on a single concept. 4. He approached the interview by browsing a specific concept and expected the same keywords from the candidate. 5. This was an utterly disappointing interview experience; I have likely wasted the worst hour of my life. 6. The company lacks a clear culture, which was evident from the interviewer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Java difference between Finally, Finalize
  • Ans. 

    Finally is a block of code that always executes, while Finalize is a method used for cleanup before an object is garbage collected.

    • Finally block is used in exception handling to ensure certain code is always executed, regardless of whether an exception is thrown or not.

    • Finalize method is called by the garbage collector before an object is reclaimed.

    • Finally block is used in try-catch-finally blocks, while Finalize metho...

  • Answered by AI
  • Q2. Programming question - Find second largest string from a given sentence
  • Ans. 

    Find the second largest string from a given sentence

    • Split the sentence into an array of strings

    • Sort the array based on string length

    • Return the second last element in the sorted array

  • Answered by AI
  • Q3. Difference between AWS cloud front and cloud formation
  • Ans. 

    AWS CloudFront is a content delivery network (CDN) service, while AWS CloudFormation is an infrastructure as code service.

    • CloudFront is used to deliver content to end users with low latency and high data transfer speeds.

    • CloudFormation is used to automate the deployment of infrastructure resources in a repeatable and predictable manner.

    • CloudFront is a CDN service that caches content at edge locations to reduce latency, ...

  • Answered by AI
  • Q4. How to improve performance in react js ?
  • Ans. 

    To improve performance in React JS, optimize rendering, minimize re-renders, use virtualization, lazy loading, code splitting, and memoization.

    • Optimize rendering by using shouldComponentUpdate or React.memo for functional components

    • Minimize re-renders by using PureComponent or memoization techniques like useMemo or useCallback

    • Use virtualization for long lists or tables to render only the visible items

    • Implement lazy loa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience with interviewer.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. BGP Question - There are 2 routers in your organisation each connected to different ISP via EBGP. And your 2 routers are connected each other using IBGP. What is the problem in the setup. Expected Answer -...
  • Ans. 

    IBGP setup can lead to unintended transit AS issues; implement route filtering to prevent this.

    • IBGP routers do not advertise routes learned from one IBGP peer to another, preventing loops.

    • Without proper configuration, internal routers may inadvertently become transit AS for external traffic.

    • Use route filtering or prefix lists to control which routes are advertised to prevent transit behavior.

    • Implementing a route reflec...

  • Answered by AI
  • Q2. On what layer of OSI model does BGP operate?
  • Ans. 

    BGP operates at the Application layer (Layer 7) of the OSI model, facilitating inter-domain routing between autonomous systems.

    • BGP (Border Gateway Protocol) is used for routing between different autonomous systems on the internet.

    • It operates at the Application layer, which is responsible for end-user services and application-level protocols.

    • BGP uses TCP (Transmission Control Protocol) for reliable communication, which ...

  • Answered by AI
  • Q3. What are benefits of VXLAN?
  • Ans. 

    VXLAN enhances network scalability, flexibility, and isolation in virtualized environments through encapsulation and overlay networks.

    • Scalability: Supports up to 16 million unique segments, far exceeding VLAN limits.

    • Overlay Networking: Allows for the creation of virtual networks over existing physical infrastructure.

    • Multitenancy: Provides isolation between different tenants in a cloud environment, enhancing security.

    • Mo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Detailed project questions
  • Q2. Explain completed gen ai project
  • Ans. 

    Developed a generative AI model to create realistic images of fictional characters.

    • Used GANs (Generative Adversarial Networks) to generate new images based on existing data.

    • Trained the model on a dataset of character images from various sources.

    • Implemented techniques like style transfer to enhance the diversity and creativity of generated images.

    • Evaluated the model's performance based on image quality metrics and user ...

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Pusedo code explain and improve
  • Ans. 

    Pseudo code explanation and improvement for better understanding and efficiency

    • Pseudo code is a high-level description of a computer program or algorithm

    • It uses natural language mixed with programming language-like syntax

    • Improvements can include adding comments for clarity, using proper indentation, and simplifying complex logic

    • Example: Original pseudo code - 'if x > 5 then print 'Hello World' else print 'Goodbye'

    • Impro...

  • Answered by AI
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, libraries, and tools used to develop and maintain software applications.

    • Provides structure and organization for code

    • Promotes code reusability

    • Facilitates automation and testing

    • Examples: Selenium for web automation, JUnit for unit testing

  • Answered by AI
Round 2 - Group Discussion 

Agile and day to day working
Stakeholders and conflict management

Round 3 - HR 

(2 Questions)

  • Q1. Salary and benefits
  • Q2. Ways of working
  • Ans. 

    Effective ways of working include clear communication, collaboration, prioritization, and continuous improvement.

    • Clear communication is essential for sharing information and avoiding misunderstandings.

    • Collaboration helps team members work together towards common goals.

    • Prioritization ensures that tasks are completed in the most efficient order.

    • Continuous improvement involves learning from mistakes and finding ways to wo...

  • Answered by AI

Skills evaluated in this interview

Senior Operations Analyst Interview Questions & Answers

user image Nikunj Krishna Rayal

posted on 30 Jun 2024

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

(2 Questions)

  • Q1. How will you resolve the issue if you get a highly escalated Severity 1 issue, and you have to resolve it in 30 minutes?
  • Ans. 

    I would prioritize the issue, gather a cross-functional team, and work quickly to identify and resolve the root cause.

    • Prioritize the severity of the issue and focus on resolving it within the given time frame

    • Gather a cross-functional team with expertise in different areas to quickly address the issue

    • Utilize all available resources and tools to identify the root cause and implement a solution

    • Communicate effectively with...

  • Answered by AI
  • Q2. What will you do if you are not able to run any command in linux.
  • Ans. 

    I would troubleshoot the issue by checking for any error messages, verifying permissions, and consulting documentation or online resources.

    • Check for any error messages in the terminal

    • Verify permissions for the command being run

    • Consult documentation or online resources for troubleshooting steps

    • Try running the command with sudo if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Screen sharing session with in-depth live troubleshootinng scenario based questions.
  • Q2. How will you troubleshoot booting related issues?
  • Ans. 

    I will troubleshoot booting related issues by checking hardware connections, running diagnostics, and updating software.

    • Check hardware connections to ensure everything is properly connected

    • Run diagnostics to identify any hardware issues

    • Update software and drivers to ensure compatibility and functionality

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Discussion....
  • Q2. Work Shift Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics (Linux, troubleshooting, Database, Booting, Networking tools and commands) strong at your end and you can easily clear all the technical rounds.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between MAPE, MSE, R2, RMSE
  • Ans. 

    MAPE measures the percentage error, MSE and RMSE measure the average squared error, R2 measures the proportion of variance explained.

    • MAPE (Mean Absolute Percentage Error) measures the percentage error between actual and predicted values.

    • MSE (Mean Squared Error) measures the average squared difference between actual and predicted values.

    • RMSE (Root Mean Squared Error) is the square root of MSE, providing a more interpret...

  • Answered by AI
  • Q2. Evaluation metrics while training the model.
  • Ans. 

    Evaluation metrics are used to assess the performance of a model during training.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the proportion of correctly classified instances out of the total instances.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive predictions out of ...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What's Kubernetes
  • Ans. 

    Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications.

    • Orchestrates containerized applications across a cluster of machines.

    • Supports various container runtimes like Docker and containerd.

    • Provides features like load balancing, scaling, and self-healing.

    • Uses YAML files for configuration and deployment.

    • Example: Deploying a web application with multiple mi...

  • Answered by AI
  • Q2. Can we peer vpc with same cidr block
  • Ans. 

    No, VPCs with the same CIDR block cannot be peered due to IP address conflicts.

    • VPC peering requires unique CIDR blocks for each VPC.

    • If two VPCs have overlapping CIDR blocks, routing conflicts arise.

    • Example: VPC A (10.0.0.0/16) and VPC B (10.0.0.0/16) cannot be peered.

    • AWS enforces this rule to maintain network integrity and avoid IP address conflicts.

  • Answered by AI

What people are saying about Commonwealth Bank of Australia, India

View All
agileinpayments
Verified Icon
3d
works at
Commonwealth Bank of Australia, India
Senior Consultant in Payments
Hi All, Need a referral in payments domain for Senior BA or Senior Consultant role in GPP, SEPA, ISO20022, SWIFT payments
Got a question about Commonwealth Bank of Australia, India?
Ask anonymously on communities.

Commonwealth Bank of Australia, India Interview FAQs

How many rounds are there in Commonwealth Bank of Australia, India interview?
Commonwealth Bank of Australia, India interview process usually has 2-3 rounds. The most common rounds in the Commonwealth Bank of Australia, India interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Commonwealth Bank of Australia, India 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, SQL, Agile and Python.
What are the top questions asked in Commonwealth Bank of Australia, India interview?

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

  1. System Design - how would design a trading system, what db, cloud you would con...read more
  2. how do manager vendor ? If vendor is pushing you for a application from their s...read more
  3. How will you resolve the issue if you get a highly escalated Severity 1 issue, ...read more
What are the most common questions asked in Commonwealth Bank of Australia, India HR round?

The most common HR questions asked in Commonwealth Bank of Australia, India interview are -

  1. What are your salary expectatio...read more
  2. Share details of your previous j...read more
How long is the Commonwealth Bank of Australia, India interview process?

The duration of Commonwealth Bank of Australia, India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 97 interview experiences

Difficulty level

Easy 18%
Moderate 71%
Hard 10%

Duration

Less than 2 weeks 58%
2-4 weeks 22%
4-6 weeks 7%
6-8 weeks 4%
More than 8 weeks 9%
View more
Join Commonwealth Bank of Australia, India World-class technology and banking operations capability center

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 618 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
Morgan Stanley Interview Questions
3.6
 • 308 Interviews
FactSet Interview Questions
3.9
 • 216 Interviews
BNP Paribas Interview Questions
3.8
 • 190 Interviews
View all

Commonwealth Bank of Australia, India Reviews and Ratings

based on 706 reviews

3.2/5

Rating in categories

2.9

Skill development

3.6

Work-life balance

3.9

Salary

3.0

Job security

3.1

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 706 Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

8-11 Yrs

₹ 24-39.5 LPA

Chapter Lead - .NET Full Stack

Bangalore / Bengaluru

15-20 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
346 salaries
unlock blur

₹28 L/yr - ₹48.6 L/yr

Senior Associate
273 salaries
unlock blur

₹5.4 L/yr - ₹12.4 L/yr

Software Engineer
267 salaries
unlock blur

₹18.3 L/yr - ₹33.1 L/yr

Senior Analyst
259 salaries
unlock blur

₹12.9 L/yr - ₹22 L/yr

Analyst
202 salaries
unlock blur

₹9 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Commonwealth Bank of Australia, India with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Citicorp

3.7
Compare
write
Share an Interview