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

Filter interviews by

Clear (1)

Wells Fargo Lead Software Engineer Interview Questions and Answers

Updated 26 Nov 2024

Wells Fargo Lead Software Engineer Interview Experiences

6 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, lambda expressions, micro services
Round 2 - Technical 

(1 Question)

  • Q1. Microservices architecture, saga pattern
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial, how do you improve your skills etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on job description and your skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Python and SQL related questions
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations and behaviour questions

Lead Software Engineer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Square Root with Decimal Precision Problem Statement You are prov ... read more
asked in Freshworks
Q2. Vertical Order Traversal Problem Statement You are given a binary ... read more
asked in Epsilon
Q3. If we have 2 tables with the same schema, one table has indexes a ... read more
asked in Freshworks
Q4. Power Calculation Problem Statement Given a number x and an expon ... read more
asked in Freshworks
Q5. Longest Unique Substring Problem Statement Given a string input o ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. ASP .net core questions

Lead Software Engineer Interview Questions & Answers

user image Aavesh Mohammad

posted on 18 Sep 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. - Simple java based questions
  • Q2. Project details
Round 3 - Assignment 

Designing a Problem - Health Monitoring System

Round 4 - Technical 

(2 Questions)

  • Q1. Interview with Engineering Manager alongwith the Lead
  • Q2. Questions on Design problem, Technical questions on a high level, General questions on company
Round 5 - HR 

(1 Question)

  • Q1. - Documents, CTC, Offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company having easy interview process, domain is more important than having so many technologies written on resume

Wells Fargo interview questions for designations

 Lead Engineer

 (2)

 Software Engineer

 (24)

 Lead Network Engineer

 (1)

 Senior Software Engineer

 (44)

 Associate Software Engineer

 (1)

 Senior Software Engineer 2

 (2)

 Senior Software Engineer Testing

 (1)

 Senior Software Development Engineer

 (1)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain framework developed or worked on
  • Ans. 

    Developed a custom testing framework for automated regression testing of web applications

    • Designed framework architecture to support modular and reusable test scripts

    • Implemented custom reporting functionality to track test results and identify failures

    • Integrated with CI/CD pipeline for continuous testing and deployment

    • Used technologies like Selenium WebDriver, TestNG, and Java for automation

  • Answered by AI
  • Q2. Selenium concepts like timeouts, exceptions
  • Q3. Java concepts like inheritance, string operations
  • Q4. TestNG annotations
  • Q5. QA concepts like defect management, test plan

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2022. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell about Angular Features
  • Ans. 

    Angular is a popular JavaScript framework for building web applications.

    • Angular provides a powerful template system for building UI components.

    • It supports two-way data binding, making it easy to keep the UI in sync with the data model.

    • Angular has a built-in dependency injection system for managing application components.

    • It includes a powerful router for managing application navigation.

    • Angular also provides a comprehens...

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

(1 Question)

  • Q1. Soft Skill Interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of Java , Angular with Rest and database knowledge.

Skills evaluated in this interview

Lead Software Engineer Jobs at Wells Fargo

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Study data interpretation (calculator allowed) and pattern puzzles

Round: Group Discussion
Experience: Two topics (have been same case studies for past 4 years now): - Mobile app improvement - Making a business decision

Round: HR Interview
Experience: Everything depends only on HR interview
Tips: Make a list of your strengths and an example for each!

Round: Technical Interview
Experience: Short, easy and basic questions asked about projects and DS. Pretty chilled

College Name: Sardar Patel Institute of Technology

Software Engineer Interview Questions & Answers

Barclays user image Shubham Srivastava

posted on 30 Jan 2016

Interview Preparation Tips

Round: Test
Experience: General aptitude consisted of quantitative questions .There were 6 questions and suggested time as 10 minutes. Questions were of easy level. Questions based on numbers,distance,time etc..Answers of general aptitude were to be written in textbox. eg ans is 4,write 4. there were no options in quant. Answers were integers an easy.
Technical comprehension involved two paragraphs and questions based on sql.
Logical analysis contained questions of logical deduction mainly.
Program tracing involved finding output of programs(mainly while loop and if else)..
Programming : There was only one question of programming(to be solved in 30 minutes). Code was given and was to be modified.Modification involved like , find out the least salary of employees,... (they used file input output and structures).

Tips: Practice basic aptitude.Concepts should be clear.
Duration: 90 minutes
Total Questions: 18

Skills: Basic C/C++, Logical Thinking, Logical Reasoning, General Aptitude
College Name: NIT Raipur

Interview Questionnaire 

11 Questions

  • Q1. 1st technical round
  • Q2. How you will find the smallest of 4 numbers without using >.< and min function using java
  • Ans. 

    Finding smallest of 4 numbers without using >.< and min function in Java.

    • Initialize a variable with the first number

    • Compare it with the remaining numbers using if-else statements

    • If a smaller number is found, update the variable

    • Repeat until all numbers are compared

    • The final value of the variable will be the smallest number

  • Answered by AI
  • Q3. Write a code for palindrome
  • Ans. 

    Code for palindrome checking

    • Convert the input to lowercase to ignore case sensitivity

    • Use two pointers, one at the start and one at the end of the string

    • Compare the characters at both pointers and move them towards each other

    • If all characters match, it's a palindrome

  • Answered by AI
  • Q4. Write any javascript code
  • Ans. 

    Javascript code to display 'Hello World!' on the webpage

    • Create a new HTML file

    • Add a script tag with 'type' attribute set to 'text/javascript'

    • Inside the script tag, use document.write() to display 'Hello World!'

  • Answered by AI
  • Q5. Swap two number without using temperory variable
  • Ans. 

    Swap two numbers without using a temporary variable.

    • Use addition and subtraction to swap the values

    • Use XOR operator to swap the values

    • Use multiplication and division to swap the values

  • Answered by AI
  • Q6. How you will add 2 table
  • Ans. 

    To add 2 tables, we need to use a join operation on a common column.

    • Identify the common column between the tables

    • Choose the appropriate join type (inner, outer, left, right)

    • Write the SQL query to join the tables

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q7. Difference between union and union all
  • Ans. 

    Union combines and removes duplicates, Union All combines all rows including duplicates.

    • Union is used to combine the result sets of two or more SELECT statements and remove duplicates.

    • Union All is used to combine the result sets of two or more SELECT statements and includes all rows, including duplicates.

    • Union is slower than Union All as it has to remove duplicates.

    • Union requires the same number of columns in all SELEC...

  • Answered by AI
  • Q8. They provide an instance, and tell us to write a query for that
  • Q9. Tell me about yourself
  • Q10. The worst situation during your internship period
  • Ans. 

    Being assigned a project with unrealistic deadlines and minimal guidance

    • Received a project with tight deadlines and unclear requirements

    • Struggled to meet the deadlines due to lack of guidance and support

    • Had to work long hours and weekends to try to complete the project

    • Learned the importance of clear communication and setting realistic expectations

  • Answered by AI
  • Q11. How you will overcome from that worst situation

Interview Preparation Tips

Round: Test
Experience: The question were not that much difficult. Many apti questions are easy. Technical was very easy for me.
The questions were fully based on java, c and SQL. 7 to 8 questions are from SQL. But all are straight forward questions. Other 2 sections were easy and any student who had a good sort of thinking ability can able to solve those questions.
Tips: Just refer all the basic topics in java, c and sql.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: It was fully based on the final sem project which i was doing.
Since my project is company's employee portal, i was asked about that. They will dig into deep with respect to that project.
Tips: U should be aware of each and everything in your project which you are going to explain them. The question which they use to ask is really unpredictable.

Round: Technical Interview
Experience: This is pure technical round where i was asked the questions which is easy but takes time to think. Anyhow, i answered all these questions and get into the next round.
Tips: Logical thinking matters. Though questions look easier, sometimes we co calculate with wrong manner.
So keep calm and think in a broader manner.

Round: Technical Interview
Experience: Technical round with pure database stuffs. I was asked only few question in this. Since it was straight forward, i answered all the questions.

Round: HR Interview
Experience: Confidence really matters. Though i was not that much good in conversing, i spoke with brave and confidently which makes me to became a part of the barclays team.

General Tips: Be confident enough and answer them what you know.
Talking too much as well as taking less is also a problematic.
Skills: Logical thinking, Technical skills ( Especially about database )
College Name: MANIPAL INSTITUTE OF TECHNOLOGY, MANIPAL
Motivation: Credits should goes to my bro who motivates me to apply to this comapny.

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Preparation Tips

Round: Written Test
Experience: I attended interview at hyderabad location for java Sr.Software Engineer.
1Q) Find out given string palindrome or not.
Ex: madam
2Q) Find first and last index searching number in a array.
Ex: [1,2,3,3,3,3,4,5]
Output : 2,5
3Q) Arrange Strings in alphabetical order.

Tips: Prepare numeric and string related algorithms

Contribute & help others!
anonymous
You can choose to be anonymous

Wells Fargo Interview FAQs

How many rounds are there in Wells Fargo Lead Software Engineer interview?
Wells Fargo interview process usually has 2-3 rounds. The most common rounds in the Wells Fargo interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Wells Fargo Lead Software Engineer 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 Wells Fargo. The most common topics and skills that interviewers at Wells Fargo expect are Monitoring, Agile, Operations, Java and Python.
What are the top questions asked in Wells Fargo Lead Software Engineer interview?

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

  1. Explain framework developed or worked...read more
  2. Tell about Angular Featu...read more
  3. Questions on Design problem, Technical questions on a high level, General que...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Knight Frank

No Interviews

INTERVIEWS

NoBroker

No Interviews

REVIEWS

Jana Small Finance Bank

No Reviews

INTERVIEWS

Knight Frank

No Interviews

INTERVIEWS

ircon Infrastructure & Services

No Interviews

JOBS

Bihar Urban Infrastructure Development Corporatio

No Jobs

PHOTOS

Bihar Urban Infrastructure Development Corporatio

No Photos

REVIEWS

Jana Small Finance Bank

No Reviews

Tell us how to improve this page.

Wells Fargo Lead Software Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Join Wells Fargo Discover a welcome difference. Discover Wells Fargo.

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 564 Interviews
HSBC Group Interview Questions
3.9
 • 484 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
American Express Interview Questions
4.2
 • 359 Interviews
BNY Interview Questions
3.9
 • 342 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Barclays Interview Questions
3.8
 • 269 Interviews
View all
Wells Fargo Lead Software Engineer Salary
based on 1k salaries
₹19 L/yr - ₹65 L/yr
69% more than the average Lead Software Engineer Salary in India
View more details

Wells Fargo Lead Software Engineer Reviews and Ratings

based on 82 reviews

3.6/5

Rating in categories

2.8

Skill development

3.9

Work-life balance

3.8

Salary

3.5

Job security

3.2

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 82 Reviews and Ratings
Lead Software Engineer

Hyderabad / Secunderabad

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
4.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Vice President
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Financial Analyst
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Wells Fargo with

HSBC Group

3.9
Compare

Standard Chartered

3.7
Compare

JPMorgan Chase & Co.

4.0
Compare

Bank of America

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