You are on page 1of 29

Microsoft 70-576

70-576 PRO: Designing and Developing Microsoft SharePoint 2010 Applications

Practice Test
Version 20.0

Microsoft 70-576: Practice Exam QUESTION NO: 1 You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site. You need to develop a custom workflow for a document approval process that relies on an approval chain. The approval chain must consist of several reviewers with each reviewer approving or rejecting the document as part of the approval process. Once a reviewer has provided his or her feedback, the status of the document must be changed automatically, an automated email must be sent to the author and the next reviewer in the approval chain must be notified automatically. The task for the next reviewer should also be created automatically. Which of the following actions should you take? (Choose Two.) A. You should consider including an Association form for feedback from reviewers. B. You should consider including an Initiation form for feedback from reviewers. C. You should consider including a Modifications form for feedback from reviewers. D. You should consider including a Task form for feedback from reviewers. E. You should consider including a Composite activity for approval and rejection. F. You should consider including a Logged activity for approval and rejection. G. You should consider including a Simple activity for approval and rejection. Answer: D,E

QUESTION NO: 2

You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site. You have been tasked with developing a SharePoint Server 2010 feature that contains a feature receiver. Whenever the SharePoint Server 2010 feature is activated or deactivated, the feature receiver runs code that interacts with a Web service. This could result in unmanageable errors. In the event that the Web service does result in errors, the SharePoint Server 2010 feature should be prevented from activating or deactivating. You start by wrapping the code in a Try-Catch block. Which combination of the following actions should you take NEXT? (Choose two.) A. You should consider having the error logged. B. You should consider sending an additional request to the Web service in the Catch block. "Pass Any Exam. Any Time." - www.actualtests.com 2

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam C. You should consider throwing an exception in the Catch block. D. You should consider capturing SPException type exceptions only. E. You should consider throwing an exception in the Finally block. Answer: A,C

QUESTION NO: 3 You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a Windows Server 2008 computer named CERTKILLER-SR76 that has a RAID-0 volume. CERTKILLER-SR76 runs SharePoint Server 2010 with a Microsoft SQL Server Express 2008 database. CERTKILLER-SR76 also hosts a SharePoint site that contains 56 GB of multimedia content. Some of the files that are included in the multimedia content are as big as 18 MB. The SharePoint site to use the standard SharePoint components and features. You are required to make sure that TRSCKING-SR76's hard disk is configured for optimum read performance. Which combination of the following actions should you take? (Choose two.) A. You should make use of Filestream storage on the database. B. You should make use of Filestream storage on the SharePoint site. C. You should make use of remote Binary Large Object (BLOB) storage on the SharePoint site. D. You should make use of external Binary Large Object (BLOB) storage on the SharePoint site. E. You should make use of Binary Large Object (BLOB) storage on the database. Answer: A,C

QUESTION NO: 4

You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com runs SharePoint Server 2010 with a Microsoft SQL Server Express 2008 database. SharePoint hosts a site that contains two lists named Customers and Invoices. Certain customers have numerous invoices. You have been tasked with making sure that the two lists need relates to each other. Which two of the following actions should you take? (Choose two.)

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam A. You should consider create a one-to-one relationship. B. You should consider create a one-to-many relationship. C. You should consider create a many-to-one relationship. D. You should consider including a Lookup column on the Invoices list. E. You should consider including a Business Data column on the Invoices list. F. You should consider including an External Data column on the Customers list. G. You should consider including a column index on the Invoices list. H. You should consider including a column index on the Customers list. Answer: B,D

QUESTION NO: 5 You are employed as an application developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site. You have been tasked with developing a SharePoint Server 2010 solution that has workflows configured to include code on list items, as well as custom pages for adding, viewing, and updating list items. Which of the following is the type of solution that you should develop? A. A SharePoint Server 2010 sandboxed solution. B. Multiple SharePoint Server 2010 sandboxed solutions. C. A SharePoint Server 2010 farm solution. D. A solution containing the Web Part and its related assemblies. Answer: C

QUESTION NO: 6

You are employed as an application developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm that hosts a SharePoint intranet site. CertKiller.com has a SharePoint 2010 application server named CERTKILLER-SR13 that cannot, however, be administered via the intranet site. You are in the process of developing an application on the SharePoint intranet site. You want to make sure that search statistics for all the sites on the farm assembles site usage data. Which combination of the following actions should you take? (Choose two.)

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam A. You should consider having a SharePoint sandboxed solution configured to gather the search data. B. You should consider having a console application created to collect search statistics. C. You should consider having a timer job configured to run the application according to a specified schedule. D. You should consider running the application at regular intervals using Windows Task Scheduler. Answer: B,C

