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

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

  1. StateInitialization

  2. WriteLine

  3. Assign

  4. Flowchart


Correct Option: A

What are the control flows available in Wf4.0

  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

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

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

Javascript does not distinguish between name of a function and a variable

  1. True

  2. False


Correct Option: B

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

URL accessed through XMLHttpRequest's open method is stored in the history of the browser.

  1. True

  2. False


Correct Option: B

All the HTML objects like Form, Select, Textarea and others are implicitly an instance of Element as well

  1. True

  2. False


Correct Option: B
- Hide questions