Upload Button Icon Add office photos

Yodlee

Compare button icon Compare button icon Compare

Filter interviews by

Yodlee Interview Questions, Process, and Tips

Updated 14 Jul 2024

Top Yodlee Interview Questions and Answers

View all 28 questions

Yodlee Interview Experiences

Popular Designations

17 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell Me about yourself and ice breaker questions
  • Q2. About Excel pivot table vlookup charts and SQL joins extraction questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Normal Behavioral questions
Round 3 - HR 

(1 Question)

  • Q1. About educational Background and usual HR questions

Associate Data Analyst Interview Questions asked at other Companies

Q1. 5. What are stored procedures and when are they used?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Hackerrank algorithms and ds test

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical on java and aws

Top Yodlee Software Engineer Interview Questions and Answers

Q1. Palindrome Linked List Problem Statement Determine if a given singly linked list of integers is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Output: tr... read more
Add answer

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Round 1 - One-on-one 

(4 Questions)

  • Q1. How to get the average of marks in excel
  • Ans. 

    To get the average of marks in Excel, use the AVERAGE function.

    • Select the range of cells containing the marks

    • Type =AVERAGE(

    • Select the range of cells again

    • Close the parentheses and press Enter

    • The average of the marks will be displayed

  • Answered by AI
  • Q2. How to get the roll numbers of same subjects
  • Ans. 

    To get roll numbers of same subjects, filter the data by subject and extract roll numbers.

    • Filter the data by subject using a loop or filter function

    • Extract roll numbers of filtered data using map or forEach function

    • Store the roll numbers in an array of strings

  • Answered by AI
  • Q3. Puzzles: suppose you have 10 boxes and each boxes contain 100 tablets.
  • Q4. Puzzle: Measure a time of 45 minutes by burning 2 ropes each of which takes 30 min.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume and must have good presence of mind.

Skills evaluated in this interview

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Round 1 - Aptitude Test 

Basic mathematical and logical reasoning questions

Round 2 - Group Discussion 

Share your knowledge about the given topic

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview mainly they validate your knowledge of the subjects
Round 4 - HR 

(1 Question)

  • Q1. Will you be able to relocate ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and make sure your confident on what your saying

Associate System Analyst Interview Questions asked at other Companies

Q1. What are the OOPS concepts ? Explain all the pillers of OOPS concepts.
View answer (1)

Yodlee interview questions for popular designations

 Software Engineer

 (4)

 Business Analyst

 (2)

 Associate Data Analyst

 (1)

 Associate Software Engineer

 (1)

 Associate System Analyst

 (1)

 Data Analyst

 (1)

 Devops Engineer

 (1)

 Senior Network Engineer

 (1)

I was interviewed in Sep 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The round was technical round and it was held on google meet around 1 pm

  • Q1. 

    Maximum Sum Rectangle Problem

    Given an M x N matrix of integers ARR, your task is to identify the rectangle within the matrix that has the greatest sum of its elements.

    Input:

    The first line of input co...
  • Ans. Brute force

    In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).

    We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was managerial round and took place around 3 pm

  • Q1. 

    Infix to Postfix Conversion

    You are provided with a string EXP which represents a valid infix expression. Your task is to convert this given infix expression into a postfix expression.

    Explanation:

    An i...

  • Ans. Stack

    We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.

    Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]

    Order of precedence [ link ]

    The algorithm will be-

    1. ANS ...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Patna. I applied for the job as SDE - Intern in BangaloreEligibility criteria7 CGPA , Computer Science branchEnvestnet | Yodlee India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, C++, Java, Object Oriented Programming, PointersTime required to prepare for the interview - 0.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability

Application resume tips for other job seekers

Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical Reasoning, Questions on distances, Questions on directions

Round 2 - Coding Test 

1- Difference between array list and linked list.
2- Reverse the linked list

Round 3 - Coding Test 

1-Difference between Arraylist and Linked list.
2-Check if strings are anagram.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study java OOPS concept, Collections and Basdic array and DS

Top Yodlee Software Engineer Interview Questions and Answers

Q1. Check if a linked list is palindromeYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3... read more
View answer (5)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at Yodlee

View all

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Linux basic commands
Round 2 - Technical 

(1 Question)

  • Q1. Linux troubleshooting questions
Round 3 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the job roles and responsibilities and technology they will be working on on day to day. Deep understanding of linux is required.

Devops Engineer Interview Questions asked at other Companies

Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have to connect ec2 to each vpc? so how you can achieve that?
View answer (3)

Interview Questionnaire 

2 Questions

  • Q1. Basic sql queries, like joins, where etc?
  • Q2. They might ask you technical questions related to basic sql

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be a chill interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its pretty straight forward with respect to the position I applied. First round was all about basics and they ask most of the questions from the resume and from previous experience. Second round most of th...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be loyal and confident with what you know and make sure you show interest towards the role you apply for.

Right attitude is highly appreciated here

Senior Network Engineer Interview Questions asked at other Companies

Q1. What are the different typesof the network cables used in the network?
View answer (3)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2021

Interview Questionnaire 

3 Questions

  • Q1. Proficiency with excel and excel macros ??
  • Ans. 

    Yes, I am proficient in Excel and Excel macros.

    • I have extensive experience in using Excel for data analysis and manipulation.

    • I am skilled in creating and modifying Excel macros to automate repetitive tasks.

    • I am familiar with advanced Excel functions such as VLOOKUP, PivotTables, and conditional formatting.

    • I have used Excel to create charts and graphs to visualize data.

    • I am comfortable working with large datasets in Exc...

  • Answered by AI
  • Q2. What projects had done ??
  • Q3. Previous work details

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Yodlee Interview FAQs

How many rounds are there in Yodlee interview?
Yodlee interview process usually has 2-3 rounds. The most common rounds in the Yodlee interview process are One-on-one Round, HR and Coding Test.
How to prepare for Yodlee 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 Yodlee. The most common topics and skills that interviewers at Yodlee expect are Python, Java, SQL, Javascript and AWS.
What are the top questions asked in Yodlee interview?

Some of the top questions asked at the Yodlee interview -

  1. to write code to check linked list is palindrome or not, in a single traversal ...read more
  2. write a program for snake traversal of binary t...read more
  3. Puzzle: Measure a time of 45 minutes by burning 2 ropes each of which takes 30 ...read more

Tell us how to improve this page.

Yodlee Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Coforge Interview Questions
3.3
 • 518 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
View all

Yodlee Reviews and Ratings

based on 256 reviews

3.8/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.8

Salary

3.4

Job security

3.8

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 256 Reviews and Ratings
Senior Engineer - AI/ML

Thiruvananthapuram

3-7 Yrs

Not Disclosed

Senior Engineer - AI/ML

Thiruvananthapuram

3-8 Yrs

Not Disclosed

Associate Lead - Data Engineering

Thiruvananthapuram

4-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
250 salaries
unlock blur

₹7.3 L/yr - ₹22 L/yr

Software Engineer
224 salaries
unlock blur

₹4.2 L/yr - ₹12.5 L/yr

Member Technical Staff
130 salaries
unlock blur

₹11 L/yr - ₹30.1 L/yr

Senior Member of Technical Staff
70 salaries
unlock blur

₹17.5 L/yr - ₹38 L/yr

Data Analyst
47 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Yodlee with

Intuit

3.5
Compare

Mphasis

3.4
Compare

Nucleus Software Exports

3.5
Compare

Intellect Design Arena

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