Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

PEGAPCSSA86V1 Questions and Answers

Question # 6

Which three statements about the guardrail score are true? (Choose Three)

A.

The Application Guardrails landing page counts the number of rules with severe or moderate guardrail warnings.

B.

Guardrail scores do not include Pega Platform core rules.

C.

The Application Guardrails landing page counts the number of rules with no warnings or caution-level guardrail warnings.

D.

A weighted compliance score above 90 signifies that an application is ready for general distribution.

E.

Rules with unjustified warnings are not counted in the compliance score.

Full Access
Question # 7

What is the difference between using the Call and Branch methods in an activity step to invoke other activities?

A.

Call provides more robust debugging capability than Branch, while Branch provides better run-time performance.

B.

Branch overrides the security restrictions of the called activity allowing you to easily test code; it will not run in production.

C.

Branch creates a new thread to allow asynchronous processing, while Call runs in the thread from it was invoked.

D.

Call returns to the originating activity, while Branch skips the remainder of the originating activity.

Full Access
Question # 8

Which two actions do you perform when using the Performance Analyzer (PAL) to ensure that you obtain accurate performance data? (Choose Two)

A.

Run the process to completion first to perform needed rule assembly and avoid skewed results.

B.

Capture PAL readings after significant changes to a process to identify any performance impact.

C.

Capture a PAL reading for a process with good performance to establish a benchmark for comparison.

D.

Run PAL as an end user to account for any performance differences due to the portal itself.

Full Access
Question # 9

You want to create a new minor version of an application ruleset to add a new feature to your application. The new feature will be made available to users in a phased rollout.

How do you update the application to add the new ruleset version?

A.

Create a branch ruleset and a new application, and add the branch ruleset to the application.

B.

Lock and roll the existing ruleset, and create a new application version.

C.

Lock and roll the existing ruleset, and update the existing application version.

D.

Create a new application version and add the new ruleset version as a production ruleset.

Full Access
Question # 10

University admission application cases automatically advance in the case life cycle if the applicant's standardized test scores are above a certain threshold. The threshold is determined each year based on the provided national average score.

Which two configurations, when applied together, support this requirement? (Choose Two)

A.

Configure a process with a decision shape that continues if the TestThreshold Configuration setting is less than the applicant's test score.

B.

Configure a TestThreshold Configuration setting with the national average for the test score threshold.

C.

Configure a TestThreshold Configuration setting that calculates the national average for the test score threshold.

D.

Configure a process with a decision shape that continues if the TestThreshold Configuration setting is greater than the applicant's test score.

Full Access
Question # 11

Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.

Full Access
Question # 12

You are updating a system of record using a SOAP connector. If the system of record is unavailable, you want to retry after an hour. If it is still unavailable after an hour, a notification should be sent to a system administrator.

How do you implement this requirement?

A.

Implement the logic in the data page's response data transform.

B.

Implement the logic in the connector's error handler flow.

C.

Customize the standard pxErrorHandlingTemplate data transform.

D.

Use a transition condition in the activity step invoking the connector.

Full Access
Question # 13

Which two tasks are required to build a mobile app from a Pega Platform application? (Choose Two)

A.

Create a certificate set.

B.

Configure access to the Pega Mobile Build Server.

C.

Configure access to Dev Studio.

D.

Set up push notifications to developers.

Full Access