READ Free Dumps For Microsoft- 70-576
Question ID 10206 | A company with offices worldwide has asked you to design a SharePoint 2010 feature for an intranet portal. The feature must: Be activated only on a site collection. Contain a customized list template. Contain a custom List page. Use globalized resources that can be shared with other features. You need to design the feature to support all these requirements. Which approach should you recommend? |
Option A | Use the Scope attribute of the feature to limit the availability of the feature to a site collection. Then set the Require Resources element to true. Store globalized resources in a file in a global document library |
Option B | Use the Scope attribute of the feature to limit the availability of the feature to a site collection. Then use the Module element in the feature to provision a file into the SharePoint 2010 site. Store shared resources in the \web server extensions\14\Resources folder. |
Option C | Use the Scope attribute of the feature to limit the availability of the feature to a farm. Then use the Module element to provision a file into the SharePoint site. Store shared resources in the \_catalogs folder. |
Option D | Use the Module element in the feature to limit the availability of the feature to a site collection. Then set the Require Resources element to true. Store shared resources in the \web server extensions\14\Resources folder |
Correct Answer | B |
Question ID 10207 | You are designing multiple SharePoint 2010 features. You have the following requirements: There must be three features, named Feature_1, Feature_2, and Feature_3. Feature_1 must be dependent on Feature_2; Feature_2 must be dependent on Feature_3. Feature_1 must be available to a site collection named Finance. You need to ensure that your feature design meets these requirements and follows the SharePoint Feature Activation Dependency Rules. Which approach should you recommend? |
Option A | Design Feature_1 and Feature_2 as visible; design Feature_3 as a hidden feature. Set the scopes for Feature_1, Feature_2, and Feature_3 to Site |
Option B | Design Feature_1 and Feature_2 as visible; design Feature_3 as a hidden feature. Set the scopes for Feature_1 and Feature_2 to Site. Set the scope for Feature_3 to Web |
Option C | Design Feature_1 and Feature_2 as visible; design Feature_3 as a hidden feature. Set the scope for Feature_1 to Web Application. Set the scopes for Feature_2 and Feature_3 to Web |
Option D | Design Feature_1, Feature_2, and Feature_3 as visible features. Set the scopes for Feature_1 and Feature_2 to Site. Set the scope for Feature_3 to Web. |
Correct Answer | A |