Q1. HOTSPOT - (Topic 5)
You develop a SharePoint app by using the client-side object model (CSOM.)
On each page of the app, you need to display the user profile picture for the user that is currently logged in.
How should you complete the relevant code? (To answer, select the appropriate option from each drop-down list in the answer area.)
Answer:
Q2. - (Topic 3)
You need to configure search engine optimization for the site collection.
On the Search Engine Optimization Settings page, what should you do? (Each correct answer presents part of the solution. Choose all that apply.)
A. Select the Do not filter link parameters option.
B. In the Filter link parameters text box, enter agentName&officeId&certs
C. In the Filter link parameters text box, enter agentName;officeId
D. In the Filter link parameters text box, enter agentName&officeId
E. Select the Filter link parameters option.
F. In the Filter link parameters text box, enter agentName;officeId;certs
Answer: B,E
Explanation: * From scenario:
The search engine must recognize that the following URLs display the same information
about the same agent:
http://www.contoso.com/FindAnAgent?agentName=JohnDoe&officeId=Sacramento
http://www.contoso.com/FindAnAgent?agentName=JohnDoe&officeId=Sacramento8icerts=
true
Q3. - (Topic 2)
You need to ensure that the data synchronization does not affect the end user experience on the intranet.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A,C
Q4. - (Topic 3)
You need to add the field control to the About Us page layout.
Which control should you add?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Q5. HOTSPOT - (Topic 3)
You need to configure search results to meet the requirements for the Real Estate Guidelines document.
On the Site Settings page in the top level site of the site collection, which link should you select? (To answer, select the appropriate link in the answer area.)
Answer:
Q6. HOTSPOT - (Topic 2)
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:
Q7. DRAG DROP - (Topic 1)
You need to add code at line AJ05 to complete the implementation of the app.
How should you complete the relevant code? (To answer, drag the appropriate code segment to the correct location 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. HOTSPOT - (Topic 5)
You create a SharePoint app that displays a list of documents for a company that sells insurance policies. The documents have been crawled by the Search service.
You create managed properties named Underwriter and Bonded.
You must locate the documents that meet the following criteria:
Created by using Microsoft Word 2002
Contains the exact phrase "life policy"
Were underwritten by Woodgrove
You need to design a search query that locates the required documents.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)
Answer:
Q9. HOTSPOT - (Topic 1)
You need to add code to line CM07 to create the Research Content document set.
How should you complete the relevant code? (To answer, select the appropriate option from the dropdown list in the answer area.)
Answer:
Q10. - (Topic 5)
You have a custom Web Part that retrieves data across multiple task lists.
Pages that contain the Web Part load slowly.
You need to ensure that pages load as quickly as possible.
Which methods should you use? (Each correct answer presents a complete solution.
Choose all that apply.)
A. CrossListQueryCache.GetSiteData(SPContext.Current.Site, siteUrl)
B. CrossListQueryCache.GetSiteData(SPContext.Current.Site)
C. Cache.Get(siteUrl)
D. SPList.GetItems(spQuery)
Answer: A,C
Explanation: A: GetSiteData method (SPSite, String)
Gets the cache data from the specified site and from the specified webUrl.
C: Cache.Get Method
Retrieves the specified item from the Cache object.