ssa exam Flashcards
Which layer of the ECS contains generalized assets that are then extended by specific implementations?
A. framework
b. organization
c. implementation
d. division
A: framework
The Framework layer contains assets that can be extended in specific implementations. The framework layer may be comprised of one or more generalized applications
What would be the reason for a developer to roll from version 01-01-01 to version 01-01-05?
A. that is not possible
B. want to reserve some space for urgent patches
c. developer can easily remember the deployed version
d. no sense
b. want to reserve some space for urgent patches
If you also deploy to a production environment, a best practice is to reserve some space for hotfixes.
In which of the following situations would you use a rule circumstance to resolve the requirement?
a. process doesn’t execute if a user is single
b. an online order process optionally allows customers to update the credit card number saved with their account
c. service level notifies the assigned user when a goal interval is exceeded, and notifies the user’s manager when a deadline interval is exceeded.
d. national insurance company requires a different minimum for liability coverage in each state
d. national insurance company requires a different minimum for liability coverage in each state
An application change goes into effect on June 15, 2019. Due to this change, 2 fields are added to a user form to collect information for compliance purposes. Assuming that today is April 30, 2019, how should you configure circumstancing for the form?
a. circumstance the form by property and date; test that the creation date for the case is on or after June 15, 2019
b. update the existing form to apply a circumstance; specify June 15 2019, as the end date
c. circumstance the form by template and definition; in the definition, specify June 15 2019, as the cut-off date
d. circumstance the form by property and date; specify June 15, 2019, as the start date
d. circumstance the form by property and date; specify June 15, 2019, as the start date
Which statement best describes the role of the base rule in circumstancing?
a. the base rule is a template used to create all of the circumstanced variants
b. the base rule describes case behavior in effect until a certain date
c. base rule lists all of the properties for which a rule can be circumstanced
d. base rule is used if no circumstanced variant applies
d. base rule is used if no circumstanced variant applies
When a process is configured to create temporary cases, which of the following occurs when a user creates a case?
a. data is stored in the database
b. the system creates an object ID and stores the case in the database
c. the case is stored in memory
d. the system asks the user whether to store the case in the database
c
Temporary cases are only stored in memory on the clipboard and not in the Pega Platform™ database. Temporary cases do not have case IDs.
what task must you perform in order to persist a temporary case?
a. add a persist case smartshape to the process
b. add an object ID to the case
c. add a persistence condition to the case type
d. configure pystartcase to persist a case
a. add a persist case smartshape to the process
To persist a temporary case, add a Persist Case automation step to the case life cycle. When Pega encounters the Persist Case step, Pega creates a case ID and commits the case data to the database.
field values enable you to?
a. set default values for a property
b. define the values used in a circumstance template
c. test the validity of an input value
d. customize a list of allowed values for a property based on the context of the property
d
Field values provide an alternate method for defining allowed values for properties. Field values enable you to manage the list of allowed values separately from the property. Managing the allowed values separately from the property enables you to reuse a single property, and customize the allowed values based on the context of the property.
how do you customize the allowed values for a property based on the context of the property using field values?
a. create a field value record and a unique property record for each allowed value in each context
b. create a base field value record, then create a circumstance of the base record for each allowed value
c. create a ruleset for each context, then create a field value record for each value and add the field value record to the appropriate ruleset
d. create a field value record for each value and set the context using the Apply to: field
d. create a field value record for each value and set the context using the Apply to: field You can add different field values for a single property in the same context, or in separate contexts using the Apply to: class setting for each value.
which step do you perform to update the logo in a portal header?
a. upload the image in the application skin
b. upload the image in the application theme
c. upload the image in the portal skin
d. upload the image in the application record
b. application theme
which record do you configure to add an item to the left panel menu in the case manager portal?
a. navigation record
b. harness record
c. skin record
d. portal record
a. navigation record
which two options do you configure on a portal record?
a. the skin to apply branding to the portal
b. the positioning of the navigation pane within the portal
c. the user role of the type of user who would access the portal
d. applications available to users
a & c
the skin to apply branding to the portal
the user role of the type of user who would access the portal
which two standard accessibility options are available without adding the pegaWAI ruleset?
a. placement of the screen and keyboard are controlled verbally by the user
b. high contrast color schemes are available for users with vision limitations
c. tooltips on controls are read aloud to the user by a screen reader
d. text and icon size are controlled verbally by the user
b & c
high contrast color schemes are available for users with vision limitations
tooltips on controls are read aloud to the user by a screen reader
users must select the make and model of their vehicle when submitting a new insurance claim. which is the best implementation for this use case?
a. configure a keyed data page of the make and model information
b. configure a page property with the refer to a data page option enabled
c. source the contents of the UI control directly from a data page
d. configure a page property with the copy data from a data page option enabled
c. source the contents of the UI control directly from a data page
a product return case must always show the current contact information for the customer from the customer database. which is the best implementation for this use case?
a. configure a data transform to directly populate the data model with customer data
b. reference a data page with customer information directly from UI controls
c. configure a page property with the refer to a data page option enabled
d. configure a page property with the copy data from a data page option enabled
c. configure a page property with the refer to a data page option enabled
an online order must include item price information at the time of the order placement. which is the best implementation for this use case?
a. configure a page property with the refer to a data page option enabled
b. reference data directly without making it part of the data model
c. configure a data transform to directly populate the data model with price information
d. configure a page property with the copy data from a data page option enabled
d. configure a page property with the copy data from a data page option enabled
which two statements about external classes are true? (choose Two)
a. it is possible to create declare expression rules on external classes
b. an external class always has an associated database table instance
c. external classes must contain the pzInsKey and pxObjClass properties
d. an external table can be part of a class group
a & b No inheritance or rule resolution applies to external classes, even if the class name contains a hyphen. Because each external class has an associated database table Data-Admin-DB-Table instance, it cannot be part of a class group.
which two of the following options are good uses of connect SQL rules? (choose two)
a. execute a complex SQl statement such as a join or stored procedure against an external database
b. update an external table as part of a distributed transaction
c. execute custom SQL statements to improve performance of queries and updates to the pegaRULES database
d. execute SQL statements that contain database vendor specific syntax
a & d
execute a complex SQl statement such as a join or stored procedure against an external database
execute SQL statements that contain database vendor specific syntax
which index keyword add an element to the end of a page list property?
a. append
b. insert
c. current
d. prepend
a. append
in which of the following situations do you simulate a data page?
a. when the interface definition is not finalized
b. when a large amount of data requires simulation
c. when the data page writes data to the external system
d. when the connector is available for the integration
A: when the interface definition is not finalized
which two of the following situations require an activity?
a. call a connector from a data page
b. simulate a connector
c. simulate a data page
d. call a connector from a flow
b & d
simulate a connector and call from a flow
which two of the following steps are necessary to implement global resource settings?
a. create a data page
b. place all GRS rules in a different ruleset as the integration rules
c. create a report definition
d. create a data transform
a & d
create a data page & data transform
which of the following record types are editable on a production system?
a. SOAP connector
b. property
c. data transform
d. dynamic system setting
d. dynamic system setting
select two benefits of using global resource settings. (choose two)
a. GRS improves the performance for integration with the external system
b. GRS allows you to manage settings in one place
c. GRS allows you to manage settings without unlocking rulesets
d. GRS allows you to define settings for your different environments in one location
b & c
GRS allows you to manage settings in one place
GRS allows you to manage settings without unlocking rulesets