i
Innovaccer
Filter interviews by
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
Top trending discussions
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
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
posted on 24 Apr 2024
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Use Newton's method to find square root without Math.sqrt() in Java.
Initialize a variable to store the guess value of square root
Iterate until the difference between the guess and actual square root is within a desired threshold
Update the guess value using the formula: guess = (guess + number/guess) / 2
Java code to add digits of a number until the sum is a single digit
Create a function that takes an integer as input
Use a while loop to keep adding the digits until the sum is a single digit
Convert the number to a string to easily access individual digits
Java code to print a particular pattern using loops
Use nested loops to iterate through rows and columns
Print specific characters based on the row and column index
Example: Printing a pyramid pattern
posted on 13 Jun 2024
Networking of linux and cloud involves configuring network settings, security protocols, and communication between servers and services.
Configuring network interfaces in Linux using tools like ifconfig or ip command
Setting up virtual private networks (VPNs) for secure communication between cloud servers
Implementing firewall rules to control incoming and outgoing network traffic
Using protocols like SSH, HTTPS, or VPN pr...
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
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
2 Coding questions - medium to hard
Implement LFU cache using OOPs concepts
Create a class for LFU cache with methods like get, put, and remove
Use a hashmap to store key-value pairs and a hashmap to store frequency of each key
Implement a doubly linked list to store keys with the same frequency
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Data Analyst
309
salaries
| ₹5 L/yr - ₹16 L/yr |
Senior Data Analyst
171
salaries
| ₹8 L/yr - ₹25 L/yr |
Associate Software Engineer
96
salaries
| ₹6 L/yr - ₹10 L/yr |
Data Engineer
67
salaries
| ₹4.8 L/yr - ₹16 L/yr |
Software Development Engineer II
61
salaries
| ₹18 L/yr - ₹34 L/yr |
Practo
Lybrate
Portea Medical
PharmEasy