Download Free 70-488 Tests Questions and Answers From Braindump2go – 100% Success On 70-488 (101-115)

Microsoft
Exam Code: 70-488
Exam Name: Developing Microsoft SharePoint Server 2013 Core Solutions

19

QUESTION 101
The Contoso SharePoint on-premise intranet portal stores content in 50 site collections.
Contoso must 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.    Content Query Web Part (CQWP)
B.    Content Search Web Part (CSWP)
C.    TaxonomySession
D.    CamlQuery

Answer: A
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.
Incorrect:
Not B:
In a simplified world, here’s how you can decide between the two:
Use the CQWP when you have a limited amount of content, your query is simple, and you don’t expect your content to grow much in the future.
Use the CSWP in all other scenarios when you want to show content that is based on a query.
Not C: For TaxonomySession you would have to write code.
Not D: The CamlQuery class just specifies a query on a list.

QUESTION 102
You create a cloud-hosted SharePoint app.
You must make the app available in the SharePoint Store for customers to install on their host webs.
You need to keep the style and navigation of the app the same as the host web of the app after it is installed by any customer.
What should you do?

A.    Use an app template and an app.master master file for branding.
B.    Add a reference to SP.UI.Controls.js on the host web.
Pass the AppUrl parameter to the host web.
Apply branding to the host web.

C.    Copy the CSS file from the app to the host web.
Run the Chrome control to convert the CSS file to the host web format.
Apply the styles contained in the CSS file to the host web.

D.    Add a reference to the SP.UI.Controls.js file located in the new /Jayouts/15 directory.
Pass the HostUrl parameter to the start page of the app.
Use the Chrome control in the HTML page in a declarative manner.

Answer: D
Explanation:
Microsoft allows developers to import a very basic version of the SharePoint 2013 chrome into their apps without having to manually create matching HTML controls. The functionality for this can be found in the SP.UI.Controls.js file located in the new /_layouts/15 directory.
To use the chrome control, first add a reference to SP.UI.Controls.js (make sure you’ve already loaded the requisite JQuery files and other dependencies), then add an empty <div> to your page markup at or near the top of the page.

QUESTION 103
You prepare an on-premise farm to support the creation of SharePoint apps.
You need to create an instance of a service application before building apps.
Which service application should you create?

A.    Secure Store service
B.    App Management service
C.    Machine Translation service
D.    SharePoint-hosted service

Answer: D
Explanation:
SharePoint-hosted apps
Start with the simplest option: SharePoint-hosted apps, or apps where all components are hosted on either an on-premises or Office 365 SharePoint farm. SharePoint-hosted apps are installed on a SharePoint 2013 website, called the host web. They have their resources hosted on an isolated subsite of a host web, called the app web.
Incorrect:
Not A: Secure Store Service is a shared service that provides storage and mapping of credentials such as account names and passwords. It enables you to securely store data that provides credentials required for connecting to external systems and associating those credentials to a specific identity or group of identities.
Not B: The App Management Service is responsible for storing and providing information concerning SP App licenses and permissions
All licenses for apps downloaded from Marketplace will be stored in Apps service application
The App Management Service is accessed each time app is requested or used in SharePoint to verify validity of the request
Not C: Machine Translation Service is a new service application in SharePoint 2013 that provides automatic machine translation of files and sites.

QUESTION 104
A company uses SharePoint team sites for their projects, which last for a month.
At the end of every month the project site must be archived and moved to a backup web application. The company plans to create a timer job.
You need to write custom code that will move the site from the production web application to the archived web application.
Which method of the timer job should you override?

A.    RunNow
B.    Execute
C.    Update
D.    Provision

Answer: B
Explanation:
Execute
Executes the job definition on the local machine and is intended to be used only by the timer service.
Incorrect:
A: RunNow
Schedules the job for immediate execution.
C: SPJobDefinition.Update method
Causes the job definition to save its state and propagate changes to all machines in the farm.
D: Provision
Makes the changes to the local server that are needed before the object can be used.

QUESTION 105
Drag and Drop Question
A company develops a workflow by using SharePoint Workflow Manager. The Auditing department has a SQL Server database that contains a list of all available software. The list contains the names of the users who have permission to use the software. The data is available through a Windows Communication Foundation (WCF) service that uses OData and is deployed internally.
The IT department plans to implement a help desk solution on the IT site collection that involves the creation of workflows.
A user must request approval to use software that is not available internally from three different managers. The workflow should be approved if two of the three managers approve the request.
The workflow has an Evaluation and an Approval stage.
You need to develop the workflow by using SharePoint Designer.
Which five actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)

wps935.tmp_thumb

Answer:

wps2416.tmp_thumb

QUESTION 106
You plan to create a SharePoint Business Process Automation (BPA) project.
You need to process items in queues on a configurable schedule.
Which tool should you use?

A.    Remote Event Receiver
B.    Work Item Timer Job
C.    Out-of-the-box workflow
D.    SharePoint Designer workflow

Answer: D
Explanation:
* Visio 2013 and SharePoint Designer 2013 make it easy for business analysts, process consultants, and IT professionals to collaborate and build workflows.
* Thanks to some of the improvements with SharePoint workflow capabilities in concert with SharePoint Designer 2013, it is now easy to write workflows that respond to list events or even write workflows that wakeup on a timed schedule to perform some task.

QUESTION 107
Drag and Drop Question
You plan to create a search-driven navigation that supports the Cross-site Publishing Feature.
Which four actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)

wps4A5C.tmp_thumb

Answer:

wps68E5.tmp_thumb

