Filter interviews by
Clear (1)
Puzzles calendar age java questions
Java array string puzzle
I applied via Campus Placement and was interviewed before May 2022. There were 5 interview rounds.
1easy 1 medium question
Top trending discussions
posted on 17 Oct 2023
Online aptitude test with reasoning and java
Oops concepts are fundamental principles of object-oriented programming like inheritance, polymorphism, encapsulation, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability of objects to take on multiple forms based on the context.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the complex implemen...
posted on 14 Feb 2024
I was interviewed before Feb 2023.
Basic apti ques grammer and all
posted on 16 Sep 2024
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
Java and automation question
posted on 21 Oct 2024
I am a passionate SDET Automation Test Engineer with 5 years of experience in creating and executing automated test scripts.
5 years of experience in automation testing
Proficient in creating and executing automated test scripts
Strong knowledge of testing tools like Selenium and JUnit
Experience in Agile development environment
Excellent problem-solving skills
Program to reverse a string
Use a loop to iterate through the characters of the string
Swap the characters from start to end of the string
Repeat until the entire string is reversed
To handle pop-ups in automation testing, use methods like switchTo().alert(), accept(), dismiss(), getText()
Use switchTo().alert() method to switch focus to the pop-up
Use accept() method to click on the 'OK' button in the pop-up
Use dismiss() method to click on the 'Cancel' button in the pop-up
Use getText() method to retrieve the text from the pop-up for validation
getWindowsHandles is a method in Selenium WebDriver used to get the window handles of all the open browser windows.
getWindowsHandles returns a set of window handles as strings.
It is useful for switching between multiple browser windows during automation testing.
Example: Set
I was interviewed in Mar 2024.
Java, selenium,1 hours
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
60 mints, gform ,topics like train ,age ,numbers,propability,
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Implicit and Explicit wait are used in Selenium for handling synchronization issues in test automation.
Implicit wait is set globally for the entire test script, while explicit wait is applied only to specific elements.
Implicit wait waits for a specified amount of time before throwing a NoSuchElementException, while explicit wait waits for a specific condition to be met before proceeding.
Syntax for implicit wait: driver...
Xpath writing with parent child relation involves specifying the path to locate elements based on their hierarchical relationship.
Use '/' to specify direct child elements
Use '//' to specify any descendant elements
Use '[]' to specify conditions for selecting elements
Example: //div[@class='parent']/child::span
Java constructor is a special type of method used to initialize objects. Swapping two numbers can be done using a temporary variable.
Java constructor is used to initialize objects in a class.
Swapping two numbers can be done by using a temporary variable.
Example code for swapping two numbers using constructor:
public class NumberSwapper {
int num1;
int num2;
public NumberSwapper(int a, int b) {
num1 = a;
num2 = ...
Amazon website needs to validate drop-down value
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
107
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
102
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
44
salaries
| ₹0 L/yr - ₹0 L/yr |
Sdet
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Sdet Automation Test Engineer
17
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech