Premium Employer

i

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

Wells Fargo Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 6.2k Reviews

Filter interviews by

Wells Fargo Software Developer Interview Questions and Answers

Updated 27 Jun 2024

Wells Fargo Software Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Round of 3 phases : Vocabulary, Business analytics and Coding

Round 2 - Technical 

(1 Question)

  • Q1. Convert number to ruman numeral
  • Ans. 

    Convert a number to Roman numeral representation.

    • Create a mapping of numbers to Roman numerals (e.g. 1 -> 'I', 5 -> 'V', 10 -> 'X', etc.)

    • Iterate through the mapping in descending order and subtract the largest possible numeral from the number until it reaches 0.

    • Build the Roman numeral representation by appending the corresponding numeral for each subtraction.

    • Handle special cases like 4, 9, 40, 90, etc. by including the

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

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 

Dsa questions graph and trees dp stack

Round 3 - Technical 

(1 Question)

  • Q1. Dbms os cn technical

Interview Preparation Tips

Interview preparation tips for other job seekers - dsa well prepare

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview Questionnaire 

1 Question

  • Q1. Core java,multi threading and react

Interview Preparation Tips

Interview preparation tips for other job seekers - very good company. Interview process is very fair.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. This was for internship. The first questions were 10 questions based on guessing output of c program
  • Q2. 2 coding questions with easy to medium difficulty based on strings and mathematical knowledge
Round 2 - Interview 

(1 Question)

  • Q1. This was a virtual interview round which had basic HR type questions.
Round 3 - Hackathon 

(1 Question)

  • Q1. This was code for good hackathon
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. They grind u in javascript,typescript
  • Q2. Html css, angular
  • Q3. Deep preparation needed

Interview Preparation Tips

Interview preparation tips for other job seekers - Not an easy interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question Related to the DP and the Graph

Round 2 - Technical 

(2 Questions)

  • Q1. Kth Max Element in a Array
  • Ans. 

    Find the Kth maximum element in an array of strings.

    • Sort the array in descending order.

    • Return the element at index K-1.

  • Answered by AI
  • Q2. Coin Change and optimization through DP
  • Ans. 

    Coin change problem can be solved using dynamic programming to find the minimum number of coins needed to make a certain amount of change.

    • Use dynamic programming to build up solutions for smaller subproblems

    • Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount

    • Iterate through each coin denomination and update the array with the minimum number of coins need

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Project include in your Resume
  • Q2. HR common question

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ test consisting of 70 mcqs in 75 minutes from aptitude english and cs fundamentals. If cleared next paper 2 coding qs medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Two sum leetcode problem
  • Q2. What problems you faced in your project
  • Ans. 

    I faced challenges with integrating third-party APIs and debugging complex logic.

    • Difficulty in understanding and implementing third-party APIs

    • Issues with data synchronization between different systems

    • Troubleshooting complex logic errors

    • Managing dependencies and version conflicts

    • Time constraints affecting problem-solving

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DP graphs strings it was good

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkded list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI
  • Q2. Print fibonacci series
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with two variables initialized to 0 and 1

    • Loop through desired number of iterations, adding the previous two numbers to get the next number

    • Print or store each number in the series

  • Answered by AI

Skills evaluated in this interview

Wells Fargo Interview FAQs

How many rounds are there in Wells Fargo Software Developer interview?
Wells Fargo interview process usually has 3 rounds. The most common rounds in the Wells Fargo interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in Wells Fargo Software Developer interview?

Some of the top questions asked at the Wells Fargo Software Developer interview -

  1. Convert number to ruman nume...read more
  2. Core java,multi threading and re...read more
  3. dbms os cn techni...read more

Tell us how to improve this page.

Wells Fargo Software Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Join Wells Fargo Discover a welcome difference. Discover Wells Fargo.
Wells Fargo Software Developer Salary
based on 222 salaries
₹19.9 L/yr - ₹45 L/yr
235% more than the average Software Developer Salary in India
View more details

Wells Fargo Software Developer Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

3.7

Skill development

4.5

Work-life balance

4.4

Salary

4.5

Job security

4.3

Company culture

4.0

Promotions

3.8

Work satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer
4.4k salaries
unlock blur

₹13.1 L/yr - ₹48.4 L/yr

Financial Analyst
2.6k salaries
unlock blur

₹2.1 L/yr - ₹9.4 L/yr

Software Engineer
1.8k salaries
unlock blur

₹7.9 L/yr - ₹32 L/yr

Senior Financial Analyst
1.4k salaries
unlock blur

₹3.4 L/yr - ₹9 L/yr

Assistant Vice President
1.4k salaries
unlock blur

₹12.3 L/yr - ₹45 L/yr

Explore more salaries
Compare Wells Fargo with

HSBC Group

4.0
Compare

Standard Chartered

3.8
Compare

JPMorgan Chase & Co.

4.0
Compare

Bank of America

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