Pass4test 덤프는 IT 전문가들이 IT인증시험 실제문제를 연구분석하여 제작한 가장 좋은 시험대비자료입니다. MCSE 70-576 (Designing and Developing Microsoft SharePoint 2010 Applications) 시험은 높은 난이도로 이름있는 과목입니다. 이 MCSE 70-576 (Designing and Developing Microsoft SharePoint 2010 Applications) 시험을 패스하여 인기자격증을 취득하시면 연봉협상이나 승진 혹은 이직에 많은 도움이 됩니다. MCSE 70-576 (Designing and Developing Microsoft SharePoint 2010 Applications) 시험대비는 pass4test 덤프로 하면 최고입니다.
NO.1 You are designing a SharePoint 2010 solution. You need to design the solution to meet the following
requirements:
All sites must have a consistent structure when initially created.
.All sites must include a document library that contains Word documents with searchable properties.
.Site users must be able to generate a spreadsheet detailing the properties of the document library
contents.
Which approach should you recommend?
A. Create a feature to create the required site structure programmatically. Create a content type for the
document library. Create a custom workflow for the document library to allow users to generate the
spreadsheet.
B. Create a feature to create the required site structure programmatically. Use feature stapling to
associate the feature with all site definitions. Create a custom action for the standard document library to
allow users to generate the spreadsheet.
C. Create a custom site definition for the sites and allow only that site definition to be used. Create a
content type for the document library. Create a custom action for the document library to allow users to
generate the spreadsheet.
D. Create a custom site definition for the sites and allow only that site definition to be used. Create a
content type for the document library. Create a custom event receiver to allow users to generate the
spreadsheet.
Answer: C
NO.2 You are designing a SharePoint 2010 solution to manage statements of work. You need to design the
solution according to the following requirements:
Store the customer ID, purchase order number, estimated completion date, and other fields associated
with specific documents as they are uploaded.
.The information must be created so that it can be set within the Microsoft Word document information
panel.
.Programmatically execute a series of tasks, including assigning tasks to validate the information and
creating team sites, based on information related to each document.
.These tasks must run to completion, even if the server is rebooted.
Which approach should you recommend?
A. Create a document library for a custom content type that contains site columns for the document
information.
Develop a SharePoint workflow for the document library to execute the document tasks.
B. Create a document library for a custom content type that contains site columns for the document
information.
Develop an event receiver for the document library to execute the document tasks.
C. Create a custom list with fields to store the additional items and an attached document. Develop a
SharePoint workflow for the custom list to execute the additional tasks.
D. Create a custom list with fields to store the additional items and an attached document. Develop an
event receiver for the custom list to execute the additional tasks.
Answer: A
NO.3 You are using Business Connectivity Services to design a SharePoint 2010 application that connects to
an external database.The database users have accounts for authentication that are different from their
Active Directory accounts. You have a requirement to allow users to connect to the external database
without prompting
the user for credentials. You need to store user credentials and use these credentials when connecting to
the external database. Which approach should you recommend?
A. Create a target application that uses the Microsoft Single Sign-On Service. Select the Connect with
Impersonated Custom Identity option when creating the connection to the database.
B. Create a target application that uses the Secure Store Service. Select the Connect with Impersonated
Custom Identity option when creating the connection to the database.
C. Create a target application that uses the Single Sign-On Service. Select the Connect with User ¯ s
Identity option when creating the connection to the database.
D. Create a target application that uses the Secure Store Service. Select the Connect with User ¯ s I den tit y
option when creating the connection to the database.
Answer: B
NO.4 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
NO.5 You are designing a SharePoint 2010 solution that stores employee information in a list named
Employees and company information in a list named Company. Each company has one or more
employees. You need to recommend that a developer add a new column so that a one-to-many
relationship is created between the Company list and Employees list. Which approach should you
recommend?
A. Add an External Data column on the Employees list.
B. Add a Lookup column on the Employees list.
C. Add a Managed Metadata column on the Company list.
D. Add a Lookup column on the Company list.
Answer: B
NO.6 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. Which
approach should you recommend?
A. Direct the site manager to explicitly set the read-only property of the content type to true. Direct the site
collection manager to make the specified change required in the child site to the content type at the site
collection level.
B. Direct the site manager to explicitly set the read-only property of the content type to true. Perform a
push-down operation from the parent site to overwrite the required changes to the read-only content types
in all the child sites.
C. Define the content type as read-only at the child site level. Direct the site manager to explicitly set the
readonly property of the content type to false to make changes to the content type. Then change the
read-only property to true.
D. Define the content type as sealed. Direct the site manager to explicitly set the sealed property of the
content type to false to make changes to the content type. Then change the sealed property of the
content type to true.
Answer: C
NO.7 You are designing a SharePoint 2010 application. You need to ensure that a custom list named Phone
Numbers is automatically created and added to the site whenever a new Team Site is created. Which
approach should you recommend?
A. Create a feature that defines a Phone Numbers list template. Then activate the feature on the team
site.
B. Create a feature that defines a Phone Numbers list template. Then use feature stapling to associate
the feature with the site definition of the team site.
C. Create the custom Phone Numbers List Template element and add the List Template element to the
onet.xml file of the team site.
D. Create the custom fields, views, and other specifications for the Phone Numbers list definition and add
them to the schema.xml file.
Answer: B
NO.8 You are helping an organization ¯ s execu ti ve t ea m t o des i gn an au t o m a t d 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 f eedback and a S i m p l e ac ti v it y t o app r ove and r e j ec t t e
document
B. An association form to collect the reviewer ¯ s f eedback and a C o m pos it e ac ti v it y t o suppo rt cond iti ona l
activities such as approval and rejection
C. A task form to collect the reviewer ¯ s f eedback and a C o m pos it e ac ti v it y t o suppo rt cond iti ona
activities
such as approval and rejection
D. A task form to collect the reviewer ¯ s f eedback and a S i m p l e ac ti v it y t o app r ove and r e j ec t t he docu m en
Answer: C