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

certleader.com

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

Q2. - (Topic 5) 

You develop a SharePoint app to create an approval workflow for expense reports. 

The app must collect user input during the workflow. 

You need to use ASP.NET forms in the workflow. 

Which form type should you use? 

A. Workflow modification form 

B. Workflow input form 

C. Workflow task form 

D. Workflow initiation form 

Answer:

Explanation: 

Modification Forms 

Modifications are options you present to users to change the workflow as it's running on an 

item. You can then create modification forms that enable users to specify the parameters of 

the modification. 

Note: 

Four types of forms can be used in a workflow: association, initiation, task, and 

modification. 

Incorrect: 

Not D: Association and Initialization Forms 

Association and initialization forms are displayed for users to fill out before any workflow is 

actually started. You can use these forms to enable users to set parameters and other 

information for the workflow before it starts. 

Reference: Workflow Forms Overview 

Q3. - (Topic 2) 

You need to deploy the package. Which file should you select? 

A. the file ending in .publish 

B. the file ending in .wsp 

C. the file ending in .dll 

D. the file ending in .app 

Answer:

Explanation: To publish your app for SharePoint, upload the app manifest file (.app) of your app to the Office Store, the Apps for Office catalog, SharePoint, a file share, or the Exchange catalog. 

Scenario: When completed, the app will be published to the Microsoft Store as a paid app. 

Reference: How to: Publish an app for SharePoint by using Visual Studio 

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 execute the solution. 

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

C. Start the Microsoft SharePoint Foundation Sandboxed Code Service. 

D. Start the PerformancePoint Services. 

Answer: B,C 

Explanation: By default, sandboxed solutions are disabled. Enable sandboxed solutions on every application server on which you want to run sandboxed solutions. 

Note: 

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, clickStart. . Repeat steps 3 and 4 for each server on which you want to enable sandboxed solutions. 

Reference: Enable sandboxed solutions on the farm (SharePoint Server 2010) 

Q5. - (Topic 5) 

You create a branding package for Contoso, Ltd. You export the design package from the development environment. The solution you build uses custom query rules and result types. You activate the following features: 

SharePoint Server Publishing Infrastructure 

Search Config Data Content Types 

Search Config Site Columns 

Search Config Template 

You import the package into the production environment. You observe that the search configuration did not import properly, and some images are missing. 

You need to ensure that search and branding work properly on the production server. 

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

A. Check in and publish all design assets. Export the package. 

B. Import the package. Check in and publish all design assets. 

C. On the development server, activate the Search Config List Instance feature. Export the design package. 

D. On the production server, activate the Search Config List Instance feature. Import the design package. 

Answer: B,C 

Explanation: 

* Search Config List Instance Features 

Provisions a list to enable the import and export of Search Configurations. 

Q6. DRAG DROP - (Topic 5) 

A company uses SharePoint and Microsoft Dynamics CRM to manage customers. External users log in to the SharePoint site by using forms-based authentication. 

The company needs to authenticate users by using a custom claims provider. You have the following requirements: 

1. Site administrators must be able to locate users in CRM. 

2. Site administrators must be able to select users based on their roles in CRM. 

3. Site administrators must be able to confirm that users exist in CRM. 

You need to implement the custom claims provider. 

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. DRAG DROP - (Topic 5) 

You create an Enterprise Content Management (ECM) project. You write .NET client-side object model (CSOM) code to create a navigation term set in an existing term store to use in a taxonomy-based navigation. 

You need to complete the code to get a reference to the term store. 

How should you complete the relevant code? (To answer, drag the appropriate code segment 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:  

Q8. DRAG DROP - (Topic 5) 

You plan to create a search-driven navigation that supports the Cross-site Publishing Feature. 

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

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.