Filter interviews by
Top trending discussions
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
posted on 22 Dec 2022
I applied via Hirect
Sales and reasoning. Use youtube to prepare and practice well.
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
posted on 22 Dec 2022
I applied via Hirect
Sales and reasoning. Use youtube to prepare and practice well.
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 3 interviews
Interview experience
based on 4 reviews
Rating in categories
Customer Success Manager
106
salaries
| ₹4 L/yr - ₹10 L/yr |
Sales Development Representative
80
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Product Specialist
55
salaries
| ₹3.5 L/yr - ₹7.1 L/yr |
Quality Analyst
38
salaries
| ₹4.5 L/yr - ₹10.1 L/yr |
Software Engineer
37
salaries
| ₹5.2 L/yr - ₹20 L/yr |
greytHR
sumHR - HRMS Software
Darwinbox
ZingHR