Pega Certified Senior System Architect 80V1

Here you have the best Pegasystems PEGAPCSSA80V1_2019 practice exam questions

  • You have 37 total questions to study from
  • Each page has 5 questions, making a total of 8 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 19, 2024
Question 1 of 37

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 2 of 37

Your application contains the following versions of a service level named AuthorizeClaim.

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 3 of 37

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.

Question 4 of 37

A form must support accessibility.

How do you enable a user to specify a date?

    Correct Answer: D

    To properly support accessibility, it's important to provide controls that users can interact with using assistive technologies, such as screen readers and keyboards. A single calendar control that displays an entire month or year can be difficult to navigate for users with disabilities. Providing separate controls for month, day, and year ensures that each element can be individually accessed and easily manipulated, making the form more accessible.

Question 5 of 37

A client requests that you add a footer to the Case Manager portal.

How do you satisfy this request?

    Correct Answer: C

    To add a footer to the Case Manager portal, you need to change the section layout on the harness referenced on the portal record. The harness determines the overall layout and structure of the portal, and modifying the section layout within the harness allows you to add or modify elements like a footer.