
In financial systems such as Raymond James client reporting and advisor data platforms, schema design affects data quality, maintainability, and query performance. Interviewers ask this to see whether you understand both relational design principles and practical tradeoffs.
Explain what database normalization is and why it is used. Then describe when you would intentionally denormalize a schema, what benefits you gain, and what risks you introduce. Your answer should cover how normalization supports data integrity, how denormalization can improve read performance, and how you would decide between the two in a production PostgreSQL environment.
You do not need to recite every normal form formally, but you should be able to explain the core idea, give a clear example, and discuss realistic cases where a Raymond James reporting or analytics workload might justify denormalization.