Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I appeared for an interview before Mar 2024.
A testing framework provides a structured approach to automate and manage testing processes efficiently.
Frameworks can be categorized into unit testing, integration testing, and end-to-end testing.
Examples include JUnit for Java, NUnit for .NET, and Selenium for web applications.
They often include features like test case management, reporting, and assertion libraries.
Frameworks promote code reusability and maintainabil...
The number of test cases run varies based on project scope, complexity, and testing phases.
Test cases can range from 50 to several hundred depending on the application size.
For a web application, I might run 100+ test cases covering UI, functionality, and performance.
In a mobile app project, I could execute around 200 test cases to ensure compatibility across devices.
Regression testing may involve running all existing ...
Reversing a string involves rearranging its characters in the opposite order, a common task in programming.
Use built-in functions: In Python, use slicing: `reversed_string = original_string[::-1]`.
Iterative approach: Loop through the string from the end to the start and build a new string.
Using recursion: Define a function that calls itself with a smaller substring until it reaches the base case.
Java example: Use `Stri...
Identify and count duplicate characters in a string using a systematic approach.
Use a dictionary to store character counts. Example: 'hello' -> {'h': 1, 'e': 1, 'l': 2, 'o': 1}.
Iterate through the string and update counts. Example: for 'banana', counts become {'b': 1, 'a': 3, 'n': 2}.
Filter the dictionary to find duplicates. Example: from {'b': 1, 'a': 3, 'n': 2}, duplicates are {'a': 3, 'n': 2}.
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
What people are saying about Accenture
A bug is an error or defect in software that causes it to malfunction. It is reported by documenting the issue and its impact.
A bug is a deviation from expected behavior
It can be caused by coding errors, design flaws, or environmental factors
To report a bug, document the issue with steps to reproduce and expected vs actual results
Include screenshots or videos if possible
Assign severity and priority levels based on impa
Accenture interview questions for designations
I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.
All questions asked were from the resume
Get interview-ready with Top Accenture Interview Questions
I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.
OOPs concepts are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implemen...
Test strategy is a high-level plan to achieve testing objectives and goals.
Test strategy outlines the approach to be taken for testing a particular system or product.
It includes the scope of testing, resources needed, timelines, and risks involved.
Test strategy helps in identifying the testing methods, techniques, and tools to be used.
It also defines the entry and exit criteria for testing phases.
Example: A test strate...
I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
Set of 30 testing related questions
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
The question covers TestNG annotations, Java collections, Xpath, Maven, Jenkins, and browser automation.
TestNG annotations include @Test, @BeforeTest, @AfterTest, etc.
Java collections include ArrayList, HashMap, HashSet, etc.
Xpath is used to locate elements in XML or HTML documents.
Maven is a build automation tool used for Java projects.
Jenkins is a CI/CD tool used for continuous integration and delivery.
Different brow...
Explaining the difference between Before Test and Before Method and how link happens between feature and step definition in Cucumber.
Before Test runs once before all the tests in a test suite while Before Method runs before each test method
Before Test is used for setting up the environment for the entire test suite while Before Method is used for setting up the environment for each test method
In Cucumber, the link betw...
I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.
Some of the top questions asked at the Accenture Test Engineer interview -
based on 20 interviews
2 Interview rounds
based on 113 reviews
Rating in categories
Application Development Analyst
39k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
27.4k
salaries
| ₹7 L/yr - ₹20.2 L/yr |
Team Lead
24.8k
salaries
| ₹7.2 L/yr - ₹25.9 L/yr |
Senior Software Engineer
18.2k
salaries
| ₹6 L/yr - ₹20 L/yr |
Senior Analyst
17.9k
salaries
| ₹5.5 L/yr - ₹21.3 L/yr |
TCS
Cognizant
Capgemini
Infosys