Wells Fargo interview experience Real time questions & tips from candidates to crack your interview

Program Associate

Wells Fargo
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
I started my journey in coding during the first year of my college when we were taught C language as our subject. Then during the lock down I started learning languages like C++, Python, JAVA (basics), JavaScript, to name a few, along with that I learnt data structures. I then did an internship in my second year as a MERN Stack Developer and continued practicing questions in data structures till the companies started visiting my campus for internships. I then bagged the summer internship at Wells Fargo and got a PPO after it's completion.
Application story
I applied through college placement portal. We gave an online coding test and 60 students were selected after coding round. After that we had our interviews remotely (3 rounds) and 10 out of the 60 were offered the internship
Why selected/rejected for the role?
I think what got me selected is that I was honest when I did not know something and didn't beat around the bush. Second was that I read about the computer and various technologies apart from the one I was giving interview for (SDE) like cloud, AI, IoT, etc. Third was that even if I didn't know the complete solution to a problem I tried my best to answer it to the point I can and then only did I give up.
Preparation
Duration: 4 months
Topics: Data Structures, OOPS, MongoDB, NodeJS, Python, JavaScript, C++, C
Tip
Tip

Tip 1 : Practice consistently, even 1 question a day would work but being consistent is important 
Tip 2 : Make a schedule and set an achievable target
Tip 3 : Do not over exhaust yourself in the beginning and burn your energy out altogether

Application process
Where: Campus
Eligibility: 8 CGPA
Resume Tip
Resume tip

Tip 1: Be honest about the things you write on your resume
Tip 2: Make an organized resume and keep it small and to the point.
Tip 3: Do not write in first person or use pronouns at all.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 mins
Interview date28 Jul 2021
Coding problem1

Timing: 12:30PM
2 coding questions were there along with aptitude questions

1. Sort linked list of 0s 1s 2s

Easy
10m average time
90% success
0/40
Asked in companies
MakeMyTripInnovaccerIntuit

Given a linked list of 'N' nodes, where each node has an integer value that can be 0, 1, or 2. You need to sort the linked list in non-decreasing order and the return the head of the sorted list.


Example:
Given linked list is 1 -> 0 -> 2 -> 1 -> 2. 
The sorted list for the given linked list will be 0 -> 1 -> 1 -> 2 -> 2.


Try solving now
02
Round
Medium
Video Call
Duration60 mins
Interview date30 Jul 2021
Coding problem2

Timing - 4PM

1. OOPs Questions

Questions on basics of OOPS were asked

Problem approach

Tip 1: answer succinctly 
Tip 2: do not over explain if you don't have the knowledge 
Tip 3: read about the questions and answers on this topic beforehand from various interview questions available online

2. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
IntuitSprinklrCIS - Cyber Infrastructure

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Try solving now
03
Round
Medium
HR Round
Duration40 mins
Interview date30 Jul 2021
Coding problem3

Timing - 5:15PM

1. Basic HR Question

Discussion on why I want to pursue this field

Problem approach

Tip 1: Answer honestly. The interviewer knows when you're lying to them
 

2. Basic HR Question

Questions related to my project

Problem approach

Tip 1: don't lie in your resume 
Tip 2: revise throughly what you did in your project

3. Basic HR Question

Questions on what knowledge I have about computer technologies

Problem approach

Tip 1: read about various fields involved
Tip 2: know your subject and why you're pursuing that

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Program Associate
3 rounds | 4 problems
Interviewed by Wells Fargo
1795 views
0 comments
0 upvotes
company logo
Program Associate
4 rounds | 5 problems
Interviewed by Wells Fargo
0 views
0 comments
0 upvotes
company logo
Program Associate
3 rounds | 3 problems
Interviewed by Wells Fargo
919 views
0 comments
0 upvotes
company logo
Program Associate
3 rounds | 3 problems
Interviewed by Wells Fargo
926 views
0 comments
0 upvotes