exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 194 discussion

Actual exam question from Cisco's 200-901
Question #: 194
Topic #: 1
[All 200-901 Questions]

What are two advantages of the Model-View-Controller software design pattern? (Choose two.)

  • A. allows for multiple views of the same model
  • B. separates responsibilities of the code, which makes future modifications easier
  • C. simplifies network automation
  • D. makes code easier to deploy using CI/CD pipelines
  • E. reduces the need for error handling
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kogunribido
Highly Voted 1 year, 2 months ago
A and B
upvoted 9 times
...
designated
Highly Voted 9 months, 2 weeks ago
Selected Answer: AB
MVC - Model-View-Controller Pattern Model = The model is responsible for retrieving and manipulating data. View = The view is what the end-users see on the devices they are using to interact with the program. Controller = The controller is the intermediary between what the user sees and the backend logic that manipulates the data.
upvoted 5 times
...
Leonhrz
Most Recent 2 years, 5 months ago
I think it should be "BD", as MVC breaks down an application front-end into model, view and controller which makes it much easier to handle individual component.
upvoted 2 times
Leonhrz
2 years, 5 months ago
on second thought, i am gonna go with "AB" which are better choices
upvoted 25 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...