Pegasystems PEGAPCSSA80V1_2019 Pega Certified Senior System Architect (PCSSA) 80V1 Online Training
Pegasystems PEGAPCSSA80V1_2019 Online Training
The questions for PEGAPCSSA80V1_2019 were last updated at Nov 22,2024.
- Exam Code: PEGAPCSSA80V1_2019
- Exam Name: Pega Certified Senior System Architect (PCSSA) 80V1
- Certification Provider: Pegasystems
- Latest update: Nov 22,2024
Which two statements describe the role of the cache manifest in a mobile app? (Choose two.)
- A . Allows downloading of rules for offline use with a mobile app.
- B . Provides access to static resources such as HTML files, image files, or JS files.
- C . Enables users to continue interacting with mobile apps while offline.
- D . Supports debugging efforts by providing a run-time view of the rules accessed by the app.
Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)
- A . Use grid layouts rather than repeating dynamic layouts to display tabular data.
- B . Set the importance for columns in repeating dynamic layouts.
- C . Limit text fields to a width of 200 pixels.
- D . Set the width for layouts in percentages.
You want to allow users to use an application on a mobile device, even if the device is not connected to a network.
Which configuration option supports this requirement?
- A . Simulate external data sources when the application is offline.
- B . Source repeating layouts using report definitions.
- C . Configure UI elements to use native controls on mobile devices.
- D . Source drop-down lists using data pages.
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.
Which two configurations can you use to include access groups into your Product rule? (Choose two.)
- A . Export the access groups using the Access Manager.
- B . Add the access groups to the application record.
- C . Add the access group to the Product record in the Individual instances to include section.
- D . Associate the access groups with a ruleset included in the application.
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?
- A . Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
- B . Make the circumstanced rules in the AccountOpen class unavailable.
- C . Withdraw the circumstanced rules in the AccountOpen class.
- D . Block the circumstanced rules in the AccountOpen class.
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.
What are three valid ways to exchange data through a Pega Web Mashup? (Choose three.)
- A . Use an SQL call to exchange data between the mashup and hosting web page.
- B . Use the data-pega-event-onpagedata attribute to configure the default value for the gadget.
- C . Use a queue processor to pass updated attributes to the gadget on the hosting web page.
- D . Use an action object configured as a script to perform additional actions on a web mashup gadget.
- E . Use the Javascript function doAction() to set or read data values through the hosting web page.
A form must support accessibility.
How do you enable a user to specify a date?
- A . Configure a text box to allow date entry.
- B . Use a calendar control that displays an entire year.
- C . Use a calendar control that displays an entire month.
- D . Provide separate controls for month, day, and year.
A client requests that you add a footer to the Case Manager portal.
How do you satisfy this request?
- A . Update the portal format in the skin applied to the portal.
- B . Update the portal type on the portal record.
- C . Change the section layout on the harness referenced on the portal record.
- D . Configure a navigation record to describe the new portal format.