Q1. - (Topic 3)
You need to configure navigation for publishing sites. What should you do?
A. Create a managed path for the site collection.
B. Modify the site settings to use managed navigation.
C. Configure alternate access mapping.
D. Modify the site settings to use structural navigation.
Answer: B
Q2. DRAG DROP - (Topic 12)
You have a SharePoint Server 2013 server farm that has the Excel Services Application service application deployed. The farm uses a database server that has Microsoft SQL Server 2012 installed.
You need to implement PowerPivot for Excel Services in a basic configuration.
Which three actions should you perform in sequence? (To answer, move the appropriate three actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Q3. - (Topic 10)
You need to configure caching to support the ProseWeb site design elements. Which cache should you configure?
A. BLOB cache
B. Site collection output cache
C. Site collection object cache
D. Site output cache
Answer: A
Q4. DRAG DROP - (Topic 6)
A company's SharePoint environment contains a single web application with a root site collection that hosts the company intranet site.
The company plans to allow project managers to create project-specific sites and assign permissions for those sites to project team members.
The project sites will contain large files. You have the following requirements:
✑ Create a separate area of the intranet site for the purpose of containing project sites.
✑ Assign a distinct URL to the project site area.
✑ Ensure that project managers can create project sites and add users to project sites.
✑ Ensure that project site data is stored separately from other intranet site content.
You need to create and configure the project site area.
Which three 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:
Q5. HOTSPOT - (Topic 6)
You have a SharePoint server 2013 server farm.
Users report that the past week, some pages were slow to render.
You need to identify the 10 pages in the farm that take the longest to load.
Which link should you select? (To answer, select the appropriate link in the answer area.)
Answer:
Q6. - (Topic 6)
You manage a SharePoint farm in an Active Directory Domain Services (AD DS) forest. You implement SharePoint Online.
AD DS users must be able to access on-premises sites and SharePoint Online resources without having to authenticate each time that they access SharePoint Online. You replace the default certificate for validating incoming tokens in the SharePointfarm.
You need to ensure that SharePoint uses the new certificate. Which service must you restart?
A. Certificate Service
B. Component Services
C. Security Token Service
D. SharePoint Timer Service
Answer: D
Explanation: When you replace the Security Token Service (STS) certificate for a SharePoint 2013 farm you need to restart IIS and the SharePoint timer service.
Reference: Replace the STS certificate for the on-premises environment https://technet.microsoft.com/en-us/library/dn551378.aspx
Q7. - (Topic 6)
You are managing a site collection in a SharePoint farm.
You need to configure the minimum level of permissions necessary for users to manage lists in the site collection.
What permission level should you configure?
A. Full Control
B. Create
C. Design
D. Contribute
Answer: C
Q8. - (Topic 2)
You need to configure a managed path to support Project2. What should you do?
A. Use an explicit inclusion for /corp.
B. Create a new IIS virtual directory under the /corp site.
C. Create a new IIS virtual directory under the default website.
D. Use a wildcard inclusion for /corp.
Answer: D
Q9. - (Topic 12)
A company named Contoso, Ltd. has a SharePoint 2010 site collection at www.contoso.com. You are preparing to upgrade the site collection to SharePoint 2013.
The root site collection has had extensive customizations made to pages by using SharePoint Designer.
You need to test the site collection customizations before the upgrade. What should you do?
A. Use the visual upgrade feature in preview mode.
B. Use the page upgrade feature in preview mode for each customized page.
C. Run the Get-SPSite -identity http://www.contoso.com | $_.GetVisualReport() | Format- Table Windows PowerShell cmdlet.
D. Request an upgrade evaluation site collection.
Answer: D
Q10. - (Topic 6)
You are configuring a query rule for a site in a SharePoint site collection.
You need to promote specific search results during a defined date range only.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Configure actions for the rule.
B. Configure query conditions for the rule.
C. Add the rule with a source type.
D. Add the rule without a source type.
E. Configure publishing options for the rule.
Answer: A,E
Explanation: Without using any custom code, Search service application administrators, site collection administrators, and site owners can help searches respond to the intent of users by creating query rules. In a query rule, you specify conditions and correlated actions. When a query meets the conditions in a query rule, the search system performs the actions specified in the rule to improve the relevance of the search results, such as by narrowing results or changing the order in which results are displayed. For example, a query rule condition could be that a term in a query matches a particular term in a SharePoint term set, or that a query is frequently performed on a particular result source in a search system, such as videos. When the query rule condition is satisfied, a correlated action could be to show a specific item at the top of the search results.
You can configure query rules for one or more result sources, and you can specify the time period during which the query rule is active.
E: To make the query rule active during a particular time period, clickPublishing, and then specify the period.
Reference: Manage query rules in SharePoint Server 2013