Upload Button Icon Add office photos

Filter interviews by

Accenture Quality Associate Interview Questions and Answers

Updated 6 Jun 2024

Accenture Quality Associate Interview Experiences

1 interview found

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

General applying and reasoning questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself urself
  • Q2. Share the project details from ug

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is Quality
  • Ans. 

    Quality is the measure of excellence or superiority of a product or service.

    • Quality is meeting or exceeding customer expectations.

    • It involves consistency, reliability, and conformance to requirements.

    • Quality can be measured through metrics such as defect rates, customer satisfaction scores, and on-time delivery performance.

    • Continuous improvement is essential for maintaining and enhancing quality.

    • Examples of quality pra...

  • Answered by AI
  • Q2. What are 7QC tools
  • Ans. 

    7QC tools are a set of techniques used for quality control and problem-solving in manufacturing and service industries.

    • Check sheets: Used for collecting and organizing data, such as defect counts or causes.

    • Pareto chart: Helps identify the most significant factors contributing to a problem.

    • Cause-and-effect diagram (Fishbone diagram): Used to identify and analyze potential causes of a problem.

    • Histogram: A visual represen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident
Interview experience
2
Poor
Difficulty level
Easy
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 

(10 Questions)

  • Q1. "Hello world" java program to print the count of letter 'l'
  • Ans. 

    A Java program to count the occurrences of the letter 'l' in the string 'Hello world'.

    • Create a Java program with a main method.

    • Initialize a String variable with the value 'Hello world'.

    • Use a loop to iterate through each character in the string and count the occurrences of the letter 'l'.

    • Print the count of 'l' at the end.

  • Answered by AI
  • Q2. "Hello world" java program to print output as "olleH dlrow"
  • Ans. 

    Reverse the characters of each word in a given string

    • Split the input string into an array of words

    • Reverse each word in the array

    • Join the reversed words back into a single string

  • Answered by AI
  • Q3. What is the diff between comparator and comparable
  • Ans. 

    Comparator is an interface used to sort objects, while Comparable is an interface used to compare objects for natural ordering.

    • Comparator is used to define custom sorting logic for objects, while Comparable is used for natural ordering based on the class's implementation of compareTo() method.

    • Comparator can be used to sort objects of different classes, while Comparable is implemented within the class itself.

    • Example: So...

  • Answered by AI
  • Q4. What is lamda expression
  • Ans. 

    Lambda expression is a concise way to represent an anonymous function in programming languages.

    • Lambda expressions are used to create small, inline functions without a formal definition.

    • They are commonly used in functional programming languages like Python, Java, and C#.

    • Lambda expressions can be used to simplify code and make it more readable.

    • Example: (x, y) -> x + y is a lambda expression that takes two parameters a

  • Answered by AI
  • Q5. What is contructor chaining
  • Ans. 

    Constructor chaining is the process of calling one constructor from another constructor in a class.

    • Allows reusing code and avoiding duplication

    • Can be achieved using 'this' keyword in the constructor

    • Helps in initializing objects with different parameters

  • Answered by AI
  • Q6. Appium & Selenium architecture
  • Q7. How to handle notifications in mobile automation
  • Ans. 

    Handle notifications in mobile automation by using automation tools to interact with notifications, verify content, dismiss or respond to them.

    • Use automation tools like Appium or Espresso to interact with notifications

    • Verify the content of notifications by extracting text or images

    • Dismiss notifications to continue with test execution

    • Respond to notifications if required for test scenarios

    • Handle different types of notifi...

  • Answered by AI
  • Q8. How to handle if element xpath is different in ios and android apps
  • Ans. 

    Use platform-specific locators or conditional statements to handle different element xpaths in iOS and Android apps.

    • Use platform-specific locators like accessibility id for iOS and resource id for Android

    • Implement conditional statements to switch between different xpaths based on the platform

    • Utilize Appium's platformName capability to identify the platform and adjust the element xpath accordingly

  • Answered by AI
  • Q9. Different TestNG annotations and order
  • Ans. 

    TestNG annotations include @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite

    • @Test - denotes a test method

    • @BeforeMethod - runs before each test method

    • @AfterMethod - runs after each test method

    • @BeforeClass - runs before the first test method in the current class

    • @AfterClass - runs after the last test method in the current class

    • @BeforeSuite - runs before all tests in the suite

    • @AfterSu

  • Answered by AI
  • Q10. What is pom.xml and how to mention dependencies
  • Ans. 

    pom.xml is a configuration file used in Maven projects to define project settings and dependencies.

    • pom.xml stands for Project Object Model XML

    • It is used in Maven projects to manage project configuration, build settings, and dependencies

    • Dependencies are mentioned inside the <dependencies> tag in pom.xml

    • Each dependency is specified with <groupId>, <artifactId>, and <version>

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well, its been more than a week.. no call back for feedback.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Which is the best level in Wipro? Ans:Now Wipro has introduced quarterly appraisal system.
  • Q2. What is the process of Wipro ? Ans: Wipro,a global information technology, consulting,and business process service company.
Round 2 - Aptitude Test 

Can you recommend any free website for taking an online carrier aptitude test and recieving a detailed report on sutaible job options.

Round 3 - Assignment 

What is the best resource to learn data structure and algorithm(must contain practice assignments too)? I have stumbled across Coursera,but does it cover all essential details about DSA?

Round 4 - Technical 

