Exit demo 70-517 Re for MCSD: SharePoint Applications PDF format · free preview

Microsoft 70-517 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/70-517.html

Question 1
Single choice

You need to make the "Distance" header of the table bold in the 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; }

Question 2
Single choice

You need to extend the edit functionality of RunLogController.

Which code segment should you use?

A.

Option B

B.

Option C

C.

Option D

Question 3
Single choice

If the canvas element is supported by the client browser, the application must display "London 2012" in the footer as text formatted by JavaScript at the end of the_Layout.cshtml file. You need to modify the layout to ensure that "London 2012" is displayed as either formatted text or as plain text, depending on what the client browser supports.

Which code segment should you add?

A.

<canvas id="myFooter">
@(Request,Browser.JavaApplets ? new HtmlString("London 2012") : null) </canvas>

B.

<canvas id="myFooter"London 2012</canvas>

C.

<canvas id="myCanvas">London 2012</canvas>

D.

<canvas id="myCanvas"><canvas>
<p>London 2012</p>

Question 4
Single choice

You need to add an action to RunLogController to validate the users' passwords.

Which code segment should you use?

A.

Option B

B.

Option C

C.

Option D

Question 5
Single choice

You need to make all of the rows in the table bold in the Views/RunLog/GetLog.cshtml view.

Which code segment should you use?

A.

Table > th:last-child { font-weight: bold; }

B.

Table+first-child{ font-weight: bold; }

C.

Table>tr>th:nth-child{2){font-weight: bold; }

D.

Table > tr { font-weight: bold; }

Question 6
Multiple choice

You need to display the "miles" unit description after the distance in the GetLog view.
Which line of code should you use to replace line GL21?
(Each correct answer presents a complete solution. Choose all that apply.)

A.

@log.Distance miles

B.

@Htrml.DisplayFor(model => log.Distance) miles

C.

@log.Distance.ToStringO @Html.TextArea ("miles")

D.

@Htmi.DisplayFor(model => log.Distance.ToString() + " miles")

Question 7
Drag & drop

DRAG DROP

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.)

Question 8
Drag & drop

DRAG DROP

You need to implement security according to the business requirements.
How should you modify RunLogController? (To answer, drag the appropriate code segment 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.)

Question 9
Hotspot

HOTSPOT

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.)

Question 10
Hotspot

HOTSPOT

You need to ensure that only valid parameters are passed to the EditLog action.

How should you build the route? (To answer, select the appropriate options in the answer area.)

Showing 10 of 211 questions · Unlock the full set