70-573 Exam Questions
233 real 70-573 exam questions with expert-verified answers and explanations. Page 5 of 5.
- Question #251
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...
- Question #252
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...
- Question #253
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...
- Question #254
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...
- Question #255
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...
- Question #256
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...
- Question #257
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...
- Question #258
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...
- Question #259
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...
- Question #260
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...
- Question #261
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...
- Question #262
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...
- Question #263
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...
- Question #264
You have the following event receiver. (Line numbers are included for reference only.) 01 public override void FieldDeleting(SPListEventProperties properties) 02 { 03 base.FieldDel...
- Question #265
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...
- Question #266
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...
- Question #267
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...
- Question #268
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 =...
- Question #269
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 =...
- Question #270
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...
- Question #271
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...
- Question #272
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...
- Question #273
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...
- Question #274
You need to create a Web Part that displays all social tags entered by users. Which code segment should you use?
- Question #275
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...
- Question #276
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...
- Question #277
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...
- Question #278
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...
- Question #279
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...
- Question #280
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...
- 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 #285
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...