DRAG DROP
Organize the classes and associated rules in the appropriate Enterprise Class Structure (ECS) layer.
Select and Place:

Which requirement is a prerequisite for configuring a Pega Web Mashup?
A. No outstanding Guardrail violations
B. A web server to test your host page
C. At least one work queue in your application
D. At least one Access control policy rule
Items selected by a user need to be copied to a page list property when the user submits the form. How do you copy the items?
A. Add a data transform to the flow action as a post-processing action.
B. Add a data transform to the flow action as a pre-processing action.
C. Create a declare expression with the page list property as the target.
D. Create a validate rule to copy the selected items.
Which two rule types can you mark as a relevant record? (Choose Two)
A. Property
B. Report
C. Skin
D. Section
To reduce training requirements for users, a company wants to utilize the existing front end of their application. How can a third-party application use Pega Platform?
A. By using middleware tools in application servers
B. By using database tables for staging the requests
C. By using REST calls from the Pega API
D. By exposing third-party application services
A hospital uses a case type to manage the treatment of patients visiting the Emergency Room (ER). Cases are created when the patient checks in at the registration desk, and are resolved when the patient is released from the hospital. Stakeholders identify the following security requirements for the case type.
Patients access cases on a read-only basis.
Patients can only access their own cases.
Doctors and nurses can modify cases throughout the case life cycle.
Only doctors are allowed to write prescriptions.
What two steps, when performed together, allow you to ensure that patients can read, but not edit, cases? (Choose Two)
A. Configure an Access of Role to Object rule with the open case action set to 5.
B. Configure an Access Role to Object rule with the open case action set to 1.
C. Configure an access control policy condition to test whether the user is a patient.
D. Create an access group unique to patients.
Consider the following requirement: An auditing policy explicitly requires that employees cannot see the contents of complaints made against themselves.
Which security solution do you use to satisfy the requirement?
A. Access of Role to Object
B. Access Control Policy
C. Access When
D. Access Deny
Application Settings allow you to____________.
A. simulate data in an environment for testing purposes
B. automate the application migration process
C. execute connectors in parallel to improve performance
D. store references to an external system connected to an application
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.
An application includes the following set of circumstanced instances of a decision table.

You update the application and increment the AccountManage ruleset version to 01-02-01. As part of this update, the circumstance .Status="Silver" is no longer needed by the application.
How do you implement this change?
A. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and select the Base rule option.
B. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Withdrawn.
C. Create a new version of the circumstanced decision table in AccountManage:01-02-01 and set the availability of the rule to Blocked.
D. Do nothing. Rule resolution does not consider rules in a lower minor version of a ruleset.