Proper study guides for Refresh Microsoft Recertification for MCSD: SharePoint Applications certified begins with Microsoft 70-517 preparation products which designed to deliver the Real 70-517 questions by making you pass the 70-517 test at your first time. Try the free 70-517 demo right now.
Q21. DRAG DROP
You need to apply the Design Package to all of the required sites.
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:
Q22. DRAG DROP
You need to publish biographical information to the board member site collection. Which five actions should you perform in sequence? (To answer, move the appropriate
Answer:
Q23. Adventure Works uses SharePoint to store product and order information.
Product managers visit the Products list to see the status of each product. They request a feature that will allow them to easily see the recent and old product orders without opening the Products list. The products orders page is located at /sitepages/productorders.aspx, and the product order history page is located at /sitespages/productordershistory.aspx.
Both pages require a query string parameter named ProductID.
You need to add custom actions to the Products list by using the least amount of administrative effort.
What should you do?
A. Add an empty element to the SharePoint project. Add a <CustomAction> tag, set the Location element to EditControlBlock, and then use the <UrlAction> tag for a redirect to the custom page.
B. Create a Windows Application and add a reference to Microsoft.SharePoint.Portal.CustomActions.dll and use the SPCustomActions class to add a custom action.
C. Open the site in SharePoint Designer. Create a custom List Item Display Template and then apply it to the Products List View Web Part.
D. Create a visual Web Part. Use a grid view with a template column and hyperlink, and databind the Products list. Add the Web Part to the allltems.aspx page of the Products list.
Answer: D
Q24. 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
Q25. HOTSPOT
A SharePoint app displays the following search results:
You have the following requirements:
✑ Group results by model.
✑ Display only two rows per model.
✑ Show a unique color for each model.
You need to define a query to meet the requirements.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)
Answer:
Q26. DRAG DROP
You need to ensure that the features required for the Litware Team Site web template are referenced correctly in the ONET.XML file.
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:
Q27. HOTSPOT
You work for a company named Contoso, Ltd. that sells computer parts. You tag inventory lists by using a term set named Computer Parts Classification. The term set is structured as follows.
You must create a console application that accesses the SharePoint site and you must add a ClientContext object named ctx. You need to create a term named i7-2600K that is a child of the CPU node and add a shared property to the i7-2600K term.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)
Answer:
Q28. You need to ensure that all customers can delete videos regardless of their browser capability.
Which code segment should you use as the body of the SendAsync method in the DeleteHandler class?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: B
Q29. HOTSPOT
You create term sets and multi-lingual labels for a site collection. The default locale, language, and culture for the term sets are set to English. You develop a console application to create labels for a term named Memory. The console application uses the English locale. You develop the following labels for the term named Memory.
You need to create German labels for the term named Memory.
How should you complete the relevant code? (To answer, select the appropriate code
segment from each drop-down list in the answer area.)
Answer:
Q30. DRAG DROP
You are developing an ASP.NET MVC application that has pages for users who browse the site with Windows Phone 7.
The pages for Windows Phone 7 include the following files:
✑ _Layout.WP7.cshtml
✑ Index.WP7.cshtml
You need to update the application so that it renders the customized files correctly to Windows Phone 7 users.
How should you update the Application_Start method? (To answer, drag the appropriate line of code to the correct location or locations. Each line of code 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: