70-573 Exam Questions
233 real 70-573 exam questions with expert-verified answers and explanations. Page 2 of 5.
- Question #51Developing for User Experience
You are running a default installation of Microsoft Visual Studio 2010. You have a user control named Control.ascx. You need to convert the user control to a Web Part that will be...
sandboxed solutionWeb Partuser control migrationVisual Web Part - Question #52Developing Business Logic
You create a Web Part that updates a list. You need to ensure that users can use the Web Part to update the list, regardless of the users' permissions to the list. What should you...
elevated privilegesSPSecuritylist permissionsWeb Part security - Question #53
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. Thi...
- Question #54Developing for User Experience
You have a SharePoint site collection. The default master page for the site collection displays a navigation bar on the left side of the page. You create a custom content page. You...
ContentPlaceHoldermaster pagenavigation barcontent page - Question #55Developing for User Experience
You have a SharePoint site. The current master page of the site is v4.master. You create a custom master page named MyMasterPage.master. You deploy the master page to /_catalogs/ma...
master pageMasterUrlCustomMasterUrlsite branding - Question #56Developing 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. - Dim web As SPWeb = site.OpenWeb() - Dim f...
Feature activationSPFeatureSPWeb scopesite collection - Question #57Developing Business Logic
Using Microsoft Visual Studio 2010, you create a custom workflow action named WF1 that copies the content of a document library to another document library. WF1 is used in a Micros...
workflow actionElements.xmlSharePoint Designerreusable workflow - Question #58Developing for Data Access
You have a SharePoint list named Assets that contains 1,000,000 items. The list contains a column named Urgent. Approximately 100 items have a value of True in their Urgent column....
SPQuerylarge listlist query performanceCAML - Question #59Developing Business Logic
You need to create a Web Part that creates a copy of the out-of-the-box Contribute permission level. Which code segment should you implement in the Web Part?
SPRoleDefinitionpermission levelContribute permissionsecurity - Question #60Developing Business Logic
You plan to develop a Web Part that displays a SharePoint list. The Web Part will verify the list permissions when users access by using the web.CurrentUser. DoesUserHavePermission...
elevated privilegesRunWithElevatedPrivilegesDoesUserHavePermissionsWeb Part security - Question #61Developing for User Experience
You plan to create one provider Web Part and two consumer Web Parts. You need to ensure that the consumer Web Parts can receive data from the provider Web Part. You create an inter...
Web Part connectionsprovider Web Partconsumer Web Partinterface implementation - Question #62Developing SharePoint Solutions
You create custom code to import content to SharePoint sites. You create a custom site definition by using Microsoft Visual Studio 2010. You need to ensure that when a new site tha...
SPWebProvisioningProvidersite definitionsite provisioningevent handling - Question #63Developing for User Experience
You develop a custom master page. You need to ensure that all pages that use the master page contain a specific image. Page developers must be able to change the image on individua...
ContentPlaceHoldermaster pagepage developer extensibilitycontent page - Question #64Developing for User Experience
You have several SharePoint sites. You plan to load a custom script in all pages of the sites. You need to ensure that you can activate or deactivate the script at the site level....
delegate controlcustom scriptFeature activationsite-level deployment - Question #65Developing for User Experience
You are creating a Web Part in SharePoint Server 2010. You need to ensure that the Web Part can send data to another Web Part. Which interface should you implement?
IWebPartFieldWeb Part connectionsprovider interfacedata sharing - Question #66Developing SharePoint Solutions
You create a sandboxed solution that contains a Web Part. You need to debug the Web Part by using Microsoft Visual Studio 2010. To which process should you attach the debugger?
sandboxed solutiondebuggingspucworkerprocessVisual Studio 2010 - Question #67Developing SharePoint Solutions
You create a Web Part that calls a function named longCall. You discover that longCall takes a long time to execute. You need to display in the Developer Dashboard how long it take...
Developer DashboardSPMonitoredScopeperformance monitoringdiagnostics - Question #68Developing for User Experience
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 co...
delegate controlAllowMultipleControlsmaster pagescript reference - Question #69Developing for User Experience
You create a Web Part named WP1. You need to ensure that the name of the Web Part displays as Corporate in SharePoint. What should you do?
Web Part titlewebpart filedisplay nameWeb Part properties - Question #71Developing SharePoint Sites
You have a SharePoint site that contains 10 lists. You need to prevent a list named List1 from appearing on the Quick Launch navigation bar. What should you configure?
Quick LaunchOnQuickLaunchlist navigationlist properties - Question #72Developing SharePoint Solutions
You create a Feature. You need to add an item to the context menu of a list. Which type of element should you use?
CustomActioncontext menuFeature elementslist UI extension - Question #73Developing for User Experience
You have a Web page named ShowMessage.aspx. You create a new Web page. You need to display the content from ShowMessage.aspx in an IFRAME on the new Web page. You must achieve this...
Modal DialogSP.UI.ModalDialogclient-side JavaScriptIFRAME - Question #74Developing SharePoint Solutions
You are creating a Web Part. You need to ensure that the Web Part activates a Feature in the subsite without causing a memory leak. Which code segment should you use?
SPFeatureCollectionSPContextmemory leakFeature activation - Question #75
You are developing an application page. You need to create a pop-up window that uses the ECMAScript object mode. Which class in the SP.UI namespace would you use?
- Question #76Developing SharePoint Sites
You have one Web application that contains several SharePoint site collections. You need to add a custom button to the Documents tab on the Ribbon of one site collection only. What...
Ribbon customizationCommandUIDefinitionFeature scopingsite collection - Question #77Developing for User Experience
You develop a custom master page. You need to ensure that all pages that use the master page contain a specific image in the same location. Page developers must be able to change t...
master pageContentPlaceHolderpage customizationtemplate inheritance - Question #78
You have a timer job that has the following constructors. (Line numbers are included for reference only.) 01 public TimerJob1 (): base() {} 02 public TimerJobl(SPWebApplication wAp...
- Question #79Developing SharePoint Solutions
You are developing a Feature that will be used in multiple languages. You need to ensure that users view the Feature's title and description in the display language of their choice...
localizationresource filesresxFeature manifest - Question #80Developing for Client Applications
You need to send a single value from a consumer Web Part to a provider Web Part. Which interface should you use?
Web Part connectionsIWebPartFieldprovider consumer interfacesingle value - Question #81Developing for Client Applications
You create a Web Part that contains the following code segment. (Line numbers are included for reference only.) 01 public class HebPart1: WebPart 02 { 03 public VebPart1() {} 04 05...
Web Part lifecycleCreateChildControlsControls collectionASP.NET rendering - Question #82Developing for Data Access
You create a custom list named Products. You need to perform a Representational State Transfer (REST) query that returns products 30 to 39. Which URL should you use?
REST APIListData.svc$skip $toppagination - Question #83Developing SharePoint Solutions
You are creating a Web Part for SharePoint Server 2010. The Web Part contains the following code segment. (Line numbers are included for reference only.) 01 protected override void...
sandboxed solutionsRunWithElevatedPrivilegesSPSecuritytrust level restriction - Question #84Developing SharePoint Solutions
You have a Feature that contains an image named ImageVl.png. You plan to create a new version of the Feature. You need to ensure that when the Feature is upgraded, the image is ren...
Feature upgradeMapFileFeature versioningfile deployment - Question #85Developing SharePoint Sites
You use a custom site definition to create SharePoint sites. You need to add a Web Part to the home page of the site definition. Which file should you modify?
site definitionOnet.xmlWeb Part provisioninghome page - Question #86Developing SharePoint Solutions
You create a SharePoint solution that contains two Features named Feature1 and Feature2. You need to ensure that Feature1 is always activated before Feature2. You must achieve this...
Feature dependenciesFeature activation orderFeature Activation Dependenciessolution packaging - Question #87Developing SharePoint Solutions
You create a Visual Web Part. You need to add an image to the Web Part. The image must be deployed to the 14\TEMPLATE\IMAGES folder. What should you do in Microsoft Visual Studio?
mapped foldersVisual Studioimage deploymentTEMPLATE IMAGES folder - Question #88Developing SharePoint Solutions
You have a Web application named WebApp1. You have a Feature receiver named FeatureReceiver1. FeatureReceiver1 stores a connection string in the web.config file of WebApp1. You nee...
SPWebConfigModificationweb.configfarm replicationFeature receiver - Question #89Developing SharePoint Solutions
You need to disable the CriticalExceptionCount measure for all sandboxed solutions. You write the following code segment. (Line numbers are included for reference only.) 01 SPUserC...
sandboxed solutionsSPUserCodeServiceresource measuresCriticalExceptionCount - Question #90Developing SharePoint Solutions
You need to add a new field to a provisioned content type. You must propagate the field to child lists and child content types. What should you use?
content typesAddContentTypeFieldfield propagationFeature upgrade - Question #91Developing SharePoint Sites
You have a SharePoint site that uses the default search settings. You create a new Search Center. You need to ensure that the new Search Center is the default Search Center for the...
search configurationAllPropertiesSearch Centersite property bag - Question #92Developing for Data Access
You create an entity named Customer in a Business Connectivity Services (BCS) object mode. You need to ensure that Customer data can be displayed in a Business Data List Web Part....
BCSFinder methodBusiness Data List Web Partentity model - Question #93Developing Business Logic
You plan to create a workflow that has the following three activities: You need to ensure that each time the workflow starts, the three activities are linked to a single task. What...
workflowcorrelation tokentask linkingSPWorkflow activities - Question #94Developing Business Logic
You develop a custom approval workflow. The workflow uses the CreateTask class to assign tasks to a user named User1. A list called Tasks stores the tasks. Other workflows and user...
workflowCreateTaskSpecialPermissionstask-level permissions - Question #95Developing Business Logic
You create a list named List1. You create two workflows named WF1 and WF2 for List1. You need to ensure that when a new item is created in List1, WF1 starts automatically. WF2 must...
SharePoint workflowsSPWorkflowEventReceiverworkflow chainingevent receivers - Question #96
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 #97Developing SharePoint Sites
You create a custom page layout that has a field control named Field1. You need to ensure that Field1 is only visible when users modify the contents of the page. Which parent contr...
page layoutsEditModePanelfield controlspublishing - Question #98
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 #99
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 #100Developing for Data Access
You need to create a custom application that provides users with the ability to create a managed property. The managed property name must be specified in the args [1] parameter. Yo...
search schemamanaged propertiesSearchContextManagedPropertyCollection - Question #101Developing for Data Access
You have a document library named Documents. Minor and major version management is enabled for the document library. You plan to add a document named MyFile.docx to Documents. You...
document libraryfile versioningSPFile publishmajor versions