Microsoft 70-488 Practice Questions Free Download From Braindump2go (46-60)

New Released Braindump2go Microsoft 70-488 Dumps PDF – Questions and Answers Updated with Microsoft Official Exam Center! Visit Braindump2go and download our 70-488 Exam Questions Now, Pass 70-488 100% at your first time!

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

1152 

QUESTION 46
Hotspot Question
You need to design the CloudManager app to meet the requirements.
What should you do? (To answer, select the appropriate option from each drop-down list in the answer area.)

wpsE49D.tmp_thumb

Answer:

wpsF947.tmp_thumb

QUESTION 47
Hotspot Question
You need to add markup at line AM10 to set the minimum app permissions for the FranchiseMonitor app.

wps13F8.tmp_thumb[2]

Which code segments should you include in Target 1 and Target 2 to complete the code? (To answer, select the appropriate options from each drop-down list in the answer area.)

wps2DD0.tmp_thumb

Answer:
 

wps7B35.tmp_thumb

Case Study 2 – SharePoint (QUESTION 48 – QUESTION 57)
Backgroud
A client asks you to create a basic task tracking app for SharePoint. The app will be hosted remotely. The users will be able to set up task lists, mark tasks as completed, and manage their task lists.
Business Requirements
The client specifies the following business requirements:
– Users can create task lists.
– Users can retrieve task lists.
– Project leads can remove task lists.
– Users can modify task lists.
– Only users with a paid license can use the app.
– Tasks can be tagged with the programming language being used. Task list items may be tagged only with the following terms: C++, C#, and JavaScript.
– Navigational links across the top should be driven by the term store and use URLs that will improve search engine ranking.
– Set a system message that all users can access without the need to query a data source.
– Remote users will authenticate to the app by using a username and password.
– During development, the app will be tested by deploying to a development SharePoint site at http://sharepoint.contoso.com/tasks.
– When completed, the app will be published to the Microsoft Store as a paid app.
Existing Site Configuration
The table below shows the current site configuration for the client’s SharePoint site.

wps9A98.tmp_thumb

Task List Design
The app should create a SharePoint list named Tasks with the following attributes:

wpsB4CD.tmp_thumb

User Groups
SharePoint groups will be used to manage access to features of the app.

wpsCB3B.tmp_thumb

Task Display
The app should retrieve the Tasks list and display the contents on a webpage 20 tasks at a time.
Technical Requirements
You have the following requirements:
– Query the Microsoft apps licensing service to validate the license.
– Package and configure the app.
– Configure navigation to use taxonomy-based navigation automatically generated by SharePoint.
– Utilize CSOM to retrieve data from the SharePoint site.
– Implement the system message by using a property bag that uses the key named SystemMessage.
– Implement and configure the credential store.
– The app will be internally tested for at least one month to track and fix any run-time errors.
Pending Issues
When you deploy the app from Visual Studio 2012, you receive the error:
“Error occurred in deployment step ‘Install app for SharePoint’: Sideloading of apps is not enabled on this site.”
Application Structure
Relevant portions of the app files are shown below. (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.) LicesnseValidation.es

wpsECB0.tmp_thumb

SystemMessage.es

wps253.tmp_thumb

ImpIementTaskList.es

wps1F46.tmp_thumb

RetrieveTaskList.es

wps341F.tmp_thumb

CanDeleteTask.es

wps4899.tmp_thumb

TermSet Navigation.es

wps5C2A.tmp_thumb

QUESTION 48
Drag and Drop Questions
You need add to code at line IL22 to implement the task list design.
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.)

wps74AA.tmp_thumb

Answer:

wps8879.tmp_thumb

QUESTION 49
You receive an error when you deploy the app.
You need to resolve the error.
What should you do?

A.    Deploy the app to http://contoso-public.sharepoint.com.
B.    Enable side-loading of apps in the Visual Studio project properties.
C.    Deploy the app to https://contoso-my.sharepoint.com.
D.    Deploy the app to https://contoso.sharepoint.com/tasks.

Answer: A

QUESTION 50
You need to implement term set navigation.
Which code segment should you insert at line TN16?

A.   

wpsA1D4.tmp_thumb

B.   

wpsB3BF.tmp_thumb

C.   

wpsC898.tmp_thumb

D.   

wpsDC28.tmp_thumb

Answer: A
Explanation:
From scenario:
* Navigational links across the top should be driven by the term store and use URLs that will improve search engine ranking.
The TaxonomySiteMapProvider instance used for the global navigation scheme.
The TaxonomySiteMapProvider instance used for the current navigation scheme. whose menu typically appears on the left side of the master page.
http://msdn.microsoft.com/en-US/library/microsoft.sharepoint.publishing.navigation.standardnavigationprovidernames_members.aspx

QUESTION 51
You need to validate that specific users can delete tasks.
Which code segment should you insert at line CD04?

A.   

wpsEEEE.tmp_thumb

B.   

wps2DC.tmp_thumb

C.   

wps164E.tmp_thumb

D.   

wps29AF.tmp_thumb

Answer: D
Explanation:
From scenario:
* Project leads can remove task lists.

QUESTION 52
You need to implement term set navigation.
Which code segment should you insert at line TN24?

A.   

wps45C8.tmp_thumb

B.   

wps5D6E.tmp_thumb

C.   

wps710E.tmp_thumb

D.   

wps8164.tmp_thumb

Answer: D
Explanation:
From scenario:
* Navigational links across the top should be driven by the term store and use URLs that will improve search engine ranking.
The NavigationLinkType enumeration has the following members.
FriendlyUrl Specifies a navigation node that defines a new URL for an existing SharePoint page by rewriting the URL.
Root Specifies the root node in the navigation tree that corresponds to a NavigationTermSet object.
SimpleLink Specifies a navigation node with a standard hyperlink to an already existing URL. The URL can be an empty string, in which case the navigation node acts as a simple heading in the menu.
http://msdn.microsoft.com/library/microsoft.sharepoint.publishing.navigation.navigationlinktype.aspx

QUESTION 53
You need to complete the code at line LV19 to implement the validation of the app license.
Which code segment should you use?

A.   

wps9C25.tmp_thumb

B.   

wpsAD36.tmp_thumb

C.   

wpsC0B8.tmp_thumb

D.   

wpsD88C.tmp_thumb

Answer: C
Explanation:
From scenario:
* Only users with a paid license can use the app.
Valid values include Free, Paid, and Trial.
http://msdn.microsoft.com/en-us/library/office/verificationsvc.verifyentitlementtokenresponse.entitlementtype.aspx

QUESTION 54
You receive an error when you deploy the app.
You need to resolve the error.
What should you do?

A.    Create a deployment package and upload the app to the app catalog in SharePoint.
B.    Enable side-loading of apps in the app manifest.
C.    Deploy the app to https://contoso-my.sharepoint.com.
D.    Enable side-loading of apps in the Visual Studio project properties.

Answer: A

QUESTION 55
You need to configure navigation for the site.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

A.    Create simple links or headers for new pages.
B.    Create friendly URLs for new pages automatically.
C.    Add unique identifiers to new pages.
D.    Create term-driven pages with friendly URLs.
E.    Add new pages to navigation automatically.

Answer: ACD

QUESTION 56
You need to configure the credential store for the app.
Which properties should you configure? (Each correct answer presents part of the solution. Choose all that apply.)

A.    Pin
B.    Windows Password
C.    Windows User Name
D.    Password
E.    User Name

Answer: DE
Explanation:
From scenario:
* A client asks you to create a basic task tracking app for SharePoint.
The app will be hosted remotely
* Remote users will authenticate to the app by using a username and password.

QUESTION 57
You need to deploy the package. Which file should you select?

A.    the file ending in .publish
B.    the file ending in .wsp
C.    the file ending in .dll
D.    the file ending in .app

Answer: D
Explanation:
From scenario:
* When completed, the app will be published to the Microsoft Store as a paid app.

Case Study 3 – Coho Winery (QUESTION 58 – QUESTION 67)
Background
Coho Winery implements a SharePoint farm. They have an intranet site for company employees and an extranet site for their customers. Coho Winery sells products to wholesale and retail customers. Customers must be able to order specific brands and pay directly.
Business Requirements
Site Collection
The company must organize its main enterprise site to have multiple site collections for different wine brands from various regions. Site documents must have a consistent look and feel.
New Features
The first version (1.0.0.0) of the feature must support the addition of newer functionality when the feature is upgraded to version 1.5.0.0.
Technical Requirements
General
– A Document content type named Finance must be created at the site level. It must contain two site columns named Customer Name and Transaction Date.
– The Order Details and Payment Confirmation content types must be derived from the Finance content type.
– Workflows associated with document content types must be initiated when documents are generated.
– When Payment Confirmation documents are generated, a workflow must send a notification to the customer by email.
User Authorization
– A custom role named Whole sale must be created. Wholesale customers must be assigned to this role in order to view the promotions page.
– A custom permission level must be created. This permission level must add the ViewPages permission to the existing base permissions. This permission level must be added to Wholesale user role.
– Anonymous users must be able to browse the site with limited access to resources.
– The web application has been created with anonymous access enabled.
– Users are prompted for credentials when they browse to the site.
Application Lifecycle Management
– Versioning of the solution artifacts must adhere to industry best practices.
– In a future upgrade process, a new site column named Division must be added to the Finance content type programmatically.
– Only one version of an assembly must be available at runtime.
– Code based hot fixes must be deployed directly to the Global Assembly Cache on all SharePoint servers.
– During maintenance periods, content must be available but must not be modified.
Backup and Recovery
– In the event of hardware failure, the SharePoint environment must be restored to the most recent date.
– The backup process must not degrade system performance.
Performance Optimization and Memory Usage
SPSite objects must be removed from memory immediately after the objects go out of scope.
Automation
Windows PowerShell must be used to automate all operations wherever possible.
Application Structure
Relevant portions of the application files are shown below. (Line numbers in the code segments are included for reference only and include a two-character prefix that denotes the specific file to which they belong.) ContentType.es

wps6255.tmp_thumb

ContentType.Finance.Template.xml

wps8679.tmp_thumb

ExportWholesaleSites.ps1

wps9B22.tmp_thumb

QUESTION 58
Drag and Drop Questions
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.)

wpsB4BB.tmp_thumb

Answer:

wpsCDA9.tmp_thumb

Explanation:
http://msdn.microsoft.com/en-us/library/ms480288.aspx
From scenario:
* A Document content type named Finance must be created at the site level.
It must contain two site columns named Customer Name and Transaction Date.
* The Order Details and Payment Confirmation content types must be derived from the Finance content type.
CT20: titleODFieldRef
CT27: titlePmtFieldRef

QUESTION 59
Hotspot Question
You need to create the required site columns.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)

wpsEB57.tmp_thumb

Answer:

wpsFE5B.tmp_thumb

QUESTION 60
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 user has the correct permissions to start a workflow.
B.    Ensure that the Payment Confirmation content type is deployed.
C.    Ensure that the user is assigned to the Wholesale role.
D.    Ensure that a workflow is associated with the document content type.

Answer: D
Explanation:
From scenario:
Workflows associated with document content types must be initiated when documents are generated.
When Payment Confirmation documents are generated, a workflow must send a notification to the customer by email.


Braindump2go New Released 70-488 Dump PDF Free Download, 123 Questions in all, Passing Your Exam 100% Easily!

1162

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