i
Esper
Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.
Reverse a LinkedList and find good nodes in a Tree.
To reverse a LinkedList, iterate through the list and change the pointers to reverse the direction.
To find good nodes in a Tree, perform a depth-first search and check if each node meets the criteria of being a good node.
Example for reversing a LinkedList: 1->2->3->4->5 becomes 5->4->3->2->1 after reversal.
Example for finding good nodes in a Tree: Good nodes are those
Top trending discussions
I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.
Array and Java related questions
I was interviewed before Dec 2021.
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
Implementing 2 factor authentication for enhanced security
Require users to enter their password as the first factor
Send a unique code to the user's registered email or phone as the second factor
Prompt the user to enter the code to complete the authentication process
I applied via Company Website and was interviewed before Sep 2022. There were 2 interview rounds.
Very basic problem solving round
I applied via Approached by Company and was interviewed before Jan 2023. There were 2 interview rounds.
Write a program that solves sudoku
A tiny URL application is built by generating short aliases for long URLs, storing them in a database, and redirecting users to the original URL when the alias is accessed.
Generate a unique short alias for each long URL
Store the alias and corresponding long URL in a database
Implement a redirect mechanism to redirect users from the alias to the original URL
Handle edge cases like duplicate URLs, expired aliases, and inva
Basic DS question like dutch flag problem.
Debounce function delays the execution of a function until after a specified amount of time has passed since the last time it was invoked.
Create a function that takes a function and a delay time as parameters
Use setTimeout to delay the execution of the function
Use clearTimeout to reset the timer if the function is invoked again within the delay time
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Two questions asked:
1. Partition equal sum
2. find length largest region boolean matrix
I was interviewed before Sep 2023.
Hacker rank evaluation with three questions
The immediate higher number to the right of each element in an array
Iterate through the array from right to left
For each element, compare it with the elements to its right to find the immediate higher number
Store the immediate higher number in a new array
Count pairs in an array whose sum is a perfect square.
Iterate through the array and calculate the sum of each pair.
Check if the sum is a perfect square using a function.
Increment a counter if the sum is a perfect square.
Return the final count of pairs.
To find the Kth largest number in a Binary Search Tree (BST), we can perform an in-order traversal and keep track of the Kth largest element.
Perform an in-order traversal of the BST to get the elements in non-decreasing order.
Keep track of the Kth largest element while traversing the BST.
Return the Kth largest element once found.
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer III
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Staff Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
Devops Engineer
5
salaries
| ₹0 L/yr - ₹0 L/yr |
Innovaccer
CleverTap
Freshworks
Zoho