70-488 Exam - Developing Microsoft SharePoint Server 2013 Core Solutions

certleader.com

Q1. - (Topic 1) 

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:

Explanation: 

The new claims-based authentication in SharePoint 2010 does not use the ASPXAUTH 

cookie, instead it uses the FedAuth cookie. 

SharePoint 2013 tracks FedAuth cookies in the new distributed cache service using 

Windows Server AppFabric Caching. 

Scenario: The FranchiseMonitor app must use claims-based authentication, once 

launched, to authenticate the franchisee against an API provided by Margie's Travel. 

Q2. - (Topic 5) 

You are developing a SharePoint solution for a government agency. The solution will 

include high-trust provider hosted apps. 

You need to implement the solution. 

Where should you host the app remote components? 

A. a SharePoint Online farm 

B. a Windows Azure Web Role 

C. an on-premises web app remote to the SharePoint farm 

D. the Office Store 

E. an on-premises SharePoint farm 

Answer:

Explanation: A high-trust app for SharePoint is primarily intended for use in an on-premises environment. The high-trust app cannot be installed to Microsoft SharePoint Online, and the remote components are typically installed on premises, too, within the corporate firewall. Thus, the instances of the app for SharePoint are specific to each individual company. High-trust apps require some configuration on the SharePoint farm and on the server hosting the remote web application. 

Reference: Create high-trust apps for SharePoint 2013 

https://msdn.microsoft.com/en-us/library/office/fp179901.aspx 

Q3. HOTSPOT - (Topic 4) 

You create a document reporting Web Part for Marketing auditors. 

You need to configure throttling for the Web Part. You insert the following code in line MA08 

spQuery.QuerythrottleMode = Target 1 

Which code segment should you include in Target1 to complete the code? (To answer, select the appropriate option from the drop-down list in the answer area.) 

Answer:  

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

Q5. - (Topic 5) 

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

You need to process items in queues on a configurable schedule. 

Which tool should you use? 

A. Remote Event Receiver 

B. Work Item Timer Job 

C. Out-of-the-box workflow 

D. SharePoint Designer workflow 

Answer:

Explanation: 

A Work Item Timer 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. When complete, the item is removed from the queue (if you want) so it is not processed again. 

Reference: ALL ABOUT SHAREPOINT WORK ITEM TIMER JOBS 

Q6. DRAG DROP - (Topic 5) 

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

You develop the Litware Document Approval workflow that enables a group of people to review, approve, or reject documents and document changes. 

You need to assign the Litware Document Approval workflow to the Document content type. 

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

Answer:  

Q7. HOTSPOT - (Topic 5) 

A web application that listens on port 80 has been created for Internet users to access your company's SharePoint site. The web application uses claims-based authentication. 

Users report that they are prompted for credentials when they access the site in their 

browser. 

You need to enable anonymous access. 

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:  

Q8. DRAG DROP - (Topic 1) 

Some franchisees want to launch the FranchiseMonitor app from a link named Launch Franchise Monitor that is displayed next to the name of the user who is currently logged in. Other franchisees do not want to have the link present. The link must be contained within the same out-of-the-box control, as shown in the screenshot below: 

You need to configure support for the Launch Franchise Monitor link. 

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:  

Q9. - (Topic 2) 

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

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. 

Q10. DRAG DROP - (Topic 3) 

You need to add code at line UA09 to create the custom role. 

How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.) 

Answer: