[2016-New] Free GreatExam 70-488 PDF Guarantee 100% Get 70-488 Certification (41-60)

GreatExam is constantly updating 70-488 exam materials. We will provide our customers with the latest and the most accurate exam questions and answers that cover a comprehensive knowledge point, which will help you easily prepare for 70-488 exam and successfully pass your exam. You just need to spend 20-30 hours on studying the exam dumps.

QUESTION 41
You need to create rules in the CourierMobile app based on the ItemType that arrives.
For which ItemTypes should you test? (Each correct answer presents part of the solution. Choose all that apply.)

A.    IPM.Schedule.Meeting.Tent
B.    IPM.Note
C.    IPM.Schedule.Meeting.Request
D.    IPM.Appointment
E.    IPM.Schedule.Meeting.Cancelled
F.    IPM.Schedule.Meeting.Pos
G.    IPM.Schedule.Meeting.Neg

Answer: DE
Explanation:
From scenario:
* The CourierMobile app receives Microsoft Outlook appointments (D) and Outlook appointment cancellations (E) from the CloudManager app. The appointments include the address of the location for pick-up or drop-off.
http://msdn.microsoft.com/en-us/library/office/ff861573.aspx

QUESTION 42
You need to meet the requirements for data storage for the CourierMobile app and the CloudMananger app.
Which technologies should you use? (Each correct answer presents part of the solution. Choose all that apply.)

A.    Windows Azure SQL Database
B.    SharePoint content database
C.    Secure Store
D.    SQL Server Express LocalDB
E.    SharePoint list

Answer: AD
Explanation:
http://technet.microsoft.com/en-us/library/cc262787.aspx#ListLibrary
A: SQL Azure in the cloud.
D: LocalDB is a lightweight version of Express that has the same programmability features, but it runs in user mode and has a fast, zero-configuration installation and a short list of prerequisites.
not E: List and library limits: Items – 30,000,000 per list (supported)
From scenario:
* CourierMobile App
The CourierMobile app must be able to capture more than 30 million data points of location data daily as they occur and upload the location data to the cloud when connected to the Internet.
* Cloudmanager App
/ The CloudManager app must elastically scale to capture courier location data as the number of bicycle couriers increases or decreases.
/ The CloudManager app must process bicycle courier location data from a data store capable of storing more than 30 million items.

QUESTION 43
Hotspot Question
You need to select the app experience for the CourierMobile app.
In the App for Office 2013 dialog window, which configuration option should you select? (To answer, select the appropriate configuration option in the answer area.)
431
Answer:
432

QUESTION 44
You need to create a custom sign-in page to allow the users of the FranchiseMonitor app to authenticate against SharePoint and Margie’s Travel API.
What should you do?

A.    Create an app for SharePoint. Set the trust level to Sandbox solution.
Create an application page that writes a cookie named FedAuth.
Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider
for the zone.
B.    Create an app for SharePoint. Set the trust level to Farm solution.
Create an application page that writes a cookie named FedAuth.
Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider
for the zone.
C.    Create an app for SharePoint. Set the trust level to Farm solution.
Create an application page that writes a cookie named ASPXAUTH.
Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider
for the zone.
D.    Create an app for SharePoint. Set the trust level to Sandbox solution.
Create an application page that writes a cookie named ASPXAUTH.
Deploy the app and configure the Sign In Page URL in Central Administration Authentication Provider
for the zone.

Answer: B
Explanation:
The ASPXAUTH cookie is used to determine if a user is authenticated.
FedAuth Cookie is what is used with Claims Authentication. SharePoint STS will issue the FedAuth Cookie which contains the references to the claims token. Claim tokens are actually stored separately.
From scenario:
The FranchiseMonitor app must be deployed to all site collections by the SharePoint administrator.

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

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.)
461
Answer:
462