QUESTION NO: 7 You are employed as an application developer at CertKiller.com. You are currently in the process of designing numerous Internet sites for CertKiller.com with the use of SharePoint Server 2010. You receive instructions to make sure that each and every Internet site has a user registration page, which makes use of the logic in a specific custom control, configured. Furthermore, the registration page should allow for editing HTML. Which two of the following actions should you take? (Choose two.) A. You should consider creating a page that is based on a page layout that references the specific custom control. B. You should create a new custom control, and then create a page that is based on it. C. You should consider having the page configured to contain a field for HTML editing. D. You should consider creating an application page deployed to the _layouts directory that references the newly created custom control.

QUESTION NO: 8 You are employed as an application developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm. You are in the process of developing a SharePoint Server 2010 application. You have received instructions to make sure that product pages can be configured by CertKiller.com's content writers, and that these content writers are allowed to customize the page by adding Web Parts. You should also make sure that the Marketing pages are configured to enable content writers to choose values that have been defined in a current site column from a Marketing Type field. Your solution should include the Marketing Type field, as well as Web Part zones. "Pass Any Exam. Any Time." - www.actualtests.com

Ac

Answer: A,C

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam Which of the following actions should you take? A. You should consider reconfiguring the default page. B. You should consider configuring a page layout. C. You should consider configuring a new custom master page. D. You should consider configuring a site definition. Answer: B

QUESTION NO: 9 You are employed as an application developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm. You are in the process of developing a SharePoint Server 2010 application. You have also configured a custom button for the application, and would like to specify that it has been defined, as well as added to the SharePoint Server 2010 ribbon. Which of the following actions should you take?

A. You should consider having a new Content Organizer content type configured to define the custom button. You should then deploy the button by executing the STSADM.EXE command-line utility B. You should consider creating Feature Definition, as well as Feature Element XML files that characterizes the custom button. You should then deploy the custom button by executing the STSADM.EXE command-line utility. C. You should consider having a new Content Organizer content type configured to define the custom button. You should then deploy the custom button by making use of the Site Collection Features option in the Site Collection Administration group. D. You should consider creating Feature Definition, as well as Feature Element XML files that characterizes the custom button. You should then deploy the custom button by making use of the Site Collection Features option in the Site Collection Administration group. Answer: B

QUESTION NO: 10 You are employed as an application developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm. You are in the process of developing a SharePoint Server 2010 application. The application is "Pass Any Exam. Any Time." - www.actualtests.com 6

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam configured to have a form that permits users to enter their contact details. You have been instructed to also configure the application to have a dialog box that prompts users to confirm their details prior to saving the information. Which of the following actions should you take? A. You should consider creating an application page that calls the SP.UI.ModalDialog class. B. You should consider creating an application page that calls the SP.UI.PopoutMenu class. C. You should consider creating a new custom master page that calls the SP.UI.PopoutMenu class. D. You should consider creating a new custom master page that calls the SP.UI.ModalDialog class. Answer: A

QUESTION NO: 11

Which of the following actions should you take? A. You should consider configuring a new custom master page that should be to be implemented all the way through CertKiller.com's Internet Web site. B. You should consider configuring a new custom template that should be employed all the way through CertKiller.com's Internet Web site C. You should consider configuring a site definition for CertKiller.com's Internet Web site. D. You should consider configuring a new application page that should be employed all the way through CertKiller.com's Internet Web site. Answer: A

QUESTION NO: 12

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

You are in the process of creating an Internet Web site that makes use of high end graphics. You are planning to configure the new Web site to include intricate modifications to the structure for the purpose of sustaining the new branding. You are also planning to configure the new Web site to support several browsers, and to make sure that all of the new Web site's pages and subsites are reliable.

lTe

sts

You are employed as a developer at CertKiller.com. SharePoint Server 2010 is configured to manage Web site content for all CertKiller.com's Web sites.

.co

Microsoft 70-576: Practice Exam You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. CertKiller.com has an existing written policy that requires all CertKiller.com's intranet subsites to meet CertKiller.com's business standards. When you discover that certain subsites are not falling within the stipulations of the policy, you resolve to correct it. Which of the following actions should you take? A. You should consider creating a master page at the root level that specifies CertKiller.com's business standards, and compels all subsites to inherit the master page. B. You should consider creating an application page at the root level that specifies CertKiller.com's business standards, and compels all subsites to inherit the application page. C. You should consider creating Web Part page at the root level that specifies CertKiller.com's business standards, and compels all subsites to inherit the Web Part page. D. You should consider reconfiguring the default page.

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site that is configured to make use of multiple third-party controls. You are in the process of developing a branding solution, but find that it is incompatible with the inline styling included in the third-party controls. You are required to make sure that your solution is used, even though the code for the third-party controls is inaccessible to you. Which of the following actions should you take? A. You should consider having a new master page created. B. You should consider having the default page altered. C. You should consider having the inline styles removed using client-side scripting. D. You should consider having a site definition modified to contain the branding for the site. Answer: C

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

QUESTION NO: 13

sts

Answer: A

.co

Microsoft 70-576: Practice Exam QUESTION NO: 14 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You have recently created a Web application and included numerous site collections. You have configured all site collections within the application to make use of a newly customized master page. You would like display modifications to the master page to the Web application's site collections. Which of the following actions should you take? A. You should consider using Visual Studio to deploy a solution package that contains the application page in a feature, and activate the feature in each site collection. B. You should consider using Visual Studio to deploy a solution package that contains the Web part page in a feature, and activate the feature in each site collection. C. You should consider using the Web browser to deploy the master page manually to the Master Page gallery of each site collection. D. You should consider using Visual Studio to deploy a solution package that contains the master page in a feature, and activate the feature in each site collection. Answer: D

QUESTION NO: 15

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing an intranet site that allows CertKiller.com's divisions to have their own SharePoint site. Each of these SharePoint sites should have a distinctive look that differentiates it from the other SharePoint sites. You would like to accomplish this without unnecessary customization. Which of the following actions should you take? A. You should consider using the Site Theme page to configure different themes for each division's SharePoint site. B. You should consider using a site definition to configure different themes for each division's SharePoint site. C. You should consider using the default page to configure different themes for each division's SharePoint site. "Pass Any Exam. Any Time." - www.actualtests.com 9

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam D. You should consider using the master page to configure different themes for each division's SharePoint site. Answer: A

QUESTION NO: 16 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing a content type generating application. CertKiller.com has released a policy that states users must be prevented from modifying the content type of applications via the SharePoint 2010 user interface. You need to make sure that your application adheres to the policy. Which of the following actions should you take?

Answer: B

QUESTION NO: 17

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing a SharePoint site for CertKiller.com. CertKiller.com has a written policy that states users who contribute to the site should only be allowed to add, remove, and delete Web Parts that reside in the Test Web Parts Web Part zone. It also stipulates that Web Parts residing in the King Web Parts Web Part zone can only be added, and deleted by site collection owners. You need to make sure that your SharePoint site adheres to the policy. Which combination of the following actions should you take? (Choose two.)

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

A. You should consider having Content Type Syndication configured to prevent modifications to the content type. B. You should consider having a sealed content type created, and then deploying it as a feature. C. You should consider having a custom content type created that cannot be modified. D. You should consider having a read-only content type created.

sts

.co

10

Microsoft 70-576: Practice Exam A. You should consider creating a Web Part zone, named Required Web Parts, which permits customizations. B. You should consider creating a page layout with a Web Part zone named King Web Parts that permit customizations. C. You should consider creating a page layout with Web Part zones that do not allow customizations and grant contributors full control to the site collection. D. You should consider creating a Web Part zone named Required Web Parts that does not allow customizations with the desired Web Parts pre-loaded. E. You should consider creating a Web Part page with a Web Part zone named King Web Parts that prohibit customizations. F. You should consider creating a site definition that defines a Web Part zone, named King Web Parts, which permit customizations. Answer: B,D

You have been tasked with making sure that CKSPApp35 adheres to this policy. Which of the following actions should you take? A. You should consider accessing the web.config file to add or modify the connection strings. B. You should consider storing the connection strings in a shared network folder. C. You should consider accessing the machine.config file to add or modify the connection strings. D. You should consider having the connection strings stored in SharePoint lists. Answer: A

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

CertKiller.com has an existing written policy that deals with connection strings. The policy states that SharePoint Server 2010 administrators should be allowed to add or modify connection strings at the Web application level, as well as declaratively add or modify connection strings without a custom user interface. Furthermore, SharePoint users should be prevented from modifying or viewing sensitive information in the connection strings. It also states that, in the event of any modifications to the connection strings, it should be done programmatically and not redeploy any code.

tua

lTe

You are in the process of developing a SharePoint 2010 application named CKSPApp35. CKSPApp35 is configured to interact with an external Microsoft SQL Server database.

sts

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment.

.co

QUESTION NO: 18

11

Microsoft 70-576: Practice Exam

QUESTION NO: 19 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. CertKiller.com's SharePoint farm contains numerous servers, and also has a SharePoint 2010 Internet-facing site that hosts a large number of graphic media files. You would like to have the graphic media files cached in such a way that users will not have to wait long to view it. Which of the following actions should you take? A. You should consider changing the cacheForEditRights attribute of the Output Cache Profile to TRUE from the SharePoint web.config file. B. You should consider enabling BLOB cache by changing the enabled attribute to TRUE in the SharePoint web.config file. C. You should consider changing the cacheForEditRights attribute of the Output Cache Profile to TRUE from the SharePoint machine.config file. D. You should consider enabling BLOB cache by changing the enabled attribute to TRUE in the SharePoint machine.config file. Answer: B

