READ Free Dumps For Microsoft- 70-576
Question ID 10199 | You are designing a SharePoint 2010 intranet site for your company. Your design needs to meet the following requirements: A SharePoint feature (feature A) must make a custom list definition available for the entire site collection. Another SharePoint feature (feature B) must provision an instance of that custom list definition in the particular site where the feature is activated. Which approach should you recommend? |
Option A | Set the scope of feature A to Web and the scope of feature B to Site. Add feature A to the set of Activation Dependencies in feature B. |
Option B | Set the scope of feature A to Web and the scope of feature B to Site. Add feature B to the set of Activation Dependencies in feature A. |
Option C | Set the scope of feature A to Site and the scope of feature B to Web. Add feature A to the set of Activation Dependencies in feature B |
Option D | Set the scope of feature A to Site and the scope of feature B to Web. Add feature B to the set of Activation Dependencies in feature A |
Correct Answer | C |
Question ID 10200 | You are designing a SharePoint 2010 feature that will be included in a solution package. You have added a feature receiver to your feature. You need to ensure that the code in the feature receiver executes when the solution package is deployed to the Web front-end servers. Which approach should you recommend? |
Option A | Add your code to the Feature Installed method of the feature receiver |
Option B | Add your code to the Feature Activated method of the feature receiver. |
Option C | Add a Feature Installed node referencing the feature receiver assembly to the solution manifest file. |
Option D | Add a Feature Activated node referencing the feature receiver assembly to the solution manifest file. |
Correct Answer | A |