Resolve joint bank account identities without incorrect household merges
Real World Scenario
A regional bank ingests checking, mortgage, and credit card data where spouses share accounts but maintain separate marketing preferences. Marketing merged profiles caused one spouse to receive the other's loan offers.
Expected Answer
Follow-Up Questions & Answers
Click to expand — each follow-up includes a direct, interview-ready answer
Main difference: use case and scale. Model individuals separately from financial account relationships—never merge solely on shared account number. Use verified customer ID and SSN token match as primary keys; treat shared email as weak secondary signal only. Pick based on your integration pattern and team capability. Banking identity is relationship-rich, not one-profile-fits-all. Document the decision in an ADR and align with enterprise standards.
Architect Perspective
Banking identity is relationship-rich, not one-profile-fits-all. Conservative matching with explicit relationship objects beats aggressive golden record unification.