i
Filter interviews by
Clear (1)
The output of each join between Table 1 and Table 2 with values 1,1,1 and 1,1,0 respectively.
Inner join: Output will be 1,1,1 as it only includes matching values from both tables.
Left join: Output will be 1,1,1 from Table 1 as it includes all values from Table 1 and matching values from Table 2.
Right join: Output will be 1,1,0 from Table 2 as it includes all values from Table 2 and matching values from Table 1.
Full out...
To find duplicates without using count(*), use self-join and group by clause.
Use self-join to join the table with itself on the column that contains the duplicates.
Use group by clause to group the results by the column that contains duplicates.
Select the columns you want to display along with the count of duplicates.
Rate your
company
🤫 100% anonymous
How was your last interview experience?
I applied via Approached by Company and was interviewed in Dec 2021. There was 1 interview round.
Risk based testing is a method of prioritizing testing efforts based on the likelihood and impact of potential failures.
Identify potential risks and their impact on the system
Prioritize testing efforts based on the identified risks
Allocate testing resources accordingly
Continuously monitor and reassess risks throughout the testing process
Examples: testing critical functionalities first, testing for security vulnerabilit
Top trending discussions
I applied via Referral and was interviewed before Oct 2020. There were 4 interview rounds.
Get() and Navigate() are methods in web automation. Get() loads a new web page, while Navigate() can navigate back and forth in the browser history.
Get() is used to load a new web page by providing the URL as a parameter.
Navigate() can be used to navigate back and forth in the browser history using methods like GoBack() and GoForward().
Get() is a simpler method and is commonly used to load initial web pages.
Navigate() ...
Synchronization is the process of coordinating multiple threads or processes to work in a synchronized manner.
Synchronization ensures that multiple threads or processes do not interfere with each other while accessing shared resources.
It involves the use of locks, semaphores, and monitors to control access to shared resources.
Synchronization can improve the performance and efficiency of multi-threaded or multi-process ...
findElement and findElements are methods in Selenium to locate web elements on a page.
findElement returns the first matching element on the page, while findElements returns a list of all matching elements.
findElement throws a NoSuchElementException if no matching element is found, while findElements returns an empty list.
Both methods take a locator strategy (such as ID, class name, or XPath) as an argument.
Example: Web...
I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Jan 2022. There were 3 interview rounds.
General apptitude and reasoning questions
Coding interview on the basis of java
I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
Java program to find duplicate elements in string using an array
Create an array to store characters
Loop through the string and check if the character is already in the array
If it is, then it is a duplicate
Print out the duplicate characters
Dealing with dynamic drop down in Selenium/Appium
Identify the parent element of the drop down
Use findElements() method to get all the child elements
Iterate through the child elements and select the desired option
Use wait() method to handle dynamic loading of options
Use Select class for handling drop downs with select tag
For non-select tag drop downs, use click() method to open the drop down and select the option
based on 1 interview
Interview experience
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 6 reviews
Rating in categories
Senior Analyst
262
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
221
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
209
salaries
| ₹0 L/yr - ₹0 L/yr |
Analyst
208
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
197
salaries
| ₹0 L/yr - ₹0 L/yr |
HDFC Bank
ICICI Bank
State Bank of India
Axis Bank