Updated September 2026 · 10 min read · US multinational financial services company
Buried in Wells Fargo's careers FAQ is a rule that most candidates never see until it has already applied to them: "an assessment outcome is generally valid for six months. Any job requisition that has the same assessment will use the existing outcome for that period of time."
And you cannot get around it by reapplying. Wells Fargo states that candidates cannot reapply to the same opening in order to retake an assessment.
So a single sitting — perhaps taken casually, perhaps on a phone, perhaps for a role you were only half serious about — sets a result that is reused automatically across every Wells Fargo requisition sharing that assessment for the next 6 months.
The second thing Wells Fargo says is more reassuring, and it contradicts most of what the prep industry implies about the bank: "Wells Fargo requires job screening assessments for a small number of job types." Not all roles. Not most roles. A small number.
Those two facts together should shape your approach. Find out whether your role is even assessed. If it is, treat that sitting as consequential, because you get one.
Wells Fargo publishes six named steps for experienced hiring: Get started → Apply → Review → Interview → Consider an offer → We're here to help.
Notably, no assessment stage appears in that list, and the bank is candid about variability: "Our interview process varies by business group. Your interviews may be by phone, in a group, or 1:1 with a hiring manager or recruiter."
The early-careers page is similarly light. Its four steps — review programmes, check the timeline, attend events, join the talent community — are guidance for applicants rather than selection stages. A live 2027 Finance Summer Internship posting says only: "After submitting your application, please monitor your e-mail for future communications."
The real detail sits in the FAQ rather than the process pages, and it names three things:
Assessments are delivered by "third-party vendors," which Wells Fargo does not name. Accommodations are handled through the bank's vendor MetLife.
Reconstructing the funnel from candidate reports: for early-careers finance roles, a video screen followed by a superday; for engineering, an online coding assessment followed by technical interviews; for experienced hires, a phone screen followed by panel interviews with no video stage.
Wells Fargo's public description is thin: assessments test "skills, abilities, and other characteristics," and the On-Demand Screen is an asynchronous recorded video against pre-set questions. No section names, no formats, no timings.
What candidate reports establish with reasonable consistency:
For engineering roles, an online assessment focused on data structures and algorithms, with additional aptitude and English-language multiple-choice components, followed by technical interviews covering sorting algorithms, SQL, and in some cases infrastructure topics such as containerisation and troubleshooting scenarios.
For analyst and finance roles, a behavioural-heavy process. One candidate described a phone interview, then an hour-long video call of mostly competency questions, then three hour-long calls "some technicals but no case study mostly behavioral questions."
For the ODS, one-way recorded video against fixed questions.
Two competing third-party accounts of Wells Fargo's assessment battery exist and they contradict each other. One prep site describes a Virtual Job Tryout with three named sections. Another describes an entirely different stack of AMCAT, HackerRank, HireVue and an English-language test. Neither is confirmed, and they are not reconcilable as written.
There is one interesting wrinkle. HireVue acquired Modern Hire in May 2023, and Modern Hire owned the Virtual Job Tryout product. So if the Virtual Job Tryout claim were accurate, that product and HireVue would now be the same vendor, which would partly reconcile the two accounts. That is an inference about corporate ownership, not evidence about Wells Fargo's hiring, and it should not be presented as more than that.
Wells Fargo names no vendor for anything. Its FAQ refers only to "third-party vendors."
On-Demand Screen — platform not named. A Glassdoor candidate for a COO Program Analyst role in Charlotte in February 2024 described the sequence as "Really smooth process, Hirevue, and superday. Took about 1 month," which is a candidate naming HireVue, not Wells Fargo confirming it. Wells Fargo does not appear on HireVue's own customer page.
Coding assessment — HackerRank is described in multiple candidate reports for engineering roles, including a Hyderabad candidate in April 2026 who reported a HackerRank pre-screening test followed by "2 leetcode medium questions with interviewer on call" and then a managerial round, ending in an accepted offer.
Aptitude and English components — reported by candidates as part of the engineering online assessment, platform unnamed.
Not verified at any stage: SHL, Aon/cut-e, Criteria, Cappfinity, Arctic Shores, Sova, Pymetrics, Korn Ferry, Revelian, Test Partnership. No provider case study naming Wells Fargo was found.
Glassdoor's aggregate across more than 10,000 submitted Wells Fargo interview experiences is consistent with the bank's own "small number of job types" framing: a skills test appears in around 9% of reported processes, a personality test in around 6%, and a cognitive test in around 3%. Average reported process length is 21 days.
Technology is clearly separate from front office, and this is the sharpest division at Wells Fargo.
Engineering candidates consistently report an online coding assessment before any interview. A Bengaluru candidate in July 2026 described an assessment that "focused on dsa, english and some aptitude questions," followed by an online interview on sorting algorithms and SQL. A Hyderabad candidate in May 2026 reported technical depth on Docker, Kubernetes and real-world troubleshooting scenarios.
Analyst and finance candidates report no coding test at all — phone screen, then behavioural and lightly technical panels over Zoom.
Early careers versus experienced hires also diverges. Early-careers finance candidates report a video screen followed by a superday. Experienced hires report phone screen then panel, with no video stage — one Associate Manager in Charlotte in September 2025, hired through an internal referral, described simply "a phone screen and a panel interview, mine occurred about a week and a half apart."
Given the FAQ's "small number of job types" language, most experienced-hire roles at Wells Fargo appear to involve no psychometric assessment whatsoever.
Wells Fargo publishes no sample questions and names no test types beyond the On-Demand Screen. What follows are original practice items matching the formats candidates describe. They are not Wells Fargo questions.
Coding practice, for engineering roles.
Given a list of account balance changes, each with an account ID and a signed amount, return the account IDs whose running balance ever dropped below zero, in the order they first did so.
Before writing: state your data structure, your complexity, and 2 edge cases. Candidate reports describe follow-up interviews on sorting algorithms and SQL, so be ready to answer "how would you do this in SQL instead" as a natural extension.
SQL practice.
Given tables accounts(account_id, customer_id, opened_date) and transactions(txn_id, account_id, txn_date, amount), write a query returning, for each customer, the number of accounts opened in the last 12 months and the total transaction value across all their accounts in that period — including customers with no transactions.
The behaviour being tested is whether you reach for a left join and handle the null case, which is the usual dividing line on questions of this shape.
One-way video practice, for the On-Demand Screen.
Record yourself answering in under 2 minutes: Describe a time you identified a risk or an error that others had missed. What did you do about it?
Then check the recording for three things: whether you named the specific situation quickly, whether you described your own actions rather than the team's, and whether you said what changed as a result. There is no interviewer to prompt you in an ODS, so structure has to come from you.
Behavioural practice, for analyst panels.
Candidate reports describe panels made largely of "tell me about a time when" questions. Prepare 6 to 8 stories covering: handling a mistake, managing competing deadlines, disagreeing with someone senior, learning something quickly, working with an unresponsive colleague, and improving a process. Each with a specific situation, your actions, and a concrete outcome.
Aptitude practice.
A branch processed 1,860 transactions in Q1 at an average handling time of 4.2 minutes. In Q2 volume rose 15% while average handling time fell to 3.8 minutes.
Did total handling time rise or fall, and by roughly how much?
The trap is the same one most banking numerical items set: two variables moving in opposite directions, where the answer is not obvious without doing the multiplication.
Wells Fargo's process draws unusually consistent descriptions, and "smooth" is the recurring word.
On Glassdoor in February 2024, a COO Program Analyst candidate in Charlotte summarised the whole early-careers finance experience in a line: "Really smooth process, Hirevue, and superday. Took about 1 month."
On Glassdoor in July 2026, a Software Engineer candidate in Bengaluru described an online assessment that "focused on dsa, english and some aptitude questions," followed by shortlisting and an online interview on sorting algorithms and SQL. They did not receive an offer.
A Software Engineer candidate in Hyderabad in April 2026 who accepted an offer described three rounds: a HackerRank pre-screening test, then "2 leetcode medium questions with interviewer on call," then a managerial round.
An Analyst candidate in Thompson, Connecticut in July 2026 gave the most detailed account of the non-technical route: "Phone interview followed by hour long zoom mostly questions form guide and tell me about a time when followed by 3 hour long zoom call some technicals but no case study mostly behavioral questions."
Taken together these describe a bank that runs a fast, behaviourally-weighted process for commercial roles and a conventional coding funnel for engineering — with assessments concentrated in the latter.
After the assessment, if your role has one, the six-month validity rule applies. The outcome is reused across any requisition sharing that assessment, and you cannot reapply to the same opening to retake it. Wells Fargo publishes no score or feedback.
After the On-Demand Screen, early-careers finance candidates typically progress to a superday.
After the phone screen, experienced hires move to panel interviews, in a process that Glassdoor's aggregate puts at around 21 days on average.
One thing worth clarifying, because it is widely conflated. Wells Fargo's CEO Charlie Scharf has spoken publicly about AI's impact on headcount, saying in December 2025 that the bank expects "to have less people as we go into next year" and describing generative AI tools as making the engineering workforce "30% to 35% more efficient in terms of writing code." Headcount has fallen from about 275,000 in 2019 to just over 210,000 as of September 2025.
That is AI in the workforce, not documented AI in candidate screening. Wells Fargo has published nothing about AI-assisted assessment of applicants, and the two should not be conflated.
First, find out whether your role is even assessed. Wells Fargo says assessments apply to "a small number of job types," and its own Glassdoor data shows testing in under a tenth of reported processes. If you are applying to a role without one, your preparation time belongs on behavioural stories.
Take the six-month rule seriously. One outcome, reused across every requisition sharing that assessment, with no reapplication route to retake it. Do not sit it casually.
Sit it properly. Desktop or laptop, stable connection, quiet room, one uninterrupted block.
For engineering roles, drill data structures and SQL together. Candidate reports pair them consistently — a coding assessment followed by interviews covering sorting algorithms and SQL. Practising them as separate domains misses how they are actually examined.
Practise one-way video specifically. The On-Demand Screen is Wells Fargo's own named stage and it is asynchronous. Record, watch back, and cut your preamble.
Build a behavioural bank of 6 to 8 stories. Candidate accounts of analyst panels describe them as overwhelmingly "tell me about a time when," with limited technical content and no case study.
Request accommodations early if you need them. Wells Fargo routes these through MetLife.
Ignore the conflicting vendor claims. Two prep sites describe entirely different assessment stacks for Wells Fargo and neither is confirmed. Prepare for formats — coding, aptitude, one-way video, behavioural interview — rather than for a branded product nobody can verify.
No. Wells Fargo states that it "requires job screening assessments for a small number of job types." Its aggregate Glassdoor data shows a skills test in around 9% of reported processes and a cognitive test in around 3%.
Generally 6 months. Wells Fargo states that any requisition using the same assessment will reuse your existing outcome for that period.
Not by reapplying to the same opening — Wells Fargo states candidates cannot do this in order to retake an assessment. The result stands for the validity period.
Wells Fargo's own term for a preliminary interview in which applicants record video responses to pre-set questions. It is asynchronous, with no interviewer present.
Wells Fargo names none, referring only to "third-party vendors." Candidate reports name HireVue for the video stage and HackerRank for engineering coding tests, but neither is confirmed by the bank, and two prep sites give contradictory accounts of the wider battery.
Yes, substantially. Engineering candidates consistently report an online coding assessment covering data structures, plus aptitude and English components, followed by technical interviews on sorting algorithms and SQL. Analyst and finance candidates report no coding test.
Glassdoor's aggregate across more than 10,000 reported experiences gives an average of 21 days. One early-careers candidate described their full video-plus-superday process as taking about a month.
Wells Fargo has published nothing about AI-assisted candidate screening. Its CEO's public comments about AI concern workforce size and engineering productivity, which is a different question and should not be conflated with assessment.
Wells Fargo handles accommodations through its vendor MetLife. Request them as early in the process as you can rather than at the point of sitting an assessment.
Use TestSolve to crack the Wells Fargo assessment
AI-powered answers and reasoning sent to your phone. Free first solve, no signup.
Try it free →See pricing