Q1. - (Topic 3)
You need to back up the Managed Metadata service application before the update.
Which two tools can you use to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. The Backup and Recovery page in Central Administration
B. SQL Server Management Studio
C. The Backup-SPFarm Windows PowerShell cmdlet
D. The Backup-SPSite Windows PowerShell cmdlet
E. The Backup SqlDatabase Windows PowerShell cmdlet
Answer: A,C
Explanation: Typically, Service Applications will be backed up as part of a full farm back-up, along with all other components of the farm, If you want to backup individual service applications such as Managed Metadata service, User Profile Service then you can use Windows PowerShell to back up the SharePoint service application, below steps describes the procedure.
Step1 – User has to added to the SharePoint_Shell_Access role for desired database. Use the Add-SPShellAdmincmdlet to add user to SharePoint_Shell_Access role as below
Step2 – Click SharePoint 2013 Management Shell from Start –>All Programs Type the below command in PowerShell Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} -Item <ServiceApplicationName> [-Verbose]
Q2. DRAG DROP - (Topic 6)
You are upgrading a SharePoint environment from SharePoint 2010 to SharePoint 2013.
Users must be able to access but not modify SharePoint site content during the upgrade.
You need to upgrade the SharePoint environment.
Which five steps 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:
Q3. - (Topic 6)
You are a SharePoint architect for Contoso, Ltd. Contoso has a SharePoint 2010 farm that contains four site collections.
Each site collection has its own content database. Contoso is upgrading the SharePoint 2010 farm to SharePoint 2013. You create a SharePoint 2013 test farm to test the upgrade process.
The SharePoint migration team reports the content database upgrade failed with the following errors:
. ERROR Database [ContentDatabase] contains a site (Id = [identifier], url = [http://sitecolIectiona]) that is not found in the site map.
. Feature upgrade incomplete for Feature 'ContosoCustomSite' (Id: 'Feature GUID') in site 'http://sitecollectionb'. Exception: A duplicate content type name "Customer" was found.
. ERROR Found a missing feature Id = [Feature Identifier]
You need to resolve the issues.
Which three actions should you perform? Each correct answer presents part of the solution.
A. In the SharePoint 2010 farm, remove orphan objects from the content database and restart the upgrade process.
B. Extract the solution packages from the SharePoint 2010 farm by using the Get-SPSolution Windows PowerShell cmdlet and install to the SharePoint 2013 farm. Run the Test-SPContentDatabase Windows PowerShell cmdlet to confirm if the upgrade errors are fixed.
C. Use the SharePoint Designer to delete the Customer content type from the site collection named http://sitecollectionb, and then restart the upgrade process.
D. Delete the site with the site definition Id = [identifier].
E. Open the site collection named http://sitecolIectionb from the SharePoint 2010 farm and rename the Customer content type and then restart the upgrade process.
Answer: A,B,D
Q4. - (Topic 6)
A company has two SharePoint farms as described in the following table.
You need to process incoming server requests on HRFarm that originate from FinanceFarm.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
A. Configure both farms to use Secure Sockets Layer (SSL) connections.
B. Run the Windows PowerShell cmdlet New-SPTrustedSecurityTokenIssuer on a server in FarmB.
C. Run the Windows PowerShell cmdlet New-SPTrustedSecurityTokenIssuer on a server in HRFarm.
D. Log on as a member of the Administrators group on a server in FarmA.
E. Run the Windows PowerShell cmdlet Get-SPTrustedSecurityTokenIssuer -Identity FarmA on a server in FarmA.
Answer: A,C,D
Explanation: C (not B):
New-SPTrustedSecurityTokenIssuer
Creates a trust between a server to server principal.
Use the New-SPTrustedSecurityTokenIssuercmdlet to establish a trust between a server to server principal.
Q5. - (Topic 6)
You are configuring a SharePoint farm.
You have the following requirements:
Implement an enterprise resource pool. Enable tasks to be assigned to users. Implement a resource breakdown structure.
You need to implement a solution that meets the requirements.
What should you do?
A. Import a Microsoft Excel spreadsheet as a custom list.
B. Provision a Microsoft Project web app.
C. Create a SharePoint task list.
D. Create a collaboration portal.
Answer: B
Q6. HOTSPOT - (Topic 6)
You have a SharePoint Server 2013 server farm that uses a Microsoft SQL Server 2012 database server.
You need to automate the backup of the content databases.
From which node should you perform the configuration? (To answer, select the appropriate node in the answer area.)
Answer:
Q7. HOTSPOT - (Topic 6)
A company uses SharePoint Server to manage document templates. Each department stores its templates in a department-specific site collection.
All templates use a content type named Corporate Templates. Templates are stored in document library apps with other types of files.
The Search service application must meet the following requirements:
. Users can search from a single location across all department site collections. . Search results include content from all site collections that contain templates.
You need to configure the Search service application to meet the requirements.
On the Search Administration page, which search feature should you configure? (To answer, select the appropriate feature in the answer area.)
Answer:
Q8. HOTSPOT - (Topic 3)
You need to configure the environment to support the management of custom applications.
What should you do? (To answer, select the appropriate option from each drop-down list in the answer area.)
Answer:
Q9. HOTSPOT - (Topic 5)
You are configuring service applications to support access to the company data warehouse.
You need to assign permissions.
Which two service applications should you configure? (To answer, select the appropriate service applications in the answer area.)
Answer:
Q10. - (Topic 6)
You are the administrator of a SharePoint environment. The SharePoint environment uses Azure Infrastructure Services for disaster recovery.
You must create a disaster recovery plan that includes warm failover to Azure Infrastructure Services.
You need to identify which service databases must be restored.
Which two service databases must you restore? Each correct answer presents part of the solution.
A. Content databases
B. State service database
C. Usage and Health Data Collection service database
D. Search Administration service database
E. Word Automation service database
Answer: A,D
Explanation: In a warm recovery environment the farm is built and virtual machines are running and updated. Recovery includes attaching content databases, provisioning service applications, and crawling content.
Incorrect: Not B: The State Service is a shared service that is used by some Microsoft SharePoint Server components to store temporary data across related HTTP requests in a SQL Server database. In SharePoint Server 2010, the State Service is required by InfoPath Forms Services (including out of the box and custom workflow forms), the SharePoint Server 2010 Chart Web Part, and certain Microsoft Visio 2010 scenarios that do not use Microsoft Silverlight 3. Not E: Word Automation Services provides unattended, server-side conversion of documents into formats that are supported by the Microsoft Word client application.