Filter interviews by
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.
90 mins 90 Aptitude Questions
Top trending discussions
I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.
3 sections :
1.Aptitude
2.Reasoning
3.Coding
I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.
final, finally, and finalize are related keywords in Java with different meanings and usage.
final is a keyword used to declare constants, variables, methods, and classes that cannot be changed or extended.
finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.
finalize is a method used in Java to perform cleanup operations on an object before it
The code will output 10 because the variable i is accessed through a reference of class A.
When a subclass object is assigned to a superclass reference, the superclass reference can only access the superclass members.
In this case, even though the object is of class B, the variable i is accessed from class A.
Output: 10
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
Start at the beginning of the array and compare the first two elements. If the first element is greater than the second, swap them.
Continue comparing adjacent elements and swapping them if necessary until the end of the array is reached.
Repeat this process for each ...
Custom assertions in Selenium allow for creating personalized validation checks in test automation scripts.
Custom assertions can be created by extending the Assert class in Selenium.
They can be used to validate specific conditions or elements on a web page.
Custom assertions can improve test readability and maintainability by encapsulating complex validation logic.
Example: Creating a custom assertion to verify the prese
Class to accept details of student
Create a class named Student with attributes like name, age, grade, etc.
Include a method to input details of the student.
Use constructor to initialize the attributes with input values.
kwargs in Python is a special syntax that allows you to pass a variable number of keyword arguments to a function.
kwargs stands for keyword arguments.
It is used in Python functions to accept a variable number of keyword arguments.
kwargs is represented by a double asterisk (**).
Example: def my_func(**kwargs):
Magical methods are special methods in Python that begin and end with double underscores, used for operator overloading and other special behaviors.
Magical methods are also known as dunder methods, short for 'double underscore'.
They are used to define how objects of a class behave when certain operations are performed on them, such as addition, subtraction, comparison, etc.
Examples of magical methods include __init__ f...
I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2022. There were 4 interview rounds.
based on 3 interviews
Interview experience
based on 3 reviews
Rating in categories
Production Analyst
132
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Manager
98
salaries
| ₹0 L/yr - ₹0 L/yr |
Product Engineer
92
salaries
| ₹0 L/yr - ₹0 L/yr |
Implementation Consultant
91
salaries
| ₹0 L/yr - ₹0 L/yr |
Customer Success Manager
78
salaries
| ₹0 L/yr - ₹0 L/yr |
Freshworks
Zoho
HCLTech
TCS