QUESTION 121
You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. You need to assign administrative rights to the Search service Application only. What should you do?
A. Add a service Application administrator at the specific service level.
B. Configure User1 within the Secure Store Server as an administrator.
C. Deploy multiple instances of the same service in a farm and assign unique names to the resulting service
Applications,
D. Add User1 as a Feature Administrator within the particular site collections that require management by
non-farm administrators.
E. Separate the service Applications throughout the farm.
F. Assign local administrative rights to User1 to manage the farm environment.
G. Add User1 explicitly as a Search administrator within the farm.
H. Create a search scope for each web Application and add User1 to the scope.
I. Add a new Active Directory group to farm administrators.
Answer: A
Explanation:
If you go to "Search Srv App "or" other app" ==> Administrators. You can select the "user or group" to grant Admin rights.
An administrator of a Microsoft SharePoint Server 2010 service application can assign additional administrators to that service application. These users are granted security-trimmed access to the SharePoint Central
Administration Web site and can manage settings related to the service application. You can similarly remove administrators from a service application. http://technet.microsoft.com/en-us/library/ee704546.aspx http://www.tcscblog.com/2011/07/28/set-a-service-application-administrator-in-sharepoint- 2010/
QUESTION 122
You deploy a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to view the query latency of all searches performed on the SharePoint sites. Which reports should you view?
A. Information Management Policy Usage
B. Health Analyzer
C. Web Analytics
D. Administrative
Answer: D
QUESTION 123
Hotspot Question
You configure a SharePoint 2010 server farm. You need to enable the cache profile for anonymous users on internal collaboration sites for the site collection. You also need to examine the date and time for the pages that were rendered most recently. What should you do? (To answer, configure the appropriate option or options in the dialog box in the answer area.)
Explanation:
Tick the "Enable output cache" checkbox.
In the Anonymous Cache Profile drop-down box, select the cache profile. Tick the "Enable debug cache information on pages" checkbox.
QUESTION 124
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 content database?
A. Restore-SPFarm -Directory \\FileServer_ISiame\share\site_name.bak -RestoreMethod Overwrite –
Item "Farm\Microsoft SharePoint Foundation Web Application\AdventureWorks"
B. Restore-SPSite http://localhost -Path \\FileServer_Name\SharePointBackupFolder SiteBackup.bak -Force
C. Backup-SPSite http://localhost -Path \\FileServer_Name\SharePointBackupFolder\SiteBackup.bak
D. Restore-SPFarm -Directory \\FileServer_Name\ share\site_name.bak -RestoreMethod Overwrite –
ConfigurationOnly
E. Backup -SPFarm -Directory \\FileServer_Name\SharePointBackupFolder -Item "Farm\Microsoft SharePoint
Foundation Web Application\AdventureWorks" -BackupMethod Full
F. Backup-SPFarm -Directory \\FileServer_Name\SharePointBackupFolder-BackupMethod Full
G. Restore-SPFarm -Directory \\FileServer_Name\share\site_name.bak -RestoreMethod Overwrite Item
WSS_AdventureWorks
H. Backup-SPFarm -Directory \\FileServer_Name\SharePointBackupFolder -BackupMethod Full -Item
WSS_AdventureWorks
Answer: G
Explanation:
http://www.bradleyschacht.com/backup-and-restore-sharepoint-2010-site-collection-with- powershell/
To restore a content database by using Windows PowerShell
1. Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
2. On the Start menu, click All Programs.
3. Click Microsoft SharePoint 2010 Products.
4. Click SharePoint 2010 Management Shell.
5. At the Windows PowerShell command prompt (that is, PS C:\>), type the following command, and then press
ENTER:
Restore-SPFarm -Directory <Backup folder name> -RestoreMethod Overwrite -Item <Content database name> [-BackupId <GUID>] [-Verbose] http://technet.microsoft.com/en-us/library/ee748604.aspx Restore-SPFarm
http://technet.microsoft.com/en-us/library/ff607783.aspx Backup-SPFarm
http://technet.microsoft.com/en-us/library/ff607881.aspx
Backup-SPSite
http://technet.microsoft.com/en-us/library/ff607901.aspx
QUESTION 125
You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. You create a SharePoint site collection named http://www.contoso.com that has a subsite named http://www.contoso.com/sales. You need to break the permissions inheritance for the subsite. You also need to ensure that the groups from the parent site are retained. What should you do?
A. From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable- SPFeature DocumentSet – Url "http://www.contoso.com"
B. From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable- SPFeature DocumentSet – Url "http://www.contoso.com"
C. Add Employeel to the Site Owners group.
D. From the SharePoint 2010 Management Shell, run the following cmdlet:
Disable- SPFeature ViewFormPagesLockdown – Url "http://www.contoso.com"
E. Grant Full Control permissions to the Sales SharePoint user group.
F. Grant Design permissions to the Sales SharePoint user group.
G. From the SharePoint 2010 Management Shell, run the following cmdlet:
Enable- SPFeature ViewFormPagesLockdown – Url http://www.contoso.com
H. From the SharePoint 2010 Management Shell, run the following script:
$spWeb = Get-SPWeb "http://www.contoso.com/sales"
$spWeb.BreakRoleInheritance($true)
$spWeb.Dispose( )
I. Add Employeel as a site collection administrator.
J. From the SharePoint 2010 Management Shell, run the following script:
$ spWeb = Get- SPWeb "http://www.contoso.com/sales" $ spWeb.BreakRolelnheritance ($false) $
spWeb.Dispose ()
Answer: H
Explanation:
Site collection administrator
A site collection administrator can configure the appearance and behavior of the site, configure search settings and site directory settings, and allocate storage space. A site collection can have one or two administrators.
http://technet.microsoft.com/en-us/library/ff631156.aspx Site Owners group.
By default, members of the Owners group for a site have the Full Control permission level on that site. They can perform administrative tasks on the site, and on any list or library within that site. They receive e-mail notifications for events, such as the pending automatic deletion of inactive sites and requests for site access.
Grant Full Control permissions
Includes all permissions.
http://technet.microsoft.com/en-us/library/cc262690.aspx Design permissions
Includes permissions that enable users to change the layout of site pages by using the browser or Microsoft
SharePoint Designer 2010.
http://technet.microsoft.com/en-us/library/cc262690.aspx BreakRoleInheritance($false/$true) true to copy the role assignments of the parent Web site when breaking inheritance; false to add the current user to the permission level that is required to manage the list.
DocumentSet
http://www.sharepointanalysthq.com/2010/09/sharepoint-2010-powershell-feature-cmdlets-2/ ViewFormPagesLockdown
Lockdown mode is a feature that you can use to secure published sites. When lockdown mode is turned on, fine-grain permissions for the limited access permission level are reduced. The following table details the default permissions of the limited access permission level and the reduced permissions when lockdown mode is turned on.
QUESTION 126
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm that contains a Web server and a database server. You have a SharePoint Web site that contains large multimedia files. The multimedia files are accessed frequently by a large number of users. You need to minimize the amount of traffic between the Web server and the database server. What should you do?
A. From Site Collection Administration, enable the Publishing Infrastructure and configure the output cache settings.
B. From Site Collection Administration, enable the Publishing Infrastructure and configure the object cache settings.
C. From Central Administration, modify the Web Application General Settings.
D. From the web.config file of the Web site, configure the BLOB cache settings.
Answer: D
QUESTION 127
Hotspot Question
You configure a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You need to enable the cache profile for anonymous users on internal collaboration sites for the site collection. You also need to allow administrators to choose a different page output cache profile for page layouts. What should you do? (To answer, configure the appropriate option or options in the dialog box in the answer area.)
Answer:
Tick the "Enable output cache" checkbox.
In the Anonymous Cache Profile drop-down box, select the cache profile. Tick the "Page layouts can use a different page output cache profile" checkbox. http://office.microsoft.com/en-us/sharepoint-server-help/configure-page-output-cache- settings-HA010120686.aspx
QUESTION 128
Drag and Drop Question
You want to configure a Shared Service Provider (SSP) for a SharePoint Server 2010 Service Pack l (SP1) farm. Which type of account meets each of the requirements? (To answer, drag the appropriate account or accounts to the correct location or locations in the answer area.)
Explanation:
http://technet.microsoft.com/en-us/library/cc263445(v=office.14).aspx (SSP) = Shared Services Provider SSP accounts
The following table describes the accounts that are used to set up and configure an SSP. Plan one set of SSP accounts for each SSP that you plan to implement. SSP application pool account SSP administration site application pool account. This account is used to run the application pool for the Web Application that hosts the SSP administration site.
SSP service account
Used by the following:
SSP Web services for inter-server communication
Application pool identity of the application pool that is associated with the virtual directory associated with a given SSP
Default content access account
The default account used within a specific SSP to crawl content, unless a different authentication method is specified by a crawl rule for a URL or URL pattern.
——
Office SharePoint Server Search Service account
Used as the service account for the Office SharePoint Server Search service. There is only one instance of this service and it is used by all SSPs to write content index files to the index location on index servers and to propagate the searchable index to all query servers in a Microsoft. Office SharePoint Server 2007 farm.
Content access account
A specific account that is configured to access a content source. This account is optional and is specified when you create a new crawl rule. For example, content sources that are external to Office SharePoint Server 2007 (such as a file share) might require a different access account.
Profile import default access account
Used to:
Connect to a directory service, such as the Active Directory directory service, a Lightweight Directory Access Protocol (LDAP) directory, a Business Data Catalog application, or other directory source.
Import profile data from a directory service.
If no account is specified, the default content access account is used. If the default content access account does not have read access to the directory or directories that you want to import data from, plan to use a different account. You can plan up to one account per directory connection.
Excel Services unattended service account.
The account that Excel Calculation Services uses to connect to external data sources that require a non-
Windows user name and password string for authentication. If this account is not configured, Excel Services will not attempt to connect to these types of data sources. Although the account credentials are used to connect to non-Windows data sources, the account must be a member of the domain in order for Excel Calculation Services to use it.
http://technet.microsoft.com/en-us/library/cc263445(v=office.12).aspx#Section1
QUESTION 129
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.
Answer: D
QUESTION 130
You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm that contains a Web server named Server1. You have a file server named Server2. You discover that Server1 cannot render Microsoft Office Excel workbooks that are stored on Server2 and that are larger than 10 MB. Server1 can render Excel workbooks that are stored on Server2 and that are smaller than 10 MB. You need to ensure that Server1 can render all Excel workbooks stored on Server2. What should you do?
A. From Trusted File Location for Excel Services, modify the location settings for the Server2 address.
B. From Trusted File Location for Excel Services, modify the workbook property settings for the Server2 address.
C. Add a new trusted data provider.
D. Add a new trusted data collection library.
Answer: B
Explanation:
http://msdn.microsoft.com/en-us/library/ms517291.aspx. http://technet.microsoft.com/en-us/library/ff191194.aspx
If you want to pass Microsoft 70-667 successfully, donot missing to read latest lead2pass Microsoft 70-667 exam questions.
If you can master all lead2pass questions you will able to pass 100% guaranteed.