i
Bounteous x Accolite
Filter interviews by
Clear (1)
I applied via Campus Placement
Aptitude and analytical
Coding Data structure and algorithms
To find the second highest salary from employees table and traverse a binary tree in pre-order, in-order, and post-order.
To find the second highest salary, you can use a subquery or window function like ROW_NUMBER() or DENSE_RANK().
For pre-order traversal, visit the root node first, then recursively do a pre-order traversal of the left subtree, followed by the right subtree.
For in-order traversal, recursively do an in-...
Bounteous x Accolite interview questions for designations
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
There was coding test in which we were asked graph based question along which cs fundamental mcqs.
Get interview-ready with Top Bounteous x Accolite Interview Questions
I applied via Walk-in and was interviewed in Nov 2022. There were 2 interview rounds.
All MCQ questions 2hrs time , difficulty easy-medium then coding will be asked
I applied via Naukri.com and was interviewed before Sep 2023. There were 4 interview rounds.
3 coding question i have to code on a platform. Need good knowledge of DSA to solve these.
I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.
2 coding questions were given.solved both
I was interviewed in Apr 2021.
Round duration - 90 minutes
Round difficulty - Hard
Timing was 10 AM. Platform was very lagging. So overall it was not a good experience.
Given a Directed Acyclic Graph (DAG) consisting of V
vertices and E
edges, your task is to find any topological sorting of this DAG. You need to return an array of size ...
Implement a function to find any topological sorting of a Directed Acyclic Graph (DAG).
Use Kahn's algorithm to find a topological sort of the DAG.
Start by finding all vertices with in-degree 0 and add them to the result array.
Remove these vertices and their outgoing edges from the graph, then repeat the process.
Continue until all vertices are added to the result array.
Return the result array as the topological sort of
Tip 1 : Do some projects.
Tip 2 : Practice DS and algo questions.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
I was interviewed in Apr 2021.
Round duration - 90 minutes
Round difficulty - Hard
Timing was 10 AM. Platform was very lagging. So overall it was not a good experience.
You are given a directed acyclic graph (DAG). Your task is to perform topological sorting of the graph and return any valid ordering.
A directed acyclic g...
Implement a function to perform topological sorting on a directed acyclic graph (DAG).
Create a graph data structure to represent the DAG.
Use depth-first search (DFS) to perform topological sorting.
Maintain a visited array to keep track of visited nodes.
Return the topological ordering of the graph as an array of integers.
Tip 1 : Practice data structure
Tip 2 : Do some projects
Tip 1 : Keep it short
Tip 2 : Try not to add false information
Top trending discussions
Some of the top questions asked at the Bounteous x Accolite Software Developer interview -
The duration of Bounteous x Accolite Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 21 interviews
3 Interview rounds
based on 22 reviews
Rating in categories
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