Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Softwaretest Engineer Interview Questions, Process, and Tips

Updated 18 Dec 2024

Top Accenture Softwaretest Engineer Interview Questions and Answers

View all 7 questions

Accenture Softwaretest Engineer Interview Experiences

20 interviews found

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

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

Round 1 - Aptitude Test 

Im in freshar in BE engineering is complete

Round 2 - Aptitude Test 

Coding test in second round

Round 3 - Coding Test 

C programming, microcomputer

Interview Preparation Tips

Topics to prepare for Accenture Softwaretest Engineer interview:
  • C programming
Interview preparation tips for other job seekers - Aptitude
Codeing in c
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

1 hour and its about basic aptitude

Round 2 - Coding Test 

30 mins od coding and ask from arrays and string

Round 3 - Technical 

(2 Questions)

  • Q1. Coding questions about the arrays and string and stacks and queues.
  • Q2. About projects one has made and their brief description.

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain useEffect and it's importance
  • Ans. 

    useEffect is a hook in React that allows functional components to perform side effects.

    • useEffect is used to perform side effects in functional components, such as data fetching, subscriptions, or DOM manipulations.

    • It runs after every render by default, but can be controlled with dependencies array.

    • It can be used to replace lifecycle methods like componentDidMount, componentDidUpdate, and componentWillUnmount.

    • Example: u

  • Answered by AI
  • Q2. Explain actual dom vs virtual Dom
  • Ans. 

    Actual DOM represents the real structure of the web page, while Virtual DOM is a lightweight copy used for efficient updates.

    • Actual DOM is the real structure of the web page that the browser creates from HTML elements.

    • Virtual DOM is a lightweight copy of the actual DOM used by frameworks like React for efficient updates.

    • Changes made to the Virtual DOM are compared with the actual DOM, and only the differences are updat...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse string and again reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared from gfg okkkkkkkkkkkkkkkkk

Accenture interview questions for designations

 Software Engineer

 (228)

 Data Engineer

 (78)

 Devops Engineer

 (34)

 Test Engineer

 (26)

 QA Engineer

 (25)

 System Engineer

 (18)

 Network Engineer

 (14)

 Cloud Engineer

 (10)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Structure, in using c program

Interview Preparation Tips

Interview preparation tips for other job seekers - nice

Get interview-ready with Top Accenture Interview Questions

Softwaretest Engineer Interview Questions & Answers

user image Amrutha Bhagwat

posted on 5 Jun 2024

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

(2 Questions)

  • Q1. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Any one java programming
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Type of test frameworks for automation
  • Ans. 

    Test frameworks for automation include data-driven, keyword-driven, and behavior-driven frameworks.

    • Data-driven framework: Tests are designed based on input data sets.

    • Keyword-driven framework: Tests are designed using keywords.

    • Behavior-driven framework: Tests are designed to focus on the behavior of the system.

    • Examples: Selenium WebDriver with TestNG for data-driven, Robot Framework for keyword-driven, Cucumber for beha

  • Answered by AI
  • Q2. How to create a test framework using selenium
  • Ans. 

    To create a test framework using Selenium, you need to set up a project structure, define test cases, implement page object model, and use testing tools like TestNG or JUnit.

    • Set up a project structure with folders for test cases, page objects, utilities, and configurations

    • Define test cases using Selenium WebDriver to interact with web elements

    • Implement the Page Object Model design pattern to separate page logic from te...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Tell me about your self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic one so prepare well for coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

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 

Java 8 Spring, Strings and arrays, basic algorithms like kadane, sieve

Round 3 - Technical 

(1 Question)

  • Q1. Questions on your project and technology around that and basic coding strings and arrays.
Round 4 - HR 

(1 Question)

  • Q1. They just ask you if you will be able to relocate and discuss CTC

Accenture Interview FAQs

How many rounds are there in Accenture Softwaretest Engineer interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, Coding Test and Aptitude Test.
What are the top questions asked in Accenture Softwaretest Engineer interview?

Some of the top questions asked at the Accenture Softwaretest Engineer interview -

  1. What is the difference between of and ...read more
  2. how to create a test framework using selen...read more
  3. Explain actual dom vs virtual ...read more

Tell us how to improve this page.

Accenture Softwaretest Engineer Interview Process

based on 24 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Technical Round
View more
Accenture Softwaretest Engineer Salary
based on 3.8k salaries
₹1.9 L/yr - ₹10.5 L/yr
20% more than the average Softwaretest Engineer Salary in India
View more details

Accenture Softwaretest Engineer Reviews and Ratings

based on 266 reviews

4.0/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.7

Salary

4.0

Job security

4.0

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 266 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7.1 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview