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 Associate Quality Engineer Interview Questions and Answers

Updated 8 Apr 2024

7 Interview questions

An Associate Quality Engineer was asked
Q. Explain your automation framework.
Ans. 

My automation framework is a hybrid framework combining data-driven and keyword-driven approaches for efficient test automation.

  • Combines data-driven and keyword-driven approaches

  • Utilizes reusable functions and libraries

  • Supports parallel execution for faster testing

  • Integrates with CI/CD pipelines for continuous testing

  • Provides detailed reporting and logging for easy analysis

An Associate Quality Engineer was asked
Q. Describe agile ceremonies in a project.
Ans. 

Agile ceremonies are regular meetings held during a project to ensure collaboration, communication, and progress towards goals.

  • Sprint planning: setting goals and tasks for the upcoming sprint

  • Daily stand-up: brief meetings to discuss progress and any obstacles

  • Sprint review: demonstration of completed work to stakeholders

  • Sprint retrospective: reflection on the previous sprint and identifying areas for improvement

Associate Quality Engineer Interview Questions Asked at Other Companies

asked in Turvo
Q1. 1. Program to sort an array 2. Program to find first two large nu ... read more
asked in HARMAN
Q2. What is functional testing, and can you provide some test scenari ... read more
asked in Siemens
Q3. What would you do if you knew a product did not meet quality acce ... read more
Q4. What is the difference between an interface and an abstract class ... read more
Q5. How are SDLC and STLC connected?
An Associate Quality Engineer was asked
Q. What is the difference between an interface and an abstract class?
Ans. 

Interface defines only method signatures while abstract class can have both method signatures and implementations.

  • An interface can be implemented by multiple classes while a class can only inherit from one abstract class.

  • An abstract class can have constructors while an interface cannot.

  • An abstract class can have non-abstract methods while an interface can only have abstract methods.

  • An abstract class can have insta...

An Associate Quality Engineer was asked
Q. How do you find the XPath of a row?
Ans. 

To take xpath of a row, identify the unique identifier of the row and use it in the xpath expression.

  • Identify the unique identifier of the row, such as an ID or class attribute

  • Use the identifier in the xpath expression to locate the row

  • Example: //table[@id='tableId']/tbody/tr[@class='rowClass']

An Associate Quality Engineer was asked
Q. How can you start a database using Selenium?
Ans. 

To start DB using Selenium, we need to establish a connection to the database and execute SQL queries.

  • Import the necessary libraries for database connectivity and Selenium

  • Create a connection to the database using the appropriate driver

  • Execute SQL queries to perform desired actions on the database

  • Close the database connection after use

An Associate Quality Engineer was asked
Q. Explain the Selenium Framework.
Ans. 

Selenium Framework is an open-source automation tool used for testing web applications.

  • It supports multiple programming languages like Java, Python, C#, etc.

  • It consists of three main components: Selenium IDE, Selenium WebDriver, and Selenium Grid.

  • It allows for cross-browser testing and supports various browsers like Chrome, Firefox, Safari, etc.

  • It provides various features like element locating, handling pop-ups a...

An Associate Quality Engineer was asked
Q. What are OOPS Concepts?
Ans. 

OOPS Concepts are the fundamental principles of Object-Oriented Programming.

  • Encapsulation - bundling of data and methods that operate on that data

  • Inheritance - ability of a class to inherit properties and methods from a parent class

  • Polymorphism - ability of objects to take on multiple forms or have multiple behaviors

  • Abstraction - hiding of complex implementation details and showing only essential features

Are these interview questions helpful?

Commonwealth Bank of Australia, India Associate Quality Engineer Interview Experiences

2 interviews found

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 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 

(7 Questions)

  • Q1. Explain Selenium Framework
  • Ans. 

    Selenium Framework is an open-source automation tool used for testing web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • It consists of three main components: Selenium IDE, Selenium WebDriver, and Selenium Grid.

    • It allows for cross-browser testing and supports various browsers like Chrome, Firefox, Safari, etc.

    • It provides various features like element locating, handling pop-ups and al...

  • Answered by AI
  • Q2. What are OOPS Concepts
  • Ans. 

    OOPS Concepts are the fundamental principles of Object-Oriented Programming.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - ability of a class to inherit properties and methods from a parent class

    • Polymorphism - ability of objects to take on multiple forms or have multiple behaviors

    • Abstraction - hiding of complex implementation details and showing only essential features

  • Answered by AI
  • Q3. How to start DB using Selenium
  • Ans. 

    To start DB using Selenium, we need to establish a connection to the database and execute SQL queries.

    • Import the necessary libraries for database connectivity and Selenium

    • Create a connection to the database using the appropriate driver

    • Execute SQL queries to perform desired actions on the database

    • Close the database connection after use

  • Answered by AI
  • Q4. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while a class can only inherit from one abstract class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instance v...

  • Answered by AI
  • Q5. How to take xpath of a row
  • Ans. 

    To take xpath of a row, identify the unique identifier of the row and use it in the xpath expression.

    • Identify the unique identifier of the row, such as an ID or class attribute

    • Use the identifier in the xpath expression to locate the row

    • Example: //table[@id='tableId']/tbody/tr[@class='rowClass']

  • Answered by AI
  • Q6. Describe agile ceremonies in project
  • Ans. 

    Agile ceremonies are regular meetings held during a project to ensure collaboration, communication, and progress towards goals.

    • Sprint planning: setting goals and tasks for the upcoming sprint

    • Daily stand-up: brief meetings to discuss progress and any obstacles

    • Sprint review: demonstration of completed work to stakeholders

    • Sprint retrospective: reflection on the previous sprint and identifying areas for improvement

  • Answered by AI
  • Q7. String and array related programs