QUESTION NO: 20

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. CertKiller.com's SharePoint farm contains numerous servers, and also has an Internet-facing SharePoint 2010 site. You have been instructed to configure the Web pages to load quicker so that users have a better site experience. Normally, this would make use of a lot of resources, and possibly require upgraded components. You have been instructed to complete this task without replacing any components. Which of the following actions should you take?

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

sts

.co

12

Microsoft 70-576: Practice Exam A. You should consider changing the cacheForEditRights attribute of the Output Cache Profile to TRUE from the SharePoint web.config file. B. You should consider enabling BLOB cache by changing the enabled attribute to FALSE in the SharePoint web.config file. C. You should consider having disk-based caching enabled on the Web servers that host the Internet-facing Web site. D. You should consider making use of the global assembly cache. Answer: C

QUESTION NO: 21 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing a new SharePoint 2010 application, as well as a Microsoft .NET Framework client application. The Microsoft .NET Framework client application must be configured for interaction with the new SharePoint 2010 application. You are instructed to make sure that the Microsoft .NET Framework client application has the ability to create, update, and delete lists. Which of the following actions should you take?

Answer: C

QUESTION NO: 22 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing a new application named CKSPApp13. CKSPApp13 must be configured to collect list items from numerous site collections, and then display it in one list view. Which of the following actions should you take? "Pass Any Exam. Any Time." - www.actualtests.com

Ac

A. You should consider making use of a Content Query Web Part. B. You should consider making use of SharePoint 2010 Web services in the client application. C. You should consider making use of the SharePoint Foundation 2010 managed client object model in the client application. D. You should consider making use of Business Connectivity Services with the authentication mode set to PassThrough.

tua

lTe

sts

.co

13

Microsoft 70-576: Practice Exam A. You should consider making use of a SiteQuery object. B. You should consider making use of a SPWebQuery object. C. You should consider making use of a Content Query Web Part. D. You should consider making use of a KeywordQuery object. Answer: D

QUESTION NO: 23 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm. CertKiller.com has released a new written policy, which states error messages that have been duplicated must not be logged. It also requires serious SharePoint error messages to be logged in the Windows Event Log. You have been tasked with enforcing this policy. Which of the following actions should you take?

Answer: B

QUESTION NO: 24

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. It has been reported that the code of a SharePoint 2010 application has thrown an exception. You investigate, and find that this has caused SharePoint to present an error page in the browser that shows the exact time of the error, as well as a Correlation ID. You decide to carry out a deeper analysis by checking for exception messages that were logged. Which of the following actions should you take? A. You should consider searching the Event log.

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

A. You should consider having Trace Log disk space usage limited. B. You should consider having Event Log Flood Protection enabled. C. Search for an exception in the SharePoint Unified Logging Service (ULS) logs. D. You should consider having Event Log Flood Protection disabled.

sts

.co

14

Microsoft 70-576: Practice Exam B. You should consider searching the SharePoint application log. C. You should consider searching the Trace log. D. You should consider searching the SharePoint Unified Logging Service (ULS) logs. Answer: D

QUESTION NO: 25 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of testing a newly developed SharePoint 2010 Web Part that contains a custom button. You first attempt at using the custom button returns no response from the Web browser. You must make sure that the button works properly before releasing the Web Part to the active environment. Which of the following actions should you take?

Answer: B

QUESTION NO: 26

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 for in their environment, which hosts a Web application named CKWebApp1. You have just completed developing a new Web application named CKWebApp2 that should present the standard SharePoint 2010 landing page when you access it. You decide to test CKWebApp2 by accessing it via your Web browser, but receive an error message stating that the page cannot be located. Which of the following actions should you take? A. You should consider modifying the application pool recycling settings. B. You should consider configuring the Browser File Handling setting to Permissive for CKWebApp2. "Pass Any Exam. Any Time." - www.actualtests.com 15

Ac

tua

lTe

A. You should consider modifying the application pool recycling settings. B. You should check whether JavaScript has been enabled in your browser. You should also make sure that User Account Control is not the reason for the problem. C. You should reconfigure the permission policy level. D. You should shut down the workstation, restart, and reopen the browser.

sts

.co

Microsoft 70-576: Practice Exam C. You should consider configuring the Web Page Security Validation setting to Off for CKWebApp2. D. You should consider linking CKWebApp2's URL to a new site collection. Answer: D

QUESTION NO: 27 You are employed as an administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment that hosts an application named CKSPApp13. During an analysis of CKSPApp13, you discover that, as a result of excessive memory usage, application pool recycling occurs sporadically. You decide to perform an extensive analysis to find the reason for this happening. Which of the following actions should you take?

Answer: D

QUESTION NO: 28

You are employed as an administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment that hosts numerous custom Web applications, and third-party Web Parts. During an analysis, you discover that client response times are slow, and that page faults are occurring excessively. You also discover that the application pool is frequently being recycled. Which of the following options accurately describes a likely reason for these problems? A. Objects are not being properly disposed of by the custom code in third-party application. B. The size of the paging file is too large. C. The application pool recycling is set to occur too often. D. The Application _Layouts pages reference site master pages property is set to No.

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

A. You should consider modifying the application pool recycling settings. B. You should consider having the Event logs examined for entries pertaining to SPRequest objects. C. You should consider having the Trace logs examined for entries pertaining to SPPersistedObject objects. D. You should consider having the ULS logs examined for entries pertaining to SPRequest objects.

sts

.co

16

Microsoft 70-576: Practice Exam Answer: A

QUESTION NO: 29 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment that contains a SharePoint 2010 intranet site. You are in the process of developing a new SharePoint 2010 application named CKSPApp34. CKSPApp34 contains code that frequently forwards calls to SPSite and SPWeb objects. While testing the new application, you find that the system and application response is not up to standard. You have also discovered that memory usage for IIS worker procedures are at a high level. You have been tasked with rectifying the problems. Which of the following actions should you take?

Answer: C

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment that contains a SharePoint 2010 intranet site. You are in the process of developing a new SharePoint application named CKSPApp13. CKSPApp13 has a list named CKUser configured. You have received instructions to make sure that CKSPApp13 has a drop-down menu configured that hosts key-value pair data acquired from a table hosted by a Microsoft SQL Server 2008 database. Which of the following actions should you take? A. You should configure a new list that connects to the external SQL Server table, and also configure a lookup column on the CKUser list that acquires data from an external list. "Pass Any Exam. Any Time." - www.actualtests.com

Ac

QUESTION NO: 30

tua

lTe

A. You should consider reconfiguring the Resource Throttling settings. B. You should consider having a FeatureActivated node referencing feature added. C. You have to make sure that SPSite and SPWeb's Dispose method is used all the way through the code. D. You should consider having your code added to the FeatureInstalled method.

sts

.co

17

Microsoft 70-576: Practice Exam B. You should configure a new list that includes an external data column, and also configure a lookup column on the CKUser list that acquires data from an external list. C. You should configure a new list that has an external data column, and then set the external SQL Server table as the source of this column. D. You should configure a managed metadata column on the CKUser list, and then insert the data from the SQL Server table into this column. E. You should configure a new list that has an external data column, and then insert the data from the SQL Server table into this column. F. You should configure a managed metadata column on the CKUser list, and also configure a lookup column on the CKUser list that acquires data from an external list. Answer: A

Which combination of the following actions should you take? (Choose two.) A. You should consider having a list that includes an external data column configured. B. You should consider having an external content type configured to reference the external list. C. You should consider having an external content type configured, and have the Office Item Type option enabled. D. You should consider having an external list configured from the external content type. E. You should consider having a new external list configured to reference the exported data file. Answer: C,D

QUESTION NO: 32 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. At present, a link to CertKiller.com's data is provided by a Windows Communication Foundation (WCF) service. You are in the process of developing a list that acquires information via the Windows "Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

sts

You are in the process of developing a new SharePoint 2010 application. The new application should contain a list that only accumulates information regarding the clients whose details are stored in Microsoft Office Outlook 2010.

.co

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. CertKiller.com's client contact details are stored in Microsoft Office Outlook 2010.

QUESTION NO: 31

18

Microsoft 70-576: Practice Exam Communication Foundation (WCF) service. You have already configured an external content type. Which combination of the following actions should you take to complete this task? (Choose two.) A. You should consider using the WCF Service option as the External Data Source Type. B. You should consider configuring a list that makes use of the internal content type as its source. C. You should consider configuring a list that makes use of the external content type as its source. D. You should consider linking the URL of the WCF service to the External Content Type property. Answer: A,C

QUESTION NO: 33 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing a SharePoint application named CKSPApp13. CKSPApp13 must be configured to merge information from various tables into one list that is synchronized with CertKiller.com's external database. This external database is inaccessible via remote connections. You have created a Web service, which merges data fields into a list. Which of the following actions should you take NEXT? A. You should consider importing the tables into lists by making use of Business Connectivity Services. B. You should consider synchronizing the list with the internal database using Business Connectivity Services. C. You should consider synchronizing the list with the external database using Business Connectivity Services. D. You should consider synchronizing the list with the internal database by applying event receivers. Answer: C

