i
ZS
Filter interviews by
I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.
What people are saying about ZS
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Program to find character occurances in 'Hello World'
Create a map to store character occurrences
Iterate through each character in the string and update the map
Print the character occurrences from the map
Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.
Multithreading allows multiple threads to run concurrently within the same process.
Each thread has its own stack and shares the same memory space.
Multithreading can improve performance by utilizing multiple CPU cores efficiently.
Examples of multithreading include running multiple tas...
TestNG annotations are used to control the flow of test methods and provide additional information about the test.
Annotations like @Test, @BeforeSuite, @AfterSuite are used to define test methods and setup/teardown methods
Annotations like @BeforeTest, @AfterTest are used to run setup/teardown methods before/after a test
Annotations like @BeforeClass, @AfterClass are used to run setup/teardown methods before/after a test...
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Locator in Selenium is used to identify web elements on a web page.
Locators are used to find and interact with elements on a web page.
Common locators include ID, name, class name, tag name, link text, and partial link text.
XPath and CSS selectors are also commonly used locators in Selenium.
Example: driver.findElement(By.id("username"));
Action class in Selenium is used to perform complex user interactions like drag and drop, double click, etc.
Action class is part of the Selenium WebDriver API
It is used to perform advanced user interactions like drag and drop, double click, etc.
Actions class is instantiated by creating an object of Actions class and passing the WebDriver instance as a parameter
Actions class methods include moveToElement, click, context
In Selenium, the Select class is used to work with dropdown elements on a web page.
The Select class is part of the org.openqa.selenium.support.ui package
It provides methods to interact with dropdown elements such as selecting options by visible text, value, or index
To use the Select class, you first need to locate the dropdown element using a locator like ID, name, or class name
Waits in Selenium are used to synchronize the test execution with the application's behavior.
Waits help in handling synchronization issues between test scripts and web elements
Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait
Example: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementID")));
Explicit, implicit, and fluent waits are different types of waits used in automation testing to handle synchronization issues.
Explicit wait is used to wait for a certain condition to be met before proceeding with the test execution. It is defined by the tester in the code.
Implicit wait is used to wait for a certain amount of time before throwing an exception if the element is not found. It is defined globally for the e...
posted on 8 Jun 2024
I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.
Mcq questions from testing field
I applied via Naukri.com and was interviewed before Aug 2022. There were 2 interview rounds.
White box testing is testing the internal structure of the system while black box testing is testing the external behavior of the system.
White box testing is also known as clear box testing or structural testing.
It involves testing the code, architecture, and design of the system.
Examples include unit testing, integration testing, and code coverage analysis.
Black box testing is also known as functional testing or behav...
based on 3 reviews
Rating in categories
Associate Consultant
2k
salaries
| ₹9.3 L/yr - ₹26 L/yr |
Decision Analytics Associate
1.6k
salaries
| ₹5.5 L/yr - ₹18.2 L/yr |
Business Technology Associate
1.1k
salaries
| ₹8 L/yr - ₹17.1 L/yr |
Associate Decision Analytics Consultant
857
salaries
| ₹10 L/yr - ₹26 L/yr |
Consultant
651
salaries
| ₹12 L/yr - ₹37 L/yr |
Wipro
TCS
Infosys
HCLTech