How would you design a simple online banking dashboard or insurance portal?"I’d use ReactJS on the frontend and ASP.NET Core Web API in the backend. The backend talks to SQL Server using C#. APIs would be used for login, policy listing, and application. I’d structure the backend with service and controller layers, and add basic logging, error handling, and token-based auth."