0

programming languages Online Quiz - 73

Description: programming languages Online Quiz - 73
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

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

How to create a Custom Activity

  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
  1. StateInitialization

  2. WriteLine

  3. Assign

  4. Flowchart


Correct Option: A
  1. StateMachine

  2. Sequential

  3. Flowchart

  4. Statemachine and sequential

  5. Sequential and Flowchart


Correct Option: E

In some point of workflow execution, can we start the remaining activities in another system or in another project.

  1. True

  2. False


Correct Option: B

Which built-in activity is used for handling the event in Workflow 4.0?

  1. HandleEvent

  2. EventHandler

  3. Pick

  4. Park


Correct Option: C

How to Get the value of an Inargument inside a custom activity?

  1. Using InArgument Name

  2. Using context.GetValue(InArgumentName)

  3. InArgumentName.Get(context)

  4. InArgument.Get()


Correct Option: B,C
  1. WorkflowInvoker

  2. WorkflowRuntime

  3. WorkflowApplication

  4. WorkflowMethod


Correct Option: A,C

Which of the following HTTP response codes indicate a successful response from the server

  1. 200

  2. 304

  3. 404

  4. None of The above


Correct Option: A

onreadystatechange is a method of XMLHttpRequest Object

  1. True

  2. False


Correct Option: B

POST requests can also be send through the open method of the XMLHttpRequest Object

  1. True

  2. False


Correct Option: B
- Hide questions