Filter interviews by
posted on 26 Oct 2023
2 codings are asked in the test
Top trending discussions
Reverse a given string
Create a new empty string to store the reversed string
Iterate through the original string from end to start and append each character to the new string
Return the reversed string
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.
posted on 24 Apr 2024
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
Use Newton's method to find square root without Math.sqrt() in Java.
Initialize a variable to store the guess value of square root
Iterate until the difference between the guess and actual square root is within a desired threshold
Update the guess value using the formula: guess = (guess + number/guess) / 2
Java code to add digits of a number until the sum is a single digit
Create a function that takes an integer as input
Use a while loop to keep adding the digits until the sum is a single digit
Convert the number to a string to easily access individual digits
Java code to print a particular pattern using loops
Use nested loops to iterate through rows and columns
Print specific characters based on the row and column index
Example: Printing a pyramid pattern
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Challenges in Test Automation include dynamic UI elements, maintenance of scripts, data management, and flakiness.
Dynamic UI elements can cause scripts to fail if not handled properly
Maintenance of scripts can be time-consuming as applications evolve
Data management is crucial for test data setup and cleanup
Flakiness of tests can lead to false positives or negatives
I applied via Instahyre and was interviewed before Oct 2023. There were 6 interview rounds.
CSE core concepts and basic aptitude, few code snippet analysis
Kind of to explain selenium framework in detail.
Coding test on hackerrank. Solve 30 day code challange on haackerrank and you will be able to clear it.
posted on 12 Jun 2023
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.
posted on 12 Mar 2023
I applied via LinkedIn and was interviewed in Feb 2023. There were 2 interview rounds.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Development Engineer II
94
salaries
| ₹10 L/yr - ₹15 L/yr |
Devops Engineer
45
salaries
| ₹6.4 L/yr - ₹18 L/yr |
Development Engineer 3
40
salaries
| ₹13.5 L/yr - ₹23 L/yr |
Software Developer
36
salaries
| ₹6 L/yr - ₹24.5 L/yr |
Engineer III
30
salaries
| ₹10 L/yr - ₹20 L/yr |
Cisco
Microsoft Corporation
Intel
IBM