getcertified4sure.com

Most recent 70-488: Actualtests real braindumps from 51 to 60




Ucertify 70-488 Questions are updated and all 70-488 answers are verified by experts. Once you have completely prepared with our 70-488 exam prep kits you will be ready for the real 70-488 exam without a problem. We have Update Microsoft 70-488 dumps study guide. PASSED 70-488 First attempt! Here What I Did.

Q51. - (Topic 1) 

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: D,E 

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. 


Q52. - (Topic 1) 

You need to ensure that the CourierMobile app determines whether the franchisee owns the account. 

What should you do? 

A. Use OAuth and App only security. Request the Read right from the http://sharepoint/content/ sitecollection/web/list scope URI. 

B. Use OAuth and App+User security. Request the Read right from the http://sharepoint/content/ sitecollection scope URI. 

C. Use SPSecurity.RunWithElevatedPrivileges to connect to SharePoint and read from the Accounts list in the site collection. 

D. Use the SharePoint user credentials of the bicycle messenger to connect to SharePoint and read from the Accounts list in the site collection. 

Answer:

Explanation: * SharePoint users three types of authorization policies. The user-only policy requires only that the call to SharePoint include an authenticated user identity. The app-only policy requires only that the call include only an authenticated app identity. The user+app policy requires that the call include both kinds of authenticated identities. 

* You may have already heard that OAuth 2.0 plays an important role in the authentication and authorization of apps for SharePoint. It does, but it is not necessarily a part of the authorization story for every app for SharePoint. If you plan to build an app for SharePoint that runs in an remote web application and communicates back to SharePoint using server-side code, you will need to use OAuth. 

Scenario: 

* The CourierMobile app must be able to connect to the SharePoint Customers list and verify whether the account belongs to the franchisee to avoid pickups or deliveries to customers that do not belongs to the franchisee. When the CourierMobile add accesses the Customers list, it must only read its contents with the minimum permissions necessary. 

* Margie's Travel provides an API to enable external developers to authenticate by using OAuth and claims-based authentication. Many couriers are members of Margie's Travel 

Reference: Authorization and authentication of apps for SharePoint 2013 


Q53. DRAG DROP - (Topic 5) 

You plan to use an app event receiver in conjunction with a remote event receiver. 

You need to create the remote event receiver by using Visual Studio 2012. 

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

Answer: 


Q54. - (Topic 2) 

You need to implement term set navigation. 

Which code segment should you insert at line TN16? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: * A well-designed navigation tells your site's users a lot about the business, products, and services that the website offers. By updating the taxonomy behind the navigation, businesses can drive and keep up with change without having to recreate their site navigation in the process. 

* GlobalNavigationToxonomyProvider 

StandardNavigationProviderNames.GlobalNavigationTaxonomyProvider field The TaxonomySiteMapProvider instance used for the global navigation scheme. The menu for the “global navigation” scheme typically appears at the top of the master page. 

Scenario: Navigational links across the top should be driven by the term store and use 

URLs that will improve search engine ranking. 

Incorrect: 

Not C: StandardNavigationProviderNames.CurrentNavigationTaxonomyProvider field 

The menu for the “current navigation” scheme typically appears on the left side of the 

master page. 

Reference: Managed navigation in SharePoint 2013; 

StandardNavigationProviderNames.GlobalNavigationTaxonomyProvider field. 


Q55. - (Topic 3) 

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:

Explanation: 

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. 


Q56. DRAG DROP - (Topic 4) 

You need to apply the Design Package to all of the required sites. 

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


Q57. - (Topic 5) 

Contoso, Ltd., uses SharePoint to manage projects and collaborate with a third-party contractor. The contractor stores employee account information in a MySQL database that the contractor manages. 

You must grant the contractor access to certain SharePoint sites. You must not add the contractor’s employees to the Contoso Active Directory Domain Services domain. 

You need to implement a solution to authenticate the contractor’s employees with SharePoint. 

What should you do? 

A. Create an empty project as a sandboxed solution. Implement a custom claims provider. 

B. Create an empty project as a farm solution. Implement a custom claims provider. 

C. Create an empty project as a farm solution. Implement a custom membership provider. 

D. Create an empty project as a deployment solution. Implement a custom membership provider. 

Answer:

Explanation: We need to setup the web application to use claims authentication and then implement a custom membership provider. 

Reference: Is it possible to store SharePoint users in a MySql database? 

http://stackoverflow.com/questions/19119776/is-it-possible-to-store-sharepoint-users-in-a-mysql-database 


Q58. DRAG DROP - (Topic 5) 

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: 


Q59. - (Topic 4) 

You need to add the search box to the publishing site. 

What should you do? 

A. Generate a code snippet and paste it into the HTML file. 

B. Edit the default.master master page and then add the search box control. 

C. Add the Search Web Part to the Welcome page. 

D. Edit the page layout. 

Answer:

Explanation: 

Scenario: A search box must be available on all publishing sites. 

The publishing site design is delivered as a set of HTML files (litwarepublishing.html), CSS 

(Litwarepublishing.css), and image files from the marketing company. 


Q60. - (Topic 5) 

You must select an app model to deploy apps to an Office 365 small business tenant. The business logic of the apps is located in a remote web application. 

What should you do? 

A. Create a SharePoint-hosted app. Implement the business logic by using JavaScript. 

B. Develop provider-hosted apps and integrate data sources with the business logic by using OData. 

C. Deploy the business logic to the host web by using a Full Trust SharePoint solution. 

D. Develop an OData service provider infrastructure and publish the provider to the _layouts directory. 

Answer:

Explanation: Provider Hosted Application 

Provider hosted apps are also a part of cloud hosting model, where app can be hosted on 

any remote web platform such as IIS server. And these apps are made available on 

deploying it on cloud i.e. using SharePoint online, Office365 site, or windows azure in case 

of Auto hosting. 

It interacts with SharePoint 2013 by using one of the SharePoint client object models or its 

REST/OData-based web service. Depending on the scenario it gains authorization to 

SharePoint data using either the SharePoint 2013 implementation of the OAuth standard or 

a JavaScript cross-domain library. 

Note: Apps in SharePoint 

SharePoint 2013 app model has three types of hosting model. 

a. SharePoint Hosted Application. 

b. Auto Hosted Application. 

c. Provider Hosted Application. 

Incorrect: Not C: When you use the full-trust execution model, you deploy your assemblies to the global assembly cache on each Web front-end server and application server in the server farm. The SharePoint Web application process loads the assembly from the global assembly cache and your code runs with full trust—in other words, it runs without any code access security restrictions. 

Reference: Step by step create provider hosted application using SharePoint 2013