getcertified4sure.com

Tips to Pass 70-488 Exam (11 to 20)




Master the 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions content and be ready for exam day success quickly with this Actualtests 70-488 latest exam. We guarantee it!We make it a reality and give you real 70-488 questions in our Microsoft 70-488 braindumps.Latest 100% VALID Microsoft 70-488 Exam Questions Dumps at below page. You can use our Microsoft 70-488 braindumps and pass your exam.

Q11. HOTSPOT - (Topic 5) 

You develop a SharePoint app that companies use to track and submit employee expenses. 

You must create two versions of the app. VersionA is highly customized for a specific client. VersionB has reduced functionality and must be available to the general public. 

You need to publish the apps. 

For each of the following statements, select Yes if the statement is true. Otherwise, select No. 

Answer: 


Q12. HOTSPOT - (Topic 1) 

You need to select the app experience for the CourierMobile app. 

In the App for Office 2013 dialog window, which configuration option should you select? (To answer, select the appropriate configuration option in the answer area.) 

Answer: 


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


Q14. HOTSPOT - (Topic 1) 

You need to design the CloudManager app to meet the requirements. 

What should you do? (To answer, select the appropriate option from each drop-down list in the answer area.) 

Answer: 


Q15. - (Topic 2) 

You need to validate that specific users can delete tasks. 

Which code segment should you insert at line CD04? 

A. Option A 

B. Option B 

C. Option C 

D. Option D 

Answer:

Explanation: Retrieving all users from a SharePoint group 

The SiteGroups property of the Web class gets all groups in all Web sites within a site 

collection. 

Example: 

ClientContext clientContext = new ClientContext("http://MyServer/sites/MySiteCollection"); 

GroupCollection collGroup = clientContext.Web.SiteGroups; 

Scenario: Project leads can remove task lists. 

Reference: How to: Work with Users and Groups 


Q16. - (Topic 2) 

You receive an error when you deploy the app. 

You need to resolve the error. 

What should you do? 

A. Create a deployment package and upload the app to the app catalog in SharePoint. 

B. Enable side-loading of apps in the app manifest. 

C. Deploy the app to https://contoso-my.sharepoint.com. 

D. Enable side-loading of apps in the Visual Studio project properties. 

Answer:

Explanation: We should deploy the app to the Development site, that is https://contoso.sharepoint.com/tasks (see Existing Site Configuration in scenario). 

Note: 

* Loading Apps directly from Visual Studio only works if the destination is a Developer site. That form of distribution, called side loading, is only used when testing and debugging an App. To load an App in a regular site you need to add the .App package produced in Visual to the App Catalog site that is associated with your Web Application. From there you will be able to load the app using the Site Contents link in your site. 

* Issue: While we try creating a SharePoint 2013 App in a SharePoint hosted model and when we try to deploy the solution, we get an “Error occurred in deployment step ‘Install app for SharePoint’: Side loading of apps is not enabled on this site. 

Solution: 

1. That is, while creating a site collection/site where you want to deploy the app, create it using the “Developer Site” template under the Collaboration tab. 

2. Always the app should be published/deployed to the developer site (A site collection with the Developer Site Template). And from this developer site you can add the App to your SharePoint site 

Scenario: Pending Issues 

When you deploy the app from Visual Studio 2012, you receive the error: "Error occurred in de-ployment step 'Install app for SharePoint': Sideloading of apps is not enabled on this site." 

Reference: Side Loading of apps is not enabled on this site error while installing app in SharePoint 2013 


Q17. - (Topic 3) 

You must upgrade the existing version of the application to a newer version. 

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

Choose all that apply.) 

A. Add the following code segment at line CX11: 

<VersionRangeBeginVersion="1.0" EndVersion="2.e"> 

B. Add the following code segment at CX13: 

<VersionRange BeginVersion-"1.0.0.0"EndVersion-"2.0.0.0"> 

C. Use Microsoft Visual Studio to change the feature version to 1.5.0.0. 

D. Use Microsoft Visual Studio to change the feature version to 1.5. 

E. Add the following code segment at line CX11: 

<VersionRange BeginVersion-"1.0.0.0"EndVersion-"2.0.0.0"> 

Answer: B,C 

Explanation: B: VersionRange Element specifies a range of previous versions of the 

Feature to which the upgrade actions should apply. 

/ BeginVersion: Specifies the earliest version number to which the child upgrade elements 

will apply, in the format n.n.n.n, where each n can be up to four digits. 

/ EndVersion: Specifies the earliest version number to which the upgrade will not apply. 

The format is n.n.n.n, where each n can be up to four digits. 

C: Feature versions in Microsoft SharePoint Foundation are used to trigger Feature upgrade. If you update your Feature version but do not specify any Feature upgrade logic in the Feature.xml file, when the Feature upgrade runs, it simply updates the version number of your Feature. However, if you specify Feature upgrade logic, the upgrade code is executed and the version number is automatically updated as well. 

Scenario: New Features The first version (1.0.0.0) of the feature must support the addition of newer functionality when the feature is upgraded to version 1.5.0.0. 

Reference: VersionRange Element (Feature); Best Practices for Using Feature Versions 


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


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


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