Which two value types can be used in an Application Setting when modifying values for each production level? (Choose Two)
A. Data transform B. Text C. Picklist D. Class
B. Text D. Class
Explanation
In Application Settings, you can specify different values for production levels using text (e.g., URLs, file paths) or picklists (for selecting from predefined options). These settings allow for easy adjustment of values according to the environment the application is running in.
References: Pega Platform Help - Application Settings.
Question 62:
The primary purpose of a production ruleset is to allow rules to be
A. tested in a production environment B. updated in a production environment C. reused in multiple production environments D. migrated to a production environment
B. updated in a production environment
Explanation
The primary purpose of a production ruleset is to allow rules to be updated in a production environment. Production rulesets are designed to hold rules that business users can modify directly in a production environment without requiring a deployment from development through testing environments. This enables quick changes to be made to decision tables, correspondence, and other rule types that business users are permitted to change.
References: Pega official documentation on ruleset types.
Question 63:
An assignment service-level agreement (SLA) is configured with the following details: Initial urgency: 20 Assignment ready: Timed delay of 1 hour Goal: 5 hours and increase urgency by 10 Deadline: 8 hours and increase urgency by 20 Passed deadline: 2 hours, increase urgency by 20, and limit events to 5 Assuming no other urgency adjustments, what is the assignment urgency 16 hours after the case reaches the assignment.
A. 100 B. 130 C. 70 D. 90
B. 130
Explanation
The initial urgency is set at 20. At 5 hours, the urgency increases by 10 (total 30). At 8 hours, the urgency increases by 20 (total 50). After the deadline, the urgency increases by 20 every 2 hours, up to a limit of 5 events. By 16 hours, all 5 events have occurred, adding 100 to the urgency, leading to a total urgency of 150
A requirement states that users assigned the role "Manager" can edit objects related to any studio work.
At which position in the class hierarchy do you configure an Access of Role to Object (ARO) record to satisfy this requirement?
A. UPlusMusic-Production-Work-Brand-Marketing B. UPlusMusic-Production-Work-Studio-Editing C. UPlusMusic-Production- Work-Studio- D. UPlusMusic-Production- Work-
C. UPlusMusic-Production- Work-Studio-
Explanation
To satisfy the requirement that users assigned the role "Manager" can edit objects related to any studio work, the Access of Role to Object (ARO) record should be configured at the "UPlusMusic-Production-Work-Studio-" level (C). This level is the common parent class for all studio-related work, such as Recording and Editing. By setting the ARO at this level, it ensures that managers have the necessary permissions to edit any object that falls under the studio work hierarchy, without having to set permissions at each individual subclass level.
References: Pega Community documentation on class hierarchy and Access of Role to Object configuration.
Question 65:
An application contains a flow action with an Apply to: class of TRB-HRApps-Work-Feedback in a locked ruleset. When updating the application, you save the existing flow action into a new minor version of the ruleset this time applied to TRB'HRApps-Work so it can be used by more than one case type.
How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?
A. Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Blocked". B. Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Withdrawn". C. Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Not available". D. Save an additional new version of the flow action applied to TRB-HRApps-Work and set the availability to "Final".
B. Save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Withdrawn".
Explanation
To prevent the application from using the rule in TRB-HRApps-Work-Feedback, you would save an additional new version of the flow action applied to TRB-HRApps-Work-Feedback and set the availability to "Withdrawn". This marks the rule as no longer valid for use in the application.
References: Pega official documentation on rule availability.
Question 66:
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.
Which configuration allows doctors and nurses to modify cases while complying with all identified security requirements?
A. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 5. B. Create two access roles, one for doctors and one for nurses, and set the modify action for each to 1. C. Create a single access role for both doctors and nurses, and set the modify action to 5. D. Create a single access role for both doctors and nurses, and set the modify action to 1.
C. Create a single access role for both doctors and nurses, and set the modify action to 5.
Explanation
To allow both doctors and nurses to modify cases while complying with the identified security requirements, the best approach is to create a single access role for both doctors and nurses (C) and set the modify action to
5. This configuration grants both user groups the necessary permissions to modify cases throughout the case life cycle. By using a single access role with a high level of access for modifications, the application simplifies role management while ensuring that both doctors and nurses can perform their duties effectively, without compromising the security and integrity of patient cases.
References: Pega Community documentation on Access Role to Object and case management best practices.
Question 67:
Which statement describes the appropriate use of the Purge/Archive wizard to address application performance?
A. Delete any properties exposed in table columns from the BLOB. B. Remove old cases to reduce the size of a database table. C. Delete stored SQL procedures that have been updated. D. Remove unused rules caches maintained on the system.
B. Remove old cases to reduce the size of a database table.
Explanation
The Purge/Archive wizard in Pega Platform is appropriately used to remove old cases to reduce the size of a database table (B). Over time, completed or resolved cases can accumulate in the system, leading to large table sizes that can
negatively impact application performance. By archiving these cases, you can move them out of the primary database tables into an archive, and by purging, you can delete cases that are no longer needed. This process helps maintain
optimal database performance and manage storage costs effectively.
References:
Pega Community documentation on the Purge/Archive wizard and database maintenance best practices.
Question 68:
A budgeting application uses a job scheduler to automatically email customers once a week with a breakdown of their weekly expenses. Due to the international usage of the application, stakeholders require peak performance at all hours. Which solution addresses this performance concern?
A. Configure the job scheduler to run at off-hours. B. Ensure that customers use a common access group. C. Dedicate and classify a node for the job scheduler. D. Limit the number of operators who can access the application.
A. Configure the job scheduler to run at off-hours.
Explanation
Dedicating and classifying a node for the job scheduler allows the job scheduler to run on a node that is optimized for batch processing. This ensures that resource-intensive jobs do not impact the performance of the user nodes, thus maintaining peak performance at all hours.
References: Pega Platform Help - Job Schedulers.
Question 69:
A requirement states that the Manager role cannot open a purchase request during the Audit stage. How do you configure the case stage to satisfy this requirement?
A. Apply an Access Deny record. B. Apply an Access When record. C. Apply a When record. D. Apply a Privilege record.
B. Apply an Access When record.
Explanation
To ensure that the Manager role cannot open a purchase request during the Audit stage, applying an Access When record (B) is the most suitable approach. An Access When record allows for the definition of conditional logic that determines whether a specific action, such as opening a case, is permitted based on the user's role and the current context of the case, such as its stage. By configuring this rule to evaluate to false for users with the Manager role during the Audit stage, you can effectively restrict their access to purchase requests in this stage, aligning with the requirement.
References: Pega Community documentation on Access When rules and stage-based access control.
Question 70:
Which statement about managing encrypted data in Pega Platform is true?
A. Each organization uses a custom key to encrypt its data. B. Filter conditions cannot reference encrypted properties in reports. C. Property-level encryption is a time-efficient method to encrypt data. D. Encryption policies apply to Work- and Data- classes only.
A. Each organization uses a custom key to encrypt its data.
Explanation
When properties are encrypted in Pega Platform, they cannot be used in filter conditions for reports because the data is in a non-readable format. To apply filters, the data must be decrypted, which is not typically done within the reporting tool.
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Pegasystems exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your PEGACPSSA23V1 exam preparations
and Pegasystems certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.