Filter interviews by
I found and reported 15 critical bugs in the last project, including issues with data validation and UI functionality.
Identified 5 bugs related to data validation errors
Discovered 7 UI functionality bugs affecting user experience
Reported 3 critical bugs impacting system performance
Framework of test automation refers to the structure and guidelines for implementing automated testing.
Framework provides a set of rules and guidelines for creating and organizing automated tests.
It includes tools, libraries, coding standards, and best practices for test automation.
Common types of test automation frameworks include data-driven, keyword-driven, and hybrid frameworks.
Frameworks help in improving test eff...
I applied via campus placement at PSG College of Technology, Coimbatore and was interviewed before Aug 2020. There were 4 interview rounds.
C is a procedural programming language while C++ is an object-oriented programming language.
C++ supports classes and objects while C does not.
C++ has built-in support for polymorphism and inheritance while C does not.
C++ has a standard template library (STL) while C does not.
C++ allows function overloading while C does not.
C++ supports exception handling while C does not.
Query to find employees with salary greater than average salary
Calculate the average salary of all employees
Retrieve all employees with salary greater than the average salary
Use SQL query: SELECT * FROM employees WHERE salary > (SELECT AVG(salary) FROM employees)
Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.
Encapsulation: bundling data and methods that operate on the data into a single unit (object)
Inheritance: ability of a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for different data types
Abstraction: hiding the complex implementation details an
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.
Mcq and sql questions along with core subject mcq
Count duplicates in an array of strings
Iterate through the array and use a HashMap to store the count of each string
Check if the count of a string is greater than 1, then it is a duplicate
Return the total count of duplicates found in the array
I was interviewed in Feb 2024.
GRE and IPSEC are both protocols used for secure communication over networks, but they have different purposes and implementations.
GRE (Generic Routing Encapsulation) is a tunneling protocol used to encapsulate a wide variety of network layer protocols inside virtual point-to-point links. It does not provide encryption or authentication.
IPSEC (Internet Protocol Security) is a suite of protocols used to secure Internet ...
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...
based on 1 interview
Interview experience
based on 28 reviews
Rating in categories
Senior Software Engineer
856
salaries
| ₹6 L/yr - ₹17.4 L/yr |
Software Engineer
752
salaries
| ₹4 L/yr - ₹15 L/yr |
Senior Test Engineer
433
salaries
| ₹5.8 L/yr - ₹15 L/yr |
Test Engineer
372
salaries
| ₹4.5 L/yr - ₹9.5 L/yr |
Business Analyst
232
salaries
| ₹5 L/yr - ₹14.9 L/yr |
Infosys
TCS
Wipro
HCLTech