Latest 2014 Pass4sure and Lead2pass Microsoft 70-667 Dumps (31-40)

QUESTION 31
You have a SharePoint Server 2010 server farm that contains a Web Application named WebApp1. WebApp1 has a single content database. You need to prevent users from modifying the content in WebApp1. Users must be able to view the content in WebApp1. What should you do?

A.    From Central Administration, change the database status.
B.    From Central Administration, modify the Web Application General Settings.
C.    From Microsoft SQL Server Management Studio, configure the database to be Road Only.
D.    From the SharePoint 2010 Management Shell, run the set-spwebApplication cmdlet.

Answer: C
Explanation:
Since users need to be restricted from modifying content in SharePoint, the database needs to be set to readonly mode through SQL Server Management Studio. Setting the database to read-only is a common practice in SharePoint Administration to prevent users from modifying content especially during maintenance windows or during an upgrade.
Content database is Read-Only – Event 4971 (SharePoint 2010 Products) http://technet.microsoft.com/en-us/library/ff182793.aspx Attach databases and upgrade to SharePoint Server 2010 http://technet.microsoft.com/en-us/library/cc263299.aspx#readonly Run a farm that uses read-only databases (SharePoint Foundation 2010) http://technet.microsoft.com/en-us/library/ee517785.aspx

QUESTION 32
You have a SharePoint Server 2010 server farm. You plan to host multiple site collections in a single Web Application. You need to prevent user profiles from being shared between the site collections.
What should you do?

A.    Enable multi-tenant support.
B.    Create multiple profile databases.
C.    Create multiple content databases.
D.    Configure the Secure Store Service Application.

Answer: A
Explanation:
BURGOS MNEMO: “multi-tenant”
Enabling Multi Tenant Support in SharePoint 2010
http://blogs.technet.com/b/speschka/archive/2009/11/30/enabling-multi-tenant-support-in- sharepoint-2010.aspx

QUESTION 33
You need to ensure that users can upload 100-MB files to a document library. What should you do?

A.    From Site Settings, configure the site libraries and lists.
B.    From Site Settings, configure the site collection policies.
C.    From the document library, configure the Library Settings.
D.    From Central Administration, modify the Web Application General Settings.

Answer: D
Explanation:
BURGOS MNEMO: “can upload 100-MB” = “Web Application General Settings” Unable to upload file more than 50 MB to sharepoint document library http://www.sharepointdev.net/sharepoint–setup-upgrade-administration-operation/unable-to- upload-file-morethan-50-mb-to-sharepoint-document-library-10978.shtml

QUESTION 34
You have a SharePoint Server 2010 server farm. You need to ensure that a user named User1 can manage all of the sites in a site collection. You must achieve this goal while preventing User1 from managing the SharePoint Recycle Bin. What should you do?

A.    From Site Settings, configure the site permissions.
B.    From Site Settings, configure the site collection administrators.
C.    From Central Administration, configure the site collection administrators.
D.    From Central Administration, configure the Web Application General Settings.

Answer: B
Explanation:
BURGOS MNEMO:
Manage sites WITHOUT “Recycle Bin” = “Site Settings … site collection administrators” @Kielowski
I agree, B is the right answer. Why? If you take a domain user and make him Site Collection admin in Site Settings, he can log in and administer the site collection. He CANNOT logon to the CA and enable/disable the recycle bin. If you make him site collection admin through CA, he will be able to logon to the CA and manage the recycle bin at that level.

QUESTION 35
You have a SharePoint Server 2010 server farm. You attempt to enable the SharePoint Server Publishing feature on a site and receive the following error message: “The feature you are trying to activate is from the scope Web. It has a dependency on another feature in the Site scope which is a hidden feature.” You need to ensure that you can enable the SharePoint Publishing feature. What should you do first?

A.    Run the install-spfeature cmdlet.
B.    Run stsadm.exe and specify the installfeature operation.
C.    From Site Settings, configure Search Scopes.
D.    From Site Settings, configure Site Collection Features.

