ExamGecko
Question list
Search
Search

Question 198 - 200-901 discussion

Report
Export

Several teams at a company are developing a new CRM solution to track customer interactions with a goal of improving customer satisfaction and driving higher revenue. The proposed solution contains these components:

• MySQL database that stores data about customers

• HTML5 and JavaScript UI that runs on Apache

• REST API written in Python

What are two advantages of applying the MVC design pattern to the development of the solution? (Choose two.)

A.

to enable multiple views of the same data to be presented to different groups of users

Answers
A.

to enable multiple views of the same data to be presented to different groups of users

B.

to provide separation between the view and the model by ensuring that all logic is separated out into the controller

Answers
B.

to provide separation between the view and the model by ensuring that all logic is separated out into the controller

C.

to ensure data consistency, which requires that changes to the view are also made to the model

Answers
C.

to ensure data consistency, which requires that changes to the view are also made to the model

D.

to ensure that only one instance of the data model can be created

Answers
D.

to ensure that only one instance of the data model can be created

E.

to provide only a single view of the data to ensure consistency

Answers
E.

to provide only a single view of the data to ensure consistency

Suggested answer: B, D
asked 07/10/2024
Owais Mansoor
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first