Wells Fargo | SDE I | Interview Experience | 1+ YoE

wells fargo logo
wells fargo
SDE I1.5 yearsOffer
September 1, 20252 reads

Summary

I recently interviewed for a Software Development Engineer I role at Wells Fargo, successfully navigating technical rounds that included Java concepts, LeetCode problems, and a SQL question, ultimately receiving an offer.

Full Experience

I recently appeared for the Wells Fargo SDE I interview process, with 1.5 years of experience from a Tier-1 Investment Bank.

Recruiter Screening:
A recruiter reached out via call to discuss my current role and interest in a switch, after which an interview was scheduled.

Interview - Round 1:
This was a 45-minute technical interview. The interviewer primarily focused on my resume and previous experience, followed by some basic-intermediate Java questions. He concluded in about 30 minutes, allowing me to ask about the role and required technologies for the remaining 15 minutes.

Interview - Round 2:
This 60-minute technical round involved an in-depth discussion on Java concepts, ranging from advanced OOPS paradigms to advanced exception handling. It's crucial to have a strong grasp of Java for this. Afterwards, we moved to problem-solving, where I was asked two LeetCode easy questions: Missing Number and Expressive Words. I provided pseudo-code and focused on explaining my problem-solving approach, which seemed to satisfy the interviewer. Finally, a typical SQL question was posed: to find the employee with minimum salary from each department. Again, I explained my thought process, and the interviewer appeared satisfied with my approach.

Result: Selected

Interview Questions (3)

Q1
Missing Number
Data Structures & AlgorithmsEasy

Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.

Q2
Expressive Words
Data Structures & AlgorithmsMedium

Sometimes people repeat letters to emphasize a feeling, like 'helloooo' for 'hello'. Given a string S, and an array of words words, determine how many words are 'stretchy' from S. A word is stretchy if it can be formed from S by 'stretching' some characters.

Q3
Employees with Minimum Salary in Each Department
OtherMedium

Given an Employees table with EmployeeId, EmployeeName, DepartmentId, and Salary columns, write a SQL query to find the employee(s) who have the minimum salary in each department.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!