exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 49 discussion

Actual exam question from Microsoft's 70-486
Question #: 49
Topic #: 1
[All 70-486 Questions]

You are designing an MVC web application.
The view must be as simple as possible for designers who do not have a technical background.
You need to combine two existing models to meet the requirement.
Which component of the MVC framework should you use?

  • A. View
  • B. View Model
  • C. Controller
  • D. Model
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
northgaterebel
4 years, 5 months ago
B is correct. Viewmodel exists and according to MS: "Nothing prevents you from using the same classes for both your viewmodel types and your business model types. However, using separate models allows your views to vary independently from the business logic and data access parts of your app." Seems to fit the requirement here. https://docs.microsoft.com/en-us/aspnet/core/mvc/views/overview?view=aspnetcore-5.0#strongly-typed-data-viewmodel
upvoted 1 times
...
rortegax2
4 years, 5 months ago
View Model are two components, not one! Are we talking about MVVC? Imposible to answer correctly a bad constructed question/options...
upvoted 1 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 ...