QUESTION NO: 34 You are employed as a developer at CertKiller.com. You have recently developed a SharePoint 2010 site, and configured it to be hosted by a third-party service. The new site is deployed as a sandboxed solution as per the third-party service's requirements. The third-party service also makes use of forms-based authentication. "Pass Any Exam. Any Time." - www.actualtests.com 19

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam You have been instructed to make sure that CRM information stored in CertKiller.com' domain is incorporated into the new site. You are also required to ensure that CRM data is properly presented for every user token. Which combination of the following actions should you take? (Choose two.) A. You should consider making use of Business Connectivity Services with the authentication mode set to WindowsCredentials to link up to the CRM. B. You should consider making use of Business Connectivity Services with the authentication mode set to PassThrough to link up to the CRM. C. You should consider mapping FBA credentials to domain credentials by using the Secure Store Service. D. You should consider prompting users for their domain credentials. Answer: A,C

QUESTION NO: 35

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment that contains a SharePoint 2010 intranet site. The site will be used by CertKiller.com staff to fill in online timesheets. This information will be hosted by a third-party database. You have been instructed to make sure that a suitable form is created that allows CertKiller.com staff to access it from SharePoint. You are also required to link a single URL to the created form, so that Web traffic can be traced. Which combination of the following actions should you take? (Choose all that apply.) A. You should make use of Business Connectivity Services to link up to the third-party database. B. You should configure an InfoPath Web-enabled form that submits data directly to the third-party database. C. You should configure an external content type, and configure an external list based on this content type. D. You should configure an internal content type, and configure an internal list based on this content type. E. You should permit users to insert their actions by adding new items to the external list. F. You should permit users to insert their actions by adding new items to the internal list. Answer: A,C,E "Pass Any Exam. Any Time." - www.actualtests.com 20

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam

QUESTION NO: 36 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment that contains a SharePoint 2010 intranet site. You have received instructions to develop a strategy to capture information on the intranet site. CertKiller.com users should be able to update list information using forms on the intranet site. CertKiller.com users must have the ability to populate these forms offline if they so choose. You have accessed the user interface to identify design elements for the strategy. Which combination of the following actions should you take? (Choose two.) A. You should consider having InfoPath 2010 client forms created. B. You should consider having InfoPath 2010 browser-based forms created. C. You should consider having the forms deployed to a SharePoint library for data entry and submission. D. You should consider having the forms deployed under the _layout folder. Answer: A,C

QUESTION NO: 37

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing a new SharePoint site for CertKiller.com. The new site will be configured to capture client data, which will be hosted by a Microsoft Dynamics CRM 4.0 database. You have been instructed to make sure that users in CertKiller.com's Marketing Division is allowed to execute create, retrieve, update, and delete (CRUD) functions for their client data records on the SharePoint site. You also have to make sure that information in the CRM Dynamics database and the SharePoint site is synchronized. Marketing Division users require offline access to the information. You have been informed that your strategy should not require customized code. Which combination of the following actions should you take? (Choose all that apply.)

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

sts

.co

21

Microsoft 70-576: Practice Exam A. You should make use of Microsoft Office InfoPath 2010 to configure client and browser-based forms. B. You should access the CRM system in SharePoint and make use of Business Connectivity Services to configure an external content type for the contact list. C. You should configure custom Microsoft ASP.NET form pages for CRUD operations. D. You should configure InfoPath client forms for CRUD operations. E. You should access the contact list of the SharePoint site that links up to the CRM system and configure a custom content type. F. You should synchronize the offline data by configuring a SharePoint 2010 workspace. Answer: B,D,F

QUESTION NO: 38 You are employed as a developer at CertKiller.com. You are in the process of configuring a new SharePoint Server 2010 farm in CertKiller.com's environment. You have configured the new server farm to include numerous site collections, which distributes content types throughout the enterprise. You have configured suitable governance by making sure that the enterprise-wide content types are updated every 30 days. Furthermore, you have configured the use of a managed metadata service application for the server farm. Your next task is to configure the site collections to acquire updates to content type automatically. You have to make sure that your task is successfully completed using as little customization as possible. Which of the following actions should you take? A. You should consider having the necessary updates deployed to the global assembly cache directly. B. You should consider having Content Type Syndication configured to update the site collection lists when a central site collection is modified. C. You should consider having a PowerShell script created that iterates through the site collections and implements the necessary updates. D. You should consider making use of the SP.UI.UIUtility class in the client application. Answer: B

QUESTION NO: 39

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

sts

.co

22

