Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Reflection in Java allows programmatic access to information about the fields, methods, and constructors of loaded classes.
Reflection provides the ability to examine and modify the behavior of classes, interfaces, and objects at runtime.
It allows accessing and manipulating fields, methods, and constructors that are otherwise inaccessible.
Reflection is commonly used in frameworks, libraries, and tools that require runti...
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Reflection class in Java provides a way to examine or modify the behavior of methods, classes, interfaces at runtime.
Reflection allows accessing private fields, methods, and constructors of a class.
It enables dynamic loading of classes and creation of new objects.
Used in frameworks like Spring and Hibernate for dependency injection and object-relational mapping.
Example: Class.forName("com.example.MyClass") returns the
The contract between hashCode and equals method is that if two objects are equal according to equals method, their hash codes must be equal as well.
The hashCode method returns an integer value that represents the object's unique identifier.
The equals method is used to compare two objects for equality.
According to the contract, if two objects are equal, their hash codes must be equal.
If the hashCode method is overridden...
The equals() method compares the content of two strings, while the == operator compares their references.
The equals() method returns true if the content of two strings is the same.
The == operator returns true if the references of two strings are the same.
Example: String str1 = "Hello"; String str2 = new String("Hello"); str1.equals(str2) returns true, but str1 == str2 returns false.
Top trending discussions
Find the second most occurrence of string in an array of strings.
Create a dictionary to store the count of each string in the array
Sort the dictionary by count in descending order
Return the key of the second element in the sorted dictionary
I was interviewed in Mar 2021.
Round duration - 90 minutes
Round difficulty - Easy
Timing was 10:00 AM. Platform was good.
Given an array ARR
of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...
Given an array of integers, find a subarray with a given sum S.
Iterate through the array while keeping track of the current sum and start index.
Use a hashmap to store the sum and its corresponding index.
If the current sum - S is found in the hashmap, a subarray with sum S exists.
Return the start index and current index as the end index.
Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.
String S
Output string
Recursively remove consecutive duplicate characters from a string.
Use recursion to check if the current character is the same as the next character, if so skip the next character
Base case: if string length is 1, return the string
Example: Input: 'aabbc' Output: 'abc'
Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
There was an OA on hackerearth of an hour. In that there were 20 MCQs and two DSA questions easy to medium on Heap, Hashmap and Subarray
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
I have 3 years of experience as a Software Developer at XYZ company.
Developed web applications using Java and Spring framework
Collaborated with cross-functional teams to deliver projects on time
Implemented new features and enhancements based on client requirements
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.
Inheritance allows a subclass to inherit properties and methods from a superclass.
Polymorphism allows objects to take on multiple forms and behave differently based on their context.
Encapsulation hides the implementation details of an object and only exposes necessary information.
Abstraction allows for the creation of abstract class...
Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.
Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.
Inheritance allows for code reuse and extension of existing classes, reducing code duplication.
Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i
SQL query for joining tables
Use JOIN keyword to combine two or more tables based on a related column
Specify the columns to be selected using SELECT keyword
Use ON keyword to specify the condition for joining the tables
Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN
Used Java concepts such as inheritance, polymorphism, and exception handling in my project.
Implemented inheritance to create a base class and derived classes with specific functionalities.
Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.
Implemented exception handling to handle errors and prevent program crashes.
Used interfaces to define a set of methods that a ...
Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.
Overloading is used to provide different ways to call a method with different parameters
Overriding is used to provide a specific implementation of a method in a subclass
Overloading is resolved at compile-time while overriding is r...
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
Before Aptitude Test, There was a telephonic interview round in which they test your communication and ask questions about your education and projects. You just have to show your confidence to pass this round. After that, the aptitude test was quite easy. There are 15 questions all are doable in just 15 to 20 minutes of time span.
After that, The coding round takes place in which they provide you with a device with an online compiler of your preferred programming language and ask you to solve 4 questions without using any built-in function. The questions are based on Linked Lists, Stacks, Arrays, etc. You have to do it all manually. This round lasts up to 1 hour.
I applied via Job Portal
Easy aptitude test containing mathematics and logical questions
4 leetcode easy to medium level
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Java Developer
33
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
31
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Junior Associate Software Engineer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer and Analyst
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Zebra Technologies
Honeywell Automation
Cognex
Keyence