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.
String manipulation questions.
posted on 5 Dec 2024
There was two coding questions from graph
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
Reverse a string while maintaining the position of spaces.
Iterate through the string and store the positions of spaces in an array.
Reverse the string without considering spaces.
Insert spaces back into their original positions using the array of space positions.
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
Software Engineer
849
salaries
| ₹4 L/yr - ₹16 L/yr |
Senior Software Engineer
596
salaries
| ₹8 L/yr - ₹22.5 L/yr |
Test Engineer
331
salaries
| ₹4 L/yr - ₹10.5 L/yr |
System Analyst
330
salaries
| ₹12 L/yr - ₹28 L/yr |
Senior Test Engineer
323
salaries
| ₹7 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech