Pega Certified Senior System Architect 80V1

Here you have the best Pegasystems PEGAPCSSA80V1_2019 practice exam questions

  • You have 58 total questions to study from
  • Each page has 5 questions, making a total of 12 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 2, 2025
  • This site is not affiliated with or endorsed by Pegasystems.
Question 1 of 58
Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)
    Correct Answer: B, C

Question 2 of 58
Which two configurations can you use to include access groups into your Product rule? (Choose two.)
    Correct Answer: B, C

    To include access groups into your Product rule, one approach is to add the access groups to the application record. This ensures that the groups are associated with the broader application configuration, inherently linking them to the Product rule. Additionally, you can add the access group directly to the Product record in the Individual instances to include section, allowing specific groups to be included as necessary. These methods ensure that the access groups are accessible as part of the Product rule and are considered in the overall configuration.

Question 3 of 58
Your application contains the following versions of a service level named AuthorizeClaim.
Exam PEGAPCSSA80V1_2019: Question 3 - Image 1
The application is being updated with a new version of the AccountManage ruleset. As part of the update, the service level is no longer circumstanced for
AccountOpen cases. The update must retain the circumstancing for the other case types in the application.
Which option do you use to reset the circumstancing for the AccountOpen case type?
    Correct Answer: C

    To reset the circumstancing for the AccountOpen case type while retaining the circumstancing for other case types, you should withdraw the circumstanced rules in the AccountOpen class. Withdrawing these rules ensures that the specified circumstanced rules for the AccountOpen class will no longer apply, effectively resetting the circumstances for that case type. This does not impact the circumstanced rules for other case types, thus meeting the requirement to retain circumstancing for other case types.

Question 4 of 58
Which two statements are valid regarding Pega Web Mashups? (Choose two.)
    Correct Answer: A, D

Question 5 of 58
What are three valid ways to exchange data through a Pega Web Mashup? (Choose three.)
    Correct Answer: B, D, E

    Three valid ways to exchange data through a Pega Web Mashup include using the data-pega-event-onpagedata attribute to configure the default value for the gadget, using an action object configured as a script to perform additional actions on a web mashup gadget, and using the Javascript function doAction() to set or read data values through the hosting web page. SQL calls and queue processors are not typically utilized for data exchange in Pega Web Mashup scenarios.