web technology Online Quiz - 78
web technology Online Quiz - 78
Questions
To split processing into two or more independent secondary flows that operate in parallel we should use
- Split-For-Each
- Split-Join
- Called Flow
- SpinOff Flow
Trigger rule is performed when
- Database Save
- Database Update
- Database Deletion
- All of the above
Declare rules are executed when
- During flow execution as process conrtol advances from one task to another
- At the end of activity step,after invoking the method, but before any transition step
- Upon database commit when any object is saved to database
- All of the above
What is correct sequence in SmartBuild
- Class Structure, Properties, User Interface, Activities
- Class Structure, Properties, Activities,User Interface
- Properties, Class Structure, User Interface, Activities
- Class Structure, Activities,Properties, User Interface
What is Page Context
- Action not to be taken on the page defined in Page Context
- Where you can use $Any, $None
- Action will be taken on the properties of the page defined in Page Context
- Only used in Declarative rules
Which shape is used to send and receive data from external system
- Integrator
- Ticket
- Fork
- Split-Join
Rule-Obj-When is mapped to which shape
- Decision
- Logic
- Fork
- Ticket
How to write comments in HTML
- Use * line *
- Use * Line *\
- Use {COMMENT} text {/COMMENT}
- Use // Comment (Java Style)
By default assignments include a property that has harness rule set to
- New
- Perform
- Confirm
- Review
WorkPool is
- Collection of WorkGroups
- Collection of similar Work Objects
- Collection of ClassGroup
- None of the above
Which are the Roles defined as per PRPC
- Process Architect
- System Administrator
- System Architect
- All of the above
System Architect works with
- Properties
- Flows
- Harness
- Correspondence Rules
Which Default Property Types cannot be modified
- px
- py
- A and B
- pz
Which one of the following statements is true ?
- Covered work objects inherit from Cover-Object- class
- Ordinary work objects inherit from the Work-Object- class
- Folders may contain only one covered work object
- Folders may be a work object
Which one of the following properties is found on the pxRequestor page ?
- pxFlowInsKey
- pxAssignmentKey
- pxUserIdentifier
- pyID
To enter new work, a user selects a work type from the New selection list in the Process Work gadget of the navigation panel. How do you add another value to this list ?
- create a new flow and check Creates a New Work Object
- create a new work class and clear the cache
- create a new work class and update the HTML containing the selection list
- create a new flow and update the value of pyFlowType in the work class model
The property pxUrgencyWork is calculated using the following formula: AtTheRate(100, AtTheRatemax(0, .pxUrgencyWorkClass + .pyUrgencyWorkAdjust + .pxUrgencyWorkSLA + .pxUrgencyPartyTotal))
- Rule-Declare-DecisionTable
- Rule-Declare-Expressions
- Rule-Declare-Trigger
- Rule-Declare-OnChange
What is the appropriate "Applies To" class when creating a ListView that displays operator Full Names and User Identifiers
- Data-Admin-Operator-ID
- Rule-Obj-Operator
- Rule-Obj-ListView
- Rule-Access-Role-Name
__________ is the conventional name for the page that contains a covering work object
- pyWorkPage
- pyObjectCover
- pyObjectWork
- pyWorkCover
Main difference between Property-Map-Value method and Property-Map-ValuePair method is
- Property-Map-Value calls a Rule-Obj-MapValue once, and Property-Map-ValuePair calls it twice
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass two row inputs
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass a single row input and single column input
- Property-Map-Value can call a Rule-Obj-MapValue and pass a single row input, and Property-Map-Value-Pair can call a Rule-Obj-Map Value and pass multiple row inputs