programming languages Online Quiz - 73

programming languages Online Quiz - 73

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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
Question 2 True/False

Is State Machine workflow available in Workflow Foundation 4.0

  1. True
  2. False
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

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
Question 5 Multiple Choice (Single Answer)

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

  1. StateInitialization
  2. WriteLine
  3. Assign
  4. Flowchart
Question 6 Multiple Choice (Single Answer)

What are the control flows available in Wf4.0

  1. StateMachine
  2. Sequential
  3. Flowchart
  4. Statemachine and sequential
  5. Sequential and Flowchart
Question 7 True/False

Is WF4.0 is integrated to WCF ?

  1. True
  2. False
Question 8 True/False

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

  1. True
  2. False
Question 9 Multiple Choice (Single Answer)

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

  1. HandleEvent
  2. EventHandler
  3. Pick
  4. Park
Question 10 Multiple Choice (Multiple Answers)

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()
Question 11 Multiple Choice (Multiple Answers)

What are the methods of hosting available?

  1. WorkflowInvoker
  2. WorkflowRuntime
  3. WorkflowApplication
  4. WorkflowMethod
Question 12 Multiple Choice (Single Answer)

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

  1. Methods
  2. Properties
  3. Objects
  4. None of The above
Question 13 True/False

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

  1. True
  2. False
Question 14 True/False

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

  1. True
  2. False
Question 15 True/False

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

  1. True
  2. False
Question 16 Multiple Choice (Single Answer)

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
Question 17 True/False

onreadystatechange is a method of XMLHttpRequest Object

  1. True
  2. False
Question 18 True/False

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

  1. True
  2. False
Question 19 True/False

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

  1. True
  2. False
Question 20 True/False

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

  1. True
  2. False