Microsoft 70-573 Exam Overview:
| Certification Vendor: | Microsoft |
| Exam Name: | TS: Microsoft SharePoint 2010, Application Development |
| Exam Number: | 70-573 |
| Passing Score: | 700 / 1000 |
| Exam Price: | $80 USD |
| Certificate Validity Period: | Retired, no longer valid for new certification |
| Exam Format: | Multiple-choice, Case studies, Scenario-based |
| Related Certifications: | MCPD: SharePoint Developer 2010 Microsoft Certified Professional (MCP) |
| Real Exam Qty: | 40–50 |
| Exam Duration: | 90 minutes |
| Available Languages: | English, French, German, Japanese, Spanish, C#, VB.NET |
| Recommended Training: | Microsoft Official SharePoint 2010 Developer Training |
| Exam Registration: | Pearson VUE Registration (archived) |
| Sample Questions: | Microsoft 70-573 Sample Questions |
| Exam Way: | Proctored onsite at Pearson VUE test centers; retired since July 31, 2014 |
| Pre Condition: | Recommended: 12 months ASP.NET 3.5, 6 months SharePoint development, 3 months SharePoint 2010 / Visual Studio 2010 experience |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/archive/technet-wiki/7709.exam-70-573-ts-microsoft-sharepoint-2010-application-development |
Microsoft 70-573 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Working with User Interfaces | 15% | - Customize pages and master pages - Implement custom actions and ribbons - Branding and styling SharePoint sites |
| Topic 2: Developing Web Parts and Controls | 21% | - Develop delegate controls - Implement connectable Web Parts - Create standard and Visual Web Parts - Debug and troubleshoot Web Parts |
| Topic 3: Extending Search and Services | 13% | - Implement BCS (Business Connectivity Services) - Work with service applications - Customize search queries and results |
| Topic 4: Developing Business Logic | 19% | - Create custom workflows with Visual Studio 2010 - Create and deploy Features and Solutions - Manage feature activation and upgrading - Implement event receivers |
| Topic 5: Securing and Deploying Solutions | 13% | - Elevate privileges safely - Monitor and log solutions - Implement security and permissions - Package and deploy farm solutions |
| Topic 6: Working with SharePoint Data | 19% | - Use Client Object Model (JavaScript, .NET, Silverlight) - Query data using SPQuery, SPSiteDataQuery, LINQ to SharePoint - Access data via REST / WCF Data Services - Work with documents, metadata, and taxonomy |
Microsoft TS: Office SharePoint Server, Application Development (available in 2010) Sample Questions:
1. You have a SharePoint site collection. The root Web of the site collection has the URL http://intranet.
You plan to create a user solution that will contain a Web Part. The Web Part will display the title of the root Web.
You write the following code segment for the Web Part. (Line numbers are included for reference only.)
01 SPSite currentSite = new SPSite("http://intranet");
02
03 Label currentTitle = new Label();
04 currentTitle.Text = currentSite.RootWeb.Title;
You add the Web Part to a page in the root Web and receive the following error message: "Web Part Error: Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial trust app domain: An unexpected error has occurred."
You need to prevent the error from occurring.
What should you do?
A) Add the following line of code at line 02: currentSite.OpenWeb();
B) Add the following line of code at line 02: currentSite.OpenWeb("http://intranet");
C) Change line 01 to the following code segment: SPSite currentSite = SPContext.Current.Site;
D) Change line 04 to the following code segment: currentTitle.Text = currentSite.OpenWeb().Title;
2. 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 in the Projects list.
You write the following code segment. (Line numbers are included for reference only.)
01 foreach (SPListItem currentItem in SPContext.Current.Web.Lists
["Projects"].Items)
02 {
03
04 }
Which code segment should you add at line 03?
A) currentItem.Fields["ClassificationMetadata"].DefaultValue = "NA";
B) currentItem["Value"] = "ClassificationMetadata/NA";
C) currentItem["ClassificationMetadata"] = "NA";
D) currentItem.Fields["ClassificationMetadata"].DefaultFormula = "NA";
3. You have a SharePoint site that has the URL http://contoso.com/hr.
You are creating a new Web Part.
You need to create a reference to the current subsite without having to dispose of any returned objects.
Which code segment should you use?
A) SPSite siteCollection = new SPSite("http://www.contoso.com");SPWeb site = siteCollection.RootWeb;
B) SPSite siteCollection = new SPSite("http://www.contoso.com");SPWebCollection site = siteCollection.AllWebs;
C) SPSite site = SPContext.Current.Site;
D) SPWeb site = SPContext.Current.Web;
4. 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 Microsoft SharePoint Designer reusable workflow. You need to ensure that the workflow action is deployed as a sandboxed solution.
Where should you define the workflow action?
A) the SPPersistedObject object
B) the Elements.xml file
C) the ReplicatorActivity activity
D) the WF1.actions file
5. 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.
What should you create?
A) a new Feature event receiver
B) a Feature activation dependency
C) a new SharePoint mapped folder
D) a new module
Solutions:
| Question # 1 Answer: C | Question # 2 Answer: C | Question # 3 Answer: D | Question # 4 Answer: B | Question # 5 Answer: A |


PDF Version Demo






We are confident about the products and aim to help you pass with ease. In case of failure, we will provide a no hassle full money back guarantee for the purchasing fee.
715 Customer Reviews
Quality and ValueITbraindumps Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
Easy to PassIf you prepare for the exams using our ITbraindumps testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Try Before BuyITbraindumps offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.