i
Bounteous x Accolite
Filter interviews by
I applied via Walk-in and was interviewed before Jan 2023. There were 3 interview rounds.
I don’t remember now
I applied via Walk-in and was interviewed before Aug 2021. There were 2 interview rounds.
Encapsulation is the process of hiding implementation details and restricting access to an object's data and behavior.
Encapsulation is achieved through access modifiers such as private, protected, and public.
It helps in achieving data abstraction and prevents unauthorized access to an object's data.
Encapsulation also allows for better maintainability and flexibility in code.
For example, a class representing a bank acco...
Polymorphism is the ability of an object to take on many forms.
Polymorphism 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 parent class Animal has a method called makeSound(). Child classes Dog and Cat override this method to make their own unique sounds.
Another example: The + operator can be used for...
I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.
Profit and losses, time
C language
I applied via Recruitment Consulltant and was interviewed before Jan 2021. There were 4 interview rounds.
What is the coding ?
I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.
Awesome
Good
Constructor is a special method that is 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 here } }
I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.
Hashtable is synchronized and does not allow null keys or values, while HashMap is not synchronized and allows null keys and values.
Hashtable is thread-safe, while HashMap is not.
Hashtable does not allow null keys or values, while HashMap allows null keys and values.
Hashtable is slower than HashMap due to synchronization.
Hashtable is a legacy class, while HashMap is part of the Java Collections Framework.
Hashtable is r...
ArrayList is a dynamic array that can grow or shrink in size.
ArrayList internally uses an array to store elements.
It can dynamically increase or decrease its size as elements are added or removed.
It allows random access to elements using an index.
Insertion and deletion operations are slower than accessing elements.
It can store null and duplicate elements.
Example: ArrayList
list.add("apple"); li
Private variables provide encapsulation and data hiding.
Private variables can only be accessed within the class they are declared in, providing encapsulation and preventing direct modification from outside the class.
Getters and setters provide controlled access to private variables, allowing for validation and manipulation of the data before it is accessed or modified.
For example, a class may have a private variable fo...
Implemented Executor service in the backend for parallel processing.
Implemented ExecutorService in the backend to handle multiple requests concurrently.
Used ExecutorService to execute multiple tasks in parallel.
Implemented ExecutorService to improve the performance of the application.
Used ExecutorService to manage thread pools and execute tasks asynchronously.
Static methods are used to access class-level data and perform operations that do not require an instance of the class.
Static methods can be called without creating an instance of the class
They are used to access class-level data and perform operations that do not require an instance of the class
Static methods cannot access non-static instance variables or methods
Examples include Math class methods like Math.max() and ...
based on 1 interview
Interview experience
based on 7 reviews
Rating in categories
Senior Software Engineer
1.5k
salaries
| ₹6.9 L/yr - ₹29 L/yr |
Software Engineer
565
salaries
| ₹5 L/yr - ₹16 L/yr |
Associate Technical Delivery Manager
436
salaries
| ₹11 L/yr - ₹40 L/yr |
Senior Test Engineer
206
salaries
| ₹4 L/yr - ₹17 L/yr |
Technical Delivery Manager
146
salaries
| ₹16 L/yr - ₹60.4 L/yr |
TCS
Infosys
Wipro
HCLTech