i
Celebal Technologies
Filter interviews by
I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.
Shallow copy only copies the references of nested objects, while deep copy creates new copies of nested objects.
Shallow copy creates a new object, but does not create copies of nested objects. Changes in nested objects reflect in both original and shallow copied objects.
Deep copy creates a new object and also creates copies of nested objects. Changes in nested objects do not reflect in the original object.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine that allows developers to run JavaScript on the server side.
Node.js is an open-source, cross-platform runtime environment for executing JavaScript code outside of a browser.
It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient for real-time applications.
Node.js is commonly used for building web servers, APIs, and mi...
I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.
The questions were relatively easy.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine, used for server-side and networking applications.
Node.js is an open-source, cross-platform runtime environment for executing JavaScript code outside of a browser.
It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
Node.js allows developers to build scalable and high-performance applications.
It provides a rich set...
The main modules of Node.js are HTTP, File System, Path, and Events.
HTTP module allows Node.js to transfer data over the HyperText Transfer Protocol (HTTP).
File System module enables interaction with the file system, allowing reading, writing, and manipulating files.
Path module provides utilities for working with file and directory paths.
Events module allows for event-driven programming, enabling the creation and handl
Top trending discussions
I applied via Naukri.com and was interviewed in May 2019. There were 5 interview rounds.
Dispatcher servlet is the front controller of Spring MVC framework.
It receives all incoming requests and delegates them to appropriate handlers.
It uses HandlerMapping to map requests to appropriate handlers.
It uses HandlerAdapter to invoke the appropriate handler method.
It uses ViewResolver to resolve the view for the response.
It is configured in web.xml or through Java configuration.
Example: DispatcherServlet dispatch...
I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.
It was easy
Medium
I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.
Collection is an interface while Collections is a utility class in Java.
Collection is an interface that provides a standard way to represent and manipulate a group of objects.
Collections is a utility class that provides various methods for working with collections.
Collection is a single entity while Collections is a group of methods.
Example: List is a type of Collection while Collections.sort() is a method in Collectio...
Constructor is a special method used to initialize objects in Java.
Constructor has the same name as the class name
It does not have a return type
It can be overloaded
It is called automatically when an object is created
Example: public class Car { public Car() { // constructor code } }
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
HashSet is an unordered collection of unique elements, while Hashtable is a synchronized collection of key/value pairs.
HashSet does not allow duplicate elements, while Hashtable does not allow duplicate keys.
HashSet does not maintain insertion order, while Hashtable does not guarantee any order.
HashSet allows null values, while Hashtable does not allow null keys or values.
Collection is an interface in Java that represents a group of objects, while Collections is a utility class that contains static methods for operating on collections.
Collection is an interface in Java that represents a group of objects.
Collections is a utility class in Java that contains static methods for operating on collections.
Example: List<String> list = new ArrayList<>(); Collection<String> coll
Java program to find duplicates in an array of strings
Create a HashSet to store unique elements
Iterate through the array and check if element is already in the HashSet
If element is already in the HashSet, it is a duplicate
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Data Engineer
418
salaries
| ₹4 L/yr - ₹12 L/yr |
Associate
261
salaries
| ₹4 L/yr - ₹10 L/yr |
Associate Consultant
158
salaries
| ₹5 L/yr - ₹15 L/yr |
Associate Data Engineer
158
salaries
| ₹4 L/yr - ₹11 L/yr |
Data Scientist
121
salaries
| ₹4.5 L/yr - ₹15.1 L/yr |
Intellect Design Arena
Thomson Reuters
Oracle Cerner
NextComm Corporation