Information Exchange Flashcards

1
Q

What are data types?

A

They uniquely define and hold data for your application

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

What are 3 points to remember when using data types?

A

Use standard Pega data types when possible

Extend an existing data type if it only partly meets your needs

If no suitable data type already exists, then create a new one.

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

Give an example of when you would use Pega system record?

A

Feedback data

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

Give an example of when you would use External system record?

A

Customer and product data

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

Give an example of when you would use No External system record?

A

Preference data

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

When would you use data pages?

A

To retrieve data for your application, regardless of the source.

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

What are data pages also known as?

A

data views

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

What are the 3 levels of a scope?

A

Thread
Requester
Node

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

What is a connector used for?

A

To populate data from an external source

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

What is a data transform used for?

A

For populating a data page from another page in memory

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

What is report definition?

A

Returns a list of data objects mapped in the application

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

What is look up used for?

A

To return a specific data object mapped in the application

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

What is robotic automation?

A

Obtain data by running an application on a desktop

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

What is robotic process automation

A

Obtain data from an automated back end process

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

What is load activity?

A

Can be used for special situations where none of the other options are suitable

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

What is refresh strategy?

A

Defines when the data is stale and needs to be reloaded

17
Q

What is object type?

A

identifies the information the data page will capture

18
Q

What is read only edit mode?

A

Data pages should not be modified

19
Q

What is editable mode?

A

allows pages to be modified

20
Q

what is savable mode?

A

provides the data page by saving though a database source or an activity