exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 16 discussion

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

DRAG DROP -
You are developing an ASP.NET MVC application in Visual Studio. The application contains sensitive bank account data.
The application contains a helper class named CustomEncryptor.

The application contains a controller named BankAccountController with two actions.

The application contains a model named BankAccount, which is defined in the following code segment.

The application must not display AccountNumber in clear text in any URL.
You need to build the view for the GetAccounts action.
You have the following code:

Which code segments should you include in Target 1, Target 2 and Target 3 to build the view? To answer, drag the appropriate code segment to the correct targets. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

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
markcowell
4 years, 8 months ago
Answer is 2-1-4 However, I am guessing that someone will name the variable maskedAccountNum.
upvoted 1 times
...
ParkPalaceJoe
4 years, 9 months ago
specify parameter of the action so it is "parameterName = encrypted acct number"
upvoted 1 times
...
tanujgyan
5 years, 1 month ago
Shouldn't it be ActionMethod, ControllerName? https://stackoverflow.com/questions/200476/html-actionlink-method
upvoted 1 times
zimzimzimma
5 years ago
linktext, actionname, routevalues
upvoted 3 times
...
...
apostolin
5 years, 9 months ago
The correct answer is: 2 – 1 – 4
upvoted 4 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 ...