QUESTION 47
Hotspot Question
You need to add markup at line AM10 to set the minimum app permissions for the FranchiseMonitor app.
471
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.)
472
Answer:
473

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.
474
Task List Design
The app should create a SharePoint list named Tasks with the following attributes:
475
User Groups
SharePoint groups will be used to manage access to features of the app.
476
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
477
SystemMessage.es
478
ImpIementTaskList.es
479
RetrieveTaskList.es
4710
CanDeleteTask.es
4711
TermSet Navigation.es
4712

QUESTION 48
Drag and Drop Question
You need add to code at line IL22 to implement the task list design.
You have the following code:
481
Which code segment 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.)
482
Answer:
483

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: D
Explanation:
We should deploy the app to the Development site, that is https://contoso.sharepoint.com/tasks (see Existing Site Configuration in scenario).
Note:
* Loading Apps directly from Visual Studio only works if the destination is a Developer site.
That form of distribution, called side loading, is only used when testing and debugging an App.
To load an App in a regular site you need to add the .App package produced in Visual to the App Catalog site that is associated with your Web Application.
From there you will be able to load the app using the Site Contents link in your site.
* Issue: While we try creating a SharePoint 2013 App in a SharePoint hosted model and when we try to deploy the solution, we get an “Error occurred in deployment step `Install app for SharePoint’: Side loading of apps is not enabled on this site.
Solution:
1. That is, while creating a site collection/site where you want to deploy the app, create it using the “Developer Site” template under the Collaboration tab.
2. Always the app should be published/deployed to the developer site (A site collection with the Developer Site Template). And from this developer site you can add the App to your SharePoint site
Scenario: Pending Issues
When you deploy the app from Visual Studio 2012, you receive the error: “Error occurred in de- ployment step ‘Install app for SharePoint’: Sideloading of apps is not enabled on this site.”

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

A.     501
B.     502
C.     503
D.     504

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.     511
B.     512
C.     513
D.     514

Answer: D
Explanation:
Retrieving all users from a SharePoint group The SiteGroups property of the Web class gets all groups in all Web sites within a site collection.
Example:
ClientContext clientContext = new ClientContext(“http://MyServer/sites/MySiteCollection”); GroupCollection collGroup = clientContext.Web.SiteGroups;
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.     521
B.     522
C.     523
D.     524

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.     531
B.     532
C.     533
D.     534

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.    Deploy the app to https://contoso.sharepoint.com/tasks.
B.    Deploy the app to https://contoso-my.sharepoint.com.
C.    Enable side-loading of apps in the Visual Studio project properties.
D.    Enable side-loading of apps in the app manifest.

Answer: D
Explanation:
Scenario: Pending Issues
When you deploy the app from Visual Studio 2012, you receive the error: “Error occurred in de- ployment step ‘Install app for SharePoint’: Sideloading of apps is not enabled on this site.”

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
Explanation:
D: Scenario: Navigational links across the top should be driven by the term store and use URLs that will improve search engine ranking.
A: Simple links:
The HR node is configured with a link to a page the user will be taken to when clicking on the menu item:
BD: Enable Managed Navigation
This page allows you to select managed navigation for your global and current navigation.
Under Site Settings / Look and Feel click on Navigation.
Other settings on this page allow you to define the term set that will be used for navigation terms and if new pages created should be added to the term set automatically.
You can also specify if friendly URL’s should be created automatically.

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:
To publish your app for SharePoint, upload the app manifest file (.app) of your app to the Office Store, the Apps for Office catalog, SharePoint, a file share, or the Exchange catalog.
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 68)
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
571
UserAuthorization.es
572
ContentType.Finance.Template.xml
573
ExportWholesaleSites.ps1
574

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.)
581
Answer:
582
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.)
591
Answer:
592

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.

GreatExam is no doubt your best choice. Using the Microsoft 70-488 exam dumps can let you improve the efficiency of your studying so that it can help you save much more time.

http://www.greatexam.com/70-488-exam-questions.html