Number of Questions: 70 | Duration: 85 minutes | Qualifying Score: 70% | Negative marking for Wrong Answer
End Test Now
Complete the following sentence. PegaRULES Process Commander has an ultimate base class called __________ from which all other classes are derived. This class has properties and activities that are available to all PegaRULES Process Commander applications.
'$'baseclass
@baseclass
pegaBaseClass
pzBaseclass
Complete the following sentence. Work parties are __________.
the people or groups interested in the progress and resolution of a particular work object, but who do not necessarily perform the work in the application.
clusters of associated work objects, usually relating to a single customer.
people or groups who are authorized to perform restricted types of work objects.
Users set up in the system who are responsible for the timely resolution of outstanding work objects.
By convention, abstract class names end with a __________ for clarity. Concrete class names should not end with this character.
~ (tilde character)
& (ampersand character)
_ (underscore character)
- (dash character)
PegaRULES Process Commander comes with a standard property to use as the unique ID for a work object. All classes derived from Work- inherit this property. It should always be used as the key for Work-based classes and class groups. What is the name of this standard property?
pyid
pxid
pyID
pxID
In describing class inheritance in PegaRULES Process Commander, which of the following statements is false?
Directed inheritance causes a class to inherit characteristics directly from the specified parent class, regardless of any defined pattern inheritance.
Pattern inheritance causes a class to inherit characteristics from classes that it resembles, moving up the pattern class hierarchy.
In pattern inheritance dashes are the delimiters for pattern matching.
The developer must specify pattern inheritance; directed inheritance is optional and if specified, takes precedence.
A PegaRULES Process Commander class does not have a version number, rather it is associated with a RuleSet version to ensure that it is included in migration and shipping events. Is this statement true or false?
TRUE
FALSE
Both 1 and 2
None of These
Using the Class Explorer to examine classes sorted alphabetically will allow you to view which type of inheritance?
Directed inheritance
Genetic inheritance
Class inheritance
Pattern inheritance
Which of the following is a valid work object ID?
W-1234-S
W-1234
Pega-1234-Work
All of the above are valid
In designing a class structure for an application, what should the first step be?
Identify primary users
Identify systems that the application will be interfacing with
Identify major units of completed work
Identify the key tasks that the application will perform
What is the name of standard PegaRULES Process Commander models?
pyStandard
pxDefault
pxModel
pyDefault
Class Explorer is a tool that is available to system architects and system administrators only. Is this statement true or false
Both
Which of the following are valid Work object IDs
Citi-234-Leave
Citi-234-
Citi -
-234
Which of the flow shapes are appropriate for defining the path of execution according to complex "if...then" logic?
Utility
Decision Tree
Router
Split for each.
Complete the following statement. ____________ define the interface as seen by the end user, and are used by a single application.
HTML Fragments
HTML Streams
HTML Text Files
Harnesses
A workbasket is..
a synonym for work group
a collection of worklists
a set of assignments for one user, ordered by a Work Object property known as "urgency".
a pool of work assignments awaiting processing by any of a group of users, rather than a particular user.
Complete the following sentence: Work parties are...
people or groups interested in the progress and resolution of a particular work object, but who do not necessarily perform the work in the application
people or groups who are authorized to perform on restricted types of work objects
users set up in the system that are responsible for the timely resolution of outstanding work objects.
Local Flow Actions are added to which task form?
Assignment
Decision
Connector
Which tool is used by the user to check for the Parameter values in the flow?
Parameter Page
Rules Inspector
Tracer
Clipboard
Which tool is used to look at the HTMLS and the Properties that are embedded in UI
RulesInsprctor
ClipBoard
None of these
When we use Page-Rename method what happens, if the new name that we specify already exists in the clipboard
It flags appropriate warning message
System deletes that page and replaces with renamed page
It keeps quiet without any action
System renames the current page so that there will be two clipboard pages with same name.
We know that if there are multiple instances with same visible key, rule resolution algorithm determines which one to return. If I want to explicitly specify the version I want (i.e. keeping the rule resolution algorithm aside), which of the following method need to be used?
Obj-Open
Obj-Open-By-Handle
Obj-Open-By-Key
Obj-Open-By-InsKey
Rule resolution dynamically selects the right rule by searching your profile Rule set list across multiple dimensions, including purpose, class, rule set and version, date and time range, circumstance and security. ( True /False)
Which of the following tools would you use to view the HTML associated with the fragment?
Class Explorer
Look Up Rules
Inspector
Image Catalog
Which two Rules can the Rules Inspector to be used to show? (Pick two) A.Activity Rules B.HTML Rules C.Flow Rules D.Property Rules
AD
BD
AB
CD
For System architect after estimating the ROI and successfactors what is the Step to do next(check this)
develop test plans and results
assist business presentation
Financial validation
Rule seizing tool
Re Customization of Architecture is done in? (choose Three). A.While collecting the requirements in the conception phase. B.In the Elaboration phase. C.While collecting the details of another project. D.Before starting of the construction phase.
ABC
BCD
ACD
ABD
For most of the concrete classes, PRPC comes with a standard model called
pyDefModel
pyStdModel
According to SmartBuild, what is the appropriate order to design/develop the following elements?
User Interface, Properties, Class Structure, Process Flows
Class Structure, Properties, User Interface, Process Flows
Class Structure, Process Flows, User Interface, Properties
Properties, Class Structure, User Interface, Process Flows
Which of the following violates a SmartBuild best practice regarding flow design?
An Assignment with three Connector Flow Actions and four Local Flow Actions
A flow that calls more than two sub flows
A flow with four utility shapes linked together
A flow that spans multiple Visio pages
In describing a Router, which of the following statement is false?
Routers tell Assignments specifically where they should go.
Routers are not required on every Assignment.
Routers execute specific Activities.
Many Routers of the same name may exist in a single Visio flow.
Can we give audit not in utility
Yes
No
None Of These
Ticket shape represents
Resume Execution
Exception
Notifying
Calling another flow
List some of the standard connectors that come with PRPC , which enable it to connect to external systems? (choose)
Rule-Connect-EJB
Rule-Connect-JMS
Rule-Connect-Java
All of These
User created using application accelerator will have default password as
Install
Pega
Default
Rules
Which of the following best describes Declarative constraints?
A rule used to automatically calculate and recalculate the value of a property.
A rule used to ensure that the appropriate Rule set is utilized
A rule used to automatically default data into a field.
A rule used to ensure that a property meets predefined conditions
In Rule-Declare-Expressions which of these types of computational expressions are allowed (i.e., a syntax that includes constants, function calls, operators, property references) is allowed in a Declare Expressions rule (instance of the Rule-Declare-Expressions class)? (Pick two) . A.Self-referential or circular expression. B.Expression with target properties of types: Time and Password. C.Nested expression. D.Expression that references a Function rule (Rule-Utility-Function)
BC
How many declarative standard rules are there in PRPC?
2
4
8
5
Declarative rules such as Rule-Declare-Expressions and Rule-Declare-Constraints can be specialized using circumstances.
Related declarative rules can span Rule sets, but they must reside in the same class in order to be invoked appropriately by PegaRULES Process Commander. Is this statement true or false?
Related declarative rules can span RuleSets, but they must reside in the same class in order to be invoked appropriately by PegaRULES Process Commander
In a Declare-Expression rule, If I want to use an expression, which contains expressions, function calls, constants etc. Which of the following to be used.
Expressions that calls themselves and contains constants
Expressions that calls Circular expressions
Expressions that calls Rule-Utility-Function
Both a and b
Use a ___________ rule to convert one or two input values (text, numbers or dates) into a single resulting value, where the decision criteria fits a table or matrix structure
Decision Map
Decision Table
Decision Trigger
which are true about pegaRULES database.(choose2) A.Standard and customer created rules are saved in PEGARULES B.Database cache optimizes worklist items C.Database cache optimizes reading values D.Pegarules database can not be accessed by external reporting tools
AC
For the report generation to expose the embedded properties in the database what do we require?
Report wizard
Declare Index
Top level property
Concrete Class
Standard work party classes(Choose Three) A.Data-party-Gov B.Data-Party-Person C.Data-Party-Company D.Data-party-Com
A _________ is a container for your application business logic, which is defined in rules
Rule Set
Class
WorkFlow
Flow action
Page list's or Value list's index always starts with :
a(0)
a(1)
()
No subscript or braces.
Where .PropertyName is the name of a property, which of the following is the correct syntax for a property reference directive that would allow the user to assign the property value?
(.PropertyName INPUT)
<.PropertyName INPUT>
[.PropertyName INPUT]
{.PropertyName INPUT}
Which of the following are used to specify default values for properties associated with a class
Sets
Models
Defaults
Formats
Which of the following three class groups process commander by default contains on installation(choose three) A.Work-Folder B.PegaAccel C.Data-Admin D.History-PegaSample
The property for the purpose of handle i.e., pzInsKey (which serves the purpose of primary key) is defined in following class
@baseless'
Data-
History-
Rule-
Users of the PegaRULES Process Commander system are defined by
access groups, access roles and operatorID's
access groups, security groups and operatorID's
a user class
security groups and access roles
Complete the following sentence. Work parties are
the people or groups interested in the progress and resolution of a particular work object, but who do not necessarily perform the work in the application
clusters of associated work objects, usually relating to a single customer
Users set up in the system who are responsible for the timely resolution of outstanding work objects
____1____ is used to take advantage of PegaRULES Process Commander standard functionality. _____2____ is used to take advantage of custom functionality, for example, within a product or application, within a class hierarchy.
1. Pattern inheritance 2. Directed inheritance
1. A Model 2. A 'When' directive
1. Directed inheritance 2. Pattern inheritance
1. A 'When' directive 2. A Model
Pool Deals with
Organization
Division
Unit
None of the above
Which of the following method is used for viewing any step page's info in XML format(especially for the purpose of debugging)
Show-XML
Show-Html
show-page
Show-step-page
Which of the following is true about step pages(choose2). A.Step pages define the default pagecontext during the step execution. B.Step pages are removed when the activity ended. C.Steppage class is always equal to AppliesTo Key. D.Steppage is not required on each step of an activity.
A property Account Status is called in an activity belonging to some other class,A page Count belonging to that class is called in Pages and Classes tab which is also specified in StepPage.When this step is called by Activity,how do you call the AccountStatus(choose2). A.AccountStatus B.Count.AccountStatus C.StepPage.AccountStatus D..AccountStatus
What are the standard PRPC attachment types.(choose3) A.Attach A File B.Attach a Note C.Attach a scan Document D.None of These
All the routing activities return its result in an output parameter called.
AllocatedTo
RoutedTo
AssignTo
BranchedTo
Parameter Page can be referenced by which of the following keyword.
Param
Parameter
Local
Primary
_______ Check box in Obj-Save method and _______ Check box in Obj-Delete method facilitate immediate write into database, without actually waiting for Commit method
Immediate, Write-Now
Write-Now, Immediate
Save-Now, Immediate
Immediate, Save-Now
What type of rule can be described as follows? This rule captures and presents business logic in the form of one or more if/then/else conditions. It allows automated decisions by defining a series of tests on property values.
When Condition
When Directive
Decision Tree rules require a property in the Default Input Property field on the In & Out tab of the Decision Tree rule form. Is this statement true or false?
Process Commander standard correspondence templates define in HTML the content of outgoing correspondence. Is this statement true or false?
What type of rule can be described as follows? Through cascading (where one rule calls another), this rule can provide an output based on three, four or more inputs.
Of the following rule properties, which ones could be used by rule resolution? (Pick 2) A.RuleSetVersion (pyRuleSetVersion) B.Short Description (pyLabel) C.RuleSet (pyRuleSet) D.Create Date Time (pxCreateDateTime.)
Which of the following criteria are used in the rule resolution process:
Applies to class
Rule assembly (also known as First Use Assembly)
Organizational Unit
Short description
Clearing the cache is required to guarantee that rule updates are visible to other users of the system
BOth 1 and 2
When you are sure that you have answered as many questions as possible, click the ‘Done’ button below and view your results.