i
Wells Fargo
Filter interviews by
Easy peasy can solve
I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.
1 hour long coding round with 2 questions, one was equivalent to a LeetCode Easy, while the other was equivalent to a LeetCode Hard.
Overcoming the challenge of balancing work and school while supporting my family.
Juggling full-time job, part-time classes, and family responsibilities
Prioritizing tasks and managing time effectively
Seeking support from family and friends when needed
I would address the issue directly with my teammate and offer assistance in understanding and following the process.
Communicate with the teammate to understand the reason for not following the process
Provide guidance and support in clarifying the process steps
Offer to help in any way to ensure the process is followed correctly
Discuss the importance of following the process for team success
I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed before Jul 2023. There were 3 interview rounds.
2 Coding Question asked
College projects are academic assignments or research work completed by students as part of their coursework.
College projects are designed to help students apply theoretical knowledge to real-world scenarios.
They often involve research, analysis, problem-solving, and presentation of findings.
Examples of college projects include writing a research paper, conducting a scientific experiment, creating a business plan, or d
My crucial role in project contribution involves coordinating team efforts, managing timelines, and ensuring project goals are met.
Coordinating team efforts to ensure everyone is on the same page
Managing timelines and deadlines to keep the project on track
Ensuring project goals are met by monitoring progress and making adjustments as needed
Data structures like arrays, linked lists, stacks, and queues have various use cases in programming.
Arrays are used for storing and accessing elements in a sequential manner.
Linked lists are used for dynamic memory allocation and efficient insertion/deletion operations.
Stacks are used for implementing functions, undo mechanisms, and backtracking algorithms.
Queues are used for managing tasks in a first-in-first-out mann
Flexible time to join is negotiable based on candidate's availability and company's needs.
Flexible time to join allows for candidates to start at a time that works best for both parties
Discuss with the candidate their preferred start date and any prior commitments
Consider the urgency of the position and the impact of a delayed start date on the team
Provide examples of successful flexible start dates in the past
I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed before Nov 2022. There were 4 interview rounds.
Reasoning questions, grammar, and basic logical reasoning questions
Two questions, one related to queue, and other related to convex hull.
Wells Fargo interview questions for designations
I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed before Jun 2022. There were 3 interview rounds.
Basic coding questions involving DSA. Also had basic aptitude and logical problems to solve in a timed test.
Implement a sorting algorithm to sort an array of strings.
Use a sorting algorithm like quicksort, mergesort, or bubblesort to sort the array of strings.
Consider the length of the strings and implement a custom comparison function if needed.
Ensure the sorting algorithm is stable if the order of equal elements should be preserved.
Get interview-ready with Top Wells Fargo Interview Questions
I applied via campus placement at National Institute of Technology (NIT), Tiruchirappalli and was interviewed before May 2023. There were 3 interview rounds.
Involved 2 coding questions and 15 mcqs on data interpretation, DSA and quant
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Feb 2022. There were 2 interview rounds.
They ask various scenario based business questions. Learn about stocks. Overall aptitude was average.
Cloud computing is the delivery of computing services over the internet.
Cloud computing allows users to access data and applications from anywhere with an internet connection.
It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premise computing.
Examples include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.
Cloud deployment models are different ways in which cloud computing resources are provisioned and made available to users.
Public Cloud: Services are provided over the internet and shared among multiple users.
Private Cloud: Services are dedicated to a single organization and hosted on-premises or by a third-party provider.
Hybrid Cloud: Combination of public and private clouds, allowing data and applications to be shared...
There are three types of cloud: public, private, and hybrid.
Public cloud is owned and operated by third-party providers, accessible over the internet.
Private cloud is owned and operated by a single organization, accessible only by authorized users.
Hybrid cloud is a combination of public and private cloud, allowing organizations to utilize both.
Examples of public cloud providers include Amazon Web Services, Microsoft Az...
I was interviewed in Dec 2021.
Round duration - 90 minutes
Round difficulty - Medium
There were 3 sections: Verbal Section, Business Aptitude, and Coding.
Round duration - 50 minutes
Round difficulty - Medium
It was a technical interview round where I was asked questions from my resume and questions based on DSA, OS, and DBMS.
The first interviewer asked me the following questions:
1. Detect the loop in the linked list and find the starting point of the loop.
2. The question was like this: Given an array of strings, find the first unique string in the array. For example, the given array is {“apple”, “mango”, “pear”, “apple”, “orange”, “pear”}. Here, both “mango” and “orange” are occurring once, but the answer is “mango” since it occurs before “orange” in the array.
Then the second interviewer started asking the following questions:
1. He gave me the inorder and preorder traversals of a binary tree and asked me to find its postorder traversal. He was only interested in the final answer.
2. What is a stack? What are some practical applications of stack? What operations can we perform on stack?
3. Name the sorting algorithms based on Divide and Conquer.
4. What is Selection Sort? What is its time complexity?
5. What are the differences between Array and Linked List? When will you use each of them?
6. What is a Minimum Spanning Tree? What are the algorithms to find MST?
7. Since my projects were based on Web Development, he asked different HTTP methods and what is the difference between authentication and authorization?
8. Write a SQL query to display the top 5 people with the maximum salary from an Employee table.
9. How is memory allocated in C and C++?
10. What is deadlock?
11. What are the differences between Process and Thread?
12. What are the differences between RAM and ROM?
13. A puzzle
At last, the interviewer asked if I had any questions for him.
You are provided with a singly linked list that may contain a cycle. Your task is to return the node where the cycle begins, if such a cycle exist...
To detect the first node of a cycle in a singly linked list, we can use the Floyd's Tortoise and Hare algorithm.
Use two pointers, slow and fast, to traverse the linked list.
If there is a cycle, the fast pointer will eventually catch up to the slow pointer.
Move the fast pointer twice as fast as the slow pointer.
Once the pointers meet, reset the slow pointer to the head of the linked list.
Move both pointers at the same s...
Round duration - 10 minutes
Round difficulty - Easy
Tip 1 : For DSA questions in interviews, start explaining from the brute force approach and then move to the optimal one. Convey your thought process to the interviewers, so that they can help you out if you get stuck. Communication skills matter a lot, and I think that is what makes the difference!
Tip 2 : Do some research about the company you are interviewing for and prepare the answers to the questions like Why should we hire you? (frame your answer in such a way that shows that your career goals align with the goals of the company), Why XYZ company?, Competitors of XYZ, etc. beforehand. Read about some latest news related to the company so that you can ask questions based upon that when the interviewer allows you to ask any question. This shows that you are genuinely interested to work for the company.
Tip 3 : Spend proper time making your resume and get it reviewed by seniors. Do not write anything that you are not confident of. Even if you write something that you don’t know, just be prepared that how you will defend it. The interviewers are much much experienced than you and they’ll catch you easily if you lie. So don’t take risks here.
Tip 1 : Try to include at least 1 development project in your resume.
Tip 2 : Do not write anything that you are not confident of. Even if you write something that you don’t know, just be prepared that how you will defend it.
AMCAT platform
verbal and data analysis MCQs
2 coding questions - binary tree and array problem
I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.
Online coding assessment
Top trending discussions
The duration of Wells Fargo Program Associate interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 7 interviews
3 Interview rounds
based on 6 reviews
Rating in categories
Senior Software Engineer
4.6k
salaries
| ₹13.9 L/yr - ₹49 L/yr |
Financial Analyst
2.6k
salaries
| ₹2.1 L/yr - ₹8.9 L/yr |
Software Engineer
1.8k
salaries
| ₹10.9 L/yr - ₹32.3 L/yr |
Senior Financial Analyst
1.4k
salaries
| ₹3.4 L/yr - ₹9 L/yr |
Assistant Vice President
1.4k
salaries
| ₹12.5 L/yr - ₹41.9 L/yr |
HSBC Group
Standard Chartered
JPMorgan Chase & Co.
Bank of America