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.1k Reviews

Filter interviews by

Wells Fargo Product Manager Interview Questions and Answers

Updated 2 Sep 2024

Wells Fargo Product Manager Interview Experiences

3 interviews found

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Case Study 

Case study was regarding Banking sector

Round 2 - Technical 

(2 Questions)

  • Q1. What are different type of payment files you worked on?
  • Ans. 

    I have worked on various types of payment files including ACH, wire transfers, and credit card transactions.

    • ACH (Automated Clearing House) files

    • Wire transfer files

    • Credit card transaction files

  • Answered by AI
  • Q2. What is the minimum response time?
  • Ans. 

    The minimum response time is the shortest amount of time it takes for a system to respond to a request.

    • The minimum response time can vary depending on the system and its capabilities.

    • Factors that can affect the minimum response time include network latency, server load, and processing speed.

    • For example, a high-performance website may have a minimum response time of 100 milliseconds, while a slower system may have a min

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be well prepared

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Experience related Questions
  • Q3. Questions related to Scrum and Situation

Product Manager Interview Questions Asked at Other Companies

asked in Nykaa
Q1. You see the number of people cancelling the order increasing. Can ... read more
asked in Jio Haptik
Q2. A sample question for example - Find the number of users who are ... read more
asked in Flipkart
Q3. Strategy assignment: Assume that Flipkart owned E-kart Logistics ... read more
asked in Meesho
Q4. Understand the reselling market in India and other social commerc ... read more
asked in Google
Q5. How do you make business decisions? Followed by - Estimate number ... read more

Product Manager Interview Questions & Answers

user image sumit poddar

posted on 20 Feb 2022

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Agile,Domain,Project handling

Interview Preparation Tips

Interview preparation tips for other job seekers - agile,domain,project experience

Product Manager Jobs at Wells Fargo

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Talk about your previous projects
  • Q2. How did you align a person not perfoming well
  • Ans. 

    I addressed poor performance by setting clear expectations, providing feedback, offering support, and creating a performance improvement plan.

    • Set clear expectations and goals for the individual

    • Provide constructive feedback on areas of improvement

    • Offer support and resources to help the person succeed

    • Create a performance improvement plan with specific steps and timelines

    • Regularly monitor progress and provide ongoing feed

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About qualifications
Round 2 - Group Discussion 

Interview with people with different roles

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your elevator speech. Listen and answer the interviewers questions rather than you talk about yourself

I applied via Referral and was interviewed before Apr 2021. There were 4 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 - Aptitude Test 

5 sections - Quant, DI LR, English, Stats and Big fata coding

Round 3 - Technical 

(3 Questions)

  • Q1. Based on Resume and past experience
  • Q2. Situation based question - how to risk profile credit card customers
  • Q3. Python based basic coding question
Round 4 - One-on-one 

(3 Questions)

  • Q1. Resume based question
  • Q2. Questions about Machine Learning
  • Q3. Leadership questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with past experience and try to relate that to the role u r applying for
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics that where coverd in MCQ test are OS, DBMS, OOPS, AND some CS fundamentals

Round 2 - Technical 

(3 Questions)

  • Q1. What is #include
  • Ans. 

    The #include directive is used in C and C++ programming languages to include the contents of another file in the current file.

    • Used to include header files that contain function prototypes and declarations

    • Improves code organization and reusability

    • Example: #include includes the standard input/output library in the current file

  • Answered by AI
  • Q2. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages like C and C++.

    • Pointers are used to directly access and manipulate memory locations.

    • They are often used for dynamic memory allocation and deallocation.

    • Pointers can be used to pass variables by reference to functions.

    • Example: int *ptr; // declaring a pointer variable

  • Answered by AI
  • Q3. What is main difference between Java and cpp
  • Ans. 

    Java is platform-independent, object-oriented language while C++ is platform-dependent, procedural language.

    • Java is platform-independent, meaning it can run on any platform with the help of Java Virtual Machine (JVM)

    • C++ is platform-dependent, meaning the code needs to be compiled separately for each platform

    • Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism

    • C++ is a proce...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it up

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good but prepared on technical basis

Round 2 - Technical 

(2 Questions)

  • Q1. What is primary key
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: In a table of students, student ID can be a primary key

  • Answered by AI
  • Q2. What is foreign key
  • Ans. 

    Foreign key is a column or a set of columns in a table that uniquely identifies a row in another table.

    • A foreign key establishes a relationship between two tables in a database.

    • It ensures referential integrity by enforcing a link between the data in the two tables.

    • Foreign key constraints prevent actions that would destroy links between tables, such as deleting a row that is referenced by another table.

    • Example: In a dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basis programming skills

I applied via Company Website and was interviewed in Sep 2021. There were 2 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Joins in SQL with example
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • INNER JOIN returns only the matching rows from both tables

    • LEFT JOIN returns all rows from the left table and matching rows from the right table

    • RIGHT JOIN returns all rows from the right table and matching rows from the left table

    • FULL OUTER JOIN returns all rows from both tables

    • CROSS JOIN returns the Cartesian product of both tables

  • Answered by AI
  • Q2. What were roles and responsibilities?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are currently working as Business Analyst or QE, please do not join here for any designation with the word "Product" in it, as it will be entirely into working on tickets(like technical support).

Skills evaluated in this interview

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

(1 Question)

  • Q1. Data science questions

Wells Fargo Interview FAQs

How many rounds are there in Wells Fargo Product Manager interview?
Wells Fargo interview process usually has 1-2 rounds. The most common rounds in the Wells Fargo interview process are Technical, One-on-one Round and Case Study.
How to prepare for Wells Fargo Product Manager 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 Product Management, Customer Experience, Monitoring, Agile and Analytics.
What are the top questions asked in Wells Fargo Product Manager interview?

Some of the top questions asked at the Wells Fargo Product Manager interview -

  1. What are different type of payment files you worked ...read more
  2. What is the minimum response ti...read more
  3. Questions related to Scrum and Situat...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Wells Fargo interviews
Company Website
Job Portal
Referral
33%
33%
33%
1% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Wells Fargo Discover a welcome difference. Discover Wells Fargo.

Interview Questions from Similar Companies

HSBC Group Interview Questions
4.0
 • 486 Interviews
Goldman Sachs Interview Questions
3.6
 • 404 Interviews
American Express Interview Questions
4.2
 • 356 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 328 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Citicorp Interview Questions
3.7
 • 278 Interviews
Barclays Interview Questions
3.9
 • 267 Interviews
View all
Wells Fargo Product Manager Salary
based on 45 salaries
₹15 L/yr - ₹43 L/yr
15% more than the average Product Manager Salary in India
View more details

Wells Fargo Product Manager Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.5

Skill development

4.9

Work-Life balance

4.8

Salary & Benefits

5.0

Job Security

4.8

Company culture

4.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 4 Reviews and Ratings
Product Manager

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
4.4k salaries
unlock blur

₹13.5 L/yr - ₹51 L/yr

Financial Analyst
2.6k salaries
unlock blur

₹2.1 L/yr - ₹9.4 L/yr

Software Engineer
1.7k salaries
unlock blur

₹7.9 L/yr - ₹32 L/yr

Senior Financial Analyst
1.4k salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Assistant Vice President
1.3k salaries
unlock blur

₹12.7 L/yr - ₹45 L/yr

Explore more salaries
Compare Wells Fargo with

Citibank

5.0
Compare

HSBC Group

4.0
Compare

Standard Chartered

3.8
Compare

JPMorgan Chase & Co.

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview