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

Wells Fargo Senior Digital Product Manager Interview Questions and Answers

Updated 5 Apr 2023

Wells Fargo Senior Digital Product Manager Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Apr 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Everything on domain
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round and behavioral questions
Round 4 - Onshore 

(1 Question)

  • Q1. Onshore managerial round
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus heavily on technical round and you will sail through

Senior Digital Product Manager Jobs at Wells Fargo

View all

Interview questions from similar companies

Analyst Interview Questions & Answers

Goldman Sachs user image ArunKeshav Sridhar

posted on 23 Aug 2015

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. How many ways can a king go from one end of the chessboard to the diagonally opposite square(The king can move only towards the corner and not diagonally)
  • Ans. 

    The king can move only towards the corner and not diagonally. How many ways can a king go from one end of the chessboard to the diagonally opposite square?

    • The king can only move towards the corner, so there are limited options for each move

    • The total number of moves required to reach the opposite corner is 14

    • Using combinatorics, the total number of ways the king can reach the opposite corner is 3432

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test was very well designed with seemingly easy questions but which required deep understanding of fundamentals. I really enjoyed the quantitative part and the data analytics part.
Tips: I would suggest that you focus on the parts that you are good at . It is not necessary to do well in every part. So focus on your strengths.
Duration: 90 minutes
Total Questions: 30

Round: Puzzle Interview
Experience: I initially suggested a brute force method to solve this problem , which was correct but the interviewer asked for a smarter way to solve it using permutations. I initially struggled but i finally got the right answer.
Tips: Walk the interviewer through what you are thinking and think of the smartest way to solve it.

Skills: Problem solving abilities
Duration: 2
College Name: IIT Madras

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Why do you want to join GS?
  • Ans. 

    I want to join GS because of their reputation for excellence and the opportunity to work on challenging projects.

    • GS is known for its prestigious reputation in the financial industry

    • I am attracted to the opportunity to work on complex and challenging projects

    • I admire GS's commitment to innovation and cutting-edge technology

    • I believe GS will provide me with valuable learning and growth opportunities

  • Answered by AI
  • Q2. Questions related to Internal Audit were asked

Interview Preparation Tips

Round: Group Discussion
Experience: I had a good time. Got to know new and valuable additions to Companies Act
Duration: 30 minutes

Round: HR Interview
Experience: It was a great exchange, I really expressed my views and visions well.

Round: Technical Interview
Experience: I was complimented for being calm, confident and patient throughout the interview.

Skills: Technical Knowledge(ML, Ability To Cope Up With Stress, Confidence
College Name: Maharani college

Analyst Interview Questions & Answers

Goldman Sachs user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

4 Questions

  • Q1. Discussion on one of the project
  • Q2. Given a matrix containing several positive numbers find max path from bottom left to top right using only up and right steps
  • Ans. 

    Find max path from bottom left to top right in a matrix using only up and right steps.

    • Start from bottom left corner and move towards top right corner.

    • At each step, choose the maximum value between the cell above and the cell to the right.

    • Keep track of the sum of values in the chosen path.

    • The final sum is the maximum possible sum of values in a path from bottom left to top right.

  • Answered by AI
  • Q3. Dice rolled several times until sum of outcomes till now comes greater than equal to hundred. What is most likely number to occur as final sum?
  • Ans. 

    The most likely number to occur as the final sum is 100.

    • The sum of the outcomes of the dice rolls will keep increasing until it reaches or exceeds 100.

    • Since the dice have equal probabilities for each outcome, the sum will have a higher chance of reaching 100.

    • The probability of rolling a sum greater than 100 decreases as the sum gets larger.

  • Answered by AI
  • Q4. Cutting three random points on the circle of radius 1 centered at (0,0) . What is probability that point (1,0) lies in longest cut
  • Ans. 

    Finding probability of point (1,0) lying in longest cut of three random points on circle of radius 1 centered at (0,0)

    • The longest cut will be the one that spans the smallest angle between two of the three points

    • The probability can be found by calculating the area of the region where the longest cut includes point (1,0)

    • This can be done by finding the angle between (1,0) and the two other points and using trigonometry to...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 30 OBJECTIVE QUESTION 90 MIN . QUESTION LEVEL WAS TOUGH. GS Takes their tests very seriously
Tips: Do the section first which are you most famaliar with. They hire on section wise performance.


Skill Tips: Be calm . Approach is important than answer.

Skills: Analytical Skills, Coding Skills, Maths(esp Probability), Algorithm Analysis, Probabiity
College Name: IIT Guwahati

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Written test (Cut off: 7): The test consisted of 2 sectionsPart A (60 min): MCQ's with negatives on general aptitude, permutation & combination (P&C) and Probability.Part B (40 min): This was a subjective section. One or two problems on probability/P&C and few problems on data structures and algorithms (we were asked to write code).
Duration: 60+40 minutes

Round: Other Interview
Experience: 22 candidates were selected for interview which consisted of 2 or 3 rounds. First round: They asked me to explain my summer project. In the Second round, a few problems on P&C/Probability and couple of questions on DSA. Final round: An open problem. For example: estimate the population of Mangalore.

General Tips: If you don't know an answer, tell the interviewer the same. Lying would do more harm than good because they definitely know more than us and will find out very easily. It was Challenging and a great learning experience They test your fundamentals and don't ask too many difficult questions.
Skill Tips: If they ask you to explain what you did in your summer internship, explain it in as simple a language as possible so that even a person with no background in the subject will be able to understand it. Don't use complicated terms because they are looking for people who can express themselves well. Prepare for aptitude sincerely. You might neglect it thinking "It's just apti, what can they ask?". The problem will arise when you know how to solve the question but it might take a really long time to work it out. Practice makes a man perfect. For algorithms, code every question you have tried to solve. Interviewers look for people who can write efficient and readable code. ["Use proper names for variables"]. When they ask you a question, they don't expect you to arrive at the exact solution. They look for the structure in your solution i.e have you considered the necessary parameters and does there exist a logical progression from one step to the next. If you are asked an open problem, don't panic. Keep asking questions to get a proper understanding of the problem and try to give them multiple solutions and reason out why each solution might be right or wrong.
Skills: Probability, Apti, Algorithms, Aptitude questions
College Name: NIT SURATHKAL

I was interviewed in Aug 2016.

Interview Preparation Tips

Round: Test
Experience: Aptitude questions which can be found on any website or book were asked which were pretty easy to solve if you have a little bit of practice.
One question related to data structures was asked.
Tips: Go through basic programming concepts as well as aptitude type questions.
Duration: 2 hours
Total Questions: 45

Round: Group Discussion
Experience: It was a topic I had no clue about. I was sandwiched by two people who for some reason seemed like research scholars on that topic. I was quiet throughout most of the discussion. At the end, after simply listening to everyone, I tried to make a sound conclusion and ALAS! I got through the GD round.
Duration: 25 minutes

Round: HR Interview
Experience: Most of the discussion was based on my activities which I had been part of in college.

College Name: Manipal Institute Of Technology, Manipal

Analyst Interview Questions & Answers

Citicorp user image Abhinav Surya

posted on 5 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. A basic question on Bayes Theorem
  • Q2. Few Complicated questions using Probablity which will be assisted by the interviewer as you interact with them
  • Q3. Few Finance Questions
  • Q4. Guesstimate to find number of Credit Cards in India
  • Ans. 

    Guesstimate the number of credit cards in India.

    • Estimate the population of India

    • Determine the percentage of people who have credit cards

    • Consider the average number of credit cards per person

    • Factor in the growth rate of credit card usage

    • Consider the number of credit card issuers in India

  • Answered by AI
  • Q5. Other questions asking you to convince them you are good for the job
  • Q6. Simple questions like how serious are you about Citicorp and how bad you want the job

Interview Preparation Tips

Round: Test
Duration: 1 hour

Round: Technical Interview
Experience: The first round of interview was identifying your interest and testing it. I told I am good at Math and Fin and I was asked all probab and Fin questions. Many others were asked Guesstimates and Puzzles
Tips: Be confident and keep talking and keep interacting, even when you are struggling- it's more about the ideas you put on the table than the answers. Be thorough in basics of probab including all kinds of distribution and all.
Also the job is for analysing Credit Card usage. And it is a gloabla financial firm. So for questions like, "Tell about yourself" or "Walk me through the resume", keep telling how you are good at handling data. And if you have Fin background, pitch about it.

Round: Technical + HR Interview
Experience: The interview was mostly a stress interview. They kept telling me that I am somehow not so good for the job and my knowledge in the field is insufficient. And I kept convincing them back that I am indeed a good candidate.
Tips: Keep calm. Prepare HR questions perfectly. You should talk to them as if you are dying too get this job and detail it to them that you are the best candidate for this job. You have to tell them that you have some special capability that others don't (I told about my knowledge in Fin). And you should be really special in that and be able to answer anything.

Round: HR Interview
Experience: Basic HR questions to test if you are really serious about the hjob and firm. If you did previous 2 intervies well, this must be a cakewalk.
Tips: Be ready to give answers convincing them that this job is the most important thing in your life

Skills: Mathematical Aptitude, Probabiity, Finance, Conversation Skills
College Name: IIT Madras

Interview Questionnaire 

3 Questions

  • Q1. Algorithm based
  • Q2. Datastructures and puzles
  • Q3. Puzzles and ds

Interview Preparation Tips

Round: Test
Experience: Mostly about maps
Duration: 1 hour
Total Questions: 3

Skills: Data Structures

Interview Questionnaire 

8 Questions

  • Q1. He explained my what is call value and put value in finance and asked me to plot it so that user maker maximum profit
  • Q2. Find the magic number in an sorted array. magic number is the one whose value and index position is same
  • Ans. 

    Find the magic number in a sorted array where value and index are same.

    • Iterate through the array and check if the value and index are same

    • If found, return the value

    • If not found, return -1

  • Answered by AI
  • Q3. Given a 2d matrix sorted row and column wise, search an element
  • Ans. 

    Searching an element in a sorted 2D matrix

    • Start from the top-right corner or bottom-left corner

    • Compare the target element with the current element

    • Move left or down if the target is smaller or move right or up if the target is larger

  • Answered by AI
  • Q4. Design a newspaper subscription system
  • Ans. 

    Design a newspaper subscription system

    • Create a user registration system

    • Allow users to select subscription plan and payment method

    • Provide options for delivery frequency and start/end dates

    • Send reminders for subscription renewal

    • Allow users to modify or cancel subscription

    • Track subscription history and payment records

  • Answered by AI
  • Q5. A person can climb 1 or 2 stairs. Find the number of ways to jump n stairs
  • Ans. 

    Number of ways to jump n stairs if a person can climb 1 or 2 stairs.

    • Use dynamic programming to solve the problem.

    • The number of ways to jump n stairs is equal to the sum of ways to jump n-1 stairs and ways to jump n-2 stairs.

    • Base cases: if n=0, return 1 and if n=1, return 1.

  • Answered by AI
  • Q6. How will you mane a LRU Cache
  • Ans. 

    An LRU cache can be made using a doubly linked list and a hash map.

    • Create a doubly linked list to store the cache items.

    • Create a hash map to store the key-value pairs.

    • When a new item is added, check if the cache is full. If it is, remove the least recently used item from the linked list and hash map.

    • When an item is accessed, move it to the front of the linked list.

    • When an item is removed, remove it from both the linked

  • Answered by AI
  • Q7. Suppose you and I are playing a dice game. The one who get the lesser number looses the games. The dice has n sides. If I start the game, what is the probablity of you winning?
  • Ans. 

    Probability of winning a dice game where the one with lesser number wins.

    • The probability of winning depends on the number of sides on the dice.

    • If the dice has an odd number of sides, the probability of winning is higher for the second player.

    • If the dice has an even number of sides, the probability of winning is equal for both players.

  • Answered by AI
  • Q8. Given 3 functions, f which gives the first day of the current month, g gives the next working day and h gives the previous working day, conpute the 3rd working day? Compute the 2nd working day of the previ...
  • Ans. 

    Compute working days using given functions f, g, and h.

    • To compute the 3rd working day, apply function g three times to function f.

    • To compute the 2nd working day of the previous month, apply function h to function f, then apply function g twice.

    • To compute the 4th working day of the next month, apply function g four times to function f.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 30 questions divided into 3 sections(Computer Science fundamentals, Mathematics and Machine learning) each containing 10 questions. Each question was of 3 points with the negative marking of 1 mark. 60 students were shortlisted from this round.

2nd paper consisted of 3 questions in each section. Each section was of 30 points with each question of different weightage.
Tips: Time is more that sufficient. Focus on only one section but try to excel in that

Round: Technical Interview
Experience: Interviewers are very friendly and helped my if I got stuck anywhere

General Tips: Try to cover geeks for geeks as much as you can. It will help you a lot
Skills: Basics Of Machine Learning, Design Engineering, Probabiity, Algorithmic Approach To Problem Solving
College Name: IIT Kharagpur
Motivation: Highly relevant work to my interests

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: The initial round is a written round consisting of
1. Around about 30 aptitude questions,
2. 15-20 questions based on error finding, writing outputs and debugging a given C/C++ code,
3. Two coding complete questions.
4. A short essay writing type subjective question.
The essay/ subjective question could be something like this:
a. If you meet Goldman Sacks CEO in an elevator, what will be your conversation to impress him/her.Remember you are in an elevator.
b. Why should Goldman Sachs hire you and not someone else ?The time given for all this is around about 25-30 mins. So be fast on your feets and don't be rusty.
Tips: The time given for all this is around about 25-30 mins. So be fast on your feets and don't be rusty
Duration: 30 minutes
Total Questions: 50

Round: Group Discussion
Experience: The second round is the GD round. The topic is not very simple, but not very difficult either. Basically it tests that you have the ability to think on your feet. My topic was something like this:Say you are trapped in a deserted island where you are all by your own. You have been given a certain set of items but you can carry only some of them or else the weight will bog you down. You need to prioritize these items in the order of their needs for you to survive.In my case, the fact that I had seen Tom Hank's Cast Away proved to be quite useful as you can easily draw parallels between the two situations.

Round: HR Interview
Experience: This is followed by a series of interviews which may range from 2 to 4 and sometimes even more.Remember Goldman Sachs folks are very thorough with your resume and they listen very closely to everything you say. So be very clear about what you have to say and what not.Best of luck guys like emoticon

College Name: BITS MESRA

Wells Fargo Interview FAQs

How many rounds are there in Wells Fargo Senior Digital Product Manager interview?
Wells Fargo interview process usually has 5 rounds. The most common rounds in the Wells Fargo interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Wells Fargo Senior Digital 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, Analytics, Monitoring, Operations and Business Analysis.
What are the top questions asked in Wells Fargo Senior Digital Product Manager interview?

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

  1. Managerial round and behavioral questi...read more
  2. Onshore managerial ro...read more
  3. Everything on dom...read more

Tell us how to improve this page.

Wells Fargo Senior Digital Product Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Wells Fargo Discover a welcome difference. Discover Wells Fargo.

Interview Questions from Similar Companies

Citicorp Interview Questions
3.7
 • 568 Interviews
HSBC Group Interview Questions
4.0
 • 491 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
American Express Interview Questions
4.2
 • 364 Interviews
BNY Interview Questions
3.9
 • 341 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
Barclays Interview Questions
3.8
 • 278 Interviews
View all
Wells Fargo Senior Digital Product Manager Salary
based on 95 salaries
₹24 L/yr - ₹46 L/yr
6% more than the average Senior Digital Product Manager Salary in India
View more details

Wells Fargo Senior Digital Product Manager Reviews and Ratings

based on 8 reviews

3.8/5

Rating in categories

3.0

Skill development

4.4

Work-life balance

3.6

Salary

4.1

Job security

3.6

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 8 Reviews and Ratings
Senior Digital Product Manager - Fraud Detection

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Senior Digital Product Manager - Lending Experience

Bangalore / Bengaluru

4-9 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