i
_VOIS
Filter interviews by
Questions are not much top .They asked one API response to validate a selenium code and a java programming .
Top trending discussions
I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
Use Selenium to automate adding items to cart on Amazon website.
Locate the 'Add to Cart' button on the product page using Selenium's findElement method
Click on the 'Add to Cart' button to add the item to the cart
Verify that the item has been successfully added to the cart by checking the cart contents
Test cases for Login API
Verify valid username and password login successfully
Verify invalid username and password combination fails to login
Verify login with empty username or password fails
Verify login with special characters in username or password fails
A program to count the characters in a string
Iterate through each character in the string and increment the count for each character
Use a hashmap to store the count of each character
Handle edge cases like empty string or null input
UI test cases for uploading a document
Verify that the 'Upload' button is functional
Check if the correct file types are allowed for upload
Ensure that the progress bar is displayed during upload
Confirm that the document is successfully uploaded and visible on the UI
UI test cases for a Form
Verify all required fields are displayed
Test validation messages for invalid inputs
Check if form submission is successful
Test the functionality of reset button
Parallel execution of test cases in TestNG can be achieved using TestNG's parallel attribute in the testng.xml file.
Set the 'parallel' attribute in the testng.xml file to 'methods', 'classes', or 'tests' to specify the level of parallelism.
Use the 'thread-count' attribute to specify the number of threads to be used for parallel execution.
Ensure that the test classes are thread-safe to avoid any conflicts during paralle
Program to reverse words in a string
Split the input string into an array of words
Reverse the array of words
Join the reversed array back into a string
Regression testing ensures existing functionality still works after changes, while sanity testing checks if new functionality works as expected.
Regression testing is performed to make sure that new code changes do not adversely affect existing functionality.
Sanity testing is a cursory testing to make sure that the new functionality is working as expected.
Regression testing is usually automated and covers a wide range o...
Automation framework is a set of guidelines, tools, and processes used to automate testing of software applications.
Automation framework provides structure and guidelines for creating and executing automated tests.
It helps in organizing test scripts, managing test data, and generating test reports.
Examples of automation frameworks include Selenium, TestNG, and Cucumber.
Frameworks can be data-driven, keyword-driven, or
500 Internal Server Error is a generic error message indicating a problem with the server.
Server misconfiguration
Server overload
Programming errors in server-side code
Database connection issues
Insufficient server resources
Test cases for API creating User's profile with First name, Last name, and mobile number
Verify that a user profile is created successfully with valid First name, Last name, and mobile number
Test with invalid First name (empty, special characters, numbers)
Test with invalid Last name (empty, special characters, numbers)
Test with invalid mobile number (empty, alphabets, special characters, less than 10 digits)
Verify that ...
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Reverse string without using loop
Use recursion to reverse the string
Base case: if string length is 0 or 1, return the string
Recursive case: return the last character + reverse(rest of the string)
Implement a parenthesis balancing algorithm using a stack
Use a stack to keep track of opening parentheses
When encountering a closing parenthesis, pop from stack and check if it matches the closing parenthesis
If stack is empty or mismatched parentheses, return false
If all parentheses are balanced, return true
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Java, selenium, appium, accessibility
Selenium is an open-source automation testing framework used for web applications.
Selenium supports multiple programming languages like Java, Python, C#, etc.
It consists of Selenium WebDriver, Selenium IDE, and Selenium Grid.
Selenium WebDriver is used for automating web applications by interacting with the web elements.
Selenium IDE is a record and playback tool for creating test cases.
Selenium Grid is used for parallel...
Checked exceptions are checked at compile time, while unchecked exceptions are not.
Checked exceptions must be either caught or declared in the method signature using 'throws' keyword.
Unchecked exceptions do not need to be explicitly handled.
Examples of checked exceptions include IOException, ClassNotFoundException.
Examples of unchecked exceptions include NullPointerException, ArrayIndexOutOfBoundsException.
Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.
Selenium WebDriver throws exceptions when it encounters errors during test execution.
Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and WebDriverException.
Handling exceptions in Selenium can be done using try-catch blo...
Waits in Selenium are used to synchronize tests with the browser's state.
Waits help to handle synchronization issues in Selenium tests
There are two types of waits in Selenium - Implicit Wait and Explicit Wait
Implicit Wait sets a default waiting time for the entire test script
Explicit Wait allows the test to wait for a certain condition to be met before proceeding
Using dynamic programming to check if a string is a palindrome.
Create a 2D array to store the results of subproblems
Iterate through the string and fill the array based on whether substrings are palindromes
Check the array to determine if the entire string is a palindrome
based on 1 interview
Interview experience
Deputy Manager
624
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
547
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
547
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
294
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Manager
155
salaries
| ₹0 L/yr - ₹0 L/yr |
Bharti Airtel
Jio
TCS
Infosys