i
Kumaran Systems
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
ArrayList is resizable array implementation, LinkedList is doubly linked list implementation.
ArrayList uses dynamic array to store elements, LinkedList uses doubly linked list.
ArrayList is faster for accessing elements by index, LinkedList is faster for adding/removing elements.
Example: ArrayList<String> arrList = new ArrayList<>(); LinkedList<String> linkedList = new LinkedList<>();
I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.
Java Spring is a popular framework for building backend applications in Java.
Java Spring provides a comprehensive framework for building robust and scalable backend applications.
It follows the principle of dependency injection and inversion of control, making it easier to manage components and their dependencies.
Spring Boot is a popular extension of the Spring framework that simplifies the process of building standalon...
Backend coding in Java and Spring involves developing server-side applications using Java programming language and Spring framework.
Java is a popular programming language used for backend development due to its platform independence and strong community support.
Spring is a lightweight framework that provides comprehensive infrastructure support for developing Java applications.
Backend coding in Java and Spring involves...
Backend coding in Java involves developing the server-side logic of a web application using Java programming language.
Use Java frameworks like Spring or Hibernate for backend development.
Write clean and efficient code to handle server-side operations.
Implement RESTful APIs for communication between frontend and backend.
Handle database operations using JDBC or JPA.
Ensure security and scalability of the backend code.
Test...
I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.
Very simple aptitude logical questions
Top trending discussions
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 Aug 2024. There was 1 interview round.
Oop concept, Multithread, String
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...
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
based on 3 interviews
Interview experience
based on 2 reviews
Rating in categories
Programmer
117
salaries
| ₹3.6 L/yr - ₹12.1 L/yr |
Softwaretest Engineer
103
salaries
| ₹3 L/yr - ₹8 L/yr |
Senior Programmer
99
salaries
| ₹7.6 L/yr - ₹27 L/yr |
Module Lead
47
salaries
| ₹10 L/yr - ₹32 L/yr |
Trainee Programmer
38
salaries
| ₹3 L/yr - ₹5 L/yr |
Softenger
Foray Software
Nelito System
Black Knight