70-573 Exam Questions
233 real 70-573 exam questions with expert-verified answers and explanations. Page 1 of 5.
- Question #1
You create a Web Part by using Microsoft Visual Studio 2010. You need to execute SPDisposeCheck.exe before the Web Part is deployed. What should you do?
- Question #2
You have a SharePoint site collection. You plan to create a sandboxed solution that will contain a Web Part. The Web Part will display the title of the root Web. You write the foll...
- Question #3
You are creating a Web Part that will be deployed as a sandboxed solution. You need to ensure that the Web Part can write debugging information to the SharePoint trace logs. Which...
- Question #4
Your organization has a department named product testing. You are creating a new membership named Product Testing. You are adding a distribution list to the new membership. You nee...
- Question #5
You create an application for a Microsoft Office SharePoint Server 2010 server. You create a call center dashboard. You create a Key Performance Indicator (KPI) list that contains...
- Question #6
You are developing a custom Feature by using Microsoft Visual Studio 2010. You need to ensure that when you deploy the Feature, a file named Form1.xsn is deployed to the Feature fo...
- Question #7
You have a Feature named Feature1. You plan to create a new version of Feature1 that will upgrade the existing version of Feature1. You need to ensure that when Feature1 is upgrade...
- Question #8
You create a SharePoint solution by using Microsoft Visual Studio 2010. The SharePoint solution contains a third-party assembly. You need to deploy the third-party assembly to the...
- Question #9
You have a custom site definition. You create a custom site Feature. You need to ensure that the Feature is activated for all new sites that are created by using the custom site de...
- Question #10
You create a console application to manage Personal Sites. The application contains the following code segment. (Line numbers are included for reference only.) 02 UserProfileManage...
- Question #11
You create a Web Part that takes three values from three text boxes and creates a new SharePoint site when you click a button named CreateNewSite. The Web Part contains the followi...
- Question #12
You have a custom theme named MyTheme . The theme is defined in a file named MyTheme.thmx . You have a console application that contains the following code segment. (Line numbers a...
- Question #13
You need to create a Web Part that hides the out-of-the-box Ribbon on the current page. Which code segment should you include in the Web Part?
- Question #14
You create a modal dialog that displays a list of items. You need to capture the items selected by a user. Which code segment should you use?
- Question #15
You create a custom site definition. You need to modify the contents of the Quick Launch area. Which file should you modify?
- Question #16
You create a Feature receiver. You need to hide the Quick Launch navigation bar of a SharePoint site. What should you use?
- Question #17
You are creating an application page that will open a dialog box. The application page uses a custom master page. You write the following code segment. (Line numbers are included f...
- Question #18
You created a custom ASPX page that updates a list. The page is deployed to the Jayouts folder. The page contains the following code segment. 01 < form id=" Forml" runat =" Server"...
- Question #19
You have a Microsoft Office SharePoint Server 2007 site. You upgrade the site to SharePoint Server 2010. You need to create a Feature that prevents site collection administrators f...
- Question #20
You plan to activate the Developer Dashboard. You create a command line application that contains the following code segment. (Line numbers are included for reference only.) 01 SPU...
- Question #21
You create a custom Web Part. You need to ensure that a custom property is visible in Edit mode. Which attribute should you set in the Web Part?
- Question #22
You plan to create two Web Parts named Products and ProductDetails. You create an interface that contains the following code segment. Public interface Interface1 { String ProductId...
- Question #23
You create a user control named MySearch.ascx. You plan to change the native search control in SharePoint to MySearch.ascx. You need to provide the site administrator with the abil...
- Question #24
You create a custom Web Part. You need to create a class to log Web Part errors to the Unified Logging Service (ULS) logs. What should you use?
- Question #25
You have a custom Web Part that is deployed as a sandboxed solution. You need to ensure that the Web Part can access the local file system on a SharePoint server. You must minimize...
- Question #26
You have a custom Web Part. You need to create a custom user interface for modifying the Web Part properties. What should you do?
- Question #27
You have a SharePoint site that uses a master page named Master1.master. You create a custom user control named MySearch.ascx. You need to change the default search box to MySearch...
- Question #28
You create a Web Part that contains the following logging code. (Line numbers are included for reference only.) 01 SPWeb web = SPContext.Current.Web; 02 try 03 { 04 05 } 06 catch (...
- Question #29
You need to connect two Web Parts by using the IWebPartRow interface. Which method should you use?
- Question #30
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 #31
You have a SharePoint solution that contains a custom site column and a custom content type. You need to add the custom site column as a lookup field for the custom content type. W...
- Question #32
You create two custom lists named Offices and Rooms. Rooms has the following columns: Offices has the following columns: You need to perform a Representational State Transfer (REST...
- Question #33
You need to delete the previous versions of all documents in a document library. The deleted versions of the documents must be retained in the SharePoint Recycle Bin. What should y...
- Question #34
You need to create a Web Part that displays all content created by a specific user. You write the following code segment. (Line numbers are included for reference only.) 01 privace...
- Question #35
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 #36
You need to create a custom content type and specify the content type ID. What should you do?
- Question #37
You plan to create a custom Web Part that displays items from a custom SharePoint list named Project. You need to ensure that you can access the list by using strongly-typed object...
- Question #38
You have a SharePoint site collection that contains 100 sites. Each site contains 100 lists. You need to retrieve all item titles from all lists. The data must be retrieved in the...
- Question #39
You are creating a Microsoft .NET Framework console application that will use the SharePoint client object model to create a site in the site collection. The application contains t...
- Question #40
You create a Web Part that queries a list. The Web Part contains the following code segment. (Line numbers are included for reference only.) 01 protected override void Render( Html...
- Question #41
You create a custom field type and a CustomFieldControl.ascx user control. You need to write the code-behind of the CustomFieldControl.acsx user control. Which object should you ov...
- Question #42
You have a SharePoint list named Projects and a site column named PrivateColumn. You need to prevent users from adding PrivateColumn to the Projects list. Users must be able to add...
- Question #43
You create a Business Connectivity Services (BCS) object model in Microsoft Visual Studio 2010. The model connects to an XML file. You create an external list that displays the BCS...
- Question #44
You need to create a Web Part that verifies whether a user who accesses the Web Part page is a member of a group named Group1. Which code condition should you use?
- Question #45
You create a workflow named WF1. WF1 is attached to a list named List1. You need to receive an e-mail notification if WF1 is postponed. What should you do?
- Question #46
You are creating a custom workflow action that will be used in Microsoft SharePoint Designer reusable workflows. The action will programmatically create a SharePoint site named Sit...
- Question #47
You need to create a timer job that queries a list. What should you do?
- Question #48
You create a custom workflow by using Microsoft Visual Studio 2010. You need to specify a custom InfoPath workflow initiation form in the workflow element manifest file. Which attr...
- Question #49
You need to create a Web Part that displays all of the permission levels of the current subsite. Which collection should you use?
- Question #50
You plan to create a custom approval workflow. The workflow approvers will enter their employee number in the edit task form. You need to ensure that the onTaskChangedl_Invoked met...