i
Simplify Healthcare
Filter interviews by
I applied via Referral and was interviewed before Nov 2021. There were 4 interview rounds.
My 5-year goal is to become a senior business development executive, leveraging my skills and experience to drive growth and success for the company.
To become a senior business development executive
To leverage my skills and experience
To drive growth and success for the company
Top trending discussions
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
posted on 15 Aug 2023
I was interviewed before Aug 2022.
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 Analyst
165
salaries
| ₹3 L/yr - ₹9.5 L/yr |
Software Engineer
89
salaries
| ₹3.8 L/yr - ₹10.3 L/yr |
QA Analyst
83
salaries
| ₹4 L/yr - ₹8.5 L/yr |
Associate Software Engineer
70
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Senior Software Engineer
64
salaries
| ₹9.5 L/yr - ₹27.5 L/yr |
Infosys
TCS
Wipro
HCLTech