Pega Sinior 1 Flashcards
An application uses three layers in its Enterprise Class Structure. Drag the layer name on the left to its correct description on the right.
This layer contains the application rules, including the application logo and colors, which are standard across the organization.
This layer is designed to address the unique needs of contractors that serve European clients on projects.
This layer extends the application for use by operators in Europe, with rules and details (currency, spelling, laws) that are specific to the EU.
Division
Organization
Implementation
Organization = This layer contains the application rules, including the application logo and colors, which are standard across the organization.
Implementation = This layer is designed to address the unique needs of contractors that serve European clients on projects.
Division = This layer extends the application for use by operators in Europe, with rules and details (currency, spelling, laws) that are specific to the EU.
Selecting Cosmos React as the Build from scratch option in the New Applicaiton wizard allows you to build a Constellation application using Pega’s latest view-based UI architecture.
True False
True
Correct. By selecting Cosmos React, you build a Constellation application using the Constellation design system with the latest view-based UI architecture. By selecting Theme Cosmos, you build an application using the Cosmos design system with it’s section-based UI architecture.
Question
You have a requirement to create an email correspondence that built-on applications can reuse. In which two layers of the Enterprise Class Structure could you apply the email correspondence rule? (Choose Two)
Responses
Implementation
Pega PlatformTM
Division
Organization
Division
Organization
Question
What is the purpose of the Enterprise Class Structure (ECS)?
Responses
ECS documents industry or enterprise standards that applications must contain. n
ECS is used to alter the performance of Pega Platform.
ECS references single-value properties and complex properties.
ECS provides a structure that supports rule reuse.
ECS provides a structure that supports rule reuse.
Question
Which two of the following statements represent the benefits of using a template. (Choose Two)
Responses
You can add custom Java code to your new application.
Using the Search all types option, you can find an application template that both matches your business requirement.
A template provides reusable case types and data types that are set up for you.
The template automatically sets up all user IDs and accounts for your application. n
You do not need to test applications that you create using a template.
Using the Search all types option, you can find an application template that both matches your business requirement. - With the New application > Search all types option you can choose an existing application template which saves you time.
A template provides reusable case types and data types that are set up for you. - One benefit of using a template is that much of the setup is automatic. You can then customize the application based on your business needs.
When you create a new application, which two of the following best practices apply? (Choose Two)
Responses
Make error messages clear and understandable to end users.
Design your application for technical efficiency, not end-user experience.
Always choose the Theme Cosmos option from the New Application wizard. n
Brand your application with your organizational logo.
Test your new application only after you complete all development. ??
Make error messages clear and understandable to end users.
Brand your application with your organizational logo.
Drag the words from below into the correct boxes.
Response area, while no longer a choice on the New Application wizard, is available if needed. It will require developers to manually configure their application.
For an easy-to-use development experience with authoring in both App Studio and Dev Studio, choose Response area in the New Application wizard.
To build new applications that deliver high-performing work experiences and are fully configurable in App Studio, select Response area in the New Application wizard.
Theme UI Kit
Constellation
Theme Cosmos
n
1Theme UI Kit
2Theme Cosmos
3Constellation
Based on the information given for each patch, when a user runs the application, which rules do the application use for each patch? Drag and drop the rules to the correct patch. (Choose three rules for each patch)聽
Original
1/1/2001
聽
Rule A
Rule B
Rule C
First patch
Lock and roll to 01-01-02
Rule A updated
Second patch
Lock and roll to 01-01-03
Rules B and C updated
Third patch
Lock and roll to 01-01-04
Rule B updated
First patch Rule A: 01-01-02
Rule B: 01-01-01
Rule C: 01-01-01
Lock and roll to 01-01-02
Rule A updated
Second patch Rule A: 01-01-02
Rule B: 01-01-03
Lock and roll to 01-01-03 Rule C: 01-01-03
Rules B and C updated
Third patch
Rule A: 01-01-02 Rule B: 01-01-04 Lock and roll to 01-01-04 Rule C: 01-01-03 Rule B updated
When preparing for application versioning, a best practice is to leave all rulesets unlocked.
TRUE
FALSE
FALSE
A ruleset contains rules in version 01-01-01, version 01-01-02, and version 01-01-03. Ruleset versions 01-01-02 and 01-01-03 contain primarily updates to rules in 01-01-01. The original rules for version 01-01-01 and all rule versions through 01-01-03 are in a new 01-02-01 version. This example describes Skimming.
TRUE
FALSE
FALSE
Which description is most accurate for skimming and lock and roll versioning options?
Responses
Pega provides a skimming wizard but not a lock and roll wizard.
Skimming is the most efficient for major and minor updates. Lock and roll is most useful for patches.
Skimming saves checked out rules. Lock and roll does not save checked out rules.
Skimming carries blocked rules forward. Lock and roll does not carry blocked rules forward.
Skimming is the most efficient for major and minor updates. Lock and roll is most useful for patches.
The lock and roll versioning method ______________ and ____________________. (Choose Two)
Responses
is used for small changes or patches
filters out rules that are unavailable for rule resolution
ensures older versions of application rulesets are preserved unchanged
minimizes the rule data that is carried to a higher version of your application
is used for small changes or patches
ensures older versions of application rulesets are preserved unchanged
Why is application versioning important?
Responses
Application versioning provides a means to organize applications by priority.
Application versioning preserves prior application versions.
Application versioning provides the ability to clone rules.
Application versioning provides the ability to version data classes without impacting existing data classes.
Application versioning preserves prior application versions.
The initial application created by the New Application wizard contains a set of rulesets for the application and organizational assets.
True False
True
You create the initial application rulesets using the New Application wizard. Which application ruleset is used for rules related to integration?
MyTownAppInt
GoGoRoadApp
MyTownApp
HRApps
Check answer
MyTownAppInt
When configuring application rulesets, what should you consider about ruleset validation? (Choose Two)
Ruleset validation does not affect rule resolution at run time but is applied only at design time.
The rulesets that contain the application rules are set to Application Validation (AV) mode.
Validation mode applies only to major versions of the ruleset.
The organizational rulesets created by the New Application wizard are set to Application Validation (AV).
Ruleset validation does not affect rule resolution at run time but is applied only at design time.
The rulesets that contain the application rules are set to Application Validation (AV) mode.
When using ruleset validation mode, which requirements below must be true? (Choose Three)
If your ruleset does not have any prerequisite ruleset you need to specify the base product ruleset Pega-ProcessCommander as a prerequisite.
Rules in the ruleset can reference all rules in the rulesets defined in the same application.
Ruleset prerequisites cannot be cyclic.
Only rules in the ruleset versions that are specified as prerequisites (and their prerequisites) can be referenced from the ruleset.
Rules in the ruleset cannot reference rules outside the current application stack or above the defining application.
Rules in the ruleset can reference all rules in rulesets belonging to any built-on application.
Ruleset prerequisites cannot be cyclic.
If your ruleset does not have any prerequisite ruleset you need to specify the base product ruleset Pega-ProcessCommander as a prerequisite.
Only rules in the ruleset versions that are specified as prerequisites (and their prerequisites) can be referenced from the ruleset.
Which two of the following statements about ruleset lists are correct? (Choose Two)
The ruleset list indicates the rulesets that are available to the application for an operator session.
All rulesets have the same precedence, regardless of their order in the ruleset list.
Rulesets at the top of the ruleset list take higher precedence.
The ruleset list indicates the rulesets that are available to the application for all operators.
The ruleset list indicates the rulesets that are available to the application for an operator session.
Rulesets at the top of the ruleset list take higher precedence.
A claims framework contains two rulesets, ClaimsFW and ClaimsFWInt.
An application built on the framework also contains two rulesets, Claims and ClaimsInt.
Which statement is false if all the rulesets are configured as Application Validation?
Responses
Rules in ClaimsInt can reference rules in Claims
Rules in ClaimsInt can reference rules in Claims n
Rules in Claims can reference rules in ClaimsFW
Rules in Claims can reference rules in ClaimsFW
Rules in ClaimsFW can reference rules in Claims
Rules in ClaimsFWInt can reference rules in ClaimsFW n
Rules in ClaimsFW can reference rules in Claims
A claims application contains two organizational and two application rulesets.
The two application rulesets Claims and ClaimsInt are configured as Application Validation.
The organizational rulesets MyCo and MyCoInt are configured as Ruleset Validation.
The prerequisite for MyCo is MyCoInt and the prerequisite for MyCoInt is Pega-Platform.
Which of the following statements is false?
Responses
Rules in ClaimsInt can reference rules in Claims
Rules in ClaimsInt can reference rules in Claims
Rules in Claims can reference rules in MyCo
Rules in Claims can reference rules in MyCo
Rules in MyCo can reference rules in Claims
Rules in MyCo can reference rules in MyCoInt
Rules in MyCo can reference rules in Claims
Select two record types that are involved when configuring a production ruleset. (Choose Two)
Responses
Access group
Operator
Operator
Work group
Work group
Application
Application
Access group
Which statement describes a benefit of parallel development with branches?
A team of developers can implement application functionality without impacting the developers of other teams.
Developers cannot check in an updated rule until the rule undergoes unit testing.
Updated rules undergo review for guardrail warnings before check-in can occur.
Developers cannot update rules in rulesets that have been released to production.
A team of developers can implement application functionality without impacting the developers of other teams.
Team A and Team B are developing features for an insurance application. Team A is assigned a user story to improve the user experience when users enter personal and bank account details. Team B is assigned to build a declare expression to calculate the total premium amount. Both teams used branches for development.
What step does each team need to take before merging their changes to the main application?
Both teams must resolve conflicts that the system detects between their branch and the application.
Neither team is required to resolve any conflicts and directly merge the changes to the main application.
Only Team B resolves conflicts, and Team A directly merges the changes to the main application.
Only Team A resolves conflicts and Team B directly merges the changes to the main application.
Both teams must resolve conflicts that the system detects between their branch and the application.
Which two of the following are prerequisites for creating a branch rule for parallel development? (Choose Two)
Responses
Create a team application.
Create a team application.
Circumstance the original rule.
Circumstance the original rule.
Create an access group that references the team application. Add developers to the access group.
Save a copy of the original rule into the base ruleset.
Create a team application.
Create an access group that references the team application. Add developers to the access group.