aiotestking uk

70-488 Exam Questions - Online Test


70-488 Premium VCE File

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

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

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

What will the designer-generated XML look like? (To answer, drag the appropriate XML elements to the correct location or locations 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:  

Q3. DRAG DROP - (Topic 5) 

A company uses SharePoint and Microsoft Dynamics CRM for collaboration and customer relationship management. The company uses Active Directory Domain Services (AD DS) for identity management. SharePoint and Microsoft Dynamics CRM are configured to use claims-based authentication. The company wants to authorize user access to SharePoint sites by using roles defined in Microsoft Dynamics CRM. 

You create a custom claims provider. The provider adds a claim to the claim token for each role a user has in Microsoft Dynamics CRM. The provider also allows a site administrator to find and select roles from Microsoft Dynamics CRM to authorize user access. The custom claims provider must be created as a class library project to meet the unit testing requirements of the company. The custom claims provider project is complete and ready to be packaged for deployment. 

You need to package and deploy the custom claims provider. 

What should you do? (To answer, drag the appropriate actions to the correct location or locations in the answer area. Each action 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:  

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

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

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

Q7. DRAG DROP - (Topic 2) 

You need add to code at line IL22 to implement the task list design. 

You have the following code: 

Which code segment 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:  

Q8. - (Topic 5) 

Adventure Works uses a SharePoint publishing site to host their public-facing website at http://www.adventureworks.com. The website gives external users the ability to register and sign in to the site to buy Adventure Works products. 

You notice that publicly registered users see the SharePoint ribbon. 

You need to ensure that the SharePoint ribbon is available only to content authors and administrators. 

What should you do? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: The property CommandUIVisible shows or hides the ribbon section at the top 

of the application page. 

Incorrect: 

Not B: Permission should be set to AddAndCustomizePages not ManageSubWeb. 

Reference: SharePoint, Hide the Ribbon from Anonymous Users 

http://www.topsharepoint.com/hide-the-ribbon-from-anonymous-users 

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

Q10. - (Topic 5) 

Adventure Works uses a SharePoint publishing site to host their public-facing website at http://www.adventureworks.com. The website gives external users the ability to register and sign in to the site to buy Adventure Works products. 

You notice that publicly registered users see the SharePoint ribbon. 

You need to ensure that the SharePoint ribbon is available only to content authors and administrators. 

What should you do? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: If you designed a custom master page for your SharePoint 2010 and the 

ribbon is in your way, SharePoint has a built-in control that lets you hide it from anonymous 

users in few easy steps. Open and check-out your master page, find where your ribbon 

control starts or look for <WebPartPages:SPWebPartManager id=”m” runat=”Server”/>. 

Place this control below <Sharepoint:SPSecurityTrimmedControl runat=”server” 

Permissions=”AddAndCustomizePages”>. Find where your ribbon control ends or look for 

<div id=s4-workspace> and place the closing control above it 

</SharePoint:SPSecurityTrimmedControl>. Save, check-in the master page and publish it 

to see the changes. From now on, only logged in users with the right permissions will be 

able to see the ribbon on the top. 

Incorrect: 

Not B: Permission should be set to AddAndCustomizePages not ManageSubWeb. 

Reference: SharePoint, Hide the Ribbon from Anonymous Users 

http://www.topsharepoint.com/hide-the-ribbon-from-anonymous-users