Filter interviews by
I applied via Walk-in
Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.
Method overloading is achieved by defining multiple methods with the same name but different parameters in the same class.
Method overriding is achieved by creating a method in a subclass with the sa...
Types of exceptions include checked exceptions, unchecked exceptions, and errors.
Checked exceptions are checked at compile time and must be handled by the programmer using try-catch or throws keyword.
Unchecked exceptions are not checked at compile time and can be handled if desired.
Errors are serious issues that are not expected to be caught or handled, such as OutOfMemoryError or StackOverflowError.
A constructor is a special type of method that is automatically called when an object is created in a class.
Constructors have the same name as the class they belong to
They do not have a return type
They can be used to initialize object properties
Example: public class Car { public Car() { // constructor code here }}
To handle drop downs, use Select class in Selenium. To handle alerts, use Alert class in Selenium.
For drop downs, use Select class in Selenium to interact with
For alerts, use Alert class in Selenium to handle pop-up alerts
To select an option from a drop down, use selectByVisibleText(), selectByValue(), or selectByIndex() methods
To accept or dismiss an alert, use accept() or dismiss() methods respectively
My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.
Data-driven approach allows for easy maintenance and scalability
Utilizes Selenium WebDriver for interacting with web elements
TestNG for test case management and reporting
Supports parallel execution for faster test runs
Basic Java coding and SQL query
I appeared for an interview in Jul 2023.
Basic java coding and sql queries
I applied via Smart cliff
Total 5 Sections-total 2hrs
1.Reasoning ability-12questions
2.General Aptitude-12questions
3.Number series
4.Bank interest-8 questions
5.Coding round-3questions
I applied via Indeed and was interviewed before Jun 2023. There was 1 interview round.
Top trending discussions
I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.
Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods.
Use built-in functions: In Python, you can reverse a string with slicing: `reversed_string = original_string[::-1]`.
Iterative approach: Loop through the string from the end to the beginning and build a new string.
Using recursion: Define a function that calls itself with a smaller substring until it reac...
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 interview rounds.
MCQ's and Coding Problem - 1 related with Java, RDBMS, JS
I applied via Recruitment Consultant and was interviewed in Aug 2021. There was 1 interview round.
Questions related to Java programming language concepts and features.
StringBuilder and StringBuffer are used for efficient string manipulation.
Arrays are fixed in size while linked lists can grow dynamically.
TreeSet is a sorted set implementation in Java.
Java 8 introduced lambda expressions, streams, and functional interfaces.
Static keyword is used to create class-level variables and methods.
Dynamic method dispatch is ...
based on 4 interview experiences
Difficulty level
Duration
based on 16 reviews
Rating in categories
Software Engineer
25
salaries
| ₹3.3 L/yr - ₹9.5 L/yr |
Business Analyst
16
salaries
| ₹2.7 L/yr - ₹8 L/yr |
Software Developer
13
salaries
| ₹3.5 L/yr - ₹8 L/yr |
Junior Software Engineer
8
salaries
| ₹3 L/yr - ₹4.5 L/yr |
Data Analyst
8
salaries
| ₹1.2 L/yr - ₹3.6 L/yr |
TCS
Accenture
Wipro
Cognizant