Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 516

What are two advantages of the MVC design pattern? (Choose two.)

Answer options

Correct answer: C, D

Explanation

The correct answers C and D highlight how the MVC pattern effectively manages data flow and separates concerns, which enhances maintainability. Option A discusses data visualization, which is part of MVC but not a direct advantage, while B focuses on filtering objects, which is not a core benefit of the MVC architecture. Option E describes a different design approach rather than the MVC pattern specifically.