i
Vyapar
Filter interviews by
posted on 9 Nov 2023
I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.
Top trending discussions
posted on 31 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.
Over all gud interview process
Grp discussion on Keka product knowledge
posted on 22 Dec 2022
I applied via Hirect
Sales and reasoning. Use youtube to prepare and practice well.
posted on 20 May 2024
I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.
Coding round with dictionary implementation
Coding round with vector implementation and puzzle
posted on 17 Jul 2023
I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.
Medium level coding questions were asked
Breadth First Search is a graph traversal algorithm that explores all the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.
Start by visiting the root node and then visit all the neighbor nodes at the present depth level before moving on to the nodes at the next depth level.
Use a queue data structure to keep track of the nodes to be visited.
Mark each node as visited to avoid re...
Depth First Search is a graph traversal algorithm that explores as far as possible along each branch before backtracking.
Start at a node and explore as far as possible along each branch before backtracking
Use a stack to keep track of nodes to visit
Mark visited nodes to avoid revisiting them
Can be implemented recursively or iteratively
Inorder traversal of a binary tree involves visiting the left subtree, then the root, and finally the right subtree.
Start at the root node
Recursively traverse the left subtree
Visit the current node
Recursively traverse the right subtree
Repeat until all nodes are visited
Swap alternative nodes of a linked list
Iterate through the linked list and swap the data of alternate nodes
Use temporary variables to store data during swapping
Ensure to handle cases where the linked list has an odd number of nodes
Reverse a linked list by changing the next pointers of each node
Start with three pointers: current, prev, and next
Iterate through the linked list, updating the next pointer of each node to point to the previous node
Update prev, current, and next pointers for each iteration
Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null
based on 1 review
Rating in categories
Business Development Executive
133
salaries
| ₹2.8 L/yr - ₹5.4 L/yr |
Accounts Manager
78
salaries
| ₹2.8 L/yr - ₹6 L/yr |
Inside Sales Executive
78
salaries
| ₹2.7 L/yr - ₹4.5 L/yr |
Team Lead
70
salaries
| ₹3.7 L/yr - ₹7.8 L/yr |
Customer Support Executive
62
salaries
| ₹2.8 L/yr - ₹4.2 L/yr |
Zoho
Tally Solutions
MARG ERP
Busy Infotech