Real Microsoft 70-576 (Designing and Developing Microsoft SharePoint 2010 Applications) exam Q&As free download

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
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.
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
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
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.)
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
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
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.)
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
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.
Answer: A,C
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.
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
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
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 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

No comments:

Post a Comment