i
Envestnet Asset Management
Filter interviews by
I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.
Coding was pretty much basics.
They asked what i could contribute to the team
Top trending discussions
Find an odd occurring number among even occurring numbers.
Use XOR operation to cancel out even occurring numbers and get the odd occurring number.
Iterate through the array and XOR each element with the result variable.
The final result will be the odd occurring number.
Print the spiral order of a binary tree and matrix.
For binary tree, use level order traversal and alternate direction for each level.
For matrix, use four pointers to traverse in spiral order.
Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9
Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13
Finding pairs in an array with a given sum.
Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.
Use a hash table to store the elements of the array and their indices for faster lookup.
If there are multiple pairs with the same sum, return any one of them.
If no pair is found, return null or an empty array.
Find total number of k element with given avg in an array in minimum time complexity.
Use sliding window technique to traverse the array in O(n) time complexity.
Maintain a sum variable to keep track of the sum of elements in the window.
If the sum of elements in the window is equal to k times the given avg, increment the count.
Move the window by subtracting the first element and adding the next element in the array.
Printing non-boundary elements of a binary tree
Traverse the tree in any order (preorder, inorder, postorder)
Check if the current node is not a boundary node (not the first or last node in its level)
If it is not a boundary node, print its value
Recursively traverse its left and right subtrees
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
Leet code problem. Sliding window
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 4 interview rounds.
It was a online hacker rank type test with medium hard question
Print left view of binary tree
Traverse the binary tree level by level
Print the first node at each level encountered
posted on 10 Dec 2020
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.
1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working
I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.
Handler Looper in Android is a class used to handle messages and run tasks on a specific thread.
Handler Looper is used to manage a queue of messages and execute them on a specific thread.
It works in conjunction with Handler and Message classes to send and process messages.
Looper.loop() method is used to start the message loop for a thread.
Example: Creating a new Handler with a Looper from the main thread to post messag
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Operations Analyst
233
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Senior Operations Analyst
156
salaries
| ₹2.5 L/yr - ₹5.4 L/yr |
Associate Operations Analyst
101
salaries
| ₹1.8 L/yr - ₹3.5 L/yr |
Senior Engineer
54
salaries
| ₹5 L/yr - ₹13 L/yr |
Associate Lead Engineer
54
salaries
| ₹7.5 L/yr - ₹19 L/yr |
SBI Cards & Payment Services
Axis Direct
Kotak Securities
FactSet