i
ivy
Filter interviews by
Reverse a given string
Create a new empty string to store the reversed string
Iterate through the original string from end to start and append each character to the new string
Return the reversed string
Top trending discussions
posted on 3 Oct 2024
Locate element using Xpath and retrieve window handle in automation testing.
Use findElement method with By.xpath to locate the element using Xpath.
Use getWindowHandle method to retrieve the window handle.
Types of waits in automation testing with their syntax
Implicit Wait: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Explicit Wait: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementID")));
Fluent Wait: Wait wait = new FluentWait(driver).withTimeout(Duration.ofSeconds(10)).pollingEvery(Duration.ofSeconds(2)).ignoring(NoSuchElementEx
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
Q1) Write a functions to perform all CRUD in api.
Q2) Given two sorted list
ar1 =[1,2,3,4,7,7,12,18,19]
ar2 = [3, 4, 7, 7,14, 18, 19]
You can add and find largest sum but you can switch when ar1 and ar2 have same numbers.
Solution: you can base your solution on merge algo and recursively call your function to return largest sum possible.
Coding test on hackerrank. Solve 30 day code challange on haackerrank and you will be able to clear it.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Frequency array, java collection, missing number
I applied via LinkedIn and was interviewed before Aug 2023. There were 6 interview rounds.
General Aptitude test was conducted
posted on 6 May 2023
I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.
Logic based questions
Tough and easy at the same time
I applied via Approached by Company
Aptitude and coding round, one coding question and others are computer fundamentals
posted on 3 Oct 2024
Locate element using Xpath and retrieve window handle in automation testing.
Use findElement method with By.xpath to locate the element using Xpath.
Use getWindowHandle method to retrieve the window handle.
Types of waits in automation testing with their syntax
Implicit Wait: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Explicit Wait: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementID")));
Fluent Wait: Wait wait = new FluentWait(driver).withTimeout(Duration.ofSeconds(10)).pollingEvery(Duration.ofSeconds(2)).ignoring(NoSuchElementEx
Software Engineer
832
salaries
| ₹5 L/yr - ₹17 L/yr |
Senior Software Engineer
583
salaries
| ₹8 L/yr - ₹22.5 L/yr |
Test Engineer
365
salaries
| ₹4 L/yr - ₹10 L/yr |
System Analyst
327
salaries
| ₹11.8 L/yr - ₹28 L/yr |
Senior Test Engineer
315
salaries
| ₹7 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech