[Free] Download New Updated (August 2016) Microsoft 70-667 Real Exam 11-20
QUESTION 11
You have a SharePoint Online environment that contains one site collection.
You need to prevent users in the Members group from publishing documents from Microsoft Office Word to SharePoint sites. Users in the Members group must be able to upload documents from a Web browser to SharePoint sites.
What should you do?
A. |
From the Authentication Providers settings, disable the Client Integration setting. |
B. |
From Site Settings, modify the site collection features. |
C. |
From the Authentication Providers settings, modify the authentication type. |
D. |
From Site Settings, modify the permission level for the Members group. |
Correct Answer: D
QUESTION 12
DRAG DROP
You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm.
You need to provision user profile synchronization.
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.
Correct Answer:
QUESTION 13
You have a SharePoint Server 2010 server farm.
You have two Web Applications named WebApp1 and WebApp2. WebApp2 contains a document library named Archive.
You need to ensure that users can send documents from all of the document libraries in WebApp1 to the Archive document library.
What should you do?
A. |
Activate the Content Organizer feature in the root site collection of WebApp1. |
B. |
From Central Administration, modify the General Settings for WebApp1. |
C. |
From Central Administration, modify the Configure Sand To Connections settings. |
D. |
From the Document Library settings of Archive, set the Custom Send To Destination values. |
Correct Answer: C
Explanation:
BURGOS MNEMO: “ensure that users can send documents from libraries to Archive” = “Configure Send To Connections settings
QUESTION 14
Select the appropriate process to configure Anonymous user output cache profile for internet usage
A. |
Go to Site Actions and click on Site Settings. Under Administration click Site Enable output cache. Under Anonymous Cache Profile select Public Internet. Under Authenticated Cache Profile Select the site type you want to use |
B. |
Use PowerShell Cmdlet Install – SPUser – Identity Site Settings – Add AnonymousCacheProfile |
C. |
From Central Administration click Site input cache and select Anonymous check box. |
D. |
From Central Administration, create a new site collection, and then add an alternate access mapping using Anonymous Cache Profile |
&nbs
p;
Correct Answer: A
Explanation:
Configure page output cache settings at the site level
1. On the Site Actions menu , click Site Settings.
2. Under Site Administration, click Site output cache.
3. Under Anonymous Cache Profile, do one of the following: To inherit the site-wide anonymous profile that you configured on the Site Collection Output Cache Settings page, select Inherit the profile <profile name>. To select a different anonymous cache profile for a page, click Select a page output cache profile.
4. Under Authenticated Cache Profile, do one of the following: To inherit the site-wide authenticated profile that was configured on the Site Collection Output Cache Settings page, select Inherit the profile <profile name>. To select a different authenticated cache profile for a page, select a page output cache profile.
5.To apply the settings to subsites in the site collection, select the Apply these settings to all sub-sites check box.
6. Click OK.
References: http://office.microsoft.com/en-us/sharepoint-server-help/improve-page-rendering-by-configuringoutput-caching-HA101785628.aspx
QUESTION 15
Steps to enable Secure Store Service for Excel Using Unattended Accounts
A. |
To configure you first Configure a data access account then Configure a secure store target application for the unattended service account then Configure Excel Services Global Setting and then Configure a workbook to use the unattended service account. |
B. |
In SQL server expand Security, right click logins, and then click new login. In the login name box type the name of the active directory account. Next in Select a Page click user mapping, slec the map then under Database role membership selck db_datareader. Click Ok to finish |
C. |
In Central Administrator select Application Management, click Manage service applications. On Manage Services Application page, click Global settings. On the Excel services settings page in External Data section, thpe the target Application ID in the Application ID box. Click Ok to finish |
D. |
In data-connected Excel workbook, on the data tab, click connections. Next, go to Workbook connections dialog box, select the data connection that you want to update, and then click properties. On the connections properties dialog box, on the definitions tab, click authentication settings. On the Excel services Authentication settings dialog box, select the Non lption and then click Ok to finish |
Correct Answer: A
Explanation:
Resources: http://technet.microsoft.com/en-us/library/hh525344.aspx
(There is a video you can watch that explains how to configure it)
Using the unattended service account involves configuring an Active Directory account and granting it access to your data, storing the credentials for this account in Secure Store, and configuring Excel Services to use the stored credentials when it needs to refresh the data in a workbook.
QUESTION 16
You have a SharePoint Server 2010 server farm.
You need to modify the frequency of immediate alerts for a Web Application.
What should you configure?
A. |
the outgoing e-mail settings of the Web Application |
B. |
the properties of the Windows SharePoint Services Timer V4 service |
C. |
the Resource Throttling settings of the Web Application |
D. |
the timer job definitions |
Correct Answer: D
Explanation:
BURGOS MNEMO: “frequency of immediate alert” = “timer job definitions” Central Administration > Monitoring > Review job definitions > select the job to be configured
QUESTION 17
DRAG DROP
You have a standalone server named Server1 that runs SharePoint Server 2010 Server Pack 1 (SP1).
In a test environment, you install a new server named Server2.
You need to reproduce the SharePoint environment on Server2.
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.
Correct Answer:
QUESTION 18
Your company has a main office and a branch office. The main office connects to the branch office by using a WAN link. A file server is located in the branch office.
You install a SharePoint Server 2010 server farm in the main office.
You need to ensure that content from the branch office file server is available in search results. The solution must minimize the amount of bandwidth used over the WAN link during peak office hours.
What should you create and configure?
A. |
a content source |
B. |
a crawl database |
C. |
a crawl rule |
D. |
a search scope |
Correct Answer: A
Explanation:
BURGOS MNEMO: “minimize amount of bandwidth” = “content source”
QUESTION 19
You have a web application named WebApp1. You need to enable claims-based authentication on WebApp1. Which tool should you use?
A. |
Internet Information Services (IIS) Manager |
B. |
the Stsadm command |
C. |
the Set-SPWebApplication cmdlet |
D. |
Central Administration |
Correct Answer: C
Explanation:
When you provision a web application in SharePoint 2010 you get the option to enable Claims based authentication. However, after the provisioning there’s no option in the GUI to turn it on. PowerShell saves the day again with the option to change from classic to claims based authentication using the lines below.
$WebAppName = “http://test:8001”
$account = “Administrator”
$wa = get-SPWebApplication $WebAppName
Set-SPwebApplication $wa -AuthenticationProvider (New-SPAuthenticationProvider) -Zone Default
The user running these command should be a member of the SharePoint_Shell_Access role on the config DB, and a member of the WSS_ADMIN_WPG local group.
http://sharepoint2010mind.blogspot.com/2012/02/enable-claims-based-authentication-on.html
QUESTION 20
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.
Correct Answer:
Free VCE & PDF File for Microsoft 70-667 Real Exam
Instant Access to Free VCE Files: MCSE|MCSA|MCITP…
Instant Access to Free PDF Files: MCSE|MCSA|MCITP…
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