Accenture
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com
Webtables in Selenium can be handled using methods like findElements, getText, getAttribute, etc.
Use findElements method to locate the table and its rows
Iterate through rows and columns using loops
Use getText method to retrieve text from cells
Use getAttribute method to retrieve specific attributes like class, id, etc.
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
A MCQ test for he skill you are selected.
We use a hybrid automation framework combining keyword-driven and data-driven approaches.
Combines keyword-driven and data-driven testing
Allows for reusability of test scripts
Enhances maintainability and scalability of automation suite
Implicit wait is used to wait for elements to load in the DOM, while explicit wait is used to wait for a specific condition to be met.
Implicit wait is set globally for the entire duration of the WebDriver instance.
Explicit wait is applied only to specific elements or conditions.
Implicit wait is defined once and applied to all elements, while explicit wait is defined each time it is needed.
Example: Implicit wait - drive...
There are two types of XPath: Absolute and Relative. Absolute XPath starts from the root node, while Relative XPath starts from any node.
Absolute XPath starts with a single forward slash (/) and is used to select nodes starting from the root node.
Relative XPath starts with a double forward slash (//) and is used to select nodes anywhere in the document.
Examples: Absolute XPath - /html/body/div[1]/p[2], Relative XPath -
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
To switch iframes, you need to first locate the iframe element and then switch to it using appropriate methods.
Locate the iframe element using its index, name, id, or any other attribute
Switch to the iframe using driver.switchTo().frame() method
To switch back to the default content, use driver.switchTo().defaultContent()
Different types of Selenium waits include implicit, explicit, and fluent waits.
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: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
What people are saying about Accenture
Accenture interview questions for designations
Get interview-ready with Top Accenture Interview Questions
Multiple Question on Strings
Types of waits in Selenium include implicit, explicit, and fluent waits.
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 defined polling frequency.
Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Fibonacci program in Java generates the Fibonacci sequence up to a specified number.
Use a loop to generate the Fibonacci sequence
Start with 0 and 1 as the first two numbers in the sequence
Each subsequent number is the sum of the two preceding numbers
Example: 0, 1, 1, 2, 3, 5, 8, 13, ...
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Smoke testing is a quick and shallow test to check basic functionality, while regression testing is a comprehensive test to ensure existing functionality is not affected by changes.
Smoke testing is performed to verify if the critical functionalities of an application are working as expected after a build or release.
Regression testing is performed to ensure that changes or fixes in the software do not introduce new bugs...
I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.
It was easy though you can crack it
Where do you see yourself in next 5 years
based on 7 interviews
2 Interview rounds
based on 10 reviews
Rating in categories
Application Development Analyst
39k
salaries
| ₹3 L/yr - ₹12 L/yr |
Application Development - Senior Analyst
27k
salaries
| ₹6.9 L/yr - ₹20.2 L/yr |
Team Lead
24.3k
salaries
| ₹7.1 L/yr - ₹25.7 L/yr |
Senior Software Engineer
18.3k
salaries
| ₹6 L/yr - ₹19.5 L/yr |
Software Engineer
17.5k
salaries
| ₹3.6 L/yr - ₹13.4 L/yr |
TCS
Cognizant
Capgemini
Infosys