My Notes Flashcards

Extra notes

1
Q

The standard user ______ is a workspace that supports users and managers as they create, update, route, and resolve work items.

A

portal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Portal rules reference _________ rules for content.

A

harness

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Harnesses frame the work areas in which users ________ cases.

A

process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The standard user _____ is a workspace that supports users and managers as theycreate, update, route, and resolve work items.

A

portal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Harnesses give users the ability to ______, _____, or _______ their work.

A

cancel, save, or submit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A well-designed application UI provides end users with a better ___________ of what the application is intended to deliver.

A

understanding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

An __________ UI is a screen where the end users have no problem understanding what they need to do.

A

intent-driven

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

An __________ is a business solution that automates work flows in your organization.

A

application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A case is an __________ of a case type and is a primary unit of work in an application.

A

instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A _____ _____ represents work in your application that follows a life cycle, or path, to completion.

A

case type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A ______ is a collection of rules or other objects.

A

class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

An _________ is a durable, potentially permament, saved representation of a concrete class that is stored in the database.

A

instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A ____ ____ is an abstract model of a business transaction, while a ____ is a specific instance of the transaction.

A

case type. case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A _________ is a work party, and typically, a case is initiated by or on behalf of a customer.

A

customer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A ______ ______ is a collection of entities and attributes that describes the objects modeled in an application, and their relationship to each other.

A

data model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A case type’s data model defines the data ________ for the case.

A

structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

In Pega 7, data elements are called ________ or fields.

A

properties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

System architects typically work with two types of property modes: value modes and page modes. ______ modes describe a single piece of information such as a total. _____ modes describe a data object such as a customer

A

Value. Page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Use _____ mode for properties with no correlation to other properties. For example, the identifier and date in the purchase request are value mode properties.

A

value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

A ______ value property - stores text, numbers, dates, Boolean values, and amounts.

A

single

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

A value _____ acts as a container for an ordered list of text values. The discount codes property is an example of a value list. Each code is a single piece of information, but a clear relationship exists between the codes.

A

list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

A value _____ acts as a container for an unordered list of text values. The customer’s phone numbers are defined as a value group identifying the contextual meaning of each number: home, work, or mobile.

A

group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

If you need to establish a __________ relationship between single value properties, you can use one of the three page-mode properties: pages, page lists, and page groups.

A

contextual

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

A _____ is a single entity. The customer is an example of a page property.

A

page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

A page list is a _________ ordered list. The line items that make up the purchase request is an example of a page list.

A

numerically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

A page group is a ________ ordered list. The address property is an example of a page group.

A

semantically

27
Q

Use the ____ ______ to add or remove data types. Always check if a suitable data type is _______ before creating a new one.

A

Data Explorer. available.

28
Q

Use a _______ if you need to display a static list of options to the user.

A

picklist

29
Q

The _____ type (field control) allows you to provide the capability to upload an attachment, show a location on a map, or reference a user on the system.

A

fancy

30
Q

Use the _______ (field control) types to define page and page list properties. A field group is a page and a field group (list) is a page list.

A

complex

31
Q

The context of a page — by itself or as part of a page list or page group — acts as a _______ for the properties it contains. If you want the city in the work address, specify .Address(Work).City.

A

container

32
Q

You can call a data transform from a ____ _____ rule or from a connector.

A

flow action.

33
Q

You can use special data transform rules — pyDefault or pySetFieldDefaults — to _______ property values when creating a case.

A

initialize

34
Q

You can combine several data transforms using the _________ feature to set values at multiple levels of the class hierarchy.

A

superclass

35
Q

You can use the ________ feature in a data transform to set values at different levels in the class hierarchy.

A

superclass

36
Q

You must select the ____ superclass data transform option to cause the system to invoke data transforms of the same name in parent and child classes before the data transform gets invoked itself.

A

Call

37
Q

In _________ processing, when a user enters a property value in a form, related values on the same form or on other forms can change as a result. The application must make the changes automatically so that users see the most current information.

A

declarative

38
Q

The primary benefit of declarative processing is that updates occur only when triggered in the application. You use declarative rules to define the ______ _____.

A

trigger event

39
Q

____________ processing depends upon rules, such as data transforms, activities, or user interface (UI) rules, to instruct the application when to look for a trigger event. When a user enters values, nothing changes until the user submits the form. The updates are not automatic.

A

Procedural

40
Q

You most often use _______ expressions to calculate and make immediate updates to property values on user forms.

A

declare

41
Q

________ chaining in a declare expression updates the target property value when a source property value changes. When you display a shopping cart where users add items to it and the cart should reflect the total based on the changes immediately, choose this method.

A

Forward

42
Q

By default, declare expressions use ________ chaining.

A

forward

(Declarative networks are commonly designed with declare expressions that are configured for forward chaining.)

43
Q

________ chaining in a declare expression means that a target property value is not automatically updated when other declare expressions in a network update their target values. An expression using this chaining only updates its target property when the application references the property by name.

A

Backward

44
Q

________ chaining can slow system performance if an expression uses many source properties that change frequently.

A

Forward

45
Q

To reduce the number of calculations in order to optimize performance, how would you configure the declare expressions?

A

backward chaining

46
Q

To update the calculation in a declare expression, you only update ___ ____ making the application easier to maintain.

A

one rule

47
Q

When using a declare expression, the system _______ input properties and determines when to update the target property value.

A

monitors

48
Q

A data transform uses _______ logic to determine which data should be propagated.

A

conditional

49
Q

Each data element in a Pega application is a pairing of two pieces of information: the ____ of the data element, and the _____ assigned to the data element.

A

name. value.

50
Q

A ____ is a structure for organizing data elements in an application. Some pages are created by the system to track user or session data. Other pages are created by system architects to describe a data object, such as a hotel reservation or a customer.

A

page

51
Q

All the data generated as you create and process a case is stored on ________, which is a specific page on the clipboard.

A

pyWorkPage

52
Q

Data that describes a data type is stored on an ________ page within pyWorkPage.

A

embedded

53
Q

When you open a child case, the clipboard also contains the page _________. This contains the case data for the parent case. This allows you to copy data between the parent case and the child case.

A

pyWorkCover

54
Q

The ____ Pages category contains pages created due to user action, either directly or indirectly. These pages contain data related to work being performed in the selected thread.

A

User

55
Q

The ____ Pages category contains read-only data pages defined by data page rules. These pages are persistent pages in memory, used to cache data. This data is often sourced from outside the application, such as from a third-party or a system of record.

A

Data

56
Q

The _______ Pages category contains pages that describe the current user session, such as the active user and the active application. For example, while a user is logged in to Pega, Pega maintains a clipboard page containing information about the user, such as their current time zone.

A

System

57
Q

A ______ page is a presentation of one or more tabs or tools. Each tab provides information or tools that assist a business analyst, system architect, or system admin in designing, building, and maintaining applications.

A

landing

58
Q

_______ are guidelines that help developers achieve project success, optimal performance, reuse, and maintainability for applications.

A

Guardrails

59
Q

________ ______ is a web-based integrated development environment that you use to build applications.

A

Designer Studio

60
Q

An __________ menu in Designer Studio, is identified by the name of the current application. This menu allows users to switch between applications, work pools, or create a new application.

A

application

61
Q

The _________ Explorer is a tool that you can use to quickly access records in the current and built-on applications that are available to your operator. These records are organized by work pool, case type, category, and record type.

A

Application

62
Q

An ______ group restricts access to functionality within your application.

A

access

63
Q

The ____ type is the class a rule belongs to, or is an instance of, and must be a concrete class derived from teh Rule- base class.

A

rule