Moss 2007 - Workflow + Infopath + Sp Object Model + Webparts

19 Questions | Attempts: 63
Share

SettingsSettingsSettings
Workflow Quizzes & Trivia

Workflow InfoPath SP Object Model WebParts


Questions and Answers
  • 1. 
    Following is the default activity availabel while a developer uses a Visual Studio to create a sequential workflow.
    • A. 

      OnWorkflowStarted

    • B. 

      OnWorkflowInitiated

    • C. 

      OnWorkflowActivated

    • D. 

      WorkflowActivated

  • 2. 
    Following are the workflow templates avaliable in the MOSS 2007
    • A. 

      Three State Workflow

    • B. 

      Collect Feedback

    • C. 

      Collect Signature

    • D. 

      Disposition Workflow

    • E. 

      Three State Workflow

  • 3. 
    Following are the workflow types avaliable in Visual Studio.
    • A. 

      State Level Workflow

    • B. 

      Sequential Workflow

    • C. 

      Approval Workflow

  • 4. 
    For creating workflow using visual studio, developer need to use 'Workflow History'. whats the type of 'Workflow history' ?
    • A. 

      List

    • B. 

      Document Library

    • C. 

      Form Library

  • 5. 
    You are developing a workflow for account department, you need to assign the task for user to get the amounts and other details. you used create task activity. which of the below class you used to create new task object.             createTaskIdCheck.TaskProperties = new
    • A. 

      SPWorkflowTaskProperties

    • B. 

      WorkflowTaskProperties

    • C. 

      SPTaskProperties

    • D. 

      SPWorkflowTask

  • 6. 
    What are the below options avaliable to trigger the workflow.
    • A. 

      User can manually start the workflow.

    • B. 

      The workflow start automatically when an item is deleted.

    • C. 

      The workflow start automatically when an item is Moved.

    • D. 

      The workflow start automatically when an item is Changed.

  • 7. 
    You are developing a workflow for account department, you need to assign the task for user to get the amounts and other details. you used create task activity. which of the below properties you need to set.
    • A. 

      Assign CorrelationToken to username

    • B. 

      Assign CorrelationToken to AnyUniqueString

    • C. 

      Assign OwnerActivityName to ScopeofTask

    • D. 

      Assign newly created GUID to TaskId

    • E. 

      Assign OwnerActivityName to Username

    • F. 

      Assign Name to TaskName

  • 8. 
    You are developing a workflow for account department, you need to assign the task for user to get the amounts and other details. you used create task activity from the tool menu. Which of the below activity will helpful to create multiple tasks and all  tasks need to be generated at single instance to all.
    • A. 

      Replicator Activity

    • B. 

      Parallel Activity

    • C. 

      While Activity

    • D. 

      IF else Activity

  • 9. 
    You are developing a workflow for account department, you need to assign the task for user to get the amounts and other details. the task need to create for all, based on the name mentinoed by the users while submiting the form to account department. Which of the below activity will help you to create tasks for unknow no of users, at run time.
    • A. 

      Parallel Activity

    • B. 

      Task Activity

    • C. 

      Replicator Activity

    • D. 

      While Activity

  • 10. 
    Can we use Replicator activity to assign the tasks parallely and serially ?
    • A. 

      Only Serially

    • B. 

      Only Parallely

    • C. 

      Both

  • 11. 
    Web parts are inherited from.
    • A. 

      ASP.NET Web Part

    • B. 

      SharePoint Web Part

    • C. 

      .NET Web Part

    • D. 

      System Web Part

  • 12. 
    How can we change the item level permission ?
    • A. 

      Using Site Settings

    • B. 

      Using List Settings

    • C. 

      Using Site Permissions

    • D. 

      Using List Permissions

    • E. 

      None of above

  • 13. 
    Can SharePoint be linked to an external data source?
    • A. 

      Yes

    • B. 

      No

    • C. 

      Only possible for WSS or SharePoint Foundation Service

  • 14. 
    What is a SPSite and SPWeb object, and what is the difference between each of the objects?
    • A. 

      The SPSite object represents a collection of sites (site collection [a top level sites and all its subsites])

    • B. 

      The SPWeb object represents an instance SharePoint Web, and SPWeb object contains things like the actual content

    • C. 

      A SPSite object contains the various subsites and the information regarding them.

    • D. 

      None of above

  • 15. 
    Which of the following is correct
    • A. 

      SPWeb web = SPContext.Current.Site.RootWeb

    • B. 

      SPSite site = new SPSite(SPContext.Current.Web.Url);

    • C. 

      SPWeb web = site.OpenWeb();

    • D. 

      SPWeb web = SPContext.Current.Site.RootWeb;

  • 16. 
    Add a current datetime as item in list 'Log', whenever user adds a item to list 'ParcelOut'.  To perform this scenario which method is useful?
    • A. 

      Timer Job

    • B. 

      Event Handler using SharePoint Object Model

    • C. 

      Workflow

  • 17. 
    SPWebApplication object represent?
    • A. 

      SharePoint Site Collection

    • B. 

      SharePoint Web Application

    • C. 

      SharePoint Sub Site

  • 18. 
    How many type of connections can be crated from Infopath?
    • A. 

      Submit

    • B. 

      Retrive

    • C. 

      Save

    • D. 

      Receive/

    • E. 

      Get&Set/

  • 19. 
    what are the types of input forms that can be created for a workflow?
    • A. 

      Association

    • B. 

      Initiation

    • C. 

      Modification

    • D. 

      Task

Back to Top Back to top
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.