Position: Credit Risk Modeler (Associate Level)
Location: Charlotte, NC (Hybrid)
Rounds: HR Screening → Technical Interview → Case Study → Behavioral Fit
- Interview Process Recap
① HR Phone Screen (30min)
Brief self-introduction, "Why Wells Fargo?"
Confirmed my understanding of Credit Risk Modeling (PD/LGD/EAD basics).
Asked one behavioral question: "Describe a time you worked with incomplete data."
② Technical Interview (1h, Zoom)
Interviewer: a VP on the Risk Modeling Team
Question list:
Conceptual Questions:
"Explain how you would validate a newly developed PD model."
I mentioned AUC/KS, PSI, and backtesting, and gave examples.
"What are the limitations of Logistic Regression in PD modeling?"
I answered with the linear-boundary issue and its sensitivity to imbalanced data.
Technical Deep Dive:
"How would you handle missing values in a dataset used for LGD modeling?"
I mentioned Multiple Imputation and business-rule-based filling (e.g., using the historical recovery rate mean to fill missing mortgage LGD).
"Write a SQL query to calculate 12-month rolling default rates by customer segment."
I used a window function:
OVER (PARTITION BY segment ORDER BY month ROWS 11 PRECEDING)
Regulatory Knowledge:
"How does CECL differ from the previous incurred loss model?"
I compared "incurred loss" vs. "lifetime expected loss," and mentioned forward-looking variables (like GDP forecasts).
③ Case Study (Take-home, 48h)
Prompt:
They gave me an anonymized loan dataset (with PD/LGD/EAD fields) and asked me to:
Calculate the portfolio's expected loss (EL) and capital requirement (RWA).
Analyze the top 5 risk exposures and propose mitigation recommendations.
Build visualizations in Excel (I used PivotTables and conditional formatting).
After I submitted it, the next round pushed back on it:
"Why did you choose a 90% confidence level for VaR in your analysis?"
"How would your results change if the Fed raises rates by 200bps?"
④ Behavioral & Fit (45min)
"Tell me about a time you disagreed with a model result. How did you resolve it?"
I used the STAR method, emphasizing collaboration with the business side to validate the data.
"Wells Fargo had past issues with sales practices. How would you ensure model ethics?"
I mentioned transparency (documentation) and independent verification (Independent Review).
"Describe a project where you had to learn a new technical skill quickly."
- Prep Advice
① Technical hard skills
SQL/Python: definitely tested! Focus on window functions and group aggregations (e.g., calculating rolling default rates).
Excel modeling: VLOOKUP, pivot tables, basic macros.
Statistics/machine learning: logistic regression, decision trees, ROC curve fundamentals.
② Risk knowledge
Basel III: focus on reviewing RWA calculation under the IRB approach.
CECL: prepare a simplified EL calculation example (you can reference public FRB case studies).
Wells Fargo's business: 2024 risk focus areas (e.g., Commercial Real Estate stress testing).
③ Behavioral questions
Prepare 3 stories:
A team conflict (e.g., a disagreement with the Validation Team).
An urgent task (e.g., fixing a model error before a regulatory review).
An ethical dilemma (e.g., business pressure to adjust a model threshold).
Discussion
Loading comments…