i
Bounteous x
Accolite
Filter interviews by
A steady string contains characters B, D, U, and H, each appearing exactly n/4 times, where n is the string length.
Character Count: Count occurrences of B, D, U, and H in the string.
Length Check: Ensure the string length is divisible by 4 for steady condition.
Example 1: 'HBDU' has 1 of each character, steady since length is 4.
Example 2: 'BBUDHUDH' has 2 B's, 2 D's, 2 U's, and 2 H's, steady since length is 8.
Exampl...
Left rotating a binary tree involves shifting nodes to the left, changing the structure while maintaining the tree's properties.
Definition: A left rotation on a binary tree involves moving the right child of a node to become the new root of that subtree.
Example: For a node with value 10, if it has a right child 15, after left rotation, 15 becomes the new root, and 10 becomes the left child of 15.
Implementation: Th...
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())
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
Identify and extract duplicate strings from an array using Java collections.
Use a HashMap to count occurrences of each string.
Iterate through the array and populate the HashMap.
Collect strings with a count greater than 1 as duplicates.
Example: For array ['apple', 'banana', 'apple', 'orange', 'banana'], duplicates are ['apple', 'banana'].
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.
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 ...
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
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
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
I appeared for an interview in Mar 2025, where I was asked the following questions.
A steady string contains characters B, D, U, and H, each appearing exactly n/4 times, where n is the string length.
Character Count: Count occurrences of B, D, U, and H in the string.
Length Check: Ensure the string length is divisible by 4 for steady condition.
Example 1: 'HBDU' has 1 of each character, steady since length is 4.
Example 2: 'BBUDHUDH' has 2 B's, 2 D's, 2 U's, and 2 H's, steady since length is 8.
Example 3: ...
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 appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Dec 2024.
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.
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
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 13 interview experiences
Difficulty level
Duration
based on 2 reviews
Rating in categories
Bangalore / Bengaluru
4-9 Yrs
Not Disclosed
4-7 Yrs
Not Disclosed
Senior Software Engineer
1.7k
salaries
| ₹5.5 L/yr - ₹24.8 L/yr |
Software Engineer
604
salaries
| ₹4 L/yr - ₹17 L/yr |
Associate Technical Delivery Manager
438
salaries
| ₹11.5 L/yr - ₹42 L/yr |
Senior Test Engineer
222
salaries
| ₹5 L/yr - ₹19.4 L/yr |
Technical Delivery Manager
129
salaries
| ₹28 L/yr - ₹45 L/yr |
Xoriant
CitiusTech
HTC Global Services
HERE Technologies