i
Bounteous x Accolite
Filter interviews by
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Find the length of the longest subsequence of contiguous integers in an array.
Sort the array
Iterate through the array and check for consecutive integers
Keep track of the longest subsequence found
Use flatMap and map to extract list of pincodes from Employee objects
Use flatMap to flatten the list of Addresses in each Employee object
Use map to iterate over the flattened list and extract the pincodes
Example: employeeList.stream().flatMap(emp -> emp.getAddresses().stream()).map(address -> address.getPincode()).collect(Collectors.toList())
Database pooling is a technique used to manage a pool of database connections for efficient resource utilization. HikariCP is a popular database connection pooling library in Java.
HikariCP is a high-performance database connection pooling library for Java applications.
It is known for its low latency and high throughput.
Configurations for HikariCP include settings such as maximum pool size, connection timeout, and idle ...
There are multiple ways to iterate over a HashMap in Java.
Using keySet() and values() methods
Using entrySet() method
Using forEach() method with lambda expression
Method overriding in Java with code example
Output will be 'Child class method' as the method in Child class overrides the method in Parent class
Method overriding is a feature that allows a subclass to provide a specific implementation of a method that is already provided by its superclass
The method in the subclass should have the same name, return type, and parameters as the method in the superclass
API to save data in Java
Use HTTP POST method to send data to the server
Create a RESTful endpoint to handle the data saving
Validate the input data before saving it to the database
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Separate 0 and 1 and then store in the sme array
I was interviewed in Dec 2024.
Bounteous x Accolite interview questions for designations
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
One coding question with 40-45 mcq
Use a nested loop to iterate through the array and check for the sum of squares of two elements equal to the square of a third element.
Iterate through the array using a nested loop to compare all possible combinations of elements.
Calculate the sum of squares of two elements and check if it equals the square of a third element.
Return the elements if a match is found, otherwise continue iterating.
Get interview-ready with Top Bounteous x Accolite Interview Questions
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
To fetch all duplicate values from an array of strings
Iterate through the array and store each element in a HashSet
If an element is already in the HashSet, it is a duplicate value
Add the duplicate values to a separate list and return it
I applied via Approached by Company and was interviewed in Jun 2023. There were 4 interview rounds.
Top trending discussions
Some of the top questions asked at the Bounteous x Accolite Java Developer interview -
The duration of Bounteous x Accolite Java Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 11 interviews
2 Interview rounds
based on 2 reviews
Rating in categories
Senior Software Engineer
1.5k
salaries
| ₹6.5 L/yr - ₹27 L/yr |
Software Engineer
563
salaries
| ₹4.4 L/yr - ₹15.1 L/yr |
Associate Technical Delivery Manager
419
salaries
| ₹11 L/yr - ₹40 L/yr |
Senior Test Engineer
208
salaries
| ₹5 L/yr - ₹20 L/yr |
Technical Delivery Manager
153
salaries
| ₹19.7 L/yr - ₹60.4 L/yr |
TCS
Infosys
Wipro
HCLTech