PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

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?

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?

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?