Quizzes Flashcards
End of Chapter Quizzes
You have a requirement to create an email correspondence that can be reused by other applications. In which two layers of the Enterprise Class Structure could you apply the email correspondence rule? (Choose Two)
1 - Organization
2 - Division
The ________ layer contains the assets used on an enterprise-wide basis. Assets contained in the Organization layer are available for use in applications.
Organization
The ________ layer is the middle level of the three-level organization hierarchy. Assets contained in the Division layer are available for use in applications.
Division
Which layer of the Enterprise Class Structure contains assets that cannot be reused in other applications?
Implementation
Assets in the _________ layer are specific and cannot be reused in other applications.
Implementation
Which layer of the Enterprise Class Structure contains generalized assets that are then extended by specific implementations?
Framework
The ________ layer contains assets used to create generalized, reusable applications. A framework application is then extended by specific implementations.
Framework
When creating a new ruleset version, what extra step must the system architect perform?
None.
(There are no extra steps if the ruleset version is up-to-date.)
The rules in the ruleset version should be up-to-date prior to _________ the rulesset.
versioning
What is the importance of application versioning?
Application versioning preserves prior application versions.
Application _________ preserves prior application versions. You can edit application functionality in a new version of the application without changing the initial version.
versioning
What advantage does skimming provide over lock and roll as a versioning option?
Skimming is most efficient for major and minor updates. Lock and roll is most useful for patches.
_________ is the process of saving the highest version of a rule into a new, higher ruleset version. In lock and roll, you must select the appropriate rules to copy into a new empty ruleset. Lock and roll is labor-intensive when used for major updates.
Skimming
A user is granted access to an application which lists HRApps:02-02 under Application rulesets. The ruleset contains rules in the versions below:
HRApps:01-01-01
Rule_A
Rule_B
HRApps:02-02-01
Rule_B
Rule_C
HRApps:02-02-02
Rule_D
Rule_B, Rule_C, and Rule_D
Select two record types that are involved when configuring a production ruleset. (Choose Two)
1 - Access Group
2 - Application
Production rulesets are specified on the ______ _____ and _________.
access group. application.
A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt, and an application built on the framework contains two rulesets, Claims and ClaimsInt. Which statement is false if all the rulesets are configured as Application Validation?
Rules in ClaimsFW can reference rules in Claims
Rules using application validation _____ reference rulesets in applications built on the application.
cannot
A claims application contains two organizational and two application rulesets. The organizational rulesets MyCo and MyCoInt are configured as Ruleset Validation, where the prerequisite for MyCo is MyCoInt and the prerequisite for MyCoInt is Pega-ProcessCommander. The two application rulesets Claims and ClaimsInt are configured as Application Validation. Which of the following statements is false?
Rules in MyCo can reference rules in Claims
When using Ruleset Validation, rulesets can only reference their _________.
prerequisites
An application contains the following rulesets.
AccountManagement contains the rules for administering checking and savings accounts.
AccountManagementInt contains supporting rules for integrating with other applications.
BankCorp contains rules shared across the entire organization.
BankCorpInt contains supporting rules for integrations shared with other internal applications.
CreditCheck contains rules for processing a credit check and is shared with another Pega application to administer loans.
Which two rulesets can be configured to use application validation, according to best practices? (Choose Two)
1 - AccountManagement
2 - AccountManagementInt
Which two of the following prerequisites would you choose to create a branch rule for parallel development? (Choose Two)
1 - Give team members access to the team application
2 - Create a team application
A branch ruleset is a ruleset that ___________. (Choose Two)
1 - is based off of another ruleset
2 - is designed for large projects
The ______ ruleset is based off another ruleset.
branch
A ______ ruleset is ideally suited for large projects.
branch
Which two of the following steps do you perform after you develop branch rules and before you merge a ruleset? (Choose Two)
1 - Review conflicts and warnings
2 - Check in rules to merge
A user has the following rulesets in their ruleset list:
- TGB:01-01
- TGBInt:01-01
- LoanShrk:01-01
- LoanShrkPrime:01-01
- LoanShrkInt:01-01
There are six instances of CollectBorrowerDetails in the rules cache as indicated in the table below:
A rule with an Apply to: class of TGB-FW-LoanShrk-Work-AutoLoan calls CollectBorrowerDetails. Which rule is selected from the rules cache during rule resolution?
Instance Six
(The output of the resolution process is the first rule candidate found that matches all of the rule resolution criteria.)
Which of the following statements is true about the rule resolution process?
If a user does not have access to the selected rule, the system sends a message that it could not find an appropriate rule to execute.
The rule ________ algorithm verifies that the user has authorization to access the selected rule.
resolution
Which rule availability setting can you use to force the system to look for an instance of the rule in the next highest class or ruleset?
Withdrawn
When a rule marked as ________ is found during rule resolution, the system looks for an instance of the rule in the next highest class or ruleset.
Withdrawn
A user has the following rulesets in their ruleset list:
- TGB:01-01-03
- TGBInt:01-01
- LoanShrk:01-01
- LoanShrkPrime:01-01
- LoanShrkInt:01-01
There are six instances of CollectBorrowerDetails in the rules cache as indicated in the table below:
A rule with an Apply to: class of TGB-FW-LoanShrk-Work-AutoLoan calls CollectBorrowerDetails. Which rule is selected from the rules cache during rule resolution?
Instance Two
The output of the _______ process is the first rule candidate found that matches all of the rule resolution criteria.
resolution
Adding parameters to a rule enables you to _____________________.
separate the functional behavior of a rule from specific business contexts
________ enable you to separate the functional behavior of a rule from specific business contexts.
Parameters
Use the ________________ keyword to reference a parameter in the same rule in which the parameter is defined.
Param
Use the _____ keyword in front of the parameter name to reference a parameter in the same rule in which the parameter is defined.
Param
Which two fields are required when adding a parameter to a rule? (Choose Two)
1 - Name
2 - Data Type
When a process is configured to create temporary cases, which of the following occurs when a user creates a case?
The case is stored in memory.
What task must you perform in order to persist a temporary case?
Add a Persist Case SmartShape to the process.
You have added weighted conditions to duplicate case search in a case type. How do you configure the condition fields to differentiate between fields on the current case and fields on the existing case?
Prefix the keyword Primary to the value used in the current case.
You want to evaluate cases as potential duplicates when the existing cases and the current case have the same create operator. How would you ensure that only cases with the same create operator are evaluated?
Add a must match condition where the create operator in an existing case is the same as in the current case.
If the must _____ condition evaluates to true, the current case is a potential match and is evaluated using weighted conditions.
match
Management reports that have an unacceptably large number of cases are incorrectly identified as duplicate cases. Which two approaches could you use to modify the duplicate case search process so that it produces fewer invalid duplicates? (Choose Two)
Adjust the threshold value and the condition weights.
Field values enable you to _________________.
customize a list of allowed values for a property based on the context of the property
Field values enable you to ______ the list of allowed values and customize the allowed values based on the context of the property.
manage
How do you customize the allowed values for a property based on the context of the property using field values?
Create a field value record for each value and set the context using the Apply to: field.
You can add ________ field values for a single property in separate contexts using the Apply to: setting for each value.
different
Sourcing a data page directly from a UI control is an example of which pattern?
Reference pattern
The ________ pattern references data directly without making it part of the data model.
reference
Which feature would you use to implement the System of Record (SoR) pattern?
The refer to a data page option on a property
The _____ pattern references a data in an external system using a data page.
SoR
Which feature would you use to implement the alias pattern?
The Property-Ref activity method
The ______ pattern links a property to another using the Property-Ref activity method.
alias
You add a new work group to an application. Which two organization rules do you need to update?
1 - Workbasket
2 - Operator ID
Which requirement causes you to consider using Dynamic Class Referencing (DCR)?
To reuse a flow from the framework in the implementation layer
DCR allows you to reuse flows by referencing variables in the ________ layer.
framework