With Lead2pass complete study guide for the Microsoft 70-488 Certification exam you will find questions and answers from previous exams as well as ones that our experts believe will be on the upcoming exams due to upgrades and new releases. This gives you the resources you actually need to pass the exam instead of just studying material without any knowledge of what might be on a test. If you want a career in the IT world, a certification is the only answer to ensure you get your dream job.
QUESTION 101
Adventure Works uses a SharePoint publishing site for an external website at www.adventureworks.com.
The user interface is implemented by using HTML5, CSS 3, and JavaScript.
You need to ensure that the site designers have an efficient way to create and modify the JavaScript files.
What should you do?
A. Open the site in SharePoint Designer.
From All Files, double-click the _cts folder and then select the MasterPages folder.
Create a folder.
Modify the JavaScript files by using Microsoft Notepad.
B. Copy all the JavaScript files to a document library and modify them directly by using Microsoft Notepad.
C. Open the site in SharePoint Designer.
From Master Pages select the JavaScript files to modify them.
D. Set up a mapped network drive in Design Manager.
Open the mapped drive and create a folder.
Modify the JavaScript files by using Microsoft Notepad.
Answer: C
QUESTION 102
Drag and Drop Question
Contoso. Ltd. uses SharePoint for document sharing, task management, and workflows.
Contoso, Ltd has a SharePoint portal with a URL of intranet.contoso.com.
The portal has 5,000 subsites. It is used by 50,000 users.
You develop a custom web level feature that allows users to see their tasks from every website on the portal.
You need to use a Windows PowerShell script to enable the web level feature in the subsites without adversely impacting the performance of the server.
You have the following script:
Which values should you include in Target 1, Target 2, Target 3 and Target 4 to complete the script? (To answer, drag the appropriate values to the correct targets in the answer area. Each value 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.)
Answer:
QUESTION 103
Drag and Drop Question
Northwind Traders uses Microsoft Office 365 to share customer information between internal and external users. Northwind Traders plans to allow external sales managers to manage customers on the Office 365 site by providing a custom SharePoint autohosted app.
The custom web application will be hosted on Microsoft Azure.
You develop the autohosted app that allows all users on Office 365 to be able to read and write data in a SharePoint list from an ASP.NET web application.
You need to ensure that the custom web application will authenticate itself, get access tokens from the Microsoft Azure Access Control Service (ACS), and read to and write from a SharePoint list. You have the following code:
Which code segments should you include in Target 1, Target 2 and Target 3 to complete the code? (To answer, drag the appropriate code segments to the correct targets 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.)
Answer:
QUESTION 104
Drag and Drop Question
A company uses SharePoint and Microsoft Dynamics CRM to manage customers.
External users log in to the SharePoint site by using forms-based authentication.
The company needs to authenticate users by using a custom claims provider.
You have the following requirements:
1. Site administrators must be able to locate users in CRM.
2. Site administrators must be able to select users based on their roles in CRM.
3. Site administrators must be able to confirm that users exist in CRM.
You need to implement the custom claims provider.
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.)
Answer:
QUESTION 105
Hotspot Question
A web application that listens on port 80 has been created for Internet users to access your company’s SharePoint site. The web application uses claims-based authentication.
Users report that they are prompted for credentials when they access the site in their browser.
You need to enable anonymous access.
On the Manage web applications page in Central Administration, which option should you select? (To answer, select the appropriate menu item in the answer area.)
Answer:
Explanation:
* Permission Policy
On the SharePoint Central Administration website, in the Application Management section, click Manage web applications.
Click to highlight the web application whose permission policy that you want to manage.
In the Policy group of the ribbon, click Anonymous Policy.
In the Anonymous Access Restrictions dialog box, in the Zone list, click the zone for which you want the policy to apply.
In the Permissions section, select the permission policy that you want anonymous users to have, and then click Save.
QUESTION 106
Drag and Drop Question
You add a site column for an Enterprise Content Management (ECM) project by using the Site Column Designer in Visual Studio 2012.
You need to identify what the designer-generated XML will look like.
You have the following code:
Which xml elements should you include in Target 1, Target 2, Target 3, Target 4 and Target 5 to complete the code? (To answer, drag the appropriate XML element to the correct targets in the answer area. Each XML element 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.)
Answer:
Explanation:
* Target 1, target 5:
Elements Element (Field)
Top-level element in a Feature manifest file that contains Feature element declarations.
Example:
<Elements
Id = "Text">
</Elements>
* Example:
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Field ID="{060E50AC-E9C1-4D3C-B1F9-DE0BCAC300F6}"
Name="Amount"
Type="Currency"
/>
</Field></Elements>
QUESTION 107
Hotspot Question
A web application that listens on port 80 has been created for Internet users to access your company’s SharePoint site.
Your company requires anonymous users to authenticate before they post content.
You need to change the permissions that are assigned to unauthenticated users.
On the Manage web applications page in Central Administration, which option should you select? (To answer, select the appropriate menu item in the answer area.)
Answer:
Explanation:
* For the unauthenticated users use the Anonymous policy.
QUESTION 108
Drag and Drop Question
You need to retrieve data about all the lists in a site by using the REST (Representational State Transfer) API.
You have the following code:
Which code segments should you include in Target 1 and Target 2 to complete the 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.)
Answer:
QUESTION 109
The Contoso SharePoint on-premise intranet portal stores content in 50 site collections.
Contoso wants to display all content tagged with a metadata term on the main page of the portal.
You need to display all documents with the metadata term without using any custom code.
Which technology should you use?
A. SPQuery with Site Collection set to the portal’s main page site collection
B. Content Query Web Part (CQWP)
C. Content Search Web Part (CSWP)
D. SPSiteDataQuery
Answer: B
Explanation:
The ContentByQueryWebPart, commonly referred to as the Content Query Web Part, is a part of the Enterprise Content Management (ECM) functionality in Microsoft Office SharePoint Server.
It aggregates and displays list items within a site hierarchy.
The Content Query Web Part has the following limitations:
/You can only aggregate data within a single site collection.
/You can only aggregate list information.
QUESTION 110
Drag and Drop Question
You create a new Enterprise Content Management (ECM) project.
You add a content type to the Visual Studio Project by using the Content Type Designer in Visual Studio 2012.
You need to identify what the designer-generated XML will look like?
You have the following code:
Which XML elements should you include in Target 1, Target 2, Target 3, Target 4 and Target 5 to complete the code?(To answer, drag the appropriate XML elements to the correct targets in the answer area. Each XML element 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.)
Answer:
Choose Lead2pass you will get:
Most updated collection of Microsoft 70-488 Exam Questions;
Prepare according to the latest Microsoft 70-488 Exam Syllabus;
Product is instantly available for download and use;
24×7 Customer Support on case of problemwith the product.