wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PCSSA Review - Information Exchange

Total questions: 27

Worksheet time: 14mins

Name
Class
Date
1.

The structure of a keyed data page must be a _________.

a)

Node

b)

Thread

c)

Page definition

d)

List

2.

Only _________ can reference keyed data pages.

a)

Properties

b)

Report definitions

c)

Data transforms

d)

Activities

3.

Which data access pattern is the application always referencing the data when needed from an external application and thus providing data that is always the most up-to-date?

a)

Snapshot

b)

System of Record

c)

Reference

4.

What data access pattern do you use when you need to copy data to a case at a specific point in time, thus data is current as of the time copied?

a)

System of Record

b)

Snapshot

c)

Reference

5.

Which data access pattern does not add data to the data model but instead directly populates UI controls?

a)

System of Record

b)

Snapshot

c)

Reference

6.

When you copy data from a data page, the data is refreshed only when ____________________ .

a)

the user refreshes the page

b)

the property is first accessed

c)

a data page parameter changes

d)

a data page is referenced

7.

Hows can you directly manage the data read from and written to an external database? (Choose three)

a)

Obj- method

b)

data page

c)

report definition

d)

external class

e)

data transform

8.

An external class that reads and writes to an external database can belong to a class group.

a)

True

b)

False

9.

An external class that reads and writes to an external database does not contain pzInsKey or pxObjClass.

a)

True

b)

False

10.

Which Obj- method cancels or withdraws any previous uncommitted changes to the PegaRULES database, and to an external database accessed from an external class, from the current thread?

a)

Obj-Save-Cancel

b)

Rollback method

c)

Obj-Delete

d)

Obj-Delete-By-Handle

11.

Which symbolic index inserts a new element of a value list or page list property as the first element, "pushing" all existing elements down by one?

a)

<APPEND>

b)

<PREPEND>

c)

<INSERT>

d)

<PUT>

12.

Connectors can be invoked from ____________ and __________. (Choose two)

a)

data pages

b)

activities

c)

data transforms

d)

report definitions

13.

Put the following connector invocation components in order.

  1. Mapping rules
  2. Connector rule
  3. Data page or activitiy
  4. Data transform
  5. External system
a)

3, 4, 2, 1, 5

b)

3, 4, 1, 2, 5

c)

4, 3, 1, 2, 5

d)

2, 3, 4, 1, 5

14.

The service listener establishes a ___________ which is the processing and data associated with the incoming service request initiated by the external system.

a)

connector

b)

synchronization

c)

listener

d)

requestor

15.

Services can parse, convert, and map data in either direction to or from the clipboard.

a)

True

b)

False

16.

When is integration simulation is useful? (Choose two)

a)

an external service is not available

b)

an interface definition is available

c)

you do not know what the external service is expecting

d)

you want to dictate the response returned

17.

How can you simulate a data page? (Choose three)

a)

Data page

b)

Report definition

c)

Activity

d)

Data transform

e)

Flow action

18.

Global Resource Settings allow you to define values for settings that can vary depending on the environment, but require the update of integration rules & data instances.

a)

True

b)

False

19.

What is the syntax to use Global Resource Settings for references to external systems?

a)

=DataTransformName.IntegrationPropertyName.FieldPropertyName

b)

=DataPageName.IntegrationPropertyName{FieldPropertyName}

c)

=DataPageName.FieldPropertyName<FieldPropertyName>

d)

=DataPageName.IntegrationPropertyName.FieldPropertyName

20.

Put the following in the correct order for the execution-time sequence for determining the Endpoint URL for the SOAP connector.

  1. A data page property is referenced.
  2. The SOAP connector is invoked.
  3. The value is used by the SOAP connector to invoke the service.
  4. The data transform invokes a utility function to obtain the value of, for example, a dynamic system setting.
  5. The data transform for the data page is executed if the page is not already available on the clipboard.
a)

2, 1, 5, 4, 3

b)

2, 1, 4, 5, 3

c)

1, 2, 5, 4, 3

d)

1, 2, 3, 5, 4

21.

An integration error caused because an application is being restarted is an example of what type of error?

a)

Permanent error

b)

Temporary error

c)

Transient error

d)

Conditional error

22.

When a connector is invoked, you should ______________ and ______________. (Choose two)

a)

add error detection to all data pages & activities

b)

invoke a reusable data transform to handle errors

c)

add a flow action for error detection

d)

throw your computer in the trash

23.

Error handling flow is always enabled.

a)

True

b)

False

24.

Error handling flow cannot help recover from transient errors.

a)

True

b)

False

25.

The Pega API provides a standard set of services that includes ___________________. (Choose multiple)

a)

page definition creation

b)

new case creation

c)

assignment processing

d)

access to data pages

26.

Which of the following is not a rule used by a SOAP service to process a request?

a)

service activity

b)

XML parser

c)

XML stream

d)

service mapping

e)

service package

27.

Put the following in order.

  1. Service rule
  2. Service activity
  3. Service package
  4. Mapping rule (from clipboard structure to format of service type)
  5. Mapping rule (from format received by service to clipboard structure)
a)

3, 1, 4, 2, 5

b)

1, 3, 5, 2, 4

c)

3, 2, 5, 1, 4

d)

3, 1, 5, 2, 4