Filter interviews by
I applied via Indeed and was interviewed in Apr 2022. There were 2 interview rounds.
Removing an element from a linked list involves updating the pointers of the previous and next nodes.
Find the node to be removed by traversing the linked list.
Update the pointers of the previous and next nodes to skip the node to be removed.
Free the memory occupied by the removed node.
Top trending discussions
posted on 30 Apr 2022
I applied via Approached by Company and was interviewed before Apr 2021. There were 2 interview rounds.
posted on 6 May 2021
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
posted on 17 Sep 2015
posted on 3 Dec 2015
posted on 15 May 2017
I appeared for an interview before May 2016.
posted on 19 May 2017
I appeared for an interview in Aug 2016.
Find the length of longest increasing subsequence in an array.
Use dynamic programming to solve the problem efficiently.
Maintain an array to store the length of longest increasing subsequence ending at each index.
Traverse the array and update the array for each index.
Return the maximum value in the array as the length of longest increasing subsequence.
Implement binary search in a semi-infinite array.
Start with the first element and keep doubling the index until the target element is less than the current element.
Perform binary search on the subarray from the last doubled index to the current index.
If the target element is not found, repeat the process by doubling the last index and searching again.
Handle edge cases where the target element is at the first index or n...
posted on 20 May 2017
I appeared for an interview in Dec 2016.
Convert an expression to post-fix notation.
Start with an empty stack.
Scan the expression from left to right.
If the scanned character is an operand, output it.
If the scanned character is an operator, pop two operands from stack, output them in post-fix notation and push the result back.
Repeat until the end of expression.
posted on 23 Jan 2017
I appeared for an interview before Jan 2016.
posted on 28 Aug 2015
I applied via Campus Placement
Software Engineer
10
salaries
| ₹35 L/yr - ₹82.1 L/yr |
Senior Software Engineer
10
salaries
| ₹34 L/yr - ₹60 L/yr |
Analyst
8
salaries
| ₹16.2 L/yr - ₹28.4 L/yr |
Data Analyst
7
salaries
| ₹20 L/yr - ₹28 L/yr |
Accounts Manager
5
salaries
| ₹22 L/yr - ₹38 L/yr |
Accenture
Capgemini
HCLTech
Teleperformance