70-488 Premium Bundle

70-488 Premium Bundle

Developing Microsoft SharePoint Server 2013 Core Solutions Certification Exam

4.5 
(14955 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Microsoft 70-488 Free Practice Questions

Q1. DRAG DROP - (Topic 5) 

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

Answer:  

Q2. - (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." 

Q3. - (Topic 3) 

A server in the SharePoint farm experiences high memory usage. Task Scheduler on the server runs a Windows PowerShell script to perform backups of Wholesale sites. 

You need to resolve any memory leak issues in the Windows PowerShell script. 

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

A. Insert the code segment at line EW04: 

Start-SPAssignment -Global 

B. Insert the code segment at line EW17: 

$site.Close() 

C. Insert the code segment at line EW17: 

Stop-SPAssignment -SemiGlobal 

D. Insert the code segment at line EW17: 

Stop-SPAssignment –Global 

Answer: A,C 

Explanation: * Start-SPAssignment –Global initiates a new assignment store. 

* Stop-SPAssignment .Disposes of objects in the provided assignment collection. The Stop-SPAssignmentcmdlet disposes of objects in the provided assignment collection. Use the Global parameter to dispose of all objects in the global assignment collector and to stop the global store from collecting additional objects. Provide a SemiGlobal assignment collector to dispose of all contained objects. 

From scenario: 

* Performance Optimization and Memory Usage 

SPSite objects must be removed from memory immediately after the objects go out of scope. 

Q4. - (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. 

Q5. HOTSPOT - (Topic 5) 

You develop a SharePoint-hosted app that is used by internal users to read and write data. 

The app has the following requirements: 

. The app must be able to find and display the products that are purchased most often by customers. 

. The app must be able to read product information from a custom SQL Server database by using an external list. 

. The app must be able to read from and write to the user profile. 

. The app must be able to make changes to lists by using the minimum permissions 

necessary. 

. The app must be able to read enterprise keywords. 

You need to configure permissions for the app. 

Which scopes and permissions should you use? (To answer, select the appropriate options from each drop-down list in the answer area.) 

Answer:  

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

Q7. DRAG DROP - (Topic 5) 

Adventure Works uses SharePoint for managing project-related documents, information sharing, and tasks management. You develop a SharePoint-hosted app named TasksViewer and deploy it to the Corporate Catalog Site. This app is used only by the Project Management Office (PMO) group. Only users in the PMO group have permission to view and add this app to various project sites. The Adventure Works IT department creates a security group in Active Directory for the PMO. 

Currently all of the apps are visible to the Everyone group. 

You need to ensure that only users in the PMO group can see the app. 

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:  

Q8. DRAG DROP - (Topic 5) 

You need to retrieve data about all the lists in a site by using the REST (Representational State Transfer) API. 

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

Answer:  

Q9. - (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. 

Q10. HOTSPOT - (Topic 1) 

You need to replace the markup at lines AM17 through line AM20 to set the minimum app permissions for the FranchiseMonitor app. 

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

Answer:  

Q11. HOTSPOT - (Topic 5) 

A company's IT department implements a Help Desk Ticketing system that involves workflow development by using SharePoint Designer and InfoPath. The Help Desk Ticket workflow involves multiple steps and tasks that have serial approvals of multiple users and groups with custom task email messages. 

The Approver accidently rejects a workflow step, and the workflow has stopped. The Approver then corrects the step. 

You need to continue the workflow to reflect the updated approval. 

Which activity should you use? (To answer, select the appropriate action from the list of actions in the answer area.) 

Answer:  

Q12. - (Topic 5) 

Adventure Works uses a web design firm to design the user interface for an upcoming toy sales website, www.toys.adventureworks.com. The website is built by using a SharePoint publishing template. 

Adventure Works must implement the newly designed user interface for the site. The design firm provides a set of HTML, CSS, and JavaScript files. 

You need to create and publish a SharePoint master page by using the supplied files. 

What should you do? (Each correct answer presents part of the solution. Choose all that apply.) 

A. From the Master Pages section in SharePoint Designer, select Create New Master Page and then replace the master page contents with the contents of the HTML file. 

B. From SharePoint Designer, open the master page gallery. Right-click the new master page and then select Set as Default Master. 

C. From the Design Manager, map a network drive to the /_layouts/masterpage/ folder. Then, in Windows Explorer, copy all the UI elements provided by the design team to the network share. 

D. From the Edit Master Page section in Design Manager, select Convert an HTML File to a SharePoint Master Page to generate a master page from the HTML file provided by designer firm. 

E. Publish the master page. Then, from Site Settings, choose the Look and Feel section, and then select Master Page. Choose the master page and select OK. 

F. Preview the master page and select Snippets to get HTML segments of the SharePoint top navigation, quick launch, and body. Then, edit the master page by using Microsoft Notepad and replace the HTML with the new segments. 

Answer: B,D,E 

Explanation: Note: * 

D, Not A: To convert the HTML file into a .master file 

Browse to your publishing site. 

In the upper-right corner of the page, choose Settings, and then choose Design 

Manager. 

In Design Manager, in the left navigation pane, choose Edit Master Pages. 

Choose Convert an HTML file to a SharePoint master page. 

In the Select an Asset dialog box, browse to and select the HTML file that you 

want to convert.etc 

E (not F): Let's say you created a new Master Page/Theme/CSS for your SharePoint site and want to apply them across your site (including all your subsites as well). This can be easily done from Site Settings -> Look & Feel -> Master Page. 

B: Usually you'll set the master page as both default and custom master page, 

Reference: How to: Convert an HTML file into a master page in SharePoint 2013; How to: Create a minimal master page in SharePoint 2013 

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

Q14. HOTSPOT - (Topic 5) 

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

Answer:  

Q15. HOTSPOT - (Topic 4) 

You need to configure the publishing site to support the browser requirements. 

From Site Settings, which option should you select first? (To answer, select the appropriate option in the answer area.) 

Answer:  

START 70-488 EXAM