Multiple choice technology web technology

what type of architechture will ROR follows?

  1. SOA

  2. MVP

  3. MVC

  4. DODAF

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

Rails uses Model-View-Controller (MVC) architecture: Models handle data/business logic, Views handle presentation, Controllers handle user input and coordinate. SOA (A) is service-oriented, MVP (B) is a simplified variant, DODAF (D) is military enterprise architecture.