programming languages Online Quiz - 73
programming languages Online Quiz - 73
Questions
What is Persistence in Workflow application?
- Store the workflow state information into database
- Store the workflow state information to any persistence store
- Accessing workflow as XML file
- None of the above
Is State Machine workflow available in Workflow Foundation 4.0
- True
- False
How to create a Custom Activity
- Inherit from NativeActivity
- Inherit from Activity
- Inherit from CodeActivity
- Inherit from NativeActivity and Inherit from CodeActivity
What is Bookmark
- Terminate the activity
- An event in WF4.0
- A mechanism that allows activities in the bookmark's position hangs, waiting for restoration
- Terminate the workflow
Which one is not a built-in Activity in WF4.0
- StateInitialization
- WriteLine
- Assign
- Flowchart
What are the control flows available in Wf4.0
- StateMachine
- Sequential
- Flowchart
- Statemachine and sequential
- Sequential and Flowchart
Is WF4.0 is integrated to WCF ?
- True
- False
In some point of workflow execution, can we start the remaining activities in another system or in another project.
- True
- False
Which built-in activity is used for handling the event in Workflow 4.0?
- HandleEvent
- EventHandler
- Pick
- Park
How to Get the value of an Inargument inside a custom activity?
- Using InArgument Name
- Using context.GetValue(InArgumentName)
- InArgumentName.Get(context)
- InArgument.Get()
What are the methods of hosting available?
- WorkflowInvoker
- WorkflowRuntime
- WorkflowApplication
- WorkflowMethod
innerHTML, innerText, outerHTML and outerText. What are these of Element object
- Methods
- Properties
- Objects
- None of The above
It is possible to add custom methods and properties in pre-existing objects like String, Math and others
- True
- False
document.getElementById("trial").innerHTML() is a valid statement
- True
- False
Javascript does not distinguish between name of a function and a variable
- True
- False
Which of the following HTTP response codes indicate a successful response from the server
- 200
- 304
- 404
- None of The above
onreadystatechange is a method of XMLHttpRequest Object
- True
- False
POST requests can also be send through the open method of the XMLHttpRequest Object
- True
- False
URL accessed through XMLHttpRequest's open method is stored in the history of the browser.
- True
- False
All the HTML objects like Form, Select, Textarea and others are implicitly an instance of Element as well
- True
- False