Exam4Training

Pegasystems PEGAPCSSA80V1_2019 Pega Certified Senior System Architect (PCSSA) 80V1 Online Training

Question #1

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.

Reveal Solution Hide Solution

Correct Answer: BC
BC

Explanation:

Reference: https://community.pega.com/sites/default/files/help_v73/basics/v6portal/landingpages/mobile/offline.htm

Question #2

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.

Reveal Solution Hide Solution

Correct Answer: BD
BD

Explanation:

Reference: https://community.pega.com/support/support-articles/horizontal-scroll-bars-mobile-devices

Question #3

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.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

Reference: https://community.pega.com/knowledgebase/articles/pega-mobile/using-data-pages­parameters-offline-enabled-application

Question #4

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.

Reveal Solution Hide Solution

Correct Answer: AB
AB

Explanation:

Reference: https://community.pega.com/knowledgebase/articles/configuring-offline-capability-mobile­application

Question #5

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.

Reveal Solution Hide Solution

Correct Answer: BD
BD

Explanation:

Reference: https://collaborate.pega.com/question/how-including-access-roles-and-privileges-product-rule

Question #6

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.

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

Reference: https://community.pega.com/knowledgebase/articles/circumstance-rule-different-properties-or­templates

Question #7

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.

Reveal Solution Hide Solution

Correct Answer: AD
AD

Explanation:

Reference: https://community.pega.com/knowledgebase/articles/pega-web-mashup/pega-web-mashup

Question #8

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.

Reveal Solution Hide Solution

Correct Answer: BDE
BDE

Explanation:

Reference: https://collaborate.pega.com/question/pega-mashup-data-passing

Question #9

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.

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Reference: https://community.pega.com/knowledgebase/articles/user-interface/84/configuring-basic­settings-date-time-control-date-or-time

Question #10

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.

Reveal Solution Hide Solution

Correct Answer: D  

Question #11

You need to localize correspondence into a language that is unavailable in the Pega language pack.

Which option satisfies the requirement?

  • A . Run the Localization wizard and add translations to Translation.html.
  • B . Create the Translation rule manually and include the rule in the application ruleset.
  • C . Leverage translation services SOAP calls and enable records for translation.
  • D . Configure a field value record that contains the correspondence text.

Reveal Solution Hide Solution

Correct Answer: A
Question #12

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.

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Reference: https://community.pega.com/knowledgebase/articles/whats-new-pega-platform/find-and-fix­issues-using-accessibility-inspector

Question #13

Which piece of application content do you localize by using a Field Value rule?

  • A . Labels and drop-down values on a section rule
  • B . Logos or other images on a harness rule
  • C . User instructions in a paragraph rule
  • D . User-editable text in a correspondence rule

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Reference: https://community.pega.com/sites/default/files/help_v63sp1/Content/tools/rulesinspector/rulesinspectorfieldvalues.htm

Question #14

Identify two options for passing data between a Pega application and a webpage containing a web mashup. (Choose two.)

  • A . Use the attribute data-pega-event-onpagedata.
  • B . Use REST methods to call Pega microservices.
  • C . Call a Pega API function from the host server.
  • D . Call the function pega.web.api.doAction().

Reveal Solution Hide Solution

Correct Answer: AD
AD

Explanation:

Reference: https://community.pega.com/knowledgebase/articles/pega-web-mashup/communication­between-pega-web-mashup-and-host-page

Question #15

A requirement states that the Users role cannot open a purchase request during the Audit stage of the case life cycle.

How do you configure the case stage to satisfy this requirement?

  • A . Apply an Access When record.
  • B . Apply a When record.
  • C . Apply a Privilege record.
  • D . Apply an Access Deny record.

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Reference: https://collaborate.pega.com/question/access-when-vs-privilege

Exit mobile version