70-576

PRO: Designing and Developing Microsoft SharePoint 2010 Applications


Note: The answer is for reference only, you need to understand all question.
QUESTION 1
You are helping an organization's executive team to design an automated approval process to standardize certain documents. You have the following requirements: The documents must be reviewed and approved by multiple teams in the approval chain. .Each reviewer must provide feedback as part of completing a review. .Each reviewer must either approve or reject the documents. .After review, the document status must be changed; an e-mail must be generated to the document author and the next reviewer in the approval chain; and a task should be created for the next reviewer in the approval chain. You must design a custom workflow solution for the document approval process on a SharePoint 2010 site. What should the solution include?
A.an initiation form to collect the reviewer's feedback and a Simple activity to approve and reject the document B.an association form to collect the reviewer's feedback and a Composite activity to support conditional activities such as approval and rejection
C.a task form to collect the reviewer's feedback and a Composite activity to support conditional activities such as approval and rejection
D.a task form to collect the reviewer's feedback and a Simple activity to approve and reject the document

Answer: C
QUESTION 2
You are designing a SharePoint 2010 feature. The feature includes a feature receiver that executes code on activation and deactivation. The feature receiver code interacts with a Web service, which could cause errors beyond your control. You need to ensure that the feature does not activate or deactivate if the Web service causes an error. Which approach should you recommend?
A.Wrap your code in a try-catch block. Log the error and issue another request to the Web service in the catch block. B.Wrap your code in a try-catch block. Log the error and throw an exception in the catch block. C.Wrap your code in a try-catch block. Only catch exceptions of type SPException. D.Wrap your code in a try-finally block. Log any issues your code encounters in the finally block.

Answer: B
QUESTION 3
You are designing a SharePoint 2010 information architecture plan for a client that specifies the mechanics of implementing content type change control. The requirements for the change control plan specify that: site managers can create site-specific content types based on the content types in the parent site. .Content types must not be overwritten when changes are made to parent site content types. .Site managers can change child site content types. You need to specify a content type change control plan that meets all these requirements.