i
Cognizant
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Explicit wait is a mechanism in Selenium that allows the automation tester to wait for a certain condition to occur before proceeding further.
Syntax: WebDriverWait wait = new WebDriverWait(driver, timeoutInSeconds);
wait.until(ExpectedConditions.condition);
Example: WebDriverWait wait = new WebDriverWait(driver, 10);
wait.until(ExpectedConditions.visibilityOfElementLocated(By.id("elementId")));
What people are saying about Cognizant
I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.
Red only is a type of constant used in Selenium to locate web elements based on their color.
Red only is used to locate elements that have a specific color, such as a red button.
Constants are variables that hold a fixed value and are used in Selenium to make code more readable and maintainable.
Red only is a type of constant that holds the value 'red' and is used in conjunction with other locators, such as ID or class na
An interface is a contract between two entities that defines the communication between them.
An interface defines a set of methods that a class must implement.
It provides a way to achieve abstraction and loose coupling.
Interfaces can be used to achieve multiple inheritance in Java.
Example: Java's Comparable interface defines a method to compare objects.
Example: Selenium WebDriver interface defines methods to interact wi
Use Selenium WebDriver to find and count all text boxes on a web page.
Use Selenium WebDriver to locate all text boxes on the web page
Use findElements method with input tag and type attribute as text to find all text boxes
Get the size of the list of elements to get the count of text boxes
Implicit wait is a global wait applied to all elements, while explicit wait is a specific wait applied to a particular element or condition.
Implicit wait is set once and applied to all elements in the script
Explicit wait is set for a specific element or condition
Implicit wait is defined at the driver level
Explicit wait is defined at the element level
Implicit wait is used to wait for elements to appear on the page
Explic...
Collections are used to store and manipulate groups of objects. Frameworks used in Selenium automation testing include TestNG, JUnit, and Cucumber.
Collections are used to store and manipulate groups of objects
Frameworks used in Selenium automation testing include TestNG, JUnit, and Cucumber
To reduce execution time in Selenium, optimize test scripts, use efficient locators, and run tests in parallel.
Optimize test scripts by removing unnecessary steps and reducing wait times
Use efficient locators such as CSS selectors instead of XPath
Run tests in parallel using tools like Selenium Grid or TestNG
Use headless browsers like PhantomJS to speed up tests
Use page object model to reduce code duplication and improv
To upload resume using Selenium, use sendKeys() method to locate the file input element and pass the file path.
Locate the file input element using any of the locators like id, name, class, etc.
Use sendKeys() method to pass the file path to the file input element.
Click on the submit button to upload the file.
Cognizant interview questions for designations
findElement is used to locate a single element on a web page, while findElements is used to locate multiple elements.
findElement returns the first matching element on the page, while findElements returns a list of all matching elements.
findElement throws NoSuchElementException if no element is found, while findElements returns an empty list.
findElement is used when you expect only one element to be present, while findE...
Java program to find the largest number in an array of strings
Convert each string element in the array to an integer using Integer.parseInt()
Initialize a variable to store the largest number and compare each element to update it
Return the largest number found in the array
Asked some questions on selenium, sql query and java programming
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
1) continue - skips the current iteration and continues with the next iteration in a loop. break - exits the loop immediately. 2) Maven is a build automation tool used primarily for Java projects. 3) Extent Report is a reporting library for Selenium test automation.
continue statement is used to skip the current iteration and continue with the next iteration in a loop
break statement is used to exit the loop immediately
M...
posted on 6 Apr 2024
The second non-repetitive character is to be found in a given array of strings.
Iterate through each character in the strings and count their occurrences
Identify the characters that occur only once
Return the second non-repetitive character
based on 3 interviews
1 Interview rounds
based on 5 reviews
Rating in categories
Associate
72.2k
salaries
| ₹5.1 L/yr - ₹15.9 L/yr |
Programmer Analyst
55.6k
salaries
| ₹2.4 L/yr - ₹9.6 L/yr |
Senior Associate
48.6k
salaries
| ₹9 L/yr - ₹27.4 L/yr |
Senior Processing Executive
28.9k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Technical Lead
17.6k
salaries
| ₹5.9 L/yr - ₹24.6 L/yr |
TCS
Infosys
Wipro
Accenture