Pass4Test의 MCTS 70-667 (TS: Microsoft SharePoint Server 2010, Configuring ) 덤프는 다른 덤프판매 사이트보다 저렴한 가격으로 여러분들께 가볍게 다가갑니다. MCTS 70-667 (TS: Microsoft SharePoint Server 2010, Configuring ) 덤프는 기출문제와 예상문제로 되어있어 MCTS 70-667 (TS: Microsoft SharePoint Server 2010, Configuring ) 시험패스는 시간문제뿐입니다.
NO.1 You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You have a site collection
named http://www.contoso.com based on the Team Site template that has anonymous access enabled.
You need to ensure that anonymous users cannot view application-level pages.
What should you do?
A. From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeatureDocumentSet -Url "http://www.contoso.com"
B. Add User1 to the Site Owners group.
C. From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable-SPFeatureViewFormPagesLockdown -Url "http://www.contoso.com"
D. From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable-SPFeatureViewFormPagesLockdown -Url http://www.contoso.com
E. From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb "http://www.contoso.com/sales" $spWeb.BreakRoleInheritance($false)
$spWeb.Dispose( )
F. From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb "http://www.contoso.com/sales" $spWeb.BreakRoleInheritance($true)
$spWeb.Dispose( )
G. Add User1 as a site collection administrator.
H. GrantDesign permissions to the Sales SharePoint user group.
Answer: D
NO.2 You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains a site
collection named Intranet.
You upload a custom solution to the Solution Gallery of Intranet. You discover that you cannot activate the
custom solution. You need to ensure that you can activate the solution in Intranet.
What should you do?
A. From Central Administration, start the Application Registry Service.
B. From Windows PowerShell, run Start-Service -Name SPUserCodeV4.
C. From Central Administration, create a new service application.
D. From Central Administration, start the Microsoft SharePoint Foundation Sandboxed Code Service.
E. From a command prompt, run stsadm.exe -o execadmsvcjobs
F. From Windows PowerShell, run Start-Service -Name SPAdminV4
G. From Central Administration, activate the Global Web Parts feature.
H. From Windows PowerShell, run New-SPAccessServiceApplication -Name SandboxSolution
Confirm:$true.
Answer: B
NO.3 You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm.
The List View Threshold property is set to 7,500.
You need to ensure that developers can retrieve a maximum of 7,500 items from a list.
What should you do?
A. Create an information management policy.
B. Enable HTTP request throttling
C. Modify the Allow Object Model Override setting.
D. Modify the value of the List View Lookup Threshold
Answer: C
NO.4 Your company network includes a SharePoint Server 2010 Service Pack 1 (SP1) server.
A sandbox solution repeatedly fails.
You need to prevent the solution from running. You also need to ensure that the resolution affects no other
sandboxed solutions in the site collection.
What should you do.?
A. From the Site Collection Quotas and Locks page, raise the resource quota that is applied to the site
collection
B. From Microsoft SQL Server Management Studio, set the status of the site collection content database
to read-only.
C. From the SharePoint 2010 Management Shell, run the Remove-SPUserSolution PowerShell cmdlet.
D. From Central Administration, add the solution as a Blocked Solution on the Sandboxed Solution
Management page.
Answer: D
NO.5 You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You configure the User Profile
Synchronization Service to use a new user account as a service account. You discover that user profiles
are not imported from Active Directory. You verify that the service is running, and then you run the
Forefront Identity Manager service. You receive the following error message: "Replication Access is
Denied." You need to ensure that the user profiles are imported from Active Directory. Which permissions
should you assign to which service account?
A. the Replication synchronization permission to the service account of the User Profile Synchronization
Service
B. the Replication synchronization permission to the service account of the farm
C. the Replicating Directory Changes permission to the service account of the farm
D. the Replicating Directory Changes permission to the service account of the User Profile
Synchronization Service
Answer: D
NO.6 You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. The farm contains a web
application named WebApp1. WebApp1 contains one site collection named Portal.
WebApp1 is configured to use NTLM authentication.
You need to implement forms-based authentication for Portal. What should you do? (Each correct answer
part of the solution. Choose all that apply.)
A. Modify the Client.config file.
B. Modify the Web.config file.
C. Create a managed metadata service connection.
D. Extend WebApp1.
E. Create a new web application.
Answer: BD
NO.7 You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to ensure that users
can receive SMS alert notifications.
What should you configure?
A. the Service Application Associations settings from Central Administration
B. the Send To Connections settings from Central Administration
C. the mobileControls settings in the web.config file
D. the Mobile Account settings from Central Administration
Answer: D
NO.8 Your company network includes a SharePoint Server 2010 Service Pack 1 (SP1) server. You create an
http://www.contoso.com web application that has multiple site collections. The site collections have a
large amount of content residing across lists. You deploy custom web parts that query the list items
through the SharePoint object model. You need to ensure that the custom code that queries the list items
and default list views remains within 2,500 items for each request.
What should you do?
A. Set the value of List View Threshold to 2500. Set the value of Object Model Override to No.
B. Set the value of List View Lookup Threshold to 2500. Set the value of Object Model Override to No.
C. Set the value of HTTP Request Monitoring and Throttling to No. Set the value of Daily Time Windows
for Large Queries to 0 hours.
D. Set the value of the PropertySize attribute to 2500 on the WebPartLimits node in the web.config file.
Answer: A