Filter interviews by
Clear (1)
I applied via Approached by Company and was interviewed in Jul 2022. There were 3 interview rounds.
Medium to high level coding questions
Top trending discussions
I applied via Company Website and was interviewed before Nov 2020. There was 1 interview round.
I prioritize identifying the root cause and finding a solution while keeping stakeholders informed.
Identify the root cause of the downtime
Communicate with stakeholders about the issue and expected resolution time
Work on finding a solution as quickly as possible
Implement preventative measures to avoid future downtime
Document the incident and steps taken for future reference
I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.
I was interviewed in Dec 2016.
I was interviewed in Oct 2016.
I applied via Campus Placement
Boundary traversal of a tree is the process of visiting the nodes on the boundary of a tree in a specific order.
The boundary traversal can be done in three steps: left boundary, leaf nodes, and right boundary.
For the left boundary, start from the root and traverse down the left side of the tree until reaching a leaf node.
For the leaf nodes, perform an inorder traversal to visit all the leaf nodes of the tree.
For the ri...
Find the nearest greater value of a given value in a Binary Search Tree (BST).
Start from the root node and compare the given value with the current node's value.
If the given value is less than the current node's value, move to the left subtree.
If the given value is greater than the current node's value, move to the right subtree.
Keep track of the closest greater value encountered while traversing the tree.
Return the cl
Given an infinite staircase with a broken kth step, find the maximum height we can reach in n rounds of jumping i steps.
We can start by jumping the maximum number of steps in each round until we reach the broken step.
After reaching the broken step, we can discard the i steps that would land us on the broken step and jump the remaining steps.
We can continue this pattern until we reach the maximum height we can reach wit
based on 3 reviews
Rating in categories
Software Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Data Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Executive Accountant
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Front end Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Microsoft Corporation
Cisco
Amazon