i
IBS Software Services
Filter interviews by
I applied via LinkedIn and was interviewed in Dec 2022. There was 1 interview round.
Oops Concepts of Java are fundamental principles of object-oriented programming.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the implementation details and showing only the necessary fe
To validate the correct URL loaded, check the current URL in the browser.
Get the current URL from the browser using driver.getCurrentUrl() method in Selenium.
Compare the current URL with the expected URL to validate correctness.
Use assertions or conditional statements to confirm if the URL is correct.
Consider handling any redirects or dynamic URLs that may affect validation.
Utilize regular expressions for more flexible
Alert handling in Selenium involves handling pop-up alerts, confirmation alerts, and prompt alerts.
Use driver.switchTo().alert() method to handle alerts
To accept an alert, use alert.accept() method
To dismiss an alert, use alert.dismiss() method
To get text from an alert, use alert.getText() method
To send text to a prompt alert, use alert.sendKeys() method
Mouse actions can be performed using Selenium WebDriver by using Actions class
Create an instance of Actions class
Use methods like moveToElement, click, doubleClick, contextClick, dragAndDrop, etc.
Perform the desired action by calling the respective method on the Actions object
You can read data from an Excel file using Apache POI library in Selenium.
Use Apache POI library to interact with Excel files
Create a FileInputStream object to read the Excel file
Create a Workbook object to represent the Excel file
Get the desired sheet from the Workbook
Iterate through rows and cells to read data
Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.
Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit Wait: Waits for a certain condition to be met before proceeding.
Fluent Wait: Waits for a condition with a defined maximum amount of time.
Thread.sleep(): Pauses the execution for a specified amount of time.
Top trending discussions
posted on 3 Mar 2025
I was interviewed before Mar 2024.
Moderate level of questions comprising of basic apti topics.
Good level of theoritical as well as practical knowledge.
I was interviewed before Feb 2024.
The aptitude test administered included questions on aptitude, mathematics, and reasoning.
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.
Testing is the process of evaluating a system or software to identify defects or errors.
Testing involves executing a program or system with the intent of finding bugs or issues.
It is done to ensure that the software meets the specified requirements and functions as expected.
Testing can be manual or automated, depending on the complexity and requirements of the software.
Types of testing include functional testing, perfo...
Defect life cycle is the process of identifying, reporting, fixing, and verifying software defects.
Defect is identified by testers during testing phase
Defect is reported to the development team
Development team fixes the defect
Fixed defect is retested by testers
If defect is not resolved, it goes through the cycle again
Once defect is resolved, it is closed
I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.
I have experience in using various testing tools such as Selenium, JMeter, and Postman.
Proficient in using Selenium for web application testing
Experience in load testing using JMeter
Familiarity with API testing using Postman
Knowledge of test management tools like TestRail
I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.
Yes
Waterfall methodology is a linear approach where each phase is completed before moving to the next.
Agile methodology is an iterative approach where requirements and solutions evolve through collaboration.
Waterfall follows a sequential process while Agile follows an incremental process.
Waterfall is suitable for projects with well-defined requirements, while Agile is adaptable to changing requirements.
In Waterfall, te...
Sanity testing is a narrow and focused testing to ensure basic functionality, while smoke testing is a broader and shallow testing to check major functionalities.
Sanity testing is performed after receiving a software build to quickly check if it is stable enough for further testing.
Smoke testing is performed to verify if the major functionalities of the software are working fine.
Sanity testing is a subset of regression...
Verification is the process of evaluating a system or component to determine whether it meets specified requirements. Validation is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies the specified requirements.
Verification focuses on the process of reviewing, inspecting, and testing the software to ensure that it meets the specified requirem...
Testcases for working of a ball point pen
Verify that the pen writes smoothly on different surfaces
Check if the pen's ink is visible and does not smudge
Ensure that the pen's cap can be easily removed and secured
Test the durability of the pen by applying pressure while writing
Validate that the pen's ink does not leak or dry out
Various types of manual testing can be done on the Flipkart application.
Functional testing to ensure all features and functionalities are working correctly.
Usability testing to evaluate the user-friendliness of the application.
Compatibility testing to check if the application works on different devices and browsers.
Performance testing to assess the application's response time and stability under different loads.
Securit...
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...
based on 1 interview
Interview experience
Senior Software Engineer
592
salaries
| ₹3.4 L/yr - ₹14.1 L/yr |
Software Engineer
384
salaries
| ₹2.4 L/yr - ₹11 L/yr |
Technical Lead
260
salaries
| ₹5.4 L/yr - ₹21 L/yr |
Solution Architect
209
salaries
| ₹8 L/yr - ₹30.6 L/yr |
Senior Solution Engineer
191
salaries
| ₹4 L/yr - ₹14 L/yr |
TCS
Infosys
Wipro
HCLTech