Which form should you recommend?
You are designing a custom workflow for a SharePoint 2010 solution. You need to specify
which type of workflow form to use. The requirements for the form are: ·Specify the main
list, library, or content type that the workflow will affect. .Provide a form to display the Add a
New Workflow page. .Provide the form where the administrator can specify settings
common to all workflows, such as the workflow definition and initiation conditions, and
whether the workflow runs on items or folders, or both. You need to specify which type of
workflow form should be used for each phase of the workflow process to meet all these
requirements. Which form should you recommend?
You need to perform a bare metal recovery of the server
Your network contains a server that runs Windows Server 2008 R2. Windows BitLocker Drive
Encryption (BitLocker) is enabled for all drives. You need to perform a bare metal recovery of the
server. What should you do first?
Which code segments should you add at lines 04 and 05?
You have the following event receiver. (Line numbers are included for reference only.) 01Public
Overloads Overrides Sub FieldDeleting (ByVal properties As SPListEventProperties) 02
MyBase.FieldDeleting(properties) 03 If properties.FieldName = “Status” Then 04 05 06 End If
07End Sub You need to cancel the operation and redirect the user to a custom error page if the
name of the deleted field is Status. Which code segments should you add at lines 04 and 05?
Which approach should you recommend?
You are designing the user interface for an ASP.NET Web application. The Web application
allows several departments to personalize the style of their sections of the Web application.
All departmental section styles derive from the core styles of the Web application and can
only append to the Web application’s core styles. The departmental master pages inherit
from the Web application’s master page. You need to ensure that core CSS styles appear
En all pages of the Web application. Which approach should you recommend?
You need to ensure that you can initiate a full server backup of Server2 from Server1
Your network contains two servers named Server1 and Server2. Server1 runs Windows Server 2008
R2. Server2 runs Windows Server 2008. You need to ensure that you can initiate a full server backup
of Server2 from Server1. What should you do?
Which approach should you recommend?
You are designing a custom workflow for the Human Resources department. The workflow
will add the business logic for hiring approval to a SharePoint 2010 Web application. The
requirements specify that the workflow must: ·Be used to manage the hiring approvals for
the employee new-hire lists on all department sites. .Encapsulate all of the required
business logic for the approval process. .Make changes to list data that requires higher
privileges than the user initiating the workflow might possess. You need to design the
workflow to meet all these requirements. Which approach should you recommend?
Which approach should you recommend?
You are designing an ASP.NET Web application for content management. You have the
following requirements: • Support multiple browsers. • Display a specific interface for
browsers that have display dimensions of less than 640 x 480 pixels. You need to design a
solution for identifying the display dimensions of the requesting browser. Which approach
should you recommend?
Which two possible backup locations should you use?
Your network contains a server that runs Windows Server 2008 R2. You need to schedule backups of
the server. The solution must ensure that multiple versions of the backup are available. Which two
possible backup locations should you use? (Each correct answer presents a complete solution.
Choose two.)
Which scope should you design?
You are designing a SharePoint 2010 application. You need to design a single feature that
includes content types, fields, modules, and list instances. Which scope should you design?
You need to ensure that each time the workflow starts, the three activities are linked to a single task
You plan to create a workflow that has the following three activities: CreateTask —
OnTaskChanged CompleteTask You need to ensure that each time the workflow starts, the three
activities are linked to a single task. What should you do?