Filter interviews by
I was interviewed in Aug 2016.
5 important components in a test plan are objectives, scope, test strategy, test cases, and test environment.
Objectives: Clearly define the purpose and goals of testing.
Scope: Define the boundaries of testing, what is included and excluded.
Test Strategy: Define the approach to testing, including types of testing and tools used.
Test Cases: Define the specific tests to be executed, including expected results.
Test Environ...
Product life cycle refers to the stages a product goes through from its introduction to its decline and eventual discontinuation.
The stages of product life cycle are: introduction, growth, maturity, decline, and discontinuation.
During the introduction stage, the product is launched and marketed to create awareness and generate demand.
In the growth stage, sales and revenue increase rapidly as the product gains popularit...
Function overriding is when a subclass provides a different implementation of a method already defined in its superclass. Function overloading is when multiple methods with the same name but different parameters are defined in a class.
Function overriding is used to achieve runtime polymorphism.
In function overriding, the method signature remains the same but the implementation is different in the subclass.
Function over...
To test two reports that point to separate databases, compare the data in both reports and verify their accuracy.
Identify the databases that the reports are pointing to
Retrieve the data from both databases
Compare the data in the reports to ensure they match
Verify the accuracy of the data by cross-referencing with the original sources
Perform data integrity checks to ensure the data is consistent and complete
SDLC stands for Software Development Life Cycle. It is a process used to develop software applications.
SDLC is a structured approach that consists of various phases such as requirements gathering, design, development, testing, deployment, and maintenance.
Each phase has specific activities and deliverables that ensure the successful development and delivery of software.
SDLC models include Waterfall, Agile, Spiral, and I...
I am currently working as a SQA Engineer responsible for testing software applications and ensuring their quality.
Designing and executing test cases
Identifying and reporting defects
Collaborating with development team to resolve issues
Creating and maintaining test documentation
Performing regression testing
Participating in code reviews
Ensuring compliance with industry standards and regulations
I would explain the root cause of the bug and provide a plan to fix it.
Acknowledge the issue and apologize for the inconvenience caused
Explain the root cause of the bug and how it was missed during testing
Provide a plan to fix the bug and a timeline for the fix
Assure the customer that steps will be taken to prevent similar issues in the future
Offer compensation or a workaround if possible
Regulatory reporting refers to the submission of data to regulatory agencies to ensure compliance with laws and regulations.
Regulatory reporting is mandatory for companies in various industries such as finance, healthcare, and energy.
It involves collecting and submitting data on various aspects of the business such as financial performance, risk management, and compliance with regulations.
The data is submitted to regul...
Top trending discussions
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
I worked on a project to develop a mobile application for tracking fitness goals and workouts.
Tested user authentication and registration processes
Performed functional testing on workout tracking features
Conducted regression testing after each new feature implementation
Regression testing is retesting of software to ensure that recent changes have not adversely affected existing features. Regression defects are bugs that reappear after changes.
Regression testing is performed to make sure that new code changes have not introduced any new bugs or caused existing functionalities to break.
It involves re-executing test cases that cover the impacted areas of the software.
Regression defects ...
Verification ensures the product is built right, while validation ensures the right product is built.
Verification focuses on process, validation focuses on product
Verification answers 'Are we building the product right?'
Validation answers 'Are we building the right product?'
Verification is done before validation
Regression tests are run after every significant code change or new feature implementation.
Regression tests are typically run after every significant code change or new feature implementation to ensure that existing functionalities are not affected.
The frequency of running regression tests may vary depending on the project timeline and release cycle.
In Agile development, regression tests are often run as part of the co...
To select the 5th dropdown option, locate the dropdown element and choose the 5th option.
Locate the dropdown element using its unique identifier or class name
Use a method like 'selectByIndex' or 'selectByVisibleText' to choose the 5th option
Verify that the correct option has been selected
Use xpath to locate Google Search tab and Voice search button on the webpage.
For Google Search tab: //input[@name='btnK']
For Voice search button: //div[@aria-label='Search by voice']
Java program to reverse a string without using predefined methods.
Create a char array from the input string.
Use two pointers, one at the start and one at the end, to swap characters.
Continue swapping characters until the pointers meet in the middle.
Some common libraries used for verifying test cases are JUnit, TestNG, Selenium, and RestAssured.
JUnit is a popular Java testing framework for unit testing.
TestNG is another Java testing framework that supports parameterized and data-driven testing.
Selenium is a widely used tool for automating web browsers for testing purposes.
RestAssured is a Java library for testing RESTful APIs.
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
In this first round it was of 45mins which included MCQ question and 1 coding question.
Answers to common interview questions for Automation Test Engineer position.
Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.
OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.
JavaS...
Type coercion is the process of converting one data type to another in programming.
Type coercion can happen implicitly or explicitly in programming languages.
Implicit type coercion occurs when the language automatically converts data types during operations.
Explicit type coercion occurs when the programmer manually converts data types using functions or operators.
Example: In JavaScript, the addition operator (+) can pe...
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows for code reusability by defining a new class based on an existing class.
Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...
API error codes are unique identifiers used to indicate specific errors in an API response.
API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.
Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.
Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.
Find and print the missing number in a given array of strings.
Convert the array of strings to an array of integers for easier manipulation.
Iterate through the array to find the missing number by comparing consecutive elements.
Print the missing number once found.
Reverse a string in an array of strings
Iterate through each string in the array
Use a loop to reverse each string character by character
Store the reversed strings in a new array
To test a faulty ATM, simulate various scenarios like card reader failure, cash dispenser malfunction, network connectivity issues, etc.
Simulate card reader failure by inserting a damaged card or a card with a magnetic strip issue.
Test cash dispenser malfunction by requesting cash withdrawal and observing if the correct amount is dispensed.
Check for network connectivity issues by trying to access online banking service...
Aptitude test was easy to clear
Coding test was ok to clear
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
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...
I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.
Path parameter is a part of the URL that comes after the endpoint and is used to identify a specific resource.
Path parameters are used to pass data to the API endpoint in the URL
They are specified within curly braces {} in the URL path
Path parameters are used to identify a specific resource or entity
Example: /api/users/{userId} where userId is a path parameter
I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.
Oops concepts in C# include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class.
Polymorphism allows objects to be treated as instances of their parent class.
Encapsulation hides the internal state of an object and only exposes necessary functionality.
Abstraction focuses on the essential characteristics of an object while hiding irrele
based on 1 review
Rating in categories
Product Software Engineer
168
salaries
| ₹6.4 L/yr - ₹21.6 L/yr |
Operations Associate
152
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Senior Software Product Engineer
150
salaries
| ₹10.8 L/yr - ₹33 L/yr |
Senior Software Engineer
140
salaries
| ₹11.9 L/yr - ₹38 L/yr |
Senior Associate Operations
69
salaries
| ₹4 L/yr - ₹7.3 L/yr |
Thomson Reuters
RELX Group
Informa
Springer Nature in India