Filter interviews by
I applied via Approached by Company and was interviewed before May 2022. There were 3 interview rounds.
Coding platform normally
Polymorphism is the ability of an object to take on many forms.
It allows objects of different classes to be treated as if they were objects of the same class.
It is achieved through method overriding and method overloading.
Example: A shape class can have different subclasses like circle, square, triangle, etc. and all can be treated as shapes.
Example: A method can take different types of objects as parameters and perfor
Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.
Prevent deadlock by using a proper resource allocation strategy
Avoid holding onto resources for too long
Use timeouts to release resources if they are not being used
Implement a deadlock detection and recovery mechanism
Avoid circular wait by enforcing a strict ordering of resource request
Top trending discussions
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
Focusing on moderate level patterns
Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allowing a new class to inherit properties and behaviors from an existing class.
Polymorphism: The ability for objects of different classes to respond to the same message in di...
I was interviewed in Jul 2024.
Leet code medium level question
Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hashmap uses a hashing function to map keys to indices in an array.
It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");
posted on 3 Aug 2024
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
On Hackerearth (1 hour) ,array string two pointer sliding window, solve 150 interview sheet leetcode
Array questions - rearranging letters for encryption
posted on 12 Dec 2024
Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.
Implement thread pooling to manage multiple requests concurrently.
Use asynchronous processing to handle requests without blocking the main thread.
Consider using reactive programming with Spring WebFlux for better scalability.
Optimize database queries and external API calls to reduce response times.
Implement caching mec...
A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.
A server is a computer or software that provides services or resources to other computers or programs.
ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.
ABAP server handles requests from clients and executes A...
60 MCQ questions are there
Array list is faster for accessing elements by index, while Linked List is better for frequent insertions and deletions.
Array list has constant time access to elements by index, while Linked List requires traversing the list to find an element.
Linked List is better for frequent insertions and deletions as it only requires changing pointers, while Array list may require shifting elements.
Array list uses contiguous memor...
posted on 20 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
Initially, they shortlist the candidates and group them into batches of 15 students. During this process, they conduct a group discussion (GD) in which each student has 3 minutes to think, followed by an opportunity to describe their points in 2 to 3 minutes.
based on 5 reviews
Rating in categories
Software Engineer
30
salaries
| ₹4 L/yr - ₹6.8 L/yr |
Senior Software Engineer
25
salaries
| ₹5.5 L/yr - ₹8.7 L/yr |
Senior Quality Consultant
17
salaries
| ₹4.7 L/yr - ₹10.6 L/yr |
Technical Manager
12
salaries
| ₹15.8 L/yr - ₹24.3 L/yr |
Technical Lead
11
salaries
| ₹8.2 L/yr - ₹13.6 L/yr |
Algonomy
Tally Solutions
Ramco Systems
Eka Software Solutions