100% Guarantee of 70-517 rapidshare materials and resource for Microsoft certification for IT engineers, Real Success Guaranteed with Updated 70-517 pdf dumps vce Materials. 100% PASS Recertification for MCSD: SharePoint Applications exam Today!
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Microsoft 70-517 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 70-517 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/70-517-exam-dumps.html
Q11. You need to implement the notifications for the custom list app named Admin. Which code segment should you add at line ER08?
A. public class EventReceiver1
B. public class EventReceiver1 : SPListEventReceiver
C. public class EventReceiver1 : SPItemEventReceiver
D. public class EventReceiver1 : SPEventReceiverBase
Answer: C
Q12. You need to modify the application to meet the productId requirement. What should you do?
A. Modify the RegisterGlobalFilters method of the Global.asax.es file as follows. Contract.Assume<ArgumentException>(productId != 0);
B. Modify the GetDealPrice method of ProductController as follows. Contract.Requires<ArgumentException>(productId > 0);
C. Modify the RegisterGlobalFilters method of the Global.asax.es file as follows. Contract.Requires<ArgumentException>(productId > 0);
D. Modify the GetDealPrice method of ProductController as follows. Contract.Assume<ArgumentException>(productId > 0);
Answer: B
Explanation: The Contract.Requires(Of TException) method specifies a precondition contract for the enclosing method or property, and throws an exception if the condition for the contract fails.
Syntax: 'Declaration
Public Shared Sub Requires(Of TException As Exception) ( _ condition As Boolean _
)
Type Parameters TException
The exception to throw if the condition is false.
Parameters condition
Type: System.Boolean
The conditional expression to test.
Reference: Contract.Requires(Of TException) Method (Boolean)
Q13. You configure a SharePoint app to collect diagnostic information.
The app must meet the following requirements:
✑ Record messages about all unrecoverable events that limit the functionality of the app, but do not stop the app.
✑ Record all events that include unexpected exceptions.
✑ Minimize the effects of logging on app performance.
You need to configure the application to meet the requirements. Which trace log level should you use?
A. High
B. Medium
C. Unexpected
D. Monitorable
E. Verbose
Answer: D
Q14. HOTSPOT
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:
Q15. 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. Open the current site master page in SharePoint Designer, place the SharePoint:SPSecurityTrimmedCcntrol control around the div tag with the s4-ribbonrow ID. Set the PermissionsString to ManageSubWeb.
B. Open the current site master page in SharePoint Designer, find a div tag with the s4 ribbonrow ID, and then remove all of the contents of the div.
C. Open the current site master page in SharePoint Designer and then place the SharePoint:SPSecurityTrimmedControl control around the div tag with the 34-ribbonrow ID. Set the PermissionsString to AddAndCustomizePages.
D. In the SharePoint project, add an Empty Element and then use the <HideCustomAction> tag to hide the ribbon.
Answer: B
Q16. You need to set the appropriate permissions for the franchise employees' customer list and customer subsite access.
What should you do?
A. Add franchise employees to the Members group in the CorporateSiteCollection site collection. Break inheritance at the franchisee subsite level. Create a custom role definition at the franchisee subsite level. Add franchise employees to the custom role.
B. Create a custom role definition in the CorporateSiteCollection site collection with Limited Access to the Customers list. Add franchise employees to the custom role at the CorporateSiteCollection site collection. Break inheritance at the subsite level. Add franchise owners to the Owners group at the subsite level.
C. Create a custom role definition in the CorporateSiteCollection site collection with Limited Access to the Customer list. Add franchise employees to the custom role. Allow full inheritance of the role definition and permissions at the site level.
D. Add franchise employees to the Visitors group in the CorporateSiteCollection site collection. Break inheritance at the franchisee subsite level. Create a custom role definition at the subsite level with Full Control permissions. Add franchise employees to the custom role.
Answer: B
Q17. HOTSPOT
You need to implement the social features.
How should you complete the relevant code? (To answer, select the appropriate option from the dropdown list in the answer area.)
Answer:
Q18. You need to set the appropriate permission levels.
A variable named customRole references Wholesale. Which code segment should you add at line UA09?
A. customRole.BasePermissions = _permissions | SPBasePermissions.ViewFormPages;
B. customRole .BasePermissions = _permissions | SPBasePermissions.ViewPages;
C. customRole.BasePermissions = SPBasePermissions.EmptyMask SPBasePermissions.ViewPages;
D. customRole.BasePermissions = SPBasePermissions.ViewPages;
Answer: B
Q19. DRAG DROP
You develop a .NET application named SPUserProfiles for a company called Contoso, Ltd.
SPUserProfiles communicates with a SharePoint app by using SharePoint Web Services. The SharePoint web service reference name is ProfileService. SPUserProfiles includes the following code segment: (Line numbers are included for reference only.)
You need to implement the UpdatePhoneNumber method.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct target 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:
Q20. You develop a SharePoint app to create an approval workflow for expense reports. The app must collect user input before starting the workflow.
You need to use ASP.NET forms in the workflow. Which form type should you use?
A. Workflow input form
B. Workflow initiation form
C. Workflow task form
D. Workflow modification form
Answer: B