70-488 Exam Questions - Online Test


70-488 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

certleader.com

It is impossible to pass Microsoft 70-488 exam without any help in the short term. Come to Examcollection soon and find the most advanced, correct and guaranteed Microsoft 70-488 practice questions. You will get a surprising result by our Up to the immediate present Developing Microsoft SharePoint Server 2013 Core Solutions practice guides.

Q51. DRAG DROP - (Topic 5) 

You work on a SharePoint Enterprise Content Management (ECM) project. 

You need to ensure that all Microsoft Word documents are converted to Portable 

Document Format (PDF) once they are published and approved. 

You have the following code: 

Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 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: 


Q52. - (Topic 5) 

A user deploys a sandbox solution. The user cannot activate the solution. 

You need to ensure that the user can activate the solution. 

What should you do? (Each correct answer presents a complete solution. Choose all that apply.) 

A. Grant permission to the user to activate the solution. 

B. Grant permission to the user to execute the solution. 

C. Configure a local mode load-balancing scheme. 

D. Stop the Microsoft User Code Host Service. 

E. Configure a remote mode load-balancing scheme. 

F. Start the Microsoft SharePoint Foundation Sandboxed Code Service. 

Answer: A,F 

Explanation: 

A: Need to activate the feature that provisions the files. 

siteCollection.Features.Add([guid_of_your)feature]) 

F: To enable sandboxed solutions by using Central Administration . Verify that you have the following administrative credentials: . On the home page of the Central Administration Web site, in the System Settings 

section, click Manage services on server. . On the Services on Server page, in the Server box, select the server on which you want to enable sandboxed solutions. . In the Microsoft SharePoint Foundation Sandboxed Code Service row, in the Action column, click Start. 


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


Q54. DRAG DROP - (Topic 5) 

You need to create a workflow custom activity to use in a custom action in SharePoint by using Microsoft Visual Studio 2012. 

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

Answer: 


Q55. - (Topic 2) 

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:

Explanation: 

* Scenario: 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." 


Q56. DRAG DROP - (Topic 5) 

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: 


Q57. HOTSPOT - (Topic 5) 

You develop a SharePoint app that companies use to track and submit employee expenses. 

You must create two versions of the app. VersionA is highly customized for a specific client. VersionB has reduced functionality and must be available to the general public. 

You need to publish the apps. 

For each of the following statements, select Yes if the statement is true. Otherwise, select No. 

Answer: 


Q58. HOTSPOT - (Topic 1) 

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

Answer: 


Q59. - (Topic 5) 

You are developing a site-provisioning engine for a company. You create a site request page that employees use to specify the site template, title, and URL for a site. The site request page stores site requests in a list named Site Requests that is at the root of the site collection. You configure an approval workflow for the list. 

Site creation must start at 3:00 AM each day. You must create sites in batches of no more than 10 sites. You must not create sites until they are approved. 

You need to create the site-provisioning engine. 

Which two actions would you perform? Each correct answer presents part of the solution. 

A. Create an ItemUpdated event receiver for the Site Requests list. Initiate site provisioning if the value of the ModerationInformation property is set to the value SPModerationStatusType.Approved. 

B. Create a new timer job that derives from SPWorkItemJobDefinition. Schedule the timer job to run at 3:00 AM. 

C. Create a new timer job that derives from SPJobDefinition. Schedule the timer job to run at 3:00 AM. 

D. Create an ItemAdded event receiver for the Site Requests list. Initiate site provisioning if the value of the ModerationInformation property is set to the value SPModerationStatusType.Approved. 

E. Create an ItemUpdated event receiver for the Site Requests list. Create a new work item if the value of the ModerationInformnation property is set to the value SPModerationStatusType.Approved. 

Answer: A,B 

Explanation: A: Site provivison only initiated if it is approved. 

B: A Work Item Job can be scheduled to run operations in SharePoint. A Work Item Timer Job is essentially a queue where you add list items that need to be processed. When the Work Item Timer Job runs, it pulls items from the queue and process the item. 

Incorrect: 

Not C: An SP Job would not be able to process items from a queue. 

Reference: All About Sharepoint Work Item Timer Jobs 

http://www.ericgregorich.com/blog/2014/1/25/using-work-item-timer-jobs-in-sharepoint 


Q60. HOTSPOT - (Topic 4) 

You need to scope the feature containing the Litware Team Site template. 

In the Feature Designer tool in Visual Studio 2012, which scope option should you select? (To answer, select the appropriate scope from the drop-down list in the answer area.) 

Answer: