web technology Online Quiz - 78

web technology Online Quiz - 78

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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

Trigger rule is performed when

  1. Database Save
  2. Database Update
  3. Database Deletion
  4. All of the above
Question 3 Multiple Choice (Single Answer)

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

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

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

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

  1. Integrator
  2. Ticket
  3. Fork
  4. Split-Join
Question 7 Multiple Choice (Single Answer)

Rule-Obj-When is mapped to which shape

  1. Decision
  2. Logic
  3. Fork
  4. Ticket
Question 8 Multiple Choice (Single Answer)

How to write comments in HTML

  1. Use * line *
  2. Use * Line *\
  3. Use {COMMENT} text {/COMMENT}
  4. Use // Comment (Java Style)
Question 9 Multiple Choice (Single Answer)

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

  1. New
  2. Perform
  3. Confirm
  4. Review
Question 10 Multiple Choice (Single Answer)

WorkPool is

  1. Collection of WorkGroups
  2. Collection of similar Work Objects
  3. Collection of ClassGroup
  4. None of the above
Question 11 Multiple Choice (Single Answer)

Which are the Roles defined as per PRPC

  1. Process Architect
  2. System Administrator
  3. System Architect
  4. All of the above
Question 12 Multiple Choice (Single Answer)

System Architect works with

  1. Properties
  2. Flows
  3. Harness
  4. Correspondence Rules
Question 13 Multiple Choice (Single Answer)

Which Default Property Types cannot be modified

  1. px
  2. py
  3. A and B
  4. pz
Question 14 Multiple Choice (Single Answer)

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

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

  1. pxFlowInsKey
  2. pxAssignmentKey
  3. pxUserIdentifier
  4. pyID
Question 16 Multiple Choice (Single Answer)

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

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

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

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

  1. pyWorkPage
  2. pyObjectCover
  3. pyObjectWork
  4. pyWorkCover
Question 20 Multiple Choice (Single Answer)

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