Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.
There are multiple ways to create objects in Java.
Using the 'new' keyword
Using object cloning
Using object deserialization
Using reflection
Using factory methods
Using dependency injection frameworks
The final keyword in Java is used to restrict the user from modifying the value of a variable, the definition of a method, or the inheritance of a class.
When applied to a variable, the final keyword makes it a constant that cannot be changed.
When applied to a method, the final keyword prevents it from being overridden by subclasses.
When applied to a class, the final keyword prevents it from being extended by other clas...
I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.
Stream API in Java provides a way to process collections of objects in a functional style.
Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.
Example: List<String> names = Arrays.asList("Alice", "Bob", "Charlie"); names.stream().filter(name -> name.startsWith("A")).forEach(System.out::println);
Streams can be parallelized to improve performance...
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Oop concept, Multithread, String
I applied via Job Portal and was interviewed in Jun 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
Binary search is a fast search algorithm that finds the position of a target value within a sorted array.
Binary search works by repeatedly dividing the search interval in half.
It compares the target value with the middle element of the array.
If the target value is equal to the middle element, the position is found.
If the target value is less than the middle element, the search continues on the lower half of the array.
I...
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divide the array into two sub-arrays based on a pivot element
Recursively sort the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
posted on 28 Oct 2024
I applied via Hirest and was interviewed before Oct 2023. There were 2 interview rounds.
Given JavaScript's complex logic on array and list
posted on 13 Jan 2023
I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Information Technology Recruiter
309
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Software Engineer
275
salaries
| ₹4 L/yr - ₹13 L/yr |
Senior Software Engineer
227
salaries
| ₹6.8 L/yr - ₹28.1 L/yr |
Software Developer
211
salaries
| ₹3.1 L/yr - ₹11.8 L/yr |
Softwaretest Engineer
131
salaries
| ₹4 L/yr - ₹8 L/yr |
Softenger
Nelito System
Black Knight
Alchemy Techsol India