Filter interviews by
Be the first one to contribute and help others!
Yes
Java uses pass by value for all variables, including object references.
When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.
Modifying the reference inside the method will not affect the original reference outside the method.
However, modifications to the object's state inside the method will be visible outside the method.
Singleton pattern restricts the instantiation of a class to a single object.
Singleton pattern ensures that only one instance of a class exists throughout the application.
It provides a global point of access to the instance.
Commonly used in scenarios where a single instance needs to coordinate actions across the system.
Example: Database connection manager, logger, configuration manager.
posted on 15 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
HashMap is implemented using an array of linked lists to handle collisions.
HashMap stores key-value pairs in an array of linked lists
Hash function is used to determine the index of the array where the key-value pair will be stored
Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list
HashMap allows null keys and values
HashMap is not synchronized...
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
DS, Algo, DP, Greedy, Stack, Heap
Design a scalable cloud storage system similar to DropBox.
Use distributed file system for storing files across multiple servers.
Implement data deduplication to save storage space.
Use client-side encryption for security.
Implement file synchronization across devices.
Utilize load balancing to distribute user requests.
Implement version control for files.
Use metadata for efficient file organization.
A linked list is a linear data structure where each element is a separate object with a reference to the next element.
Start with a Node class that has data and a reference to the next node
Create a LinkedList class that manages the nodes and provides methods like insert, delete, and search
Example: Node class - data, next; LinkedList class - head, insert(data), delete(data), search(data)
I appeared for an interview in Jan 2025.
Test was based on arrays and some dsa concepts.
I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.
I applied via Referral
I applied via Walk-in and was interviewed in Feb 2022. There was 1 interview round.
posted on 23 Nov 2023
I appeared for an interview before Nov 2022.
Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are a collection of abstract methods.
Abstract classes can have constructors, interfaces cannot
A class can implement multiple interfaces, but can only inherit from one abstract class
Interfaces can be used to achieve multiple inheritance in Java
Abstract classes can have instance variables, interfaces c...
I am currently working on a project to develop a web-based inventory management system.
Developing a user-friendly interface for managing inventory
Implementing database functionality to store and retrieve inventory data
Integrating with other systems to automate inventory updates
Creating reports and analytics to track inventory levels and trends
Sort array without using any inbuilt method?
Software Engineer
45
salaries
| ₹13.5 L/yr - ₹55.5 L/yr |
Product Manager
35
salaries
| ₹12.5 L/yr - ₹40 L/yr |
Software Developer
28
salaries
| ₹13.6 L/yr - ₹38.1 L/yr |
Senior Software Engineer
26
salaries
| ₹24 L/yr - ₹80 L/yr |
Backend Developer
22
salaries
| ₹18 L/yr - ₹52.6 L/yr |
Paytm
BharatPe
Kissht Finance
Money View