Q1. - (Topic 4)
You need to configure a new site collection in Central Administration. You will use the site collection to manage navigation terms.
What should you do?
A. Create a site collection by using the Publishing Portal template.
B. Create a site collection by using the Enterprise Search Center template.
C. Create a site collection by using the Records Center template.
D. Set the website address to http://adventureworks.com/sites/navigation
Answer: A
Q2. - (Topic 5)
You access a Records Management site in SharePoint. You create the following segment: (Line numbers are included for reference only.)
Search results must display documents that contain specific keywords by using the following custom display template:
You need to implement the custom display template.
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
E. Option E
F. Option F
Answer: A,C,F
Q3. - (Topic 1)
You need to configure the Content Enrichment web service to index content from the AbstractIndexer service.
What should you do?
A. Set the value of the OutputProperties array to Trigger=True.
B. Set the value of the SendRawData property to false.
C. Configure conditions for the Trigger property.
D. Set the value of the InputProperties property to Trigger=True.
Answer: A
Q4. - (Topic 1)
You need to search for research papers that contain media files.
What should you do? {Each correct answer presents part of the solution. Choose all that apply.)
A. Add an Association operation from the ResearchPapers.ID field to the Windows Media Service.
B. Use Remote BLOB storage.
C. Add an Association operation from the ResearchPapers.ID field to the TreyResearch external content type.
D. Create a SQL Server-based external content type.
Answer: B,D
Q5. HOTSPOT - (Topic 3)
You need to add the city of Dallas to the Cities term set.
On the Term Store Management Tool page, which option should you select? (To answer, select the appropriate option in the answer area.)
Answer:
Q6. DRAG DROP - (Topic 5)
You develop a SharePoint app for Contoso, Ltd. Contoso has offices in several countries. All of the local offices in each country are connected by using a Wide Area Network (WAN). Users store large data files in SharePoint document libraries. The users report that the files load very slowly.
You need to ensure that the files are cached the first time that the files are opened at a local office.
How should you complete the Windows PowerShell cmdlet? (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:
Q7. - (Topic 4)
You need to ensure that end users can access the project's external content type and model by using the provided naming specifications.
Which properties in the external content-type editor must you set when you create the external content type in SharePoint Designer? (Each correct answer presents part of the solution. Choose all that apply.)
A. Set the value of the Display Name property to Project.
B. Set the value of the Namespace property to http://adventureworks/sites/portal.
C. Set the value of the Namespace property to proj_info.
D. Set the value of the Name property to proj_info.
E. Set the value of the Display Name property to proj_info.
F. Set the value of the Name property to Project.
Answer: C,E
Explanation: From scenario:
(C) The Project external content type must use the root namespace proj_info.
E:
Q8. - (Topic 4)
You need to create the term set for the Document Library app named Project Documents.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
A. Insert the following code segment into line DL18:
TermStoretermStore = taxonomySession.GetDefaultKeywordsTermStore();
B. Insert the following code segment into line DL18:
TermStoretermStore = taxonomySession.GetDefaultSiteCollectionTermStore();
C. Insert the following code segment into line DL24:
myTermSet.CreateTerm("-png", 1033, Guid.NewGuid());
D. Insert the following code segment into line DL24:
myTermSet.CreateTerm(".bmp", 1033, Guid.NewGuid());
Answer: A,C
Explanation: From scenario:
You must develop a console app to print the current term sets and each root term for the
app by using the following style: TermSet : name Term : name
(A, C, Not B, not D) The Document Library app named Project Documents must include a
loca term set for document types. The term set must contain the default terms .docx, .png,
and -jpg.
Topic 5, Mix Questions
Q9. - (Topic 1)
You need to configure the external content type to search for research papers.
Which indexing connector should you use?
A. .NET Type Connector
B. WCF Service Connector
C. Custom Connector
D. SQL Server Connector
Answer: B
Q10. - (Topic 3)
You must create a search results page for the real estate properties that are available in each real estate office.
You need to display the search result for the internet site collection.
Which types of files should you create? (Each correct answer presents part of the solution. Choose all that apply.)
A. JavaScript (.js)
B. Active Server Page (.aspx)
C. Master Page (.master)
D. HTML (.html)
E. XML (.xml)
Answer: B,C
Explanation: Note:
* Master Page defines “placeholders” which can be overridden in child page
* Content Page of a Master Page defaults to default.aspx