Q1. - (Topic 2)
You need to resolve the authentication issue that occurs in the SharePoint environment. What should you do?
A. Deploy the Secure Store Service.
B. Use classic mode authentication and set the authentication type to NTLM.
C. Use the Distributed Cache service.
D. Use classic mode authentication and set the authentication type to Kerberos.
Answer: C
Q2. - (Topic 12)
You have a SharePoint Server 2013 server farm.
You have a Microsoft Visio drawing named Drawing1.vsdx that is 40 MB.
You add the Visio Web Access Web Part to a page and configure the Web Part to display Drawing1.
You discover that the Visio diagram is not displayed on the page.
Other Visio diagrams are displayed successfully by using the Visio Web Access Web Part. You need to ensure that Drawing1.vsdx is displayed in the Visio Web Access Web Part. What should you modify?
A. The site collection policy
B. The Global Settings of the Visio Services service application
C. The General settings of the web application
D. The List Settings of the list where Drawing1.vsdx is stored
Answer: B
Q3. HOTSPOT - (Topic 2)
You are configuring the IIS website settings for a SharePoint application in the Create New Web Application wizard.
You need to ensure that the settings meet the technical requirements.
Which configuration option should you change? (To answer, select the appropriate option in the answer area.)
Answer:
Q4. - (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
Q5. HOTSPOT - (Topic 6)
You are managing a SharePoint farm. All users in the farm have access to a document library app.
You need to begin the process of enabling managed terms for the app.
Which option should you select? (To answer, select the appropriate option in the answer area.)
Answer:
Q6. HOTSPOT - (Topic 6)
You are managing a SharePoint document library app named App1. You need to stop inheritance for App1.
On which page should you modify this setting? (To answer, select the appropriate page link in the answer area.)
Answer:
Q7. HOTSPOT - (Topic 12)
You are planning the deployment of a SharePoint Server 2013 server farm.
You plan to deploy Microsoft SQL Server 2012 AlwaysOn Availability Groups. The groups will have four replicas configured as shown in the following table.
You need to recommend which mode of commit must be used for each replica. Which commit type should you recommend for each replica? (To answer, select the
appropriate options in the answer area.)
Answer:
Q8. HOTSPOT - (Topic 12)
An organization has two SharePoint farms named FarmA and FarmB.
You need to configure FarmA to consume the Managed Metadata service from FarmB.
In Central Administration, which command should you select to complete the configuration? (To answer, select the appropriate command in the answer area.)
Answer:
Q9. HOTSPOT - (Topic 12)
You are a SharePoint architect for Contoso, Ltd. The environment has the following servers:
You must support a streamlined topology.
You need to design the distribution of services and other components in the farm. Use the drop-down menus to select the answer choice that answers each question.
Answer:
Q10. DRAG DROP - (Topic 6)
A company has a SharePoint environment that contains one front-end web server and one database server.
The company would like to ensure that employees can send email messages to document libraries.
You need to configure the environment to receive email messages.
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:
Q11. - (Topic 6)
A SharePoint farm has a very large search index. Users report that search results are too broad.
You need to ensure that properties can be used to refine search results.
Which two options should you configure? (Each correct answer presents part of the solution. Choose two.)
A. Searchable
B. Queryable
C. Complete Matching
D. Retrievable
E. Refinable
F. Sortable
Answer: B,E
Explanation:
To create a managed property, add type code to the name, and enable a managed property as a refiner
✑ Verify that the user account that performs this procedure is an administrator of the
Search service application.
✑ In Central Administration, in the Application Management section, click Manage service applications.
✑ On the Manage Service Applications page, click the Search service application in which you want to create a managed property.
✑ On the Search Administration page, in the Quick Launch, under Queries and Results, click Search Schema.
✑ On the Managed Properties page, click New Managed Property.
✑ On the New Managed Property page, in the Property name box, in the Name and description section, type the name of the new managed property, followed by the appropriate type code. For an overview of type codes, see Type codes.
✑ In the Type section, select the appropriate data type.
✑ In the Main characteristics section, set the following selections: You can also specify additional settings in this section.
✑ In the Mappings to crawled properties section, click Add a mapping.
✑ In the Crawled property selection dialog box, find the crawled property that you want to map to the managed property in the list, or search for it by typing the name of the crawled property in the box, and then clicking Find.
Ref: http://technet.microsoft.com/en- us/library/jj679902.aspx#BKMK_MapCPtoRefinableMP
Q12. DRAG DROP - (Topic 6)
You are the administrator of a SharePoint farm. The search index for the farm contains approximately 10 million items.
Performance reports indicate that search queries have high latency times and content crawls are slow. You add a new SharePoint server to the farm.
You need to configure the new server to add a new index component to the search topology.
Which four 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. - (Topic 12)
A SharePoint 2010 environment contains a Microsoft SQL Server 2008 R2 database instance named SP-SQL that hosts the databases for the farm.
You are upgrading the farm to SharePoint 2013.
You need to ensure that users can access the unmodified farm contents during the upgrade process.
What should you do?
A. Run the following Transact-SQL (T-SQL) statement for each content database and service application you plan to upgrade. ALTER DATABASE <database name>SET READ_ONLY;
B. Run the following command-line tool for each site collection in the content databases you plan to upgrade. Stsadm -o setsitelock -urKsite collection name> -lock readonly
C. Run the following Windows PowerShell cmdlets for each web application in the SharePoint 2010 farm you plan to upgrade. $db = Get-SPContentDatabase<web application name>Set-SPContentDatabase$db -Status Offline
D. Run the following Transact-SQL (T-SQL) statement for each content database and service application you plan to upgrade. EXEC sp_dboption<database name>, "read only", "True";
Answer: A
Q14. HOTSPOT - (Topic 6)
A company is upgrading to SharePoint Server 2013.
You plan to migrate an existing PHP eCommerce site to SharePoint Server 2013.
The ecommerce site has the following requirements:
✑ Users must be able to browse all products available.
✑ Users must be able to drill down on specific product attributes.
✑ Product attributes must be stored as managed metadata.
You need to determine which components you should implement.
Which components are required? To answer, select the appropriate option from each list in the answer area.
Answer:
Q15. - (Topic 12)
You are moving a customized SharePoint site collection to a new farm. You attach and mount the source content database in the destination farm.
You need to ensure that all customizations from the source farm are available in the destination farm.
What should you do?
A. Install all custom applications in the destination farm.
B. Configure alternate access mappings on the source server.
C. Copy all search indexes from the source farm to the destination farm.
D. Copy all SharePoint groups and users from the source farm to the destination farm.
Answer: A