Data Modelling Flashcards
Data Modelling: Adding Fields- User Views - What is purpose of user view?
1) independent from model
2) one to one with task
Data Modelling: Adding Fields- User Views - What are Factors for adding fields to user view
what fields
how entered
can modify
Data Modelling: Adding Fields- How do you Reference Data?
Dot Notation
page contains values
Data Modelling: Adding Fields - What are key topics for Adding Data Fields?
i) Model
ii) Modes
iii) Types
iv) Rule Form – version, inherit, access
v) Prefixes
Data Modelling: Adding Fields - Data- What is definition of Data Model?
Entities, Attributes, and Relationships
Data Modelling: Adding Fields - Data - What are the Modes?
Value Mode
Page Mode
Data Modelling: Adding Fields - Data- List Data Types
Simple
Fancy
Complex
Data Modelling: Adding Fields - Data- What does Rule Form provide?
Versioning
Access
Inheritance
Data Modelling: Adding Fields - Data- What are data class prefixes and purpose?
px - read only
py - can use
pz - system, read only, meaning my change
Data Modelling: Data in Memory - What are key concepts?
Pages
Clipboard
Data Modelling: Data in Memory - What are pages?
Case processing data
name value pairs
Data Modelling: Data in Memory - What are key concepts of Clipboard
pyWorkPage
Page Categories
Using the Clipboard
Data Modelling: Data in Memory - What is purpose of clipboard?
test case processing data for scope
Data Modelling: Data in Memory - What must you do to reference clipboard in report?
Reference instance of clipboard not class
Data Modelling: Data in Memory - How do you use clipboard
Run Case
Edit, Refresh, Actions
Data Modelling: Data Manipulation - What are key concepts for Data Manipulation?
Data Transforms
Actions
Super Classing
Data Modelling: Data Manipulation - What are key concepts of Data Transforms
Parts of transform
Where to set
Data Modelling: Data Manipulation - What are the three parts of a data transform?
source
target
relation
Data Modelling: Data Manipulation - How do you set a data transform?
Create
Assign in flow action
Data Modelling: Data Manipulation - What are actions used for in data transforms
Operation on data
one or more per transform
Can use when rules
Data Modelling: Calculating Data - What are key concepts for calculated data?
Declarative Processing
Procedural Processing
Chaining
Chaining Performance
Data Modelling: Calculating Data - What are key concepts of Declarative processing?
Factors
Benefits
Components
Data Modelling: Calculating Data - What is definition of declarative processing?
automatically calculated properties
Data Modelling: Calculating Data - What is definition of procedural processing?
Calculated based on user event or action
Data Modelling: Calculating Data - What are key factors when for using declarative processing?
property as calculation
Change on value
Constrain on value
Data Modelling: Calculating Data - What are benefits of using declarative processing?
Simplify dev ( low maintenance) Automation rule independent (no transform rule)
Data Modelling: Calculating Data - What are components of declarative processing?
Constraint (validation)
Expression
onChange -forward chaining
Trigger - event for declaration
Data Modelling: Calculating Data - What are key concepts of declarative expressions?
Parts
Declarative Networks
Where to set declarative
Data Modelling: Calculating Data - What are the parts of a declarative expression?
Targets
Sources
Expression
Data Modelling: Calculating Data - Purpose of declarative network?
Analyze relationship between declarative expressions
Data Modelling: Calculating Data - Where do you set declarative expressions?
Calculated Field - App Studio
Expression Builder - Dev Studio
Data Modelling: Calculating Data - What are types of chaining?
Forward Chaining - When Input Value Changes
Backward Chaining - When target is referenced
Data Modelling: Calculating Data - When do you use forward backward chaining?
Forward - when property is displayed in many locations
Backward - when property displayed one, when many source properties
Data Modelling: Calculating Data - When does forward chaining effect performance?
When there’s many source properties
Data Modelling: For which two functions should you use the clipboard?
1) Test behavior by setting properties on clipboard
2) View current values in case data
3) Test rule execution
4) Test if declarative expression calculates value
1) Test behavior by setting properties on clipboard
2) View current values in case data
Data Modelling: What action is defined in pyDefault to ensure pySetFieldDefaults is called?
Apply Data Transform Action
Data Modelling: When you create a data transform in a class hierarchy and want to use the superclass feature, how do you name each data transform?
Same name
Select inherit from parent transform
Data Modelling: Which technique should you use if you want to update values when a user submits a form?
Data transform - procedural processing
Data Modelling: Which technique should you use if you want the total price to update immediately when a quantity is changed?
Declarative processing - calculated field
Data modelling: Which two of the following are reasons you would choose a declarative expression rather than a data transform rule?
(1) The system monitors input properties and determines when to update the target value
(2) A declare expression updates the total value on all forms when any form containing the field is updated
(3) When updating a property that is calculated you do not need to identify every calculation that updates any of the source values and manually recalculates them
(4) A declare expression calculates a specific value that is used on multiple forms
1) The system monitors input properties and determines when to update the target value
(3) When updating a property that is calculated you do not need to identify every calculation that updates any of the source values and manually recalculates them - i.e. you don’t need manual calculations
You are designing a travel plan application. Form adds cost of selected options to room cost. Which two properties would you use as targets for declarative expression?
(1) Total Cost of Options
(2) Price of each option
(3) Total Cost for hotel room
(4) Number of days at hotel
(1) Total Cost of Options
(3) Total Cost for hotel room
When configuring a user view, what is the earliest opportunity to configure a user view using App Studio?
1) Create in step after you complete case life cycle
2) Configure in step once step is added to case life cycle
3) Configure view in step after you configure the picklist data types
4) Configure before you start developing case life cycle
2) Configure in step once step is added to case life cycle
.pyWorkPage contains which type of information?
1) Information about pega server
2) Information stored outside pega
3) Information about the current operator
4) Information about the current case
4) Information about the current case
You use the clipboard to perform which tasks?
1) Test case behavior by setting property values for an open case
2) Review current values of case data
3) Test whether declarative expression properly calculates to a value
4) Test a rule to determine if the rule executes correctly
1) Test case behavior by setting property values for an open case
2) Review current values of case data
You created a page list called Dependents with a property called .Relationship. You want to use the Relationship in a view and set the default to “Not Applicable”. How would you configure the transform to set the value?
1) Set .Dependents(1).pyLabel to Not Applicable
2) Set .Dependents(1). Relationship to Not Applicable
3) Set .Dependents(1). pyLabel and a comments action using the value Not Applicable
4) Set Not Applicable to equal .Dependents(1).Relationship
2) Set .Dependents(1). Relationship to Not Applicable
In which two following situation would you use a data transform?
1) Set default values when creating a case
2) Execute a flow action
3) Create a properties after the case has been created
4) Copy data from one page to another
1) Set default values when creating a case
4) Copy data from one page to another
Case hierarchy includes three case types: Claim (top level) Personal Injury (sub-case to claim) Emergency Care (sub-case to Personal Injury) In claim a data transform sets claim date and urgency. To save work you want to set each subcase to properties of parent case, but want to set urgency differently for each sub-case type. What two steps would you use to do that? 1) In each subcase type data transform, set urgency to required value 2) In the claims data transform, for each subcase type, configure an update Page action and set the work urgency value 3) Select the call superclass data transform option in each of the subcase type data transforms
1) In each subcase type data transform, set urgency to required value
3) Select the call superclass data transform option in each of the subcase type data transforms
You have a declarative network with 11 declarative expressions. The tax assessment calculation references other declarative tax calculations expressions for the final calculation that appears on the approval form. What can you do to optimize performance?
1) Apply a declare expression in the flow action
2) Specify Tax assessment as trigger event in the declare expression that calculates the total interest rate
3) Specify when ever used in tax assessment declare expression
4) Calculate the tax assessment by adding all the tax calculation property values
3) Specify when ever used in tax assessment declare expression