Filter interviews by
Clear (1)
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
1. Find substring with no repeating characters
2. Weight of each element where weight is equal to all the elements bigger than element towards right side.
3. Linklist to break a cycle
1. Selenium use cases
2. Testing three windows
3. Equating table data from db and ui
For a big feature, create detailed test cases and test plan to ensure thorough testing.
Understand the requirements and functionality of the feature
Identify different scenarios and edge cases to be tested
Prioritize test cases based on criticality and impact
Create test plan outlining test objectives, scope, resources, and timelines
Execute test cases, report defects, and retest after fixes
Interview was very good, asked coding questions and testing principles
I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.
To handle objects in a webtable, you can use methods like findElement, getText, getAttribute, etc.
Use findElement method to locate the object in the webtable
Use getText method to retrieve the text of the object
Use getAttribute method to get specific attribute value of the object
Iterate through rows and columns to handle multiple objects in the webtable
Multiple window handles allow a QA engineer to interact with multiple browser windows during testing.
Window handles are unique identifiers assigned to each browser window opened by the application.
QA engineers can switch between window handles to perform actions on different windows.
Example: driver.getWindowHandles() in Selenium returns a set of window handles.
Example: driver.switchTo().window(handle) is used to switch
I applied via Approached by Company and was interviewed before Apr 2023. There were 3 interview rounds.
Basic selenium automation coding question and QA related MCQs
Count duplicates in a string
Iterate through the string and store each character in a hashmap with its count
Return the count of characters with count greater than 1
Program to sort array of strings
Use a sorting algorithm like bubble sort, selection sort, or merge sort
Compare strings using strcmp() function in C or compareTo() method in Java
Handle edge cases like empty array or array with only one element
I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.
Simple Java questions on string and arrays
Framework level knowledge is checked
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Selenium can be used to automate testing of dynamic tables by using Xpaths to locate elements.
Identify unique attributes of table elements to create stable Xpaths
Use functions like contains(), starts-with(), or ends-with() in Xpaths for dynamic content
Consider using parent-child relationships in Xpaths for nested tables
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.
I applied via Job Portal
Time frame one hour, 60 questions
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
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()
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer III
1.8k
salaries
| ₹14.5 L/yr - ₹47 L/yr |
Senior Software Engineer
1.3k
salaries
| ₹23 L/yr - ₹70.3 L/yr |
Software Engineer
805
salaries
| ₹12 L/yr - ₹45 L/yr |
Software Development Engineer 3
265
salaries
| ₹15.6 L/yr - ₹46 L/yr |
Business Development Associate
227
salaries
| ₹1.7 L/yr - ₹4.2 L/yr |
Amazon
Flipkart
Microsoft Corporation