Filter interviews by
I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.
Iterate through the array and swap elements based on their values and the pointers.
Example: Input array = ['1', '0', '2', '1', '0'], Output array = ['0', '0', '1', '1', '2']
posted on 28 Nov 2024
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Challenges in Test Automation include dynamic UI elements, maintenance of scripts, data management, and flakiness.
Dynamic UI elements can cause scripts to fail if not handled properly
Maintenance of scripts can be time-consuming as applications evolve
Data management is crucial for test data setup and cleanup
Flakiness of tests can lead to false positives or negatives
2 array question 1 on sorting other one is for searching
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
I used a keyword-driven automation framework in my project.
The framework was designed to allow testers to write test cases using keywords and reusable functions.
Test scripts were written in a tabular format, making it easy to understand and maintain.
The framework included libraries for common functions like logging, reporting, and data handling.
Test data was stored in external files like Excel sheets or CSV files for e...
posted on 15 Sep 2023
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Identifying webelement using xpath involves locating elements based on their attributes and hierarchy in the HTML structure.
Use unique attributes like id, class, name, etc. to create xpath expressions
Avoid using absolute xpaths as they are prone to breaking with changes in the HTML structure
Use relative xpaths that are more robust and flexible
Consider using xpath axes like ancestor, descendant, sibling, etc. for comple
Convert a given number to its equivalent Roman numeral representation.
Create a mapping of numbers to Roman numerals (e.g. 1 -> 'I', 5 -> 'V', 10 -> 'X', etc.)
Iterate through the mapping in descending order and subtract the largest possible numeral from the given number until it reaches 0.
Handle special cases like 4, 9, 40, 90, etc. by using subtraction rules.
Combine the Roman numerals obtained in the process to form th
Considerations for designing automation framework
Identify the scope and objectives of automation
Choose the right tools and technologies based on project requirements
Design a modular and scalable framework for easy maintenance
Implement best practices for code reusability and readability
Include error handling and reporting mechanisms for better debugging
Consider integration with CI/CD pipelines for continuous testing
Plan...
posted on 12 Mar 2023
I applied via LinkedIn and was interviewed in Feb 2023. There were 2 interview rounds.
posted on 17 Jul 2024
I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.
Space and time complexities were asked for program
based on 1 interview
Interview experience
Computer Scientist
439
salaries
| ₹22 L/yr - ₹70.6 L/yr |
Technical Consultant
265
salaries
| ₹13.5 L/yr - ₹30.2 L/yr |
Software Engineer
256
salaries
| ₹8.5 L/yr - ₹28 L/yr |
Computer Scientist 2
227
salaries
| ₹28.1 L/yr - ₹101 L/yr |
Senior Technical Consultant
209
salaries
| ₹11.5 L/yr - ₹46 L/yr |
Salesforce
Oracle
Microsoft Corporation
Amazon