PrepAway - Latest Free Exam Questions & Answers

Category: 70-573 (v.1)

Exam 70-573: TS: Microsoft SharePoint 2010, Application Development (update October 30th, 2015)

You need to ensure that the delegate control meets the following requirements…?

You add a delegate control to the <head> section of a custom master page. You reference a
default script file by using the delegate control. You need to ensure that the delegate control
meets the following requirements: Prevents other developers from deleting the default script

reference Provides developers with the ability to add additional script references Provides
developers with the ability to change the order of the script references Which property should you
use?

Which code segments should you add at lines 03, 04 and 05?

You are creating an event receiver. The event receiver will have a field named Title and a field
named Priority. You write the following code segment for the event receiver. (Line numbers are
included for reference only.) 01 Public Overloads Overrides Sub ItemUpdating(ByVal prop As
SPItemEventProperties) 02 MyBase.ItemUpdating(prop) 03 04 05 06 End Sub You need to
ensure that when the Title field is changed to include the word IMPORTANT, the Priority field is
set to URGENT. Which code segments should you add at lines 03, 04 and 05?

Which code segments should you add at lines 04 and 05?

You have the following event receiver. (Line numbers are included for reference only.) 01Public
Overloads Overrides Sub FieldDeleting (ByVal properties As SPListEventProperties) 02
MyBase.FieldDeleting(properties) 03 If properties.FieldName = “Status” Then 04 05 06 End If
07End Sub You need to cancel the operation and redirect the user to a custom error page if the

name of the deleted field is Status. Which code segments should you add at lines 04 and 05?


Page 15 of 24« First...10...1314151617...20...Last »