Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
Exam
: Microsoft 70-576CSharp
Title
: PRO: Designing and
Developing Microsoft
SharePoint 2010
Applications
Version : Demo
Exam1pass
Easiest way to pass IT exams
Exam1pass Help You Pass Any IT Exam
http://www.exam1pass.com
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
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