Tag: programming languages

Questions Related to programming languages

Which one is not a built-in Activity in WF4.0

  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

Is WF4.0 is integrated to WCF ?

  1. True

  2. False


Correct Option: B

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
  1. Using InArgument Name

  2. Using context.GetValue(InArgumentName)

  3. InArgumentName.Get(context)

  4. InArgument.Get()


Correct Option: B,C

What are the methods of hosting available?

  1. WorkflowInvoker

  2. WorkflowRuntime

  3. WorkflowApplication

  4. WorkflowMethod


Correct Option: A,C

innerHTML, innerText, outerHTML and outerText. What are these of Element object

  1. Methods

  2. Properties

  3. Objects

  4. None of The above


Correct Option: B

It is possible to add custom methods and properties in pre-existing objects like String, Math and others

  1. True

  2. False


Correct Option: B

document.getElementById("trial").innerHTML() is a valid statement

  1. True

  2. False


Correct Option: B