Q1. DRAG DROP - (Topic 4)
You need to configure permission roles for the team members.
What should you do? (To answer, drag the appropriate role to the correct location in the answer area. Each role 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. HOTSPOT - (Topic 5)
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:
Q3. HOTSPOT - (Topic 5)
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:
Q4. DRAG DROP - (Topic 3)
You need to configure the content types and page layouts that are used to display information about the members of the board of directors.
How should you configure the content types and page layouts? (To answer, drag the appropriate content types to the correct location in the answer area. Each content type 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:
Q5. HOTSPOT - (Topic 5)
You use the SharePoint 2013 Management Shell to access a SharePoint farm. A user reports an error in one of the apps that you have installed. The error message contains the correlation token ID of b49f64b3-4722-4336-9a5c-56c326b344d4.
You need to save a report of the complete error trace for all errors that were reported in the previous 30 minutes.
How should you complete the Windows PowerShell cmdlet? (To answer, select the appropriate option from each drop-down list in the answer area.)
Answer:
Q6. - (Topic 3)
You need to include the details of each property as managed metadata. Which code segment should you add at line IM07?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Q7. - (Topic 5)
You configure eDiscovery for a SharePoint Online site collection.
You need to configure permissions for eDiscovery users so that users are able to access all discoverable content.
What should you do?
A. Add eDiscovery users to the Viewers group for the eDiscovery center.
B. Grant eDiscovery users access to all content in each web application.
C. Grant eDiscovery users Contribute permissions to the eDiscovery center.
D. Grant eDiscovery users site collection administrator permissions on every site collection that contains discoverable content.
Answer: D
Q8. 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:
Q9. HOTSPOT - (Topic 5)
You use the SharePoint 2013 Management Shell to access a SharePoint farm. A user reports an error in one of the apps that you have installed. The error message contains the correlation token ID of b49f64b3-4722-4336-9a5c-56c326b344d4.
You need to save a report of the complete error trace for all errors that were reported in the previous 90 minutes.
You have the following PowerShell command:
Which values you include in Target 1, Target 2 and Target 3 to complete the command? (To answer, select the appropriate values from each drop-down list in the answer area.)
Answer:
Q10. - (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
Q11. - (Topic 5)
A legal company uses SharePoint for document and records management. You search all documents by using extractors and managed properties. FAST Query Language (FQL) is enabled for the result sources, and the content of the document is indexed as full text. All documents are named by using the following pattern: "AAA-Axxxx-AA".
You must find documents that were created in May 2012 and contain the ordered keywords "liable", "advocate", and "adjudication". Results that are returned must include only document names that begin with "HCT-Q" and end only with "AB".
You need to create the FQL query that returns the required results.
Which FQL statements should you use? (Each correct answer presents part of the solution. Choose all that apply.)
A. Write> =05/01/2012 and write<=05/31/2012
B. string('liable advocate adjudication", mode="onear")
C. title:HCT-Q*
D. title:HCT-Q????-AB
E. NEAR (liable, advocate, adjudication)
F. write:range (2012-05-01, 2012-05-31)
Answer: B,D,F
Explanation: B (not E):
The ordered variant ofNEAR, and requires an ordered match of the terms.
TheONEARoperator can be used to restrict the result set to items that haveNterms within a
certain distance of Returns only items that don’t match the operand. The operand may be
any valid FQL expression.one another.
D (not C):
* All documents are named by using the following pattern: "AAA-Axxxx-AA".
* Results that are returned must include only document names that begin with "HCT-Q" and end only with "AB". F (not A):
* Range. Enables range matching expressions. The RANGE operator is used for numeric and date/time managed properties.
* FQL provides the datetime data type for date and time. The following ISO 8601-compatible datetime formats are supported in queries: YYYY-MM-DD YYYY-MM-DDThh:mm:ss YYYY-MM-DDThh:mm:ssZ YYYY-MM-DDThh:mm:ssfrZ
Reference: FAST Query Language (FQL) syntax reference
Q12. DRAG DROP - (Topic 5)
Users report that an app is slow to load. You navigate to the start page for the app in Internet Explorer and then open the Developer Tools window.
You need to debug the JavaScript code.
Which five 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:
Q13. DRAG DROP - (Topic 5)
You develop a SharePoint app that includes microblog posts and conversations for a company named Contoso, Ltd.
You must use various programming object models to determine the number of unread mentions in microblog posts for the current user.
You need to call methods for different programming object models.
How should you create the method calls? (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:
Q14. 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:
Q15. 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:
Q16. - (Topic 5)
You create a publishing site collection and configure it for anonymous use. The Machine
Translation Service (MTS) application is configured and available.
New pages in the site collection must be translated immediately to other languages by
using the SharePoint Variations feature and the MTS application.
You need to configure the MTS application to perform translations synchronously. Which code segment should you use?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Explanation: asyncJob SP.Translation.SaveBehavior.alwaysOverwrite
Example:
To translate a single file asynchronously:
JScript
var asyncJob;
var clientContext = new SP.ClientContext("serverRelativeUrl");
var contextSite = clientContext.get_site();
asyncJob = SP.Translation.TranslationJob.newObject(clientContext, "cultureID");
asyncJob.set_outputSaveBehavior(SP.Translation.SaveBehavior.alwaysOverwrite);
Reference: Machine Translation Services in SharePoint 2013
Q17. DRAG DROP - (Topic 5)
You create a SharePoint app that displays employee information in a SharePoint list. The app uses Business Connectivity Services (BCS) to connect to a custom employee information database. You have a Business Data Connectivity (BDC) model named Employee.
You need to implement the GetEmployee method.
You have the following code:
Which code segments should you include in Target 1, Target 2, Target 3 and Target 4 to complete the code? (To answer, drag the appropriate code segment 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:
Q18. HOTSPOT - (Topic 5)
A company uses SharePoint to manage a large number of documents.
The Document ID Service feature is enabled. You need to create a custom class that generates a unique ID for each document.
How should you complete the class definition? (To answer, select the appropriate code segment from each drop-down list in the answer area.).
Answer:
Q19. HOTSPOT - (Topic 5)
LitWare, Inc. is integrating an Enterprise Project Management (EPM) system with SharePoint by using Business Connectivity Services (BCS). The EPM system uses a Windows Communication Foundation (WCF) service that is hosted in Internet Information Services (IIS). The WCF service is named tasks.svc and is located at http://litware.com:8080. The metadata for the service is found at http://litware.com:808/mex.
You need to create a data connection for the EPM system.
In the WCF Connection dialog box, how should you configure the connection to the WCF service? (To answer, select the appropriate option from each drop-down list in the answer area.)
Answer: