Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Senior Quality Engineer Interview Questions and Answers

Updated 4 Dec 2022

Accenture Senior Quality Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Jun 2022. There were 5 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. Before calling for the technical interview, will have skill assessment test for experienced candidates.In this skill assessment test is completely MCQ's based on your skill set and job requirement.
Round 3 - Technical 

(1 Question)

  • Q1. 1. What is the difference between find elements and find element in selenium 2. Oops concept and where you have applied this concept in your framework 3. Explain the framework you are using 4. How to gener...
  • Ans. 

    Interview questions for Senior Quality Engineer position

    • findElements returns a list of web elements while findElement returns a single web element

    • OOPS concepts include inheritance, polymorphism, encapsulation, and abstraction

    • TestNG framework allows for easy test case management and reporting

    • Reports in TestNG can be generated using the TestNG XML file or by using listeners

    • Defect life cycle includes identification, loggi...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. This round is for profile evaluation. In this round also they will ask technical questions based on job description.
Round 5 - HR 

(1 Question)

  • Q1. They will ask company related questions ( why this company)

Interview Preparation Tips

Interview preparation tips for other job seekers - All the very best for the coming interview. Prepare well.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Arrays, Linked Lists, STP/RSTP, VLAN, ARP

Senior Quality Engineer Interview Questions Asked at Other Companies

asked in Tata Motors
Q1. What is the least count of a vernier caliper, micrometer, and hei ... read more
asked in Tata Motors
Q2. What is the actual process of a Control Plan?
asked in Accenture
Q3. 1. What is the difference between find elements and find element ... read more
asked in Tata Motors
Q4. What is PPAP?Which characteristics use in this?
asked in Tata Motors
Q5. What is quality control and quality assurance?

Interview Questionnaire 

1 Question

  • Q1. React hooks

Interview Questionnaire 

1 Question

  • Q1. React hooks

What people are saying about Accenture

View All
a cyber security analyst
5d
Disappointed with the Candidate Experience at Accenture
I recently interviewed at Accenture for a Security Architect role. I cleared two rounds of technical interviews and was later told by the HR (verbally) that I was selected and that my offer letter would be released soon. Based on that confirmation, I submitted all required documents and waited patiently for nearly a month. Despite following up multiple times, there was no proper communication or update. My application status remained “Active” on the portal the entire time. Eventually, I received a rejection email with no explanation, feedback, or context, despite being verbally told that I was selected. it’s disappointing when a candidate is given verbal assurance and kept waiting without clarity. I expected more transparent from a company of Accenture’s reputation. If anyone from Accenture here could help me understand what might have happened or possibly refer me for any similar openings in the Security Architect / Data Encryption/ key management, I’d be genuinely grateful.
Got a question about Accenture?
Ask anonymously on communities.

Senior Engineer Interview Questions & Answers

HCLTech user image raja reddy duggi reddy

posted on 27 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Engineering Technical
  • Q2. Mainly on Engineering Design

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Accenture HR Interview Questions

1.3k questions and answers

Q. Can you explain your past experiences and how you can contribute to the org ... read more
Q. Which company conducted your interview?
Q. Where do you envision yourself in the next three years?

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. What are your career aspirations?

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.

Accenture Interview FAQs

How many rounds are there in Accenture Senior Quality Engineer interview?
Accenture interview process usually has 5 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Accenture Senior Quality Engineer interview?

Some of the top questions asked at the Accenture Senior Quality Engineer interview -

  1. 1. What is the difference between find elements and find element in selenium 2....read more
  2. This round is for profile evaluation. In this round also they will ask technica...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Accenture Senior Quality Engineer Salary
based on 115 salaries
₹8.6 L/yr - ₹14.5 L/yr
20% more than the average Senior Quality Engineer Salary in India
View more details

Accenture Senior Quality Engineer Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.7

Salary

3.9

Job security

3.8

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 9 Reviews and Ratings
Application Development Analyst
39.3k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.2 L/yr - ₹16.1 L/yr

Team Lead
27.1k salaries
unlock blur

₹12.7 L/yr - ₹22.6 L/yr

Senior Analyst
20.2k salaries
unlock blur

₹9.1 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.6k salaries
unlock blur

₹10.5 L/yr - ₹18.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.5
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview