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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Wells Fargo Interview Questions and Answers for Experienced

Updated 20 Jun 2025
Popular Designations

110 Interview questions

A Senior Software Engineer was asked
Q. What are the differences between functional and class components?
Ans. 

Functional components are simpler, stateless, and use hooks. Class components have lifecycle methods and state management.

  • Functional components are simpler and easier to read/write.

  • Class components have lifecycle methods like componentDidMount, componentDidUpdate, etc.

  • Functional components use hooks for state management and side effects.

  • Class components use this keyword for accessing props and state.

  • Example: Funct...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. What are React Hooks?
Ans. 

React Hooks are functions that let you use state and other React features without writing a class.

  • React Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

  • They allow you to reuse stateful logic across multiple components without changing the component hierarchy.

  • Some commonly used React Hooks are useState, useEffect, useContext, and useReducer.

  • Example: useState ho...

View all Senior Software Engineer interview questions
An Analyst and Consultant was asked
Q. Why are we using fixed LOD?
Ans. 

Fixed LOD is used to create a level of detail that remains constant regardless of the view's dimensions.

  • Fixed LOD helps in maintaining a consistent level of detail in the visualization.

  • It is useful when we want to focus on a specific aspect of the data.

  • Fixed LOD can be used to create a reference line or a benchmark for comparison.

  • For example, we can use fixed LOD to show the average sales for a specific category o...

View all Analyst and Consultant interview questions
An Analyst and Consultant was asked
Q. What is the Windows key in Oracle?
Ans. 

Windows key in Oracle refers to the key used to access the Start menu and other Windows features while using Oracle applications.

  • The Windows key can be used to quickly switch between Oracle applications and other open programs on the computer.

  • Pressing the Windows key + D will minimize all open windows and show the desktop.

  • The Windows key can also be used to open the Run dialog box and access various system setting...

View all Analyst and Consultant interview questions
An Analyst and Consultant was asked
Q. What are the different types of LOD functions in Tableau?
Ans. 

LOD functions in Tableau are used to perform calculations at different levels of detail.

  • FIXED LOD functions: used to create a calculation that is independent of the level of detail in the view

  • INCLUDE LOD functions: used to create a calculation that includes a specific dimension in the view

  • EXCLUDE LOD functions: used to create a calculation that excludes a specific dimension in the view

  • Examples: {FIXED [Region]: SU...

View all Analyst and Consultant interview questions
An Analyst and Consultant was asked
Q. What is the difference between delete, drop, and truncate?
Ans. 

Delete, drop, and truncate are SQL commands used to remove data from a table.

  • DELETE command removes specific rows from a table

  • DROP command removes an entire table from the database

  • TRUNCATE command removes all rows from a table

View all Analyst and Consultant interview questions
An Analyst and Consultant was asked
Q. Write a query to delete null values in Oracle.
Ans. 

Query to delete null values in Oracle

  • Use the DELETE statement with the IS NULL condition

  • Specify the table name and column name in the WHERE clause

  • Commit the changes after executing the query

View all Analyst and Consultant interview questions
Are these interview questions helpful?
A Lead Software Engineer was asked
Q. Tell me 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 compr...

View all Lead Software Engineer interview questions
A Data Management Associate was asked
Q. Can you provide examples of your experience with stakeholder management?
Ans. 

As a project manager, I ensured effective stakeholder management by identifying their needs and expectations, communicating regularly, and addressing their concerns promptly.

  • Identified stakeholders and their interests

  • Established regular communication channels

  • Addressed concerns and issues promptly

  • Managed expectations and provided updates

  • Built relationships and trust with stakeholders

View all Data Management Associate interview questions
A BUSINESS EXECUTIVE CONSULTANT was asked
Q. What is the process of SharePoint migration?
Ans. 

SharePoint migration involves planning, preparation, and execution of moving data from one environment to another.

  • Assess current SharePoint environment

  • Identify migration goals and requirements

  • Choose migration method (manual or automated)

  • Prepare source and target environments

  • Perform data migration and testing

  • Train users on new environment

  • Monitor and troubleshoot any issues

  • Consider third-party migration tools for co...

Wells Fargo Interview Experiences for Experienced

309 interviews found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Technical is a very important because alls work depends technical
  • Ans. 

    All are depends technical

  • Answered by softrasam
  • Q2. Technical as a self study because some people are problem . I what do
  • Ans. 

    As a strong person is.

  • Answered by softrasam
  • Q3. Technical is a very good
  • Ans. 

    Becouse all works technical support

  • Answered by softrasam
  • Q4. All are dependent Technical
  • Q5. Technical issue with weakness person

Interview Preparation Tips

Interview preparation tips for other job seekers - Self skills job as self study

Interview Questions & Answers

user image Sunitha Chandak

posted on 7 Feb 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They inquired about aptitude and logical reasoning.

Round 2 - One-on-one 

(2 Questions)

  • Q1. They asked questions regarding shift timings?
  • Q2. Can you provide a self-introduction?
  • Ans. 

    Experienced QA professional with a strong background in quality assurance processes and procedures.

    • Over 5 years of experience in quality assurance roles

    • Proficient in creating and executing test plans and test cases

    • Skilled in identifying and documenting software defects

    • Strong knowledge of QA methodologies and tools

    • Excellent communication and problem-solving skills

  • Answered by AI

Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

I applied via Referral and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How Catboost works with Categorical features?
  • Ans. 

    Catboost handles categorical features by encoding them using target statistics and optimizing the tree structure during training.

    • Catboost automatically handles categorical features without the need for one-hot encoding

    • It encodes categorical features using target statistics like mean target value of each category

    • Catboost optimizes the tree structure during training to handle categorical features efficiently

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is loss function?
  • Ans. 

    Loss function is a measure of how well a model predicts the expected outcome compared to the actual outcome.

    • Loss function quantifies the difference between predicted values and actual values in a machine learning model.

    • It is used to optimize the model by adjusting the parameters to minimize the loss.

    • Common loss functions include Mean Squared Error (MSE), Cross Entropy Loss, and Hinge Loss.

    • In regression tasks, the loss ...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Tell me about a scenario where your subordinate is not delivering on a timely manner and this is visible to the upper management. How did you handle this situation?
Round 4 - HR 

(1 Question)

  • Q1. What is your expected salary?
  • Ans. 

    My expected salary is competitive based on my experience, skills, and the market rate for this position.

    • Research the average salary range for Lead quantitative analytics specialists in the industry

    • Consider your level of experience and skills when determining your expected salary

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your ML and DL concepts clear. Be clear about the technology and projects mentioned in your resume/CV. Majority of the questions will come from that.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on concurrency
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous project experience
  • Ans. 

    Led a cross-functional team in developing a cloud-based application for real-time data analytics, enhancing operational efficiency.

    • Managed a team of 8 developers, ensuring timely delivery of project milestones.

    • Implemented Agile methodologies, resulting in a 30% increase in team productivity.

    • Collaborated with stakeholders to gather requirements, leading to a user-friendly interface.

    • Utilized AWS for cloud deployment, whi...

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

(2 Questions)

  • Q1. What is Debtor Ageing Analysis?
  • Ans. 

    Debtor Ageing Analysis is a method used to track and categorize the age of outstanding debts owed to a company.

    • Debtor Ageing Analysis helps businesses understand the distribution of their outstanding debts by age.

    • It categorizes debts based on how long they have been outstanding, such as current, 30 days past due, 60 days past due, etc.

    • This analysis helps businesses identify potential cash flow issues and prioritize col...

  • Answered by AI
  • Q2. What is Ledger Scruitiny?
  • Ans. 

    Ledger scrutiny is the process of examining financial records to ensure accuracy and compliance with regulations.

    • It involves reviewing transactions, balances, and supporting documentation.

    • Errors or discrepancies are identified and corrected during the scrutiny process.

    • Ledger scrutiny helps in detecting fraud, ensuring transparency, and maintaining financial integrity.

    • Examples include reconciling bank statements with ac...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. SDLC life cycle explain
  • Ans. 

    SDLC life cycle is a process followed by software development teams to design, develop, and test high-quality software.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, and maintenance

    • Each phase has specific goals and deliverables to ensure the software meets requirements

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
  • Q2. Bug life cycle explain
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, and verifying bugs in software development.

    • Bug identification: Bugs are identified through testing, user feedback, or code reviews.

    • Bug reporting: Bugs are reported in a bug tracking system with details like steps to reproduce, severity, and priority.

    • Bug fixing: Developers address the reported bugs by analyzing the root cause and implementing a fix.

    • Bug ver...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is SDLC life cycle
  • Ans. 

    SDLC life cycle is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, and maintenance

    • Each phase has specific goals and deliverables to ensure the software meets requirements

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

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

(2 Questions)

  • Q1. Sql case study on joins
  • Q2. Tableau Questions on dashboarding
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioral Interview question on missing SLA
  • Q2. How you will handle under performance
  • Ans. 

    Addressing underperformance involves identifying root causes, providing support, and setting clear expectations for improvement.

    • Identify Root Causes: Conduct one-on-one meetings to understand the reasons behind underperformance, such as lack of skills or personal issues.

    • Set Clear Expectations: Clearly outline performance expectations and goals, ensuring the individual understands what is required to succeed.

    • Provide Sup...

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

(1 Question)

  • Q1. Questions on projects in resume

Team Lead Interview Questions & Answers

user image Bhaskar Sampangi

posted on 14 May 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Are you any experience with consumer loan?
  • Ans. 

    I have extensive experience in consumer loans, including processing, underwriting, and customer service.

    • Managed a team that processed over 500 consumer loan applications monthly, ensuring compliance with regulations.

    • Implemented a new software system that reduced loan processing time by 30%.

    • Conducted training sessions for staff on best practices in consumer loan underwriting.

    • Worked directly with customers to explain loa...

  • Answered by AI
  • Q2. Have disbursed live experience?
  • Ans. 

    Yes, I have disbursed live experience through various leadership roles and team projects.

    • Led a team of 10 in a software development project, improving delivery time by 20%.

    • Facilitated weekly meetings to enhance team communication and collaboration.

    • Implemented a mentorship program that increased junior developers' productivity.

    • Managed conflict resolution within the team, fostering a positive work environment.

  • Answered by AI
  • Q3. You know mortgage life cycle?
  • Ans. 

    The mortgage life cycle encompasses all stages from application to payoff, including underwriting, closing, and servicing.

    • Application: Borrowers submit financial information and loan requests.

    • Underwriting: Lenders assess risk and determine loan eligibility based on credit scores and income.

    • Closing: Finalization of the loan agreement, where documents are signed and funds are disbursed.

    • Servicing: Ongoing management of th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope less IJP's opened
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Basic sql question
  • Q2. Aml risk related question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and failure.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI
  • Q2. Usestate useref usecallback

Skills evaluated in this interview

What people are saying about Wells Fargo

View All
an executive content writer
2w (edited)
Wells Fargo Job Scam
So, I interviewed at Wells Fargo for a finance role. I was the first one selected for documentation, and they made it sound like I got the job. Waited 2 weeks for the offer letter, but HR kept saying the position was on hold. Turns out, they gave the same offer to someone who was initially rejected! Why raise someone's hopes if you don't wanna give 'em the job? Show a little kindness 🙂
Got a question about Wells Fargo?
Ask anonymously on communities.

Wells Fargo Interview FAQs

How many rounds are there in Wells Fargo interview for experienced candidates?
Wells Fargo interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Wells Fargo interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Wells Fargo interview for experienced candidates?
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 Operations, Monitoring, Risk Management, Analytics and SQL.
What are the top questions asked in Wells Fargo interview for experienced candidates?

Some of the top questions asked at the Wells Fargo interview for experienced candidates -

  1. They ask you to draw process map, with known components in bpmn or UML, whichev...read more
  2. What are the different types of Join used in S...read more
  3. Componets of Tableau ? What are the different connection is there in Tablea...read more
What are the most common questions asked in Wells Fargo HR round for experienced candidates?

The most common HR questions asked in Wells Fargo interview are for experienced candidates -

  1. Why should we hire y...read more
  2. What are your salary expectatio...read more
  3. Why are you looking for a chan...read more
How long is the Wells Fargo interview process?

The duration of Wells Fargo interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 146 interview experiences

Difficulty level

Easy 15%
Moderate 71%
Hard 13%

Duration

Less than 2 weeks 63%
2-4 weeks 25%
4-6 weeks 8%
6-8 weeks 2%
More than 8 weeks 2%
View more
Join Wells Fargo Discover a welcome difference. Discover Wells Fargo.

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 586 Interviews
HSBC Group Interview Questions
3.9
 • 509 Interviews
American Express Interview Questions
4.1
 • 384 Interviews
BNY Interview Questions
3.8
 • 365 Interviews
UBS Interview Questions
3.9
 • 351 Interviews
HDFC Sales Interview Questions
4.0
 • 175 Interviews
View all

Wells Fargo Reviews and Ratings

based on 7.2k reviews

3.8/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

3.7

Salary

3.9

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 7.2k Reviews and Ratings
Senior Business Execution - Talent Acquisition Vendor Management

Hyderabad / Secunderabad

4-9 Yrs

₹ 6.5-13.6 LPA

Operations Processor

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Senior Network Engineer - Monitoring Tools

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
5.2k salaries
unlock blur

₹14 L/yr - ₹52 L/yr

Financial Analyst
2.5k salaries
unlock blur

₹2 L/yr - ₹6.7 L/yr

Assistant Vice President
1.5k salaries
unlock blur

₹10.5 L/yr - ₹45.1 L/yr

Senior Financial Analyst
1.4k salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Vice President
1.3k salaries
unlock blur

₹22 L/yr - ₹79.6 L/yr

Explore more salaries
Compare Wells Fargo with

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare

Citicorp

3.7
Compare
write
Share an Interview