Explanation:
Box 1: Add a Content Search Web Part to a page
Box 2-3: Configure the query for a Content Search Web Part
In the Web Part, click the Content Search Web Part Menu arrow, and then click Edit Web Part.
In the Web Part tool pane, in the Properties section, in the Search Criteria section, click Change query.
Edit and change the query.
Box 4: (Search Result Web Part)
Here are some tools that make Cross-Site Publishing happen.
/ Content Search Web Part:
It allows to build your own query using a wizard, this means fetching the content you want to see, and then allows you to display them using predefined display templates. It uses Search to
query, which therefore allows us to show content from another Site.
/ Search Results Web Part:
It can either show the results of a typed query in the Search Box, which is the traditional Search Results we know. But, and this is key, the Search Results also allows you to build a Query using
the same Query Builder in the Content Search. In fact, I have found the Search Results to offer 95% of the same functionality as the Content Search. Therefore, it can also be used in Cross-Site
Publishing Scenarios.
Reference: Configure Search Web Parts in SharePoint Server 2013

QUESTION 108
Hotspot Question
A company hosts its public website by using a SharePoint publishing site template.
The website allows customers to browse and buy company products.
The website user interface is optimized to support multiple browsers, smartphones and tablets.
You need to enable support for a new tablet type.
Which Design Manager option should you use? (To answer, select the appropriate link in the answer area.)

wps88F3.tmp_thumb

Answer:

wpsA2AB.tmp_thumb

Explanation:
* Manage Device Channels
The device channel feature is ideal for more complex SharePoint sites where you create a single site and author content for that site, but map the content to use different master pages and style
sheets that are specific to a device or group of devices. By using the device channel feature you can choose to show different content to different device channels using the same page and page
layout.
Reference: Configure a SharePoint site for mobile devices

QUESTION 109
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 110
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:

wps13D6.tmp_thumb

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.)

wps50C7.tmp_thumb

Answer:

wps744F.tmp_thumb

Explanation:
* Example:
Advanced Assignment
Objects are assigned to named stores for disposal.
You can dispose of objects by using the -Identity parameter with the Stop-SPAssignment command.
$siteScope = Start-SPAssignment
foreach($site in ($siteScope | Get-SPSite “http://server/*”))
{
$webScope = Start-SPAssignment
$web = $webScope | Get-SPWeb $site.RootWeb.Url
$web.Title = “Greetings from PowerShell”
$web.Update()
Stop-SPAssignment $webScope
}
Stop-SPAssignment $siteScope
Regardless of the level used, all objects are disposed of when the PowerShell runspace is closed.

QUESTION 111
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:

wps9651.tmp_thumb

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.)

wpsB69E.tmp_thumb

Answer:

wpsD630.tmp_thumb

Explanation:
* Example (Target1, Target2) (TokenHelper.GetContextTokenFromRequest, TokenHelper.ReadAndValidateContextToken)
// The Page_load method fetches the context token and the access token.
// The access token is used by all of the data retrieval methods.
protected void Page_Load(object sender, EventArgs e)
{
string contextTokenString = TokenHelper.GetContextTokenFromRequest(Request);
if (contextTokenString != null)
{
contextToken =
TokenHelper.ReadAndValidateContextToken(contextTokenString,
Request.Url.Authority);
// etc,
}
* Example (Target 3, TokenHelper.GetClientContextWithAccessToken):
// This method retrieves information about the host web by using the CSOM.
private void RetrieveWithCSOM(string accessToken)
{
if (IsPostBack)
{
sharepointUrl = new Uri(Request.QueryString[“SPHostUrl”]);
}
ClientContext clientContext =
TokenHelper.GetClientContextWithAccessToken(
sharepointUrl.ToString(), accessToken);
}

QUESTION 112
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.)

wps339.tmp_thumb

Answer:

wps1EB6.tmp_thumb

Explanation:
Requirement 1:
* FillHierarchy.SupportsHierarchy property
When implemented in a derived class, determines whether the claims provider supports hierarchical display.
* FillHierarchy
If you want to display hierarchy on the left pane of the claims picker, you must implement the FillHierarchy method and the SupportsHierarchy property in the SPClaimProvider class.
Requirement 2:
FillSearch.SupportSearch
If you want to be able to search for claims in the People Picker control, you must implement the Fillsearch method and Microsoft.SharePoint.Administration.Claims.SupportSearch property.
The SupportsSearch must return true.
Requirement 3: FillResolve.SupportResolve
A People Picker with claims picking functionality is sometimes referred to as a claim picker. If you want to be able to resolve claims by using the type-in control of the claims picker, you must
implement this method and implement the SupportResolve() property to return true.
Incorrect:
* FillClaimsForEntity.SupportsEntityInformation
When you include additional claims in a user’s security token, you are augmenting claims. If you want to augment claims, you must implement the FillClaimsForEntity method. In addition, you
must also set the SupportsEntityInformation property to true in the SPClaimProvider class. In order for this method to be invoked, the SupportsEntityInformation must return true.

QUESTION 113
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.)

wps1EB6.tmp[4]_thumb

Answer:

wps82C6.tmp_thumb

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 114
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:

wpsA44B.tmp_thumb

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.)

wpsBE13.tmp_thumb

Answer:

wpsD867.tmp_thumb

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 115
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.)

wps6F7.tmp_thumb

Answer:

Explanation:
* For the unauthenticated users use the Anonymous policy.


Braindump2go Offers the Latest Microsoft 70-488 Practice Tests Questions and Answers in PDF & VCE, We Promise 100% 70-488 Exam Pass Or Full Money Back (Have a try- If success, you will get a high pay job! Failed, nothing, money back!)! We provide Instant Download of our 70-488 Dumps after Payment so you can study earlier than others!

19

http://www.braindump2go.com/70-488.html