i
ivy
Filter interviews by
I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.
Top trending discussions
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.
I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.
It included aptitude...selenium questions...java mcq questions...and a program to write
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.
I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.
I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.
Selenium WebDriver is a tool used for automating web application testing. It provides a programming interface to interact with web elements.
Selenium WebDriver is an open-source tool used for automating web application testing
It provides a programming interface to interact with web elements
It supports multiple programming languages such as Java, Python, C#, etc.
It can automate testing on various browsers such as Chrome,...
Print a pyramid using an array of strings as output.
Use nested loops to print each row of the pyramid.
Calculate the number of spaces and asterisks needed for each row.
Start with a single asterisk and increase by two for each row.
To take a screenshot in Selenium, use the getScreenshotAs() method.
Create an object of the TakesScreenshot interface
Use the getScreenshotAs() method to capture the screenshot
Save the screenshot to a desired location using the File class
Removing repeated words from a string without using predefined methods.
Split the string into an array of words
Create an empty array to store unique words
Loop through the array of words and check if the word is already in the unique words array
If the word is not in the unique words array, add it
Join the unique words array back into a string
To navigate to other tab in Selenium, switch to the desired window handle. To work on different frame, switch to the frame using its name or index.
To navigate to other tab, use driver.switchTo().window() method
To work on different frame, use driver.switchTo().frame() method
To switch back to default content, use driver.switchTo().defaultContent() method
To switch to frame using name or id, use driver.switchTo().frame("fr...
Scrolling in mobile can be done using swipe or touch actions.
Use swipe or touch actions to scroll in mobile automation
For swipe action, use swipe method with start and end coordinates
For touch action, use press and move methods with start and end coordinates
Example: driver.swipe(startX, startY, endX, endY, duration)
Example: TouchAction(driver).press(startX, startY).moveTo(endX, endY).release().perform()
based on 1 review
Rating in categories
Software Engineer
846
salaries
| ₹5.2 L/yr - ₹16 L/yr |
Senior Software Engineer
589
salaries
| ₹8 L/yr - ₹22.5 L/yr |
Test Engineer
365
salaries
| ₹4 L/yr - ₹10 L/yr |
System Analyst
329
salaries
| ₹12.5 L/yr - ₹28 L/yr |
Senior Test Engineer
321
salaries
| ₹7 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech