Filter interviews by
I applied via Referral and was interviewed before Nov 2022. There were 3 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Absolute Xpath starts from the root element, while relative Xpath starts from any node in the DOM structure.
Absolute Xpath starts with a single forward slash (/) and starts selection from the root node.
Relative Xpath starts with a double forward slash (//) and starts selection from the current node or any node in the DOM structure.
Absolute Xpath is more brittle and prone to breaking if the structure of the page changes...
The return would be the number of tabs open in the browser.
The return value would be an integer representing the count of open tabs.
For example, if there are 5 tabs open, the return value would be 5.
Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.
Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.
Fluent Wait: Waits for a condition to be true with a defined polling frequency.
Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Exceptions in Selenium are errors that occur during test execution, disrupting the flow of the test script.
Exceptions are thrown when there is an unexpected behavior in the application under test or in the test script itself.
Common exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, TimeoutException, and StaleElementReferenceException.
Handling exceptions in Selenium can be done using try-...
Feature files contain high-level description of the functionality to be tested, while step definitions are the implementation of the steps in the feature file using code.
Feature files are written in Gherkin syntax and describe the behavior of the application in plain text.
Step definitions are written in programming languages like Java, Ruby, etc., and map the steps in the feature file to automation code.
Feature files a...
Data can be input in Cucumber using feature files and step definitions.
Data can be input in feature files using scenarios and scenario outlines
Step definitions can be used to define the actions to be taken with the input data
Data tables can be used in feature files to input structured data
Examples keyword can be used in scenario outlines to provide multiple sets of input data
Test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements. Test plan is a document outlining the scope, approach, resources, and schedule of testing activities. Test scenarios are detailed descriptions of possible interactions with the system.
Test case: specific conditions to be tested, expected results, steps to execute
Test plan: overall strate...
Hooks in Java are methods that allow subclasses to override or extend the behavior of a superclass.
Hooks are commonly used in frameworks like JUnit and TestNG for test automation.
They are often used for setup and teardown operations before and after test methods.
Examples include @Before, @After, @BeforeClass, and @AfterClass annotations in JUnit.
I was interviewed in May 2024.
Gherkin words are keywords used in Gherkin syntax for writing test scenarios in Behavior Driven Development (BDD).
Feature
Scenario
Given
When
Then
And
But
Plugins are used to extend the functionality of a software application.
Plugins are additional software components that can be added to an existing application to provide new features or functionalities.
They can be used to customize the behavior of the application without modifying its core code.
Examples of plugins include browser extensions, WordPress plugins, and Adobe Photoshop filters.
To run a runner class, you can use a test runner tool like JUnit or TestNG in your automation testing framework.
Use a test runner tool like JUnit or TestNG to execute the runner class
Add the @RunWith annotation in JUnit or specify the runner class in TestNG XML file
Make sure the runner class includes the necessary setup and teardown methods for test execution
TestNG allows running tests in parallel mode using groups and priorities.
Use 'parallel' attribute in testng.xml file to specify parallel mode (e.g.
Use 'groups' attribute in testng.xml file to group tests that should run in parallel (e.g.
Use 'priority' attribute in testng.xml file to specify the order in which tests should run (e.g.
Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.
Divide the array into two halves recursively
Sort each half using Merge Sort recursively
Merge the sorted halves back together
Program to reverse a string using array of characters
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
Data driven testing syntax using XSSF Workbook
Create XSSFWorkbook object
Get the sheet from the workbook
Iterate through rows and columns to fetch test data
Use test data in your test cases
posted on 12 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
Program to reverse a string
Create a char array from the input string
Use two pointers to swap characters from start and end
Continue swapping until pointers meet in the middle
A 408 status in API testing in Postman is received when the server times out while waiting for a request.
408 status code indicates that the server did not receive a complete request within the time that it was prepared to wait.
This can happen if the client takes too long to send the request or if the server is overloaded.
It is important to adjust timeout settings in Postman to avoid receiving 408 status codes.
Example: ...
posted on 17 Jun 2024
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
1. Write a java code to print smallest and largest word in the given sentence.
2.Java code to print the statement in reverse.
3. In notepad,interviewer asked us to write the code POM class and how to call it - (Basically they wanted to check the knowledge of PageFactory class.)
4.How to write the code from config file and excel sheet.
5.All Git command
I was interviewed in Jan 2024.
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
Reversing string "I am Rahul"
posted on 26 Dec 2023
Automation is the use of technology to perform tasks without human intervention.
Increases efficiency and productivity
Reduces errors and improves accuracy
Saves time and money
Allows for 24/7 operation
Enables scalability and consistency
Examples include robotic process automation, industrial automation, and test automation
PLC stands for Programmable Logic Controller. It is an industrial computer used to automate processes and control machinery.
PLCs are highly reliable and can operate in harsh environments
They can be easily programmed and reprogrammed to accommodate changes in the manufacturing process
PLCs can communicate with other devices and systems, allowing for seamless integration
They can improve efficiency and productivity while r...
Instrumentation refers to the use of instruments or devices to measure, control, or monitor a process or system.
Instruments are used to gather data about a process or system
Data is then used to control or monitor the process or system
Examples include sensors, gauges, and meters
Instrumentation is used in various industries such as manufacturing, energy, and transportation
Panel design refers to the process of designing and creating electrical control panels for industrial automation systems.
Panel design involves selecting appropriate components such as circuit breakers, relays, and switches.
The design must also consider factors such as wiring, labeling, and safety standards.
CAD software is often used to create detailed panel layouts and schematics.
Examples of industrial automation syste...
A transformer is an electrical device that transfers electrical energy from one circuit to another through electromagnetic induction.
Transformers are used to increase or decrease the voltage of an alternating current (AC) power supply.
They are used in power distribution systems to step up the voltage for long-distance transmission and step it down for local distribution.
Transformers are also used in electronic devices ...
Software Engineer
9
salaries
| ₹10.5 L/yr - ₹15.7 L/yr |
Full Stack Developer
7
salaries
| ₹12 L/yr - ₹14.4 L/yr |
Senior Software Engineer
6
salaries
| ₹18.5 L/yr - ₹36.6 L/yr |
Senior QA Engineer
5
salaries
| ₹16.5 L/yr - ₹28 L/yr |
Odoo Python Developer
4
salaries
| ₹5.4 L/yr - ₹11 L/yr |
DCMN Bangalore
Simpa Energy
Selco Solar Light
Husk Power Systems