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

Ruby on Rails follows the MVC (Model-View-Controller) architecture pattern, which separates application logic, UI, and input. SOA is for service-oriented systems, MVP is a different pattern, and DODAF is for enterprise architecture frameworks.