Font size
WorksheetsPCSSA Review - Information Exchange
Total questions: 27
Worksheet time: 14mins
The structure of a keyed data page must be a _________.
Node
Thread
Page definition
List
Only _________ can reference keyed data pages.
Properties
Report definitions
Data transforms
Activities
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?
Snapshot
System of Record
Reference
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?
System of Record
Snapshot
Reference
Which data access pattern does not add data to the data model but instead directly populates UI controls?
System of Record
Snapshot
Reference
When you copy data from a data page, the data is refreshed only when ____________________ .
the user refreshes the page
the property is first accessed
a data page parameter changes
a data page is referenced
Hows can you directly manage the data read from and written to an external database? (Choose three)
Obj- method
data page
report definition
external class
data transform
An external class that reads and writes to an external database can belong to a class group.
True
False
An external class that reads and writes to an external database does not contain pzInsKey or pxObjClass.
True
False
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?
Obj-Save-Cancel
Rollback method
Obj-Delete
Obj-Delete-By-Handle
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?
<APPEND>
<PREPEND>
<INSERT>
<PUT>
Connectors can be invoked from ____________ and __________. (Choose two)
data pages
activities
data transforms
report definitions
Put the following connector invocation components in order.
- Mapping rules
- Connector rule
- Data page or activitiy
- Data transform
- External system
3, 4, 2, 1, 5
3, 4, 1, 2, 5
4, 3, 1, 2, 5
2, 3, 4, 1, 5
The service listener establishes a ___________ which is the processing and data associated with the incoming service request initiated by the external system.
connector
synchronization
listener
requestor
Services can parse, convert, and map data in either direction to or from the clipboard.
True
False
When is integration simulation is useful? (Choose two)
an external service is not available
an interface definition is available
you do not know what the external service is expecting
you want to dictate the response returned
How can you simulate a data page? (Choose three)
Data page
Report definition
Activity
Data transform
Flow action
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.
True
False
What is the syntax to use Global Resource Settings for references to external systems?
=DataTransformName.IntegrationPropertyName.FieldPropertyName
=DataPageName.IntegrationPropertyName{FieldPropertyName}
=DataPageName.FieldPropertyName<FieldPropertyName>
=DataPageName.IntegrationPropertyName.FieldPropertyName
Put the following in the correct order for the execution-time sequence for determining the Endpoint URL for the SOAP connector.
- A data page property is referenced.
- The SOAP connector is invoked.
- The value is used by the SOAP connector to invoke the service.
- The data transform invokes a utility function to obtain the value of, for example, a dynamic system setting.
- The data transform for the data page is executed if the page is not already available on the clipboard.
2, 1, 5, 4, 3
2, 1, 4, 5, 3
1, 2, 5, 4, 3
1, 2, 3, 5, 4
An integration error caused because an application is being restarted is an example of what type of error?
Permanent error
Temporary error
Transient error
Conditional error
When a connector is invoked, you should ______________ and ______________. (Choose two)
add error detection to all data pages & activities
invoke a reusable data transform to handle errors
add a flow action for error detection
throw your computer in the trash
Error handling flow is always enabled.
True
False
Error handling flow cannot help recover from transient errors.
True
False
The Pega API provides a standard set of services that includes ___________________. (Choose multiple)
page definition creation
new case creation
assignment processing
access to data pages
Which of the following is not a rule used by a SOAP service to process a request?
service activity
XML parser
XML stream
service mapping
service package
Put the following in order.
- Service rule
- Service activity
- Service package
- Mapping rule (from clipboard structure to format of service type)
- Mapping rule (from format received by service to clipboard structure)
3, 1, 4, 2, 5
1, 3, 5, 2, 4
3, 2, 5, 1, 4
3, 1, 5, 2, 4