(1 Question)

  • Q1. What is technical? Ans: Defination must be able to apply the technical knowledge and skills required in the specialist and professional job role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Being an employee who is able to refer candidates for available position, would you charge job-seekers coming to you for advice and refferal for spending time on meeting and advising them.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Asked about my current project
  • Q2. Started asking questions like whats there in ur project to do ETL testing??
  • Q3. You have automation exp and you will be having greate future in automation then why you choosed ETL as ur career??
  • Q4. We need Supply chain Management related experience candidate but your exp is something else so its won't workout .. like that .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Write the program -> input -> aabbccc. Output -> a2b2c3
  • Ans. 

    Program to count consecutive characters in a string

    • Iterate through the string and compare each character with the next one

    • Maintain a count for each character and append to the output string when a different character is encountered

    • Example: input 'aabbccc' -> output 'a2b2c3'

  • Answered by AI
  • Q2. Write the dynamic xpath (both relative and absolute)
  • Ans. 

    Dynamic xpath is a way to locate elements on a web page based on changing attributes or positions.

    • Use functions like contains(), starts-with(), or ends-with() to create dynamic xpaths

    • Avoid using indexes in xpaths as they can change with page updates

    • Consider using unique attributes or text within the element to create a reliable xpath

  • Answered by AI
  • Q3. API difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update specific fields of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.

    • PATCH is not necessarily idempotent, as multiple identical requests may have different effects.

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the spe

  • Answered by AI
  • Q4. Basic SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on java collects and do write logic using same. Better to practice without IDE (usually interviewer ask to write in note pad or online complier)
Selenium concepts - Waits, Locators and Mouse Actions

Final,
All depends on interviewer mood.

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is the average rating for a company like Cognizant from your side
  • Q2. What is the annual child birth ratio of an average Indian ?
  • Ans. 

    The annual child birth ratio of an average Indian is approximately 2.3 children per woman.

    • The total fertility rate in India is around 2.3 children per woman.

    • This rate varies across different states and regions in India.

    • Factors such as education, socio-economic status, and cultural norms influence the fertility rate.

    • For example, states like Bihar and Uttar Pradesh have higher fertility rates compared to Kerala and Tamil

  • Answered by AI
  • Q3. What are the ways through which a company can startup or switch on with their collaborating projects?
  • Q4. What are the general concepts which we can apply when there is a crisis happens to our company ?
  • Ans. 

    During a crisis, general concepts to apply include effective communication, quick decision-making, adaptability, and teamwork.

    • Effective communication is crucial to keep all stakeholders informed and aligned.

    • Quick decision-making is necessary to address the crisis promptly and minimize its impact.

    • Adaptability is key to adjusting strategies and plans as the situation evolves.

    • Teamwork is essential for pooling resources an

  • Answered by AI
  • Q5. When does an employer renew his/her contract after the notice period or before the notice period
  • Ans. 

    Employers typically renew contracts before the notice period.

    • Employers usually renew contracts before the notice period to ensure continuity in the work relationship.

    • Renewing the contract before the notice period allows both parties to plan ahead and make necessary arrangements.

    • In some cases, employers may choose to renew the contract during the notice period if negotiations are ongoing.

    • It is important for employers to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply through your hands .Drive for a better future
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ BASED - medium to difficult

Round 2 - Assignment 

Assignment based on your profile , scenario based must

Round 3 - Technical 

(2 Questions)

  • Q1. About your previous company work and programming related questions
  • Q2. Oops concept , dsa , sql , debugging a problem in your code
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the role of a Quality Inspector?
  • Ans. 

    Quality Inspectors are responsible for ensuring products meet quality standards by inspecting, testing, and reporting on the quality of products.

    • Inspect products to ensure they meet quality standards

    • Conduct tests to identify defects or issues

    • Report on the quality of products and recommend improvements

    • Collaborate with production teams to address quality concerns

    • Maintain documentation of inspection results

  • Answered by AI
  • Q2. What are the differences between Quality Assurance (QA) and Quality Control (QC)?
  • Ans. 

    QA focuses on preventing defects in the production process, while QC focuses on identifying defects in the final product.

    • QA is process oriented, focusing on improving and monitoring the processes used to create the product.

    • QC is product oriented, focusing on identifying defects in the final product through inspections and testing.

    • QA is proactive, aiming to prevent defects before they occur.

    • QC is reactive, identifying d...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Local and instance variable diffrence?
  • Ans. 

    Local variables are declared within a method and have limited scope, while instance variables are declared in a class and can be accessed throughout the class.

    • Local variables are only accessible within the method they are declared in.

    • Instance variables are accessible throughout the class they are declared in.

    • Local variables are created when the method is called and destroyed when the method ends.

    • Instance variables are ...

  • Answered by AI
  • Q2. Selenium basic question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core java as well as coding .

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture Quality Associate interview?
Accenture interview process usually has 2 rounds. The most common rounds in the Accenture interview process are Aptitude Test and One-on-one Round.
How to prepare for Accenture Quality Associate 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 Accenture. The most common topics and skills that interviewers at Accenture expect are Customer Service, Network operations, Risk Management, Networking and Problem Solving.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
Accenture Quality Associate Salary
based on 84 salaries
₹2.3 L/yr - ₹5.8 L/yr
6% less than the average Quality Associate Salary in India
View more details

Accenture Quality Associate Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

2.9

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

2.2

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Application Development Analyst
38.8k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
26.3k salaries
unlock blur

₹6.8 L/yr - ₹20.2 L/yr

Team Lead
24.1k salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Senior Software Engineer
18.4k salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Software Engineer
17.6k salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Infosys

3.7
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