Answer: D
Explanation:
BURGOS MNEMO: “enable the SharePoint Publishing feature” = “Site Collection Features” Why I can’t activate the Publishing Feature for the Blog site? http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/560792dc-690c- 461e-bb84-e763117a9ef7
http://virtualizesharepoint.com/2011/03/29/the-feature-being-activated-is-a-site-scoped- feature-which-has-a-dependency-on-a-site-collection-scoped-feature-which-has-not-been- activated/

QUESTION 36
You have a SharePoint Server 2010 server farm. You have a SharePoint solution named Solution1. Solution1 contains a feature named Feature1. Featue1 installs a custom Web Part to the Global Assembly Cache. You deactivate Feature1 and retract Solution1 from the server farm. The custom Web Part still appears on the list of Web Parts that users can add to Web Part pages. You need to prevent the custom Web Part from appearing on the list of Web Parts that users can add to Web Part pages. What should you do?

A.    Modify the default.master master page.
B.    Run gacutil.exe and specify the uninstall parameter.
C.    Run stsadm.exe and specify the deletesolution operation.
D.    Delete the Web Part descriptor from the Web Part Gallery.

Answer: D
Explanation:
BURGOS MNEMO: “Web Part descriptor”

QUESTION 37
You have a SharePoint Server 2010 server farm.
You have a Web Application that contains the following site collections:
– A site named Corp that has a document library named Docs
– A site named Records that was created by using the Records Center site templates
You need to ensure that users can route document sets from Docs to the Drop Off Library in Records. What should you do?

A.    Create a content organizer rule for the Document Set content type in Corp.
B.    Create a content organizer rule for the Document Set content type in Records.
C.    From Central Administration, modify the Configure Send To Connections settings for the Web Application.
D.    From Document Library Settings, set the Custom Send To Destination value to the URL of the Drop Off Library.

Answer: D
Explanation:
BURGOS MNEMO: “Custom Send To Destination value to the URL of the Drop Off Library” @Jorbes
User interaction is required here, since users “route” the documents to the drop off library. Content Organizers follow rules and move documents themselves. Also, answer A does not specify the Docs library, so it would apply to the entire site collection, which is not desired.

QUESTION 38
You have a SharePoint Server 2010 server farm that has a Wab Application named WebApp. WebApp contains a site collection that is accessed by using the URL http://app.contoso.com. You configure anonymous access for WebApp, but users are unable to log on anonymously. You need to allow anonymous access to http://app.contoso.com. What should you do?

A.    From Site Settings, configure the Site Permissions.
B.    From Site Settings, configure the Portal Site Connection.
C.    From Central Administration, configure the Permission Policy.
D.    From Central Administration, configure the Authentication Providers.

Answer: A
Explanation:BURGOS MNEMO: “allow anonymous access” = “Site Permissions” The article below gives step-by-step instructions on how to configure anonymous access for WebApp and its sites:
Enable anonymous access in SharePoint 2010
http://www.topsharepoint.com/enable-anonymous-access-in-sharepoint-2010
Notice that in the question it states “you configure anonymous access for WebApp, but users are unable to log on anonymously”.
So, the first step of the configuration is completed, now you need to go to Site Settings > Site Permissions and click on Anonymous Access option.

QUESTION 39
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

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 40
You have a SharePoint Server 2010 server farm. You have a publishing site that is accessed anonymously. You need to disable anonymous access to the AllItems.aspx and EditForm.aspx pages. Anonymous access to other pages in the site must be enabled. What should you do?

A.    Activate the ViewFormPagesLockDown feature.
B.    Deactivate the SharePoint Server Publishing Infrastructure feature.
C.    From Central Administration, modify the authontication provider.
D.    From Central Administration, modify the permission policy for the Web Application.

Answer: A
Explanation:BURGOS MNEMO: “ViewFormPagesLockDown”
Lockdown Mode in SharePoint 2010
http://blogs.msdn.com/b/russmax/archive/2010/01/22/lockdown-mode-in-sharepoint-2010.aspx Plan security for an external anonymous access environment (Office SharePoint Server) http://technet.microsoft.com/en-us/library/cc263468(office.12).aspx

If you want to pass Microsoft 70-667 successfully, donot missing to read latest lead2pass Microsoft 70-667 practice tests.
If you can master all lead2pass questions you will able to pass 100% guaranteed.

http://www.lead2pass.com/70-667.html