Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Envestnet Asset Management Team. If you also belong to the team, you can get access from here

Envestnet Asset Management Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Envestnet Asset Management Software Engineer Interview Questions and Answers

Updated 15 Jul 2024

Envestnet Asset Management Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding was pretty much basics.

Round 2 - Group Discussion 

They asked what i could contribute to the team

Interview questions from similar companies

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    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.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    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

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    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.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    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.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    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

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Core Java and aws
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Quant,Verbal,CS Domain
  • Q2. 2 coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. Ask about projects and real world thinking about projects
  • Q2. Some basic data preprocessing part of my project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are hooks, event loop usecontext api
  • Q2. What is aggregator
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is handler looper in Android?
  • Ans. 

    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

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is policy manager
  • Ans. 

    Policy manager is a software tool used to centrally manage and enforce policies across an organization's systems and applications.

    • Policy manager helps define, monitor, and enforce policies related to security, compliance, access control, and other governance aspects.

    • It allows administrators to set rules and regulations that govern how data and resources are accessed and used within an organization.

    • Policy manager can au...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on actimize IFM.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Its a combination of all the questions like aptitude , logical questions, programming questions, sql, etc,...

Round 2 - Technical 

(1 Question)

  • Q1. No i was rejected
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its mostly on Train, Pipes and Cistern, Dice reasoning

Round 2 - Coding Test 

Data Structures medium level question

Envestnet Asset Management Interview FAQs

How many rounds are there in Envestnet Asset Management Software Engineer interview?
Envestnet Asset Management interview process usually has 2 rounds. The most common rounds in the Envestnet Asset Management interview process are Coding Test and Group Discussion.
How to prepare for Envestnet Asset Management Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Envestnet Asset Management. The most common topics and skills that interviewers at Envestnet Asset Management expect are Apache, Debugging, JBoss, Linux and PHP.

Tell us how to improve this page.

Envestnet Asset Management Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Envestnet Asset Management Software Engineer Salary
based on 16 salaries
₹3.2 L/yr - ₹13.5 L/yr
At par with the average Software Engineer Salary in India
View more details

Envestnet Asset Management Software Engineer Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.8

Salary

4.9

Job security

4.9

Company culture

3.9

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Operations Analyst
233 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Senior Operations Analyst
156 salaries
unlock blur

₹2.5 L/yr - ₹5.4 L/yr

Associate Operations Analyst
101 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Senior Engineer
54 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Associate Lead Engineer
54 salaries
unlock blur

₹7.5 L/yr - ₹19 L/yr

Explore more salaries
Compare Envestnet Asset Management with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

FactSet

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview