Pegasystems PEGAPCSSA85V1 Pega Certified Senior System Architect (PCSSA) 85V1 Online Training
Pegasystems PEGAPCSSA85V1 Online Training
The questions for PEGAPCSSA85V1 were last updated at Nov 19,2024.
- Exam Code: PEGAPCSSA85V1
- Exam Name: Pega Certified Senior System Architect (PCSSA) 85V1
- Certification Provider: Pegasystems
- Latest update: Nov 19,2024
How do you test UI forms for suitability for users with visual disabilities such as Deuteranopia (red-green confusion) or Tritanopia (yellow-blue confusion)?
- A . Enable the Live UI tool.
- B . Use the Accessibility Inspector.
- C . Unit test section rules.
- D . Use a screen reader.
B
Explanation:
Reference: https://community.pega.com/knowledgebase/articles/whats-new-pega-platform/find-and-fix-issues-using-accessibility-inspector
Offline support requires which two configurations? (Choose two.)
- A . Access groups set up to allow offline access to users.
- B . Appropriate case types configured for offline processing.
- C . An authorization activity to manage offline permissions.
- D . A set of privileges to run sections in an offline environment.
A,B
Explanation:
Reference: https://community.pega.com/knowledgebase/articles/configuring-offline-capability-mobile-application
An application contains five instances of the same rule. The only differences between the instances are the circumstance settings and ruleset version. All the rulesets are in the same ruleset list.
Which ruleset version is chosen by rule resolution when .Country = Japan?
- A . MyCoSelfService:01-01-02
- B . MyCoSelfService:01-01-03
- C . MyCoSelfService:01-01-04
- D . MyCoSelfService:01-02-01
Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)
- A . Hide noncritical columns.
- B . Use grid layouts rather than repeating dynamic layouts to display tabular data.
- C . Configure UI controls to use native controls on mobile devices.
- D . Set the width for layouts in percentages.
A,D
Explanation:
Reference: https://community.pega.com/support/support-articles/horizontal-scroll-bars-mobile-devices
You want operators in two separate units to be able to perform work routed to either unit.
Which configuration supports this requirement?
- A . On each operator’s record, associate the operator with both units.
- B . On each operator’s record, associate the operator with the same work group.
- C . On the work group record, associate the operators with the work group.
- D . On each unit record, associate both operators with each unit.
Items selected by a user need to be copied to a page list property when the user submits the form.
How do you copy the items?
- A . Create a validate rule to copy the selected items.
- B . Create a declare expression with the page list property as the target.
- C . Add a data transform to the flow action as a pre-processing action.
- D . Add a data transform to the flow action as a post-processing action.
Which two statements are valid regarding Pega Web Mashups? (Choose two.)
- A . A mashup display starts by calling either a flow or a harness from a Pega application.
- B . Pega Platform limits a mashup to working on existing cases.
- C . A mashup can allow access to Dev Studio for full system configuration.
- D . A user can view their worklist in an external portal and select items to take action on.
A,D
Explanation:
Reference: https://community.pega.com/knowledgebase/articles/pega-web-mashup/pega-web-mashup
Which two rule types can you mark as a relevant record? (Choose two.)
- A . Property
- B . Decision table
- C . Skin
- D . Section
A,D
Explanation:
Reference https://community.pega.com/knowledgebase/articles/application-development/relevant-records
Your application is deployed to the cloud. A data source outside your application populates a data page by using your data access pattern configuration. You receive complaints that the system takes a long time to fetch data each time the case worker accesses information for a different customer.
Which approach solves this performance issue?
- A . Move to local installation because network traffic in cloud deployment is often slow.
- B . Change snapshot data access method to reference pattern data access method.
- C . Fetch only the targeted data from the database each time data is needed so access is faster.
- D . Access data page with a predefined key so that, once loaded, data access is faster.
Which three statements are true about Obj-methods? (Choose three.)
- A . Obj-Browse allows you to return a page list of data on the clipboard.
- B . Obj-Delete-By-Handle requires a page on the clipboard to delete an instance.
- C . Obj-Refresh-and-Lock can acquire the lock and refresh a page if stale.
- D . Obj-Save always performs an immediate write to the database to ensure data integrity.
- E . Obj-Open loads an instance of a class from a database onto the clipboard.