Round 3 - Technical 

(1 Question)

  • Q1. String function related programs
Round 4 - One-on-one 

(2 Questions)

  • Q1. Manual Testing questions like difference between SIT and ST
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with fundamentals of Selenium, OOPS Concepts, Practice String and array related programs, Manual Testing Concepts should be clearly understood.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your Automation framework
  • Ans. 

    My automation framework is a hybrid framework combining data-driven and keyword-driven approaches for efficient test automation.

    • Combines data-driven and keyword-driven approaches

    • Utilizes reusable functions and libraries

    • Supports parallel execution for faster testing

    • Integrates with CI/CD pipelines for continuous testing

    • Provides detailed reporting and logging for easy analysis

  • Answered by AI
  • Q2. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on creating objects that interact with each other to solve a problem.

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • E...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Coding question

Skills evaluated in this interview

What people are saying about Commonwealth Bank of Australia, India

View All
agileinpayments
Verified Icon
1w
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.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Asked many Dbsa questions. You need to be thorough about the joins in the databases.

Interview Preparation Tips

Round: Test
Experience: Practice questions on Indiabix.

Round: Technical Interview
Experience: Operating Systems basics, Dbsa basics

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: Make sure you do a course on object oriented programming
Skills: C, Sql, Java
College Name: BITS PILANI
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

Interview Preparation Tips

Round: Test
Experience: The written test was quite similar to the typical CAT pattern. It contained sections on Reading Comprehension, Data Interpretation and Mathematics.

Round: Technical + HR Interview
Experience: There were 2 interviewers in the first interview, one was a technical guy and the other was from HR. They asked me a few very simple puzzles, a few basic programming questions (swapping the value of two variables etc.), questions related to the development cycle of software products. The HR guy asked stuff like what do you want to achieve in life? Strengths, weaknesses etc.

Round: Case Study Interview
Experience: The third interview was the most important one (and I guess that was the deciding interview). The interviewer started with questions like why finance? Which companies are you sitting for? Then he gave me a case study:

Interview Questionnaire 

2 Questions

  • Q1. Oops, os, dbms, project
  • Q2. Why hsbc, why should I hire you.
  • Ans. 

    I have a strong background in software engineering and a passion for innovation, making me a valuable asset to HSBC.

    • I have a proven track record of successfully delivering high-quality software solutions in previous roles.

    • I am highly skilled in various programming languages and technologies, including Java, Python, and SQL.

    • I have experience working in agile development environments, allowing me to adapt quickly to chan...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 4 sections, 15 questions each. Sections on apti, english, programming, technical.
Tips: Time management, complete english and technical first
Duration: 1 hour
Total Questions: 60

Round: Group Discussion
Experience: We were asked which super hero would you like to be. Shared the information. Always present the positives and negatives and emphasize that despite of being negatives
Tips: Think everything through before speaking
Duration: 40 minutes

Round: Technical Interview
Experience: Prepare well, anything can be asked on the things written on your resume

Round: HR Interview
Experience: Sell yourself. Tell them why you would be the best candidate.
Tips: Tell your advantages of being a fresher that you would be comfortable in any technology

College Name: Acropolis institute of technology and research

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Explain SCD Type 2 Implementation in Informatica
  • Ans. 

    SCD Type 2 is a technique used to track historical changes in data over time in a data warehouse.

    • SCD Type 2 maintains a separate row for each change in data, with a start and end date.

    • It requires a surrogate key to uniquely identify each row.

    • Informatica provides a built-in SCD Type 2 transformation to implement this technique.

    • Example: tracking changes in customer addresses over time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly focus on basic BI terminologies, common to trivial scenarios and introductory information on latest trending tools and technologies.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via LinkedIn and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All microsoft technologies related

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be 100% technical in java here they will not be any support u need to dig deep lot of complex modules which we cannot understand in depth

Interview Questionnaire 

1 Question

  • Q1. Frequency of each word ina sentence
  • Ans. 

    To find the frequency of each word in a sentence.

    • Split the sentence into words

    • Create a dictionary to store word frequency

    • Iterate through the words and update the dictionary

    • Return the dictionary

  • Answered by AI

Skills evaluated in this interview

Commonwealth Bank of Australia, India Interview FAQs

How many rounds are there in Commonwealth Bank of Australia, India Associate Quality Engineer interview?
Commonwealth Bank of Australia, India interview process usually has 3 rounds. The most common rounds in the Commonwealth Bank of Australia, India interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Commonwealth Bank of Australia, India Associate Quality Engineer interview?

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

  1. Difference between interface and abstract cl...read more
  2. How to take xpath of a ...read more
  3. How to start DB using Selen...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
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
 • 619 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
134% more than the average Associate Quality Engineer Salary in India
View more details

Commonwealth Bank of Australia, India Associate Quality Engineer Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

3.4

Skill development

2.8

Work-life balance

3.7

Salary

2.2

Job security

2.8

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
347 salaries
unlock blur

₹28 L/yr - ₹48.6 L/yr

Software Engineer
274 salaries
unlock blur

₹18 L/yr - ₹32 L/yr

Senior Associate
273 salaries
unlock blur

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