Tag: programming languages

Questions Related to programming languages

  1. workflowApplication.ResumeBookmark(bookmarkName, null)

  2. workflowApplication.ResumeBookmark(bookmarkName)

  3. workflowInvoker.ResumeBookmark(bookmarkName, null)

  4. workflowInvoker.ResumeBookmark(bookmarkName)


Correct Option: A
  1. Add the Designer attribute to the Activity class

  2. Assign ActivityDesigner name in the Activity Constructor

  3. By overriding cacheMetadata

  4. None of the above


Correct Option: A

What is Persistence in Workflow application?

  1. Store the workflow state information into database

  2. Store the workflow state information to any persistence store

  3. Accessing workflow as XML file

  4. None of the above


Correct Option: B

Is State Machine workflow available in Workflow Foundation 4.0

  1. True

  2. False


Correct Option: B
  1. Inherit from NativeActivity

  2. Inherit from Activity

  3. Inherit from CodeActivity

  4. Inherit from NativeActivity and Inherit from CodeActivity


Correct Option: D

What is Bookmark

  1. Terminate the activity

  2. An event in WF4.0

  3. A mechanism that allows activities in the bookmark's position hangs, waiting for restoration

  4. Terminate the workflow


Correct Option: C