70-573 Exam Questions
233 real 70-573 exam questions with expert-verified answers and explanations. Page 2 of 5.
- Question #51
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...
- Question #52
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...
- 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 #54
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...
- Question #55
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...
- Question #56
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...
- Question #57
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...
- Question #58
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....
- Question #59
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?
- Question #60
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...
- Question #61
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...
- Question #62
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...
- Question #63
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...
- Question #64
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....
- Question #65
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?
- Question #66
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?
- Question #67
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...
- Question #68
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...
- Question #69
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?
- Question #71
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?
- Question #72
You create a Feature. You need to add an item to the context menu of a list. Which type of element should you use?
- Question #73
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...
- Question #74
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?
- 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 #76
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...
- Question #77
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...
- 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 #79
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...
- Question #80
You need to send a single value from a consumer Web Part to a provider Web Part. Which interface should you use?
- Question #81
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...
- Question #82
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?
- Question #83
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...
- Question #84
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...
- Question #85
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?
- Question #86
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...
- Question #87
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?
- Question #88
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...
- Question #89
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...
- Question #90
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?
- Question #91
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...
- Question #92
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....
- Question #93
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...
- Question #94
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...
- Question #95
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...
- 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 #97
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...
- 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 #100
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...
- Question #101
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...