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.
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
There were 5 questions and we need to solve 4 questions in java. Mostly Array and string based.
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Basic coding test with latest java tech stack
I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
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
posted on 20 Sep 2024
I applied via Job Portal and was interviewed in Aug 2024. There were 3 interview rounds.
posted on 6 Jan 2025
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
Based on JavaScript and Java.
A task based on JavaScript.
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
A peak element in an array is an element that is greater than or equal to its neighbors.
Iterate through the array and check if the current element is greater than its neighbors.
If the element at index i is greater than or equal to elements at indices i-1 and i+1, it is a peak element.
Example: ['1', '3', '2', '4', '1'] has peak elements at index 1 and 3.
Rotate a 2D array by 90 degrees clockwise
Transpose the array
Reverse each row of the transposed array
Pollitices current generation
Interview experience
based on 1 review
Rating in categories
Java Developer
33
salaries
| ₹3.6 L/yr - ₹4.9 L/yr |
Associate Software Engineer
32
salaries
| ₹3.6 L/yr - ₹12.5 L/yr |
Software Engineer
12
salaries
| ₹3 L/yr - ₹10.3 L/yr |
Junior Associate Software Engineer
11
salaries
| ₹3.6 L/yr - ₹4.6 L/yr |
Software Engineer and Analyst
9
salaries
| ₹8.7 L/yr - ₹22 L/yr |
Zebra Technologies
Honeywell Automation
Cognex
Keyence