Filter interviews by
I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.
AWS related assignement
Top trending discussions
I applied via Referral and was interviewed before Jan 2024. There was 1 interview round.
I was interviewed in Jan 2025.
posted on 18 Dec 2024
Any coding language of candidate's choice
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.
Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.
Fluent Wait: Waits for a condition to be met with a defined polling frequency.
Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
findElement is used to find a single element on a web page, while findElements is used to find multiple elements.
findElement returns a single WebElement, while findElements returns a list of WebElements.
findElement will throw NoSuchElementException if the element is not found, while findElements will return an empty list if no elements are found.
Example: WebElement element = driver.findElement(By.id("exampleId")); List
Aptitude was hosted by Amazon themselves comprising of 3 sections:
1. Coding
2. MCQ regarding QA methodologies
3. Behavioural questions (where does your alignment lies)
Check if two strings are anagrams of each other
Create a function that takes in two strings as input
Remove all spaces and special characters from both strings
Sort the characters in both strings and compare them to check if they are equal
I was interviewed before Feb 2024.
It was a written test consisting of multiple-choice questions on Python programming.
Handling multiple windows in Selenium involves switching between windows and performing actions on each window.
Use getWindowHandles() to get all window handles
Switch to a specific window using switchTo().window(handle)
Perform actions on the window
Switch back to the original window if needed
I was interviewed in Oct 2024.
Complex aptitude Test
Test estimation techniques involve various methods to predict the time and resources needed for testing activities.
Use historical data from previous projects to estimate testing effort
Break down the project into smaller tasks and estimate each task individually
Use expert judgment from experienced QA engineers to provide input on estimation
Consider complexity, risks, and dependencies when estimating testing effort
based on 1 interview
Interview experience
Software Engineer
7
salaries
| ₹7 L/yr - ₹17.5 L/yr |
Senior Engineer
4
salaries
| ₹16 L/yr - ₹24 L/yr |
Devops Engineer
3
salaries
| ₹8.8 L/yr - ₹11 L/yr |
Accenture
Capgemini
HCLTech
Teleperformance