Faster and better experience!
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
I was interviewed before Sep 2021.
Remove n'th node from the end of the list
Traverse the list to find the length of the list
Calculate the position of the node to be removed from the start
Traverse the list again and remove the node at the calculated position
Top trending discussions
posted on 22 Mar 2021
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
posted on 10 Jul 2024
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.
2 coding , 2 SQL with some quants
Remove redundant parentheses in a expression
Identify the innermost parentheses
Evaluate the expression inside the innermost parentheses
Replace the innermost parentheses with the evaluated expression
Repeat until no more redundant parentheses exist
A coding test on hackerrank with some basic graph problems
I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.
Array and Java related questions
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
1st round is coding assessment round based on graph and hashmaps
I was interviewed in Oct 2021.
Round duration - 50 minutes
Round difficulty - Medium
First round was a basic javascript problem-solving round. The interviewer judged my grasp on fundamental javascript concepts like objects, closures, polyfills, etc. It was during the afternoon and was conducted on google meet and leetcode playground.
The interviewer was very calm. I was first asked some general questions like why I'm applying for this role and what are the projects I've done.
You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positi...
This question asks to find the position of a target integer in a row-wise and column-wise sorted matrix.
Iterate through each row and column of the matrix
Compare the target integer with the current element
If the target integer is found, return the position as {i, j}
If the target integer is not found, return {-1, -1}
Round duration - 40 minutes
Round difficulty - Easy
One DSA Question along with some javascript questions were asked like hoisting, difference between JSX and Javascript etc.
You are given a long type array/list ARR
of size N
, representing an elevation map. The value ARR[i]
denotes the elevation of the ith
bar. Your task is to determine th...
The question asks to find the total amount of rainwater that can be trapped in the given elevation map.
Iterate through the array and find the maximum height on the left and right of each bar.
Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.
Sum up the trapped water for all bars and return the total amount.
Tip 1 : Focus on core Javascript fundamentals before becoming a framework ninja
Tip 2 : Have at least one (or more) good project(s) which shows your experience in frontend development
Tip 3 : Practice fundamental javascript questions and machine coding
Tip 1 : Clearly highlight the skills you have which match with the role you are applying for.
Tip 2 : Mention the work you have done in your internships related to your role (frontend in my case), work experience matters
Tip 3 : Mention some really good projects in your resume.
Tip 4 : Having some special achievements like SIH, Gsoc, etc. certainly helps but isn't compulsory.
based on 2 interviews
Interview experience
Software Engineer
9
salaries
| ₹6 L/yr - ₹23 L/yr |
Senior Software Engineer
8
salaries
| ₹23 L/yr - ₹42 L/yr |
Software Engineer III
6
salaries
| ₹19.9 L/yr - ₹24 L/yr |
Staff Engineer
6
salaries
| ₹40 L/yr - ₹50.8 L/yr |
Devops Engineer
5
salaries
| ₹9.5 L/yr - ₹18 L/yr |
Innovaccer
CleverTap
Freshworks
Zoho