Microsoft 70-517 - Recertification for MCSD: SharePoint Applications Exam
Page: 1 / 44
Total 218 questions
Question #1 (Topic: Topic 1)
You need to ensure that the application uses RunLogRoleProvider custom role provider.
How should you modify the web.config file? (To answer, drag the appropriate line of code
to the correct location or locations. Each line of code 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.)
[Microsoft-70-517-5.0/Microsoft-70-517-8_2.png]
How should you modify the web.config file? (To answer, drag the appropriate line of code
to the correct location or locations. Each line of code 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.)
[Microsoft-70-517-5.0/Microsoft-70-517-8_2.png]
Answer: [Microsoft-70-517-5.0/Microsoft-70-517-8_3.png]
Question #2 (Topic: Topic 1)
You need to implement the Views\RunLog\_CalculatePace.cshtml partial view from
Views\Runlog \GetLog.cshtml to display the runner's average mile pace.
How should you implement the view? (To answer, drag the appropriate code segments to
the correct location or locations. 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.)
[Microsoft-70-517-5.0/Microsoft-70-517-9_2.png]
Views\Runlog \GetLog.cshtml to display the runner's average mile pace.
How should you implement the view? (To answer, drag the appropriate code segments to
the correct location or locations. 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.)
[Microsoft-70-517-5.0/Microsoft-70-517-9_2.png]
Answer: [Microsoft-70-517-5.0/Microsoft-70-517-9_3.png]
Question #3 (Topic: Topic 1)
You need to implement the map of the runners' paths.
How should you build the video viewer? (To answer, select the appropriate options in the
answer area.)
[Microsoft-70-517-5.0/Microsoft-70-517-10_2.png]
[Microsoft-70-517-5.0/Microsoft-70-517-11_2.png]
How should you build the video viewer? (To answer, select the appropriate options in the
answer area.)
[Microsoft-70-517-5.0/Microsoft-70-517-10_2.png]
[Microsoft-70-517-5.0/Microsoft-70-517-11_2.png]
Answer: [Microsoft-70-517-5.0/Microsoft-70-517-12_2.png]
Question #4 (Topic: Topic 1)
You need to extend the edit functionality of RunLogController.
Which code segment should you use?
[Microsoft-70-517-5.0/Microsoft-70-517-13_2.png]
Which code segment should you use?
[Microsoft-70-517-5.0/Microsoft-70-517-13_2.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: C
Question #5 (Topic: Topic 1)
You need to make the "Distance" header of the table bold in the
Views/RunLog/GetLog.cshtml view.
Which code segment should you use?
Views/RunLog/GetLog.cshtml view.
Which code segment should you use?
A. table>tr{ font-weight: bold; }
B. table>th:last-child{ font-weight: bold; }
C. table+first-child{ font-weight: bold; }
D. table>tr>th:nth-child (2) { font-weight: bold; }
Answer: D