Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I was interviewed in May 2024.
Gherkin words are keywords used in Gherkin syntax for writing test scenarios in Behavior Driven Development (BDD).
Feature
Scenario
Given
When
Then
And
But
Plugins are used to extend the functionality of a software application.
Plugins are additional software components that can be added to an existing application to provide new features or functionalities.
They can be used to customize the behavior of the application without modifying its core code.
Examples of plugins include browser extensions, WordPress plugins, and Adobe Photoshop filters.
To run a runner class, you can use a test runner tool like JUnit or TestNG in your automation testing framework.
Use a test runner tool like JUnit or TestNG to execute the runner class
Add the @RunWith annotation in JUnit or specify the runner class in TestNG XML file
Make sure the runner class includes the necessary setup and teardown methods for test execution
TestNG allows running tests in parallel mode using groups and priorities.
Use 'parallel' attribute in testng.xml file to specify parallel mode (e.g.
Use 'groups' attribute in testng.xml file to group tests that should run in parallel (e.g.
Use 'priority' attribute in testng.xml file to specify the order in which tests should run (e.g.
Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.
Divide the array into two halves recursively
Sort each half using Merge Sort recursively
Merge the sorted halves back together
Program to reverse a string using array of characters
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
Data driven testing syntax using XSSF Workbook
Create XSSFWorkbook object
Get the sheet from the workbook
Iterate through rows and columns to fetch test data
Use test data in your test cases
Selenium architecture consists of four main components: Selenium Client Library, WebDriver API, Browser Drivers, and Browsers.
Selenium Client Library provides bindings for various programming languages to interact with WebDriver.
WebDriver API is used to interact with different browsers like Chrome, Firefox, etc.
Browser Drivers act as a bridge between WebDriver and the actual browser.
Browsers are the actual web browsers
Code snippet to open a link using WebDriver
Instantiate a WebDriver object
Use the get() method to open the desired URL
find elements is used to locate multiple elements on a web page, while element is used to locate a single element.
find elements returns a list of elements matching the locator, while element returns the first element found
find elements is useful when there are multiple elements with the same locator, while element is used when only one element is expected
find elements can be used with methods like findElements() in Sel...
Accenture interview questions for designations
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
Selenium is a popular open-source tool for automating web browsers.
Selenium supports multiple programming languages like Java, Python, and C#.
It can automate testing tasks like clicking buttons, entering text, and verifying text on web pages.
Selenium WebDriver is the most commonly used component for browser automation.
Selenium Grid allows for parallel test execution on different machines and browsers.
Get interview-ready with Top Accenture Interview Questions
I have worked on various projects involving test automation for web applications using Selenium and API testing using Postman.
Developed automated test scripts using Selenium WebDriver for regression testing of web applications
Created test suites and executed test cases using TestNG framework
Performed API testing using Postman to validate response data and status codes
Integrated test automation scripts with CI/CD pipeli...
API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.
API testing involves testing the functionality, reliability, performance, and security of APIs.
It focuses on verifying the communication and data exchange between different software systems.
API testing can be done at different levels such as unit testing, i...
Post is used to create a new resource, while patch is used to update an existing resource.
Post is used to create a new resource in the server.
Patch is used to update an existing resource in the server.
Post request typically includes all the data needed to create the resource, while patch request only includes the data that needs to be updated.
Post requests are idempotent, meaning multiple identical requests will have t...
Priority and severity are used to classify the impact and importance of a defect in software testing.
Priority determines the order in which defects should be fixed, based on business needs.
Severity indicates the impact of a defect on the system or users.
Priority is usually set by the product owner or business stakeholders.
Severity is typically determined by the testing team based on the impact on functionality.
Examples...
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Lambda, recursion, list comprehension
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Different types of waits include implicit, explicit, and fluent waits in automation testing.
Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit wait: Waits for a certain condition to occur before proceeding further in the code.
Fluent wait: Waits for a condition to be true with a specified frequency of checking.
Example: WebDriverWait in Selenium is an example of explicit w
Multiple window handles are used in automation testing to handle multiple browser windows or tabs simultaneously.
Use getWindowHandles() method to get all the window handles
Switch between window handles using switchTo().window(handle)
Close a specific window handle using driver.close()
Example: driver.getWindowHandles()
Example: driver.switchTo().window(handle)
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.
Multiple inheritance is used in automation frameworks to inherit properties and methods from multiple parent classes.
Multiple inheritance allows a class to inherit from more than one parent class.
It helps in reusing code and promoting code organization.
Example: A test case class can inherit from a base test class and a utility class to access test methods and utility functions.
RemoteWebDriver is a class in Selenium WebDriver that allows you to execute test cases on a remote machine.
RemoteWebDriver is a subclass of WebDriver interface in Selenium.
It allows you to control the browser on a remote machine through the use of a server.
You can use RemoteWebDriver to run tests on different browsers and operating systems.
Example: RemoteWebDriver driver = new RemoteWebDriver(new URL("http://localhost:
1 Interview rounds
based on 9 reviews
Rating in categories
Application Development Analyst
38.9k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
27.1k
salaries
| ₹6.8 L/yr - ₹20.2 L/yr |
Team Lead
24.2k
salaries
| ₹7 L/yr - ₹25.4 L/yr |
Senior Software Engineer
18.3k
salaries
| ₹6 L/yr - ₹19.1 L/yr |
Software Engineer
17.5k
salaries
| ₹3.6 L/yr - ₹12.8 L/yr |
TCS
Cognizant
Capgemini
Infosys