What is the type of architecture implemented in Bancs Treasury?
B
Correct answer
Explanation
Bancs Treasury implements the Model-View-Controller (MVC) architecture, which separates application logic into three interconnected components. MVC is the most widely used architectural pattern for web applications, providing clean separation of concerns. MVVM is typically used in desktop and mobile applications with data binding, while MVA is a less common variant.