Multiple choice technology web technology

What architecture does Rails follow?

  1. 1-Tier Architecture

  2. MVC Architecture

  3. 2-Tier Architecture

  4. 3-Tier Architecture

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Rails follows the Model-View-Controller (MVC) architectural pattern, which separates application logic into three interconnected components. The Model handles data and business logic, the View manages the user interface, and the Controller processes user input and coordinates between Model and View.