Filter interviews by
The assignment topic was to write test cases to WhatsApp messages
Arrange the numbers on two dice to show the calendar dates
Assign the numbers 0-9 to each dot on the dice
Use one die to represent the tens digit and the other for the ones digit
For example, 1st of January can be represented as 01 on the dice
Top trending discussions
I applied via Monster and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
Basic Java concepts, selenium cases
I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.
Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hashmap is implemented using an array of linked lists or buckets to handle collisions.
Each key is hashed to determine its index in the array.
Common operations include put(key, value), get(key), and remove(key).
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("apple", 5); int value = ...
getWindowHandles returns all open window handles, getWindowHandle returns handle of current window
getWindowHandles returns a set of all window handles currently open in the browser
getWindowHandle returns the handle of the current window being focused on
Example: driver.getWindowHandles() vs driver.getWindowHandle()
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
typeAndWait is used to wait for a specific element to appear before proceeding, while type does not wait.
typeAndWait is used in Selenium WebDriver to wait for a specific element to appear before typing into it
type does not wait for the element to appear and may cause errors if the element is not present
typeAndWait is useful for dynamic web pages where elements may take time to load
To change window size in Selenium, you can use the set_window_size() method of the WebDriver class.
Use driver.set_window_size(width, height) to change the window size
Specify the width and height in pixels as parameters
Example: driver.set_window_size(800, 600) will set the window size to 800x600 pixels
TestNG provides different listeners to customize test execution and reporting.
TestNG provides several built-in listeners such as IInvokedMethodListener, ITestListener, ISuiteListener, etc.
Listeners can be used to perform actions before or after test methods, suites, or entire test runs.
Listeners can be implemented by creating classes that extend the corresponding listener interfaces.
Listeners can be configured in the t...
Developed a web application for online shopping with focus on user experience and security.
Used Selenium for automated testing of UI functionalities
Implemented API testing using Postman
Performed security testing to identify vulnerabilities
Collaborated with developers to ensure quality code delivery
I applied via Job Portal
Time frame one hour, 60 questions
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
posted on 19 Jul 2024
Implement log rotation, set up log expiration policies, compress logs, use log aggregation services.
Implement log rotation to limit the size of individual log files.
Set up log expiration policies to automatically delete old logs.
Compress logs before storing them in AWS to reduce storage space.
Use log aggregation services like AWS CloudWatch Logs to centralize and manage logs efficiently.
Java code to find a substring in an array of strings
Use the contains() method to check if a string contains the substring
Iterate through the array of strings and check each string for the substring
Use the indexOf() method to find the index of the substring within the string
Write getter setter for a scenario in a Senior QA Engineer interview
Create private variables for the data you want to get and set
Create public getter methods to access the private variables
Create public setter methods to modify the private variables
based on 1 review
Rating in categories
Product Manager
7
salaries
| ₹16 L/yr - ₹19.5 L/yr |
Software Engineer
5
salaries
| ₹8 L/yr - ₹13 L/yr |
Deputy Manager
5
salaries
| ₹10.5 L/yr - ₹14 L/yr |
Marketing Associate
5
salaries
| ₹3 L/yr - ₹3.6 L/yr |
Front end Developer
4
salaries
| ₹7 L/yr - ₹11 L/yr |
TCS
Accenture
Wipro
Cognizant