0

web technology Online Quiz - 78

Description: web technology Online Quiz - 78
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

To split processing into two or more independent secondary flows that operate in parallel we should use

  1. Split-For-Each

  2. Split-Join

  3. Called Flow

  4. SpinOff Flow


Correct Option: B

Trigger rule is performed when

  1. Database Save

  2. Database Update

  3. Database Deletion

  4. All of the above


Correct Option: D

Declare rules are executed when

  1. During flow execution as process conrtol advances from one task to another

  2. At the end of activity step,after invoking the method, but before any transition step

  3. Upon database commit when any object is saved to database

  4. All of the above


Correct Option: D

What is correct sequence in SmartBuild

  1. Class Structure, Properties, User Interface, Activities

  2. Class Structure, Properties, Activities,User Interface

  3. Properties, Class Structure, User Interface, Activities

  4. Class Structure, Activities,Properties, User Interface


Correct Option: A

What is Page Context

  1. Action not to be taken on the page defined in Page Context

  2. Where you can use $Any, $None

  3. Action will be taken on the properties of the page defined in Page Context

  4. Only used in Declarative rules


Correct Option: C

Which shape is used to send and receive data from external system

  1. Integrator

  2. Ticket

  3. Fork

  4. Split-Join


Correct Option: A

Rule-Obj-When is mapped to which shape

  1. Decision

  2. Logic

  3. Fork

  4. Ticket


Correct Option: C

How to write comments in HTML

  1. Use * line *

  2. Use * Line *\

  3. Use {COMMENT} text {/COMMENT}

  4. Use // Comment (Java Style)


Correct Option: C

By default assignments include a property that has harness rule set to

  1. New

  2. Perform

  3. Confirm

  4. Review


Correct Option: B

WorkPool is

  1. Collection of WorkGroups

  2. Collection of similar Work Objects

  3. Collection of ClassGroup

  4. None of the above


Correct Option: B

Which are the Roles defined as per PRPC

  1. Process Architect

  2. System Administrator

  3. System Architect

  4. All of the above


Correct Option: D

System Architect works with

  1. Properties

  2. Flows

  3. Harness

  4. Correspondence Rules


Correct Option: A

Which Default Property Types cannot be modified

  1. px

  2. py

  3. A and B

  4. pz


Correct Option: D

Which one of the following statements is true ?

  1. Covered work objects inherit from Cover-Object- class

  2. Ordinary work objects inherit from the Work-Object- class

  3. Folders may contain only one covered work object

  4. Folders may be a work object


Correct Option: B

Which one of the following properties is found on the pxRequestor page ?

  1. pxFlowInsKey

  2. pxAssignmentKey

  3. pxUserIdentifier

  4. pyID


Correct Option: C

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 ?

  1. create a new flow and check Creates a New Work Object

  2. create a new work class and clear the cache

  3. create a new work class and update the HTML containing the selection list

  4. create a new flow and update the value of pyFlowType in the work class model


Correct Option: A

The property pxUrgencyWork is calculated using the following formula: AtTheRate(100, AtTheRatemax(0, .pxUrgencyWorkClass + .pyUrgencyWorkAdjust + .pxUrgencyWorkSLA + .pxUrgencyPartyTotal))

  1. Rule-Declare-DecisionTable

  2. Rule-Declare-Expressions

  3. Rule-Declare-Trigger

  4. Rule-Declare-OnChange


Correct Option: B

What is the appropriate "Applies To" class when creating a ListView that displays operator Full Names and User Identifiers

  1. Data-Admin-Operator-ID

  2. Rule-Obj-Operator

  3. Rule-Obj-ListView

  4. Rule-Access-Role-Name


Correct Option: A

__________ is the conventional name for the page that contains a covering work object

  1. pyWorkPage

  2. pyObjectCover

  3. pyObjectWork

  4. pyWorkCover


Correct Option: D

Main difference between Property-Map-Value method and Property-Map-ValuePair method is

  1. Property-Map-Value calls a Rule-Obj-MapValue once, and Property-Map-ValuePair calls it twice

  2. 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

  3. 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

  4. 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


Correct Option: C
- Hide questions