70-573 Exam Questions
233 real 70-573 exam questions with expert-verified answers and explanations. Page 5 of 5.
- Question #251Developing Business Logic
You create a SharePoint site by using the Document Center site template. You need to ensure that all documents added to the site have a document ID. The document ID must include th...
document IDDocumentIdProviderDocument Centercustom provider - Question #252Developing for User Experience
You need to create a custom Web Part that meets the following requirements: - Includes all of the functionalities of the Search Results Web Part - Includes additional filters based...
CoreResultsWebPartSearch ResultsWeb Part inheritancecustom filtering - Question #253Developing Business Logic
You create a class that inherits the SPPersistedObject class. The class has a field named Field1. You need to ensure that Field1 can be serialized and stored in the SharePoint conf...
SPPersistedObjectPersisted attributeserializationconfiguration database - Question #254Developing SharePoint Solutions
You deploy a custom Web Part named WebPart1 to a SharePoint site. WebPart1 contains the following code segment. (Line numbers are included for reference only.) 01 protected void Pa...
SPWeb disposalmemory managementfinally blockWeb Part development - Question #255Developing SharePoint Solutions
You have a Web Part that contains the following code segment. (Line numbers are included for reference only.) 01 protected void Page_Load(object sender, EventArgs e) 02 { 04 { 05 S...
SPWeb disposalusing statementmemory managementWeb Part development - Question #256Developing Business Logic
You create an event receiver. The ItemAdded method for the event receiver contains the following code segment. (Line numbers are included for reference only.) 01 SPWeb recWeb = pro...
SPLimitedWebPartManagerobject disposalevent receiverPublishing API - Question #257Developing for User Experience
You are creating an application page that will open a dialog box. The dialog box uses a custom master page. You write the following code segment. (Line numbers are included for ref...
SP.UI.ModalDialogSP.js referencemodal dialogJavaScript - Question #258Developing SharePoint Solutions
You create a Visual Web Part in SharePoint Server 2010. You need to ensure that the Web Part can access the local file system on the SharePoint server. You must minimize the amount...
code access securityCAS policytrust levelWeb Part security - Question #259Developing for User Experience
You are creating two Web Parts named WPMaster and WPDetails. You need to ensure that when an item is selected from WPMaster, the details of the item are displayed in WPDetails. Wha...
Web Part connectionsIWebPartRowprovider interfaceWeb Part communication - Question #260Developing for Data Access
You have a SharePoint site collection that contains 100 subsites. You plan to create a Web Part. The Web Part will be deployed to each subsite. You need to ensure that the Web Part...
SPWeb.Filesfile retrievalSharePoint object modelsubsite - Question #261Developing SharePoint Solutions
You create a Feature named Feature1. Feature1 is activated in a SharePoint site. You create a Web Part that contains the following code. SPWeb web = site.OpenWeb(); SPFeatureDefini...
Feature activationSPFeaturesite scopeweb.Features - Question #262Developing SharePoint Solutions
You have a SharePoint farm that has more than 100 custom Features. You upgrade several Features in the farm. You need to ensure that the site collection uses the most up-to-date ve...
Feature upgradeSPWebServiceCollectionNeedsUpgradesite collection - Question #263Developing for User Experience
You are creating an application. You develop a custom control that renders a contextual tab. The control contains the following code segment. (Line numbers are included for referen...
Ribbon customizationcontextual tabSPRibbonMakeTabAvailable - Question #264Developing Business Logic
You have the following event receiver. (Line numbers are included for reference only.) 01 public override void FieldDeleting(SPListEventProperties properties) 02 { 03 base.FieldDel...
event receiverSPEventReceiverStatusCancelWithRedirectUrlRedirectUrl - Question #265Developing Business Logic
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...
event receiverAfterPropertiesItemUpdatingfield update - Question #266Developing Business Logic
You have a SharePoint list named Announcements. You have an event receiver that contains the following code segment. (Line numbers are included for reference only.) 01 public overr...
event receiverItemAddingCancel propertylist validation - Question #267Developing for Client Applications
You create a client application that remotely calls the Business Connectivity Services (BCS) object model. You need to create the context that will be used to request a cache refre...
Business Connectivity ServicesBCSRemoteOfflineRuntimecache refresh - Question #268Developing SharePoint Solutions
You need to programmatically add a user named User1 to a group named Group1. You write the following code segment. (Line numbers are included for reference only.) 01 string login =...
SPGroupAddUseruser managementSharePoint security - Question #269Developing for Data Access
You create a Web Part. The Web Part contains a grid view named GridView1 and the following code segment. (Line numbers are included for reference only.) 02 MyGridView.DataSource =...
LINQ to SharePointdata filteringwhere clauseGridView - Question #270Developing for Client Applications
You are creating a Microsoft .NET Framework application that will display the title of the SharePoint Web application and will execute outside of the SharePoint server. You create...
client object modelExecuteQueryremote applicationClientContext - Question #271Developing for Data Access
You have a Microsoft .NET Framework console application that uses the SharePoint client object model. The application contains the following code segment. (Line numbers are include...
CAML queryFileLeafRefdocument librarylist items - Question #272Developing for Data Access
You have a document library named MyDocs. MyDocs has a column named Column1. Column1 is a required column. You discover that many documents are checked out because users fail to en...
SPCheckedOutFiledocument librarycheckoutrequired column - Question #273Developing SharePoint Solutions
You need to create a Web Part that adds a term set to the current SharePoint site collection's term store. You write the following code segment. (Line numbers are included for refe...
Taxonomyterm storeCommitAllTaxonomySession - Question #274Developing for Data Access
You need to create a Web Part that displays all social tags entered by users. Which code segment should you use?
TaxonomySessionsocial tagsterm storeSharePoint API - Question #275Developing for Data Access
You need to create a Web Part that displays all of the content created by a specific user. You write the following code segment. (Line numbers are included for reference only.) 01...
KeywordQuerysearch APIauthor propertykeyword query syntax - Question #276Developing for Data Access
You need to create a Web Part that displays all of the content created by a specific user. You write the following code segment. (Line numbers are included for reference only.) 01...
FullTextSqlQuerySQL search syntaxSharePoint searchsearch author - Question #277Developing for Data Access
You have a list named Projects that contains a column named ClassificationMetadata. You need to create a Web Part that updates the ClassificationMetadata value to NA for each item...
SPListItemlist item updateSharePoint listfield value - Question #278Developing SharePoint Solutions
You create a Web Part that programmatically updates the description of the current SharePoint site. The Web Part contains the following code segment. (Line numbers are included for...
RunWithElevatedPrivilegesSPWebelevated contextsecurity - Question #279Developing SharePoint Solutions
You create a Web Part. You need to display the number of visits to a SharePoint site collection in a label named LblVisits. You write the following code segment. (Line numbers are...
RunWithElevatedPrivilegesSPSiteusage statisticselevated context - Question #280Developing Business Logic
You are creating a custom workflow action to be used in Microsoft SharePoint Designer reusable workflows. The action programmatically creates a SharePoint site named Site1 at a spe...
workflow actionsSharePoint DesignerRuleDesignerworkflow schema - Question #283
A document library contains documents on new products. The documents must contain a label that denotes the product status. You need to add a label to all documents in the library....
- Question #284
You have a document library that is subject to an audit. You need to prevent relevant records from expiring during an ongoing audit. What should you do?
- Question #285Developing for Data Access
Your company uses an external CRM application that contains a business object named Customers. The Customers object represents a table that contains customer details. You need to d...
Business Data CatalogBDC entityexternal datametadata model