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

Ucertify offers free demo for 70-488 exam. "Developing Microsoft SharePoint Server 2013 Core Solutions", also known as 70-488 exam, is a Microsoft Certification. This set of posts, Passing the Microsoft 70-488 exam, will help you answer those questions. The 70-488 Questions & Answers covers all the knowledge points of the real exam. 100% real Microsoft 70-488 exams and revised by experts!

Q1. - (Topic 5) 

You plan to create a SharePoint Business Process Automation (BPA) project. 

You need to process items for approval with the least amount of developer effort. 

Which tool should you use? 

A. Remote Event Receiver 

B. Out-of-the-box workflow 

C. SharePoint Designer workflow 

D. Work Item Timer Job 

Answer:

Explanation: Workflows in SharePoint 2013 allow you to model and automate business processes. These business processes can be as simple as a document approval process with a single approver (shown in example below), as complex as customer-facing product catalog using web service calls and database support, or as formidable as virtually any structured business process, full of conditions, loops, user inputs, tasks, and custom actions. 

Example: Simple SharePoint workflow 

Reference: Get started with workflows in SharePoint 2013 


Q2. HOTSPOT - (Topic 3) 

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

Answer: 


Q3. DRAG DROP - (Topic 5) 

You need to create workflows for your business processes by using the least amount of development effort. 

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


Q4. DRAG DROP - (Topic 5) 

You develop a SharePoint app to access data contained in a hosted SharePoint site. 

You need to authorize the app to access the list items in a custom list on the host website. 

You have the following code: 

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


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


Q7. - (Topic 5) 

Adventure Works uses a SharePoint publishing site for an external website at www.adventureworks.com. The user interface is implemented by using HTML5, CSS 3, and JavaScript. 

You need to ensure that the site designers have an efficient way to create and modify the JavaScript files. 

What should you do? 

A. Set up a mapped network drive in Design Manager. Open the mapped drive and create a folder. Modify the JavaScript files by using Microsoft Notepad. 

B. Open the site in SharePoint Designer. From Master Pages select the JavaScript files to modify them. 

C. Open the site in SharePoint Designer. From All Files, double-click the _private folder and then select the JavaScript folder. Create a folder. Modify the JavaScript files by using Microsoft Notepad. 

D. Open the site in SharePoint Designer. From Master Pages, download the JavaScript files, modify them by using Microsoft Notepad, and then upload them after the changes. 

Answer:

Explanation: Publish and apply design Most assets used by your design, such as images, HTML, CSS, and JavaScript files, will reside in the Master Page Gallery. The Master Page Gallery is a SharePoint document library that by default has versioning turned on, which creates major and minor (draft) versions each time you edit a file. 

Reference: Master pages, the Master Page Gallery, and page layouts in SharePoint 2013 https://msdn.microsoft.com/EN-US/library/office/dn205271.aspx 


Q8. DRAG DROP - (Topic 5) 

You are using SharePoint Designer 2013 to develop a no-code customization. 

You need to choose the correct controls to use for each feature that you implement. 

Which controls should you implement? To answer, drag the appropriate control to the correct feature or features. Each control 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 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. 


Q10. - (Topic 2) 

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

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: Scenario: Only users with a paid license can use the app.