Written based on real exam questions by dedicated IT experts and certified trainers, the Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions set at ValidVCE keeps you close to the actual test — 131 practice questions for the 070-488 exam.
Microsoft 070-488 Exam Overview:
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Developing Microsoft SharePoint Server 2013 Core Solutions |
| Exam Number: | 70-488 |
| Passing Score: | 700 / 1000 |
| Certificate Validity Period: | Retired September 30, 2019; no longer active |
| Real Exam Qty: | 40–60 |
| Exam Format: | Scenario-based, Multiple response, Drag and drop, Multiple choice |
| Related Certifications: | Microsoft Certified Professional (MCP) MCSD: SharePoint Applications |
| Available Languages: | German, French, English, Chinese (Simplified), Portuguese (Brazil), Japanese |
| Exam Duration: | 120 minutes |
| Exam Price: | $165 USD (varies by region) |
| Recommended Training: | Microsoft Official Course 20488 |
| Exam Registration: | Microsoft Exam Page Pearson VUE |
| Sample Questions: | ![]() |
| Exam Way: | Onsite at Pearson VUE test centers / Online proctored (before retirement) |
| Pre Condition: | No mandatory prerequisites; recommended: C#/.NET 4.5, ASP.NET, HTML/CSS/JavaScript, Visual Studio, basic SharePoint development experience |
| Official Syllabus URL: | https://docs.microsoft.com/en-us/learn/certifications/exams/70-488 |
Microsoft 070-488 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Plan and Design SharePoint Sites | 20% | - Design site structure and navigation - Implement site provisioning - Plan information architecture |
| Implement User Experience and Information Architecture | 20% | - Design lists and libraries - Manage content types and columns - Customize UI and branding |
| Implement Authorization and Authentication | 20% | - Configure claims-based authentication - Implement secure solutions - Manage permissions and security |
| Access Data | 20% | - Use client-side object model (CSOM) - Integrate external data sources - Use REST API - Use server-side object model |
| Implement SharePoint Solutions | 20% | - Create web parts and event receivers - Develop features and solutions - Deploy and monitor solutions |
Microsoft 070-488 Exam: FAQ for Busy Professionals
Yes — download the free Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions demo and inspect the material before buying. Purchases include the right of free updating for 365 days, with latest versions emailed promptly upon release; renew afterward at 50% off.
$165 USD (varies by region) per attempt, 700 / 1000 to pass. For busy professionals, one prepared attempt beats two rushed ones — work through the 131 practice questions for the 070-488 exam at ValidVCE first.
The Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions blueprint covers 5 domains — including Implement User Experience and Information Architecture (20%), Plan and Design SharePoint Sites (20%), Access Data (20%). Budget your limited hours by weighting; the complete outline above lists every subtopic.
Through the vendor's official registration channels:
The Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions is delivered Onsite at Pearson VUE test centers / Online proctored (before retirement) — pick the arrangement that fits your calendar when booking.
The Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions is Microsoft's certification exam for MCSD: SharePoint Applications, at the Professional level. It's among the most authoritative credentials in the field — for those aiming at Microsoft careers, it's the first step. Related credentials include MCSD: SharePoint Applications, Microsoft Certified Professional (MCP).
Files arrive by automatic email within a minute of payment — unlimited devices, and 24/7 customer assisting if nothing shows up within 2 hours (check spam). Need an invoice? Email us your company name for a custom invoice made to your demand. If you fail the corresponding 070-488 exam within 60 days of purchase, we process a full refund within 7 days — send a scanned enrollment slip plus the official Score Report PDF within 2 days of the exam. Excluded: exams within 3 days of purchase, candidate names that don't match the payer, and free or expired products. Alternatively, exchange for two equal-value products free.
No mandatory prerequisites; recommended: C#/.NET 4.5, ASP.NET, HTML/CSS/JavaScript, Visual Studio, basic SharePoint development experience Vendors update eligibility rules over time, so verify the current requirements on the official page (official 070-488 exam page) before registering.
Yes:
Official training teaches; practice proves. After any course, review with the 131 practice questions for the Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions — answers expert-verified.
120 minutes for 40–60 questions. Time-pressed candidates should rehearse the clock: short timed sets on busy days, full simulations on free ones.
Microsoft Developing Microsoft SharePoint Server 2013 Core Solutions Sample Questions:
DRAG DROP
You have an app named TaskManager published at http://sharepoint.contoso.com/apps.
You need to remove the app and ensure that users will no longer be able to use the app by using Windows PowerShell cmdlets.
What should you do? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Correct Answer:

DRAG DROP
You need to add code at line CT11 to create the content types.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Correct Answer:

You are developing a site-provisioning engine for a company. You create a site request page that employees use to specify the site template, title, and URL for a site. The site request page stores site requests in a list named Site Requests that is at the root of the site collection. You configure an approval workflow for the list.
Site creation must start at 3:00 AM each day. You must create sites in batches of no more than 10 sites. You must not create sites until they are approved.
You need to create the site-provisioning engine.
Which two actions would you perform? Each correct answer presents part of the solution.
- A. Create an ItemUpdated event receiver for the Site Requests list. Initiate site provisioning if the value of the ModerationInformation property is set to the value SPModerationStatusType.Approved.
- B. Create an ItemAdded event receiver for the Site Requests list. Initiate site provisioning if the value of the ModerationInformation property is set to the value SPModerationStatusType.Approved.
- C. Create an ItemUpdated event receiver for the Site Requests list. Create a new work item if the value of the ModerationInformnation property is set to the value SPModerationStatusType.Approved.
- D. Create a new timer job that derives from SPJobDefinition. Schedule the timer job to run at 3:00 AM.
- E. Create a new timer job that derives from SPWorkItemJobDefinition. Schedule the timer job to run at 3:00 AM.
Correct Answer: A,E 🗳️
Explanation: Only visible for ValidVCE members. You can sign-up / login (it's free).
Customers report that upon creation of the Payment Confirmation document, they do not receive a confirmation message.
You need to ensure that customers receive confirmation messages.
What should you do?
- A. Ensure that the Payment Confirmation content type is deployed.
- B. Ensure that the user is assigned to the Wholesale role.
- C. Ensure that a workflow is associated with the document content type.
- D. Ensure that the user has the correct permissions to start a workflow.
Correct Answer: C 🗳️
Explanation: Only visible for ValidVCE members. You can sign-up / login (it's free).
DRAG DROP
You need to ensure that the features required for the Litware Team Site web template are referenced correctly in the ONET.XML file.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Correct Answer:





