Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 14 an organization has hired a consultant to update their appl…

Question

question 14
an organization has hired a consultant to update their application so that the components are independent of each other.
what are two different approaches that the consultant can use to meet their needs?
web servers and cloud computing
microservice and monolithic service models
model view controller and service - oriented architecture
model view controller and cloud computing

Explanation:

Brief Explanations

The Model - View - Controller (MVC) design pattern separates an application into three interconnected components to allow for separation of concerns and independence. Service - Oriented Architecture (SOA) uses independent services that communicate with each other to build applications, promoting component independence. Web servers and cloud computing are more about infrastructure rather than component - level independence. Monolithic service models have tightly coupled components.

Answer:

C. Model view controller and service - oriented architecture