i
Bounteous x Accolite
Filter interviews by
I was interviewed in Sep 2024.
MCQs:
Code debugging and output analysis
Data structures and algorithms
SQL queries
Concepts in Java and C++
Implement a stack using two queues to achieve LIFO behavior.
Use two queues: queue1 and queue2.
For push operation, enqueue the element in queue1.
For pop operation, dequeue all elements from queue1 to queue2 except the last one, then dequeue the last element from queue1.
Swap the names of queue1 and queue2 after pop operation to maintain the stack structure.
Example: Push(1), Push(2), Pop() returns 2, Push(3), Pop() return
I applied via Cuvette and was interviewed in Nov 2024. There were 4 interview rounds.
Aptitude questions followed by two coding questions.
Two coding questions followed by a discussion on projects.
Three coding questions and inquiries related to Data Structures and Algorithms (DSA), Object-Oriented Programming (OOP), and project-related topics.
Solely 2 coding question
I was interviewed in Feb 2025.
Rotate matrix 90 degrees
Implement strategies to minimize collisions in HashMap for better performance and efficiency.
Use a better hash function: A well-distributed hash function reduces clustering. Example: Use prime numbers in calculations.
Increase the initial capacity: Start with a larger size to minimize resizing and collisions. Example: Set initial capacity to 16 instead of 8.
Utilize linked lists or trees: In case of collisions, store ent...
Threading in Java allows concurrent execution of code, improving performance and responsiveness in applications.
Java provides the Thread class and Runnable interface for creating threads.
Example: Implementing Runnable interface: 'public class MyRunnable implements Runnable { public void run() { ... } }'
Threads can be started using 'new Thread(new MyRunnable()).start();'
Synchronization is crucial to avoid thread interfe...
Bounteous x Accolite interview questions for popular designations
I applied via Shine and was interviewed in Aug 2024. There were 2 interview rounds.
Normal coding round with simple oa complexity
Get interview-ready with Top Bounteous x Accolite Interview Questions
It was an easy-medium level exam. It included 2 questions.
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 applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
String and Array based questions
I applied via Campus Placement
Tree question for the round 1 and 30 computer science questions total time 90 minutes
Top trending discussions
Some of the top questions asked at the Bounteous x Accolite interview -
The duration of Bounteous x Accolite interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 165 interviews
Interview experience
based on 813 reviews
Rating in categories
5-7 Yrs
Not Disclosed
Pune,
Gurgaon / Gurugram
+16-10 Yrs
Not Disclosed
Senior Software Engineer
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
564
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Technical Delivery Manager
431
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
211
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Delivery Manager
153
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech