Filter interviews by
Clear (1)
Top trending discussions
I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.
Java code to reverse a string with exception handling and waits in Selenium
Use StringBuilder to reverse the string
Use try-catch block for exception handling
Use implicit or explicit waits in Selenium for synchronization
Example: String originalString = "hello"; StringBuilder reversedString = new StringBuilder(originalString).reverse();
Example: try { // code that may throw exception } catch (Exception e) { // handle excep
posted on 23 Nov 2023
I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.
posted on 21 Mar 2024
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
posted on 25 Aug 2021
I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.
Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface is a collection of abstract methods and constants.
Abstract class can have constructors while interface cannot
A class can implement multiple interfaces but can only inherit from one abstract class
Abstract class can have instance variables while interface cannot
Abstract class is used for code reusability w...
Windows and frames can be handled in Selenium using switchTo() method.
Use driver.switchTo().window() to switch between windows.
Use driver.switchTo().frame() to switch between frames.
To switch back to the default content, use driver.switchTo().defaultContent().
Exceptions in Selenium are errors that occur during test execution.
Selenium throws exceptions when it encounters errors during test execution
Common exceptions include NoSuchElementException, TimeoutException, and StaleElementReferenceException
Handling exceptions is important for creating stable and reliable test scripts
posted on 13 Aug 2022
I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.
Answers to questions related to automation testing using Selenium
Overloading is when a method has the same name but different parameters in the same class, while overriding is when a subclass provides its own implementation of a method already defined in its superclass
Locators in Selenium are used to identify web elements on a web page
The syntax of xpath locator is //tagname[@attribute='value']
Methods to write test cas...
posted on 24 Jul 2021
I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.
I applied via Company Website and was interviewed before May 2023. There was 1 interview round.
Top 5 questions on leet code
posted on 1 Mar 2024
I was interviewed before Mar 2023.
Executive Resourcing
130
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive Resourcing
118
salaries
| ₹0 L/yr - ₹0 L/yr |
Information Technology Recruiter
60
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
59
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
56
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Infosys
HCLTech