Microsoft 70-576: Practice Exam You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You are in the process of developing an application for CertKiller.com. The application has to reference a current Microsoft SQL Server 2008 table, which includes metadata records structured in a key-value pair, to fill a site column. Which of the following actions should you take? A. You should have an Internal Data column configured. B. You should have an External Data column configured. C. You should have an Unmanaged Metadata column configured. D. You should have a Managed Metadata column configured. Answer: B

QUESTION NO: 40

Which of the following actions should you take? A. You should consider configuring a parallel site workflow. B. You should consider configuring a parallel list workflow. C. You should consider configuring a sequential site workflow. D. You should consider configuring a sequential list workflow. Answer: C

QUESTION NO: 41 You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You have been instructed to create SharePoint 2010 workflows. You are also informed that the workflow solution has to be validated. Furthermore, you need to make use of Microsoft Visio 2010 "Pass Any Exam. Any Time." - www.actualtests.com 23

Ac

tua

lTe

You have been tasked with developing an application that should include a workflow. This workflow should be configured to initialize via a call to SPWorkflowManager.StartWorkflow, or via the SharePoint user interface. Also, the workflow should not be linked to either a document library, or a specified list.

sts

You are employed as a developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment.

.co

Microsoft 70-576: Practice Exam to create these workflows. Which of the following actions should you take? A. You should access the File tab in Visio 2010 and make use of the Save to SharePoint option. B. You should access the Process tab in Visio 2010 and make use of the Check Diagram option. C. You should click the Enable Content option on the Visio 2010 Message Bar. D. You should consider accessing the Design tab in Visio 2010. Answer: B

QUESTION NO: 42 You are employed as an application developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm. You are in the process of developing a SharePoint Server 2010 solution package for a project that includes workflows, list definitions, assemblies, customized ASPX pages, features, and a Web Part. CertKiller.com has an existing policy that requires all SharePoint applications to be manageable and secure. The policy also requires quota restrictions on resource utilization to be adhered to. After a brief analysis, you predict the limit could be surpassed by the Web Part. You decide to make use of minimal solutions for deploying the project. Which of the following actions should you take? (Choose all that apply.) A. You should consider configuring a solution for list definitions B. You should consider configuring a solution package that contains all of the artifacts in the development project. C. You should consider configuring a solution containing the Web Part and its related assemblies D. You should consider configuring a farm-scoped solution that contains the Web Part E. You should consider configuring a solution for customized ASPX pages and workflows F. You should consider configuring a sandboxed solution containing the Web Part Answer: A,C,E

QUESTION NO: 43 You are employed as an application developer at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm. "Pass Any Exam. Any Time." - www.actualtests.com 24

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam You are in the process of developing a SharePoint Server 2010 solution package. You have added a feature to the solution package for activation. You have been instructed to make sure that the feature can only be activated from site collections in certain Web applications in CertKiller.com's SharePoint Server 2010 farm. Which of the following actions should you take? A. You should consider having a DwpFile element and an Assembly element, and then selecting the WebApplication option as the DeploymentTarget property of the feature assembly. B. You should consider having a DwpFile element and an Assembly element, and then selecting the GlobalAssemblCache option as the DeploymentTarget property of the feature assembly.. C. You should consider creating a farm solution, and then selecting the GlobalAssemblCache option as the DeploymentTarget property of the feature assembly. D. You should consider creating a farm solution, and then selecting the WebApplication option as the DeploymentTarget property of the feature assembly. Answer: D

QUESTION NO: 44 CORRECT TEXT

You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 environment. You have been tasked with configuring an upgrade strategy for an application named CKApp01. Your strategy has to allow for a current workflow to contain new code activity, and that running workflow instances keep on working. Before making the necessary changes to the workflow, you are informed that any new instances also have to contain the changes. You then make the necessary changes to the workflow code. Which combination of the following actions should you take? (Choose all that apply.) You should consider having the new version of the workflow feature deployed to the GAC You should consider having the code deployed to the GAC. You should consider having the current version of the workflow assembly increased. You should consider having the workflow feature activated. You should consider having the suitable workflow.xml file altered to reference the new version. You should consider having the workflow feature deactivated. "Pass Any Exam. Any Time." - www.actualtests.com 25

Ac

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam Answer: A, C, E

QUESTION NO: 45 CORRECT TEXT You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 farm. At present there are numerous working features, which you previously developed, in CertKiller.com's SharePoint farm. These features are configured for use at every scope level across CertKiller.com's entire SharePoint farm. You are instructed to upgrade all features on CertKiller.com's SharePoint server farm, including feature instances, to the most recent edition. Furthermore, you must make sure that the upgrade strategy allows CertKiller.com's sites to be offline fro a minimal period of time.

Answer: C, F

QUESTION NO: 46 CORRECT TEXT You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site. SharePoint Server 2010 solutions are regularly deployed and require a lot of administrative effort. As a result, you decide to automate the process by creating a custom application. The application must be configured to make use of Windows PowerShell cmdlets. Which of the following actions should you take? You should consider executing the Add-SPSolution Windows PowerShell cmdlet before executing the Install-SPSolution. "Pass Any Exam. Any Time." - www.actualtests.com 26

Ac

tua

You should consider having all of the features deployed to the farm as a single solution package. You should consider having each of the features deployed to the farm in its own solution package. You should consider having the new version number and any necessary upgrade actions specified in each of the Feature.xml files. You should consider having all of the new features activated at the farm level. You should consider only having the new features activated in the locations where they are currently active. You should consider having the feature upgrade executed as a solution package on the farm.

lTe

sts

.co

Which combination of the following actions should you take? (Choose two.)

Microsoft 70-576: Practice Exam You should consider executing the Add-SPUserSolution Windows PowerShell cmdlet before executing the Install-SPUserSolution. You should consider executing the Update-SPSolution Windows PowerShell cmdlet. You should consider executing the Install-SPFeature Windows PowerShell cmdlet. Answer: B

QUESTION NO: 47 CORRECT TEXT You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site. CertKiller.com's SharePoint Server 2010 site is hosted by two front-end Web servers, named CERTKILLER-SR13 and CERTKILLER-SR14, and is configured to be public-facing. You have configured load balancing for CERTKILLER-SR13 and CERTKILLER-SR14. After CertKiller.com relocates to new premises, you are instructed to configure a strategy to update the contact details on the SharePoint Server 2010 site. Your strategy should require as little time to develop as possible, and have a minimal effect on site users. Which of the following actions should you take?

Answer: A

QUESTION NO: 48 CORRECT TEXT You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site. CertKiller.com's SharePoint Server 2010 site is hosted by two front-end Web servers, named CERTKILLER-SR34 and CERTKILLER-SR35, and is configured to be public-facing. However, the servers do not have load balancing configured. You have been informed that the code in the global assembly cache (GAC) must be altered as "Pass Any Exam. Any Time." - www.actualtests.com 27

Ac

Create a PowerShell script to iterate through the site content and make the updates as needed. You should consider having Content Type Syndication configured to implement the necessary updates. You should consider making use of the SP.UI.UIUtility class in the client application. You should consider having a Web Part page created, and then deployed to the top-level site of the site collection.

tua

lTe

sts

.co

Microsoft 70-576: Practice Exam part of the update strategy. You also have to make sure that CertKiller.com users who use the site are minimally affected by your strategy. Which combination of the following actions should you take? (Choose two.) You should consider deploy the update within a custom Microsoft Windows Installer package that copies the code into the GAC. You should consider Deploy the update directly to the GAC. You should then carry out an IISReset on each front-end Web server. You should then carry out an IISReset on each back-end Web server. You should then recycle the application pool for the SharePoint site on each front-end Web server. You should then recycle the application pool for the SharePoint site on each back-end Web server.

QUESTION NO: 49 CORRECT TEXT

Which of the following actions should you take? You should consider copying an update into a SharePoint solution file. You should consider recycling the application pool for the SharePoint sites. Copy an update to theWeb Part into the global assembly cache (GAC) and perform an IISReset. You should consider making use of a PowerShell script to iterate through the SharePoint 2010 sites and update the property. Answer: D

QUESTION NO: 50 CORRECT TEXT You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has a SharePoint Server 2010 site. You have previously configured custom Web Parts, and installed it on CertKiller.com's global "Pass Any Exam. Any Time." - www.actualtests.com 28

Ac

tua

lTe

You have received instructions to update the property values of the Web Parts identified in the site definitions of the current SharePoint 2010 sites. Furthermore, you are informed that the process should require as little time to develop as possible.

sts

You are employed as a SharePoint administrator at CertKiller.com. CertKiller.com has several SharePoint Server 2010 sites that were created using identical site definitions.

.co

Answer: B, E

Microsoft 70-576: Practice Exam assembly cache (GAC). When a fellow administrator informs you that changes has been made to the signing key used for the Web Parts, you decide to configure an update for the Web Parts. You would like to achieve your goal without modifying the value settings of the Web Parts' properties. Which of the following actions should you take? You should consider configuring a delegate control deploying it through a feature. You should consider recycling the application pool for the SharePoint site. You should consider copying the data programmatically from the current Web Parts to their new versions, before removing the old instances. You should consider deploy the update within a custom Microsoft Windows Installer package.

"Pass Any Exam. Any Time." - www.actualtests.com

Ac

tua

lTe

sts

.co

Answer: C

29

You might also like