QUESTION 141
You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to perform
backup and restore of a site collection and its content database by using Windows PowerShell.
Which command should you run to restore the farm configuration?
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder -BackupMethod Full
-
Restore-SPFarm -Directory \FileServer_Namesharesite_name.bak -RestoreMethod
Overwrite -Item “FarmMicrosoft SharePoint Foundation Web ApplicationAdventureWorks”
-
Restore-SPFarm -Directory \FileServer_Namesharesite_name.bak
-RestoreMethod Overwrite -ConfigurationOnly
-
Restore-SPSite http://localhost -Path \FileServer_NameSharePointBackupFolder
SiteBackup.bak -Force
-
Backup-SPSite http://localhost
-Path \FileServer_NameSharePointBackupFolderSiteBackup.bak
-
Restore-SPFarm -Directory \FileServer_Name sharesite_name.bak
-RestoreMethod Overwrite -Item WSS_AdventureWorks
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder
-Item MFarmMicrosoft SharePoint Foundation Web ApplicationAdventureWorks”
-BackupMethod Full
-
Backup-SPFarm -Directory \FileServer_NameSharePointBackupFolder -BackupMethod Full
-Item WSS_AdventureWorks
Correct Answer: C
QUESTION 142
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to be notified if the
server farm account is used for service Applications in the server farm. What should you do?
-
From Reporting, click View Administrative reports and set an alert.
-
From Reporting, click View Web analytics reports and set an alert.
-
From Health Analyzer, click Review problems and solutions and set an alert.
-
From Health Analyzer, click Review Rule definitions and set an alert.
Correct Answer: D
QUESTION 143
You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. You have a site collection
named http://www.contoso.com based on the Team Site template. You need to ensure that
document sets are available to the site collection. What should you do?
-
Grant Design permissions to the Sales SharePoint user group.
-
From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeature ViewFormPagesLockdown -Url “http://www.contoso.com”
-
Add Employee1 as a site collection administrator.
-
From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable- SPFeature DocumentSet -Url “http://www.contoso.com”
-
From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb “http://www.contoso.com/sales”
$spWeb.BreakRoleInheritance($false)
$spWeb.Dispose()
-
From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb “http://www.contoso.com/sales”
$spWeb.BreakRoleInheritance($true)
$spWeb.Dispose()
-
Grant Full Control permissions to the Sales SharePoint user group.
-
Add Employee1 to the Site Owners group.
-
From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeature DocumentSet -Url “http://www.contoso.com”
-
From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable-SPFeature ViewFormPagesLockdown -Url http://www.contoso.com
Correct Answer: D
QUESTION 144
DRAG DROP
You create an InfoPath form template on a SharePoint Server 2010 Service Pack 1 (SP1) farm. You
need to create a cross-domain data connection that uses InfoPath Forms Services (IPFS) for the
form. What should you do?
To answer, move the appropriate actions from the list of actions to the answer area and arrange
them in the correct order.
Select and Place:
Correct Answer:
QUESTION 145
DRAG DROP
You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. You need to configure Secure
Store Service (SSS) for Microsoft Office Excel services with an unattended account. What should
you do?
To answer, move the appropriate actions from the list of actions to the answer area and arrange
them in the correct order.
Select and Place:
Correct Answer:
QUESTION 146
DRAG DROP
You need to Configure Mircosoft Sql Server Reporting Services (SSRS) 2008 R2 with Sharepoint
Server 2010 Service Pack1 (SP1). What should you do?
To answer, move the appropriate actions from the list of actions to the answer area and arrange
them in the correct order.
Select and Place:
Correct Answer:
QUESTION 147
You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains a
single Search service Application that has two index servers. The search index contains 3 million
documents that reside on the SharePoint farm and 2 million documents that reside on a network
file server named fileserver1. You need to ensure that users throughout the farm can specify that
results for an individual search query should include content only from a network file share that
has the \fileserver1documents UNC path. What should you do?
-
Add a second Search service Application and distribute the indexed content across the two
index servers.
-
Add a new search scope at the service Application level. Add a scope rule that uses the Web
Address rule type.
-
Add a new crawl rule and specify the path where the rule will App1y. In the Crawl
Configuration section, select the Include all items in this path option.
-
Add a new federated search location. In the Restrictions and Credentials Information section, select the No restriction: All sites can use this location option.
-
Add a new crawl rule and specify the path where the rule will App1y. In the Crawl
Configuration section, select the Exclude all items in this path option.
-
Add a new content source and specify its start address. Add a crawl schedule, and initiate a
full crawl.
-
Add a new index partition and distribute the existing index across the two index servers.
-
Add a new search scope at the site administration level. Add a scope rule that uses the
Content Source rule type.
Correct Answer: H
QUESTION 148
You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains a
single Search service Application that has two index servers. The search index contains 3 million
documents that reside on the SharePoint farm and 2 million documents that reside on a network
file server named fileserver1. You attach a content database that contains 8 million documents.
You make sites from the database accessible on your farm. You grant Read permissions to
anonymous users to read all the content on these sites. You need to improve the performance of
the search. You also need to ensure that users can search the contents of the entire SharePoint
farm from a single SearchCenter site. What should you do?
-
Add a new federated search location. In the Restrictions and Credentials Information section, select the No restriction: All sites can use this location option.
-
Add a new content source and specify its start address. Add a crawl schedule, and initiate a
full crawl.
-
Add a second Search service Application and distribute the indexed content across the two
index servers.
-
Add a new search scope at the service Application level. Add a scope rule that uses the Web
Address rule type.
-
Add a new crawl rule and specify the path where the rule will App1y. In the Crawl
Configuration section, select the Exclude all items in this path option.
-
Add a new index partition and distribute the existing index across the two index servers.
-
Add a new search scope at the site administration level. Add a scope rule that uses the
Content Source rule type.
-
Add a new crawl rule and specify the path where the rule will App1y. In the Crawl
Configuration section, select the Include all items in this path option.
Correct Answer: F
QUESTION 149
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to prevent a user
from modifying his My Sites personal site. The user must be able to view his personal site. What
should you do?
-
Create a Web Application user policy.
-
Modify the Access Services settings.
-
Modify the Site Collection Quota and Locks settings.
-
Modify the permissions of the User Profile Service Application.
Correct Answer: A
QUESTION 150
DRAG DROP
You configure a SharePoint server 2010 service pack 1 SP1 farm. You create a .wsp file named
sharepointProject2.wsp on the server in the following directory: C: install You need to deploy the
.wsp file to the farm. From the SharePoint server 2010 service pack 1 SP1. Management shell,
which cmdlets should you run?
To answer move the appropriate action from the list of actions to the answer area and arrange
them in correct order.
Select and Place:
Correct Answer:
Instant Access to Download Latest Complete Collection of Microsoft MCTS 70-667 Real Exam
Try Microsoft MCTS 70-667 Free Demo
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF