Day 4 - Information Exchange (10%) Flashcards

1
Q

The _____ _______ is used to manage your application data model and integrations

A

Integration Designer

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

The Integration Designer shows connections between: (Choose Four)

A. Data Types

B. Data Modes

C. Case Types

D. Data Pages

E. Data Views

F. Systems of Record (SORs)

A

A, C, E, F

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

Data _____ are used to assemble a data layer while decoupling the process design. It is a rule used to access and share data on-demand.

A

Pages

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

In the Integration Designer, what does “Referenced By” mean? (Choose One)

A. These are the data models that you can set up for a Data Type

B. These are the Case Types which use the data type

C. These are the Systems of Record for the Data Type

D. This is a Single Value List

A

B

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

True or False: Data Types and Data Classes are synonymous

A

True

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

In the Integration Landscape screen, the simulated data types are colored ____ (Choose One)

A. Blue

B. Green

C. Red

D. Brown

A

C

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

Scope for a Data Page refers to where the data is used and how it is shared within your application. What are the 3 types of Scope for a Data Page? (Choose Three)

A. Thread

B. Requestor

C. Case

D. Node

A

A, B, D

The scope for data that is unique to a particular case is called “Thread” Scope

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

What type of Scope for a data page is specific to a user session and destroyed at logoff? (Choose One)

A. Thread

B. Requestor

C. Case

D. Node

A

B

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

What type of Scope for a data page is specific or unique to a particular Case? (Choose One)

A. Thread

B. Requestor

C. Case

D. Node

A

A

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

What type of Scope for a data page is specific to an application? (Choose One)

A. Thread

B. Requestor

C. Case

D. Node

A

D

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

What are the 3 “Edit Modes” of a Data Type? (Choose Three)

A. Read-Only

B. Editable

C. Savable

D. Calculation

A

A, B, C

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

A data _____ acts as a bridge between a case and external data

A

Page

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

What System of Record is used when a data type is sourced within Pega? (Choose One)

A. Pega system of record

B. External System of record

C. Internal system of record

D. No system of record

A

A

Examples of Pega SORs include:
- Conference Room in a New Candidate Application for HR onboarding

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

What System of Record is used when a data type is sourced outside of Pega (like a 3rd party database)? (Choose One)

A. Pega system of record

B. External System of record

C. Internal system of record

D. No system of record

A

B

Example:
- Candidate data type is a list of candidates and their basic identifying information (the data is stored in an external vendor tool that adds and tracks candidates)

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

What System of Record is used when a data type is not sourced or stored in any system of record? (Choose One)

A. Pega system of record

B. External System of record

C. Internal system of record

D. No system of record

A

D

Data that is only used for case processing and is not stored anywhere

Example:
- During interview scheduling, you capture candidate information about dietary restrictions. This helps provide HR provide an appropriate lunch but is not pushed to a System of Record

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

You can reuse existing data types and _____ the existing data type if it only partly meets your needs

A

Extend

For example, you could have a Customer data type that is used for Primerica. If you wanted to extend and specialize this data type for Life Insurance Customers or Investments customers, you could create a data type that extends Customer called

Pega-Customer-LifeCustomer

or

Pega-Customer-InvestmentCustomer

17
Q

True or False: Data Views and Data Pages are synonymous

A

True

18
Q

Which of the two options listed below are configurable parts of a data page definition? (Choose Two)

A. Scope

B. Edit Type

C. Data Sources

D. Content View

A

A, C

B is not called “Edit Type”, it’s called “Edit Mode”

D is not called “Content View”, it’s called “Data View”

19
Q

True or False: When you set a refresh strategy for data pages, the application automatically refreshes the data at the time you set the data to expire.

A

False

Reload of the data happens the NEXT time someone accesses the data after it has expired. The System does not automatically refresh data.

20
Q

A data page holding product information has the Reload if Older Than field set to 30 minutes. The data page is created at 9:51. The user performs the following actions:

10: 18 the user refreshes the product information.
10: 53 the user refreshes the product information.

At what time is the data page reloaded?

A. 10:18

B. 10:21

C. 10:48

D. 10:53

A

D

At 10:18, the data is NOT older than 30 minutes. The system will not automatically refresh after 30 minutes, but becomes “expired” at 10:21. The NEXT time someone refreshes the product information after 10:21, the data page will reload: 10:53.

21
Q

When creating a data page the requirement is to have the data cached and refreshed after 90 days. Which refresh option is best suited for this requirement? (Choose One)

A. Reload Every 90 Days

B. Reload if Older Than

C. Do Not Reload When

D. Refresh Once per Interaction

A

B

A is not possible in Pega

22
Q

What the required values that are configured in the Data Save Options, when using the Edit Mode set to “Savable” on a Data Page? (Choose Two)

A. Save Type

B. Data Transform

C. Class Name

D. Validate Rule

A

A, C

23
Q

An application will use a data page to store user preferences. This page needs to be available to all the cases associated with a single end user. The most appropriate scope for this data page is ______ (Choose One)

A. Node

B. Requestor

C. Shared

D. Thread

A

B

24
Q

Which of the following is NOT a Data Page Edit Mode? (Choose One)

A. Read Only

B. Savable

C. Editable

D. Available

A

D

25
Q

You have a data page with production data. The data page is configured to reload if it is older than 1 day. If the data page was created at 9am on Monday morning, which of the following best describes when the data page will reload? (Chose One)

A. The data page automatically reloads at 9am on Tuesday

B. The data page reloads automatically 1 day after it was last accessed

C. The data page reloads on the next access after 9am on Tuesday

D. The data page reloads on the next access one day after it was last accessed.

A

C

Data pages are never automatically refreshed/reloaded