This quiz assesses skills in SharePoint 2007 workflow development using Visual Studio, InfoPath, and the SharePoint Object Model. It covers default activities, workflow templates, types, and task creation in the context of an accounts department workflow.
Three State Workflow
Collect Feedback
Collect Signature
Disposition Workflow
Three State Workflow
Rate this question:
State Level Workflow
Sequential Workflow
Approval Workflow
Rate this question:
List
Document Library
Form Library
Rate this question:
SPWorkflowTaskProperties
WorkflowTaskProperties
SPTaskProperties
SPWorkflowTask
Rate this question:
User can manually start the workflow.
The workflow start automatically when an item is deleted.
The workflow start automatically when an item is Moved.
The workflow start automatically when an item is Changed.
Rate this question:
Assign CorrelationToken to username
Assign CorrelationToken to AnyUniqueString
Assign OwnerActivityName to ScopeofTask
Assign newly created GUID to TaskId
Assign OwnerActivityName to Username
Assign Name to TaskName
Rate this question:
Replicator Activity
Parallel Activity
While Activity
IF else Activity
Rate this question:
Parallel Activity
Task Activity
Replicator Activity
While Activity
Rate this question:
Only Serially
Only Parallely
Both
Rate this question:
ASP.NET Web Part
SharePoint Web Part
.NET Web Part
System Web Part
Rate this question:
Using Site Settings
Using List Settings
Using Site Permissions
Using List Permissions
None of above
Yes
No
Only possible for WSS or SharePoint Foundation Service
Rate this question:
The SPSite object represents a collection of sites (site collection [a top level sites and all its subsites])
The SPWeb object represents an instance SharePoint Web, and SPWeb object contains things like the actual content
A SPSite object contains the various subsites and the information regarding them.
None of above
Rate this question:
SPWeb web = SPContext.Current.Site.RootWeb
SPSite site = new SPSite(SPContext.Current.Web.Url);
SPWeb web = site.OpenWeb();
SPWeb web = SPContext.Current.Site.RootWeb;
Rate this question:
Timer Job
Event Handler using SharePoint Object Model
Workflow
Rate this question:
SharePoint Site Collection
SharePoint Web Application
SharePoint Sub Site
Rate this question:
Submit
Retrive
Save
Receive/
Get&Set/
Association
Initiation
Modification
Task
Rate this question:
Quiz Review Timeline (Updated): Jun 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.