exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 3 question 6 discussion

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

You need to implement the business requirements for managing customer data.
What should you do? Each correct answer presents part of the solution. Choose all that apply.

  • A. Add a folder named Customer to the Views folder. Then create a view inside this folder named Edit.aspx.
  • B. Add a folder named EditCustomer to the Views folder. Then create a view inside this folder named Catalog.aspx.
  • C. Add a class named CustomerController to the Controllers folder. Then add a method named Edit to the class.
  • D. Add a class named Catalog to the Controllers folder. Then add a method named EditCustomer to the class.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️
From scenario: One of the business requirements, is that administrators must be able to edit information about existing customers.

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
koreshulya
Highly Voted 5 years, 1 month ago
A and C sounds logical except the fact of using .aspx page inside MVC application.
upvoted 5 times
aarset89
4 years, 11 months ago
I have not test it, but you can mix both.
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 ...