Prepare PEGACPSSA24V1 Question Answers - PEGACPSSA24V1 Exam Dumps [Q145-Q166]

Share

Prepare PEGACPSSA24V1 Question Answers - PEGACPSSA24V1 Exam Dumps

Real Pegasystems PEGACPSSA24V1 Exam Questions [Updated 2026]

NEW QUESTION # 145
On which type of rule can you configure edit validate rules?
Response:

  • A. Activities
  • B. Properties
  • C. Flow actions
  • D. Case types

Answer: B


NEW QUESTION # 146
Select the three Pega best practices for developing activities.
(Choose Three)
Response:

  • A. Use only activities to support queue processing and interfaces.
  • B. Limit custom Java steps whenever possible.
  • C. Keep activities short. Limit your activities to fewer than 15 steps.
  • D. Limit activity calls to at most three to prevent performance problems.
  • E. Limit the use of activities. Use alternative rule types such as data transforms whenever possible.

Answer: B,C,E


NEW QUESTION # 147
Direct Capture of Objectives (DCO) aims to increase which two aspects of application delivery?
(Choose Two)
Response:

  • A. Performance
  • B. Accuracy
  • C. Coding
  • D. Speed

Answer: B,D


NEW QUESTION # 148
The customer, a medium size toy maker, wants to fulfill orders received during the peak season in December and process them in batches multiple times a day. How do you implement this use case?
Response:

  • A. Create batches of orders and send each batch for processing when it gets full.
  • B. Create scheduled jobs, one for each run, that can process accumulated orders.
  • C. Create one scheduled job and select its run schedule as multiple times a day.
  • D. Create a queue processor that can process orders received by the company.

Answer: C


NEW QUESTION # 149
Select two actions can you do with the Pega API?
(Choose Two)
Response:

  • A. Update a decision table.
  • B. Add a property to a data class.
  • C. Create a new case
  • D. Access data from a data page

Answer: C,D


NEW QUESTION # 150
Which two statements about guardrails are true?
(Choose Two)
Response:

  • A. A developer receives a guardrail warning for rules checked out by other developers.
  • B. Pega Platform performs guardrail examination when a rule is saved.
  • C. Pega Platform performs guardrail examination when a rule is checked out.
  • D. Each rule may have multiple guardrail warnings.

Answer: B,D


NEW QUESTION # 151
In a help desk ticket application the Respond to Ticket assignment can be handled by any help desk agent. To configure the assignment for routing you update the _____________?
Response:

  • A. Stage
  • B. Case
  • C. Step
  • D. Process

Answer: C


NEW QUESTION # 152
An application contains the class group MyCo-HR-SelfService-Work. There are two classes derived from Work- class:
- MyCo-HR-SelfService-Work-TimeOff
- MyCo-HR-SelfService-Work-Expense
If a report is created in the MyCo-HR-SelfService-Work class group, what instances will the report return?
Response:

  • A. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense, unless they are stored in different database tables
  • B. Only instances of MyCo-HR-SelfService-Work
  • C. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-Work-Expense
  • D. Instances of all Work- derived classes

Answer: A


NEW QUESTION # 153
Which record do you configure to add an item to the left-pane menu in the Case Manager portal?
Response:

  • A. Harness record
  • B. Portal record
  • C. Skin record
  • D. Navigation record

Answer: D


NEW QUESTION # 154
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
- SelfService: 01-01
- TGB-HR: 01-01
- TGB: 01-01
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named ConfirmRequest. The four instances of ConfirmRequest in the rules cache are shown in the following table.

Which is chosen during rule resolution? Response:

  • A. TGB .ConfirmRequest (TGB: 01-01-02)
  • B. TGB-HR-SelfService-Work-TimeOff .ConfirmRequest (SelfService: 01-01-01)
  • C. TGB-HR-SelfService-Work-TimeOff .ConfirmRequest (SelfService: 01-01-02)
  • D. TGB-HR-SelfService-Work .ConfirmRequest (SelfService: 01-01-01)

Answer: A


NEW QUESTION # 155
Your application requires a cascading approval for expense reports. Approvals must follow the submitter's reporting structure, with the following thresholds.
A manager must approve expense reports up to USD500. A director must approve expense reports up to USD1500. A vice president must approve expense reports of USD1500 or greater.
How do you configure the approval process?
Response:

  • A. Select the authority matrix configuration option.
  • B. Select the reporting structure configuration, then select All levels.
  • C. Select the reporting structure configuration with custom levels, then configure when rules to determine the number of levels.
  • D. Select the reporting structure configuration with custom levels, then configure a decision table to determine the number of levels.

Answer: C


NEW QUESTION # 156
Which two of the following steps do you perform after you develop branch rules and before you merge a ruleset?
(Choose Two)
Response:

  • A. Review conflicts and warnings
  • B. Check in rules to merge
  • C. Check out rules to merge
  • D. Use DB trace to identify conflicts

Answer: A,B


NEW QUESTION # 157
Using Live UI, you must reorder the position of fields on a user form. How do you use the tool in order to complete this task?
Response:

  • A. In the hierarchy tree, drag and drop the element in the new position.
  • B. In the hierarchy tree, copy the original element and paste it in the new position.
  • C. On the user form, drag and drop the field in the new position.
  • D. On the user form, copy the original element and paste it in the new position.

Answer: A


NEW QUESTION # 158
An agent runs every 300 seconds. You have been asked to update the agent so that it runs every Friday at 12:00 A.M. How do you modify the agent schedule to meet this requirement?
Response:

  • A. Change the Recurring pattern to Periodic and enter the Interval value.
  • B. Keep the Recurring pattern and update the Interval value.
  • C. Change the Periodic pattern to Recurring. Open the Parameters dialog and update the schedule.
  • D. Keep the Periodic pattern. In the Parameters dialog, update the schedule.

Answer: C


NEW QUESTION # 159
A declare expression evaluates a circumstanced decision tree. The decision tree evaluates a property set by a data transform. What two steps do you perform to ensure that the decision tree is configured properly?
(Choose Two)
Response:

  • A. Test the data transform to verify the result is correct.
  • B. Test the declare expression to verify that the rule is configured correctly.
  • C. Specify the value of the circumstancing property when prompted in the Run Rule dialog.
  • D. Configure a test page with data to satisfy the circumstancing condition.

Answer: A,D


NEW QUESTION # 160
Which option for populating work party information allows users to optionally add a work party to a case while completing an assignment?
Response:

  • A. The VOE? option on the pyCaseManagementDefault work parties rule
  • B. A data transform added to the pyCaseManagementDefault work parties rule
  • C. The addParty flow action
  • D. The addWorkObjectParty API activity

Answer: C


NEW QUESTION # 161
Which configuration allows you to control which user roles can add attachments to a case?
Response:

  • A. Enable attachment-level security on the attachment category.
  • B. Configure a privilege on the attachment category.
  • C. Update the access control setting for adding attachments in the Access Manager.
  • D. Configure a when rule on the attachment category.

Answer: C


NEW QUESTION # 162
A candidate's language skills are captured in a candidate case. What type of property is used to capture the candidate's language skill if the property reference looks like this: .Language(Spanish)?
Response:

  • A. Value group
  • B. Single value
  • C. Text
  • D. Page

Answer: A


NEW QUESTION # 163
Which two design configurations limit the need for scrolling when an application is used on a mobile device?
(Choose Two)
Response:

  • A. Use grid layouts rather than repeating dynamic layouts to display tabular data.
  • B. Set the width for layouts in percentages.
  • C. Hide noncritical information until needed.
  • D. Configure UI controls to use native controls on mobile devices.

Answer: B,D


NEW QUESTION # 164
How does a developer review information about queue processors running in their system?
Response:

  • A. In Admin Studio, navigate to the Queue processors landing page.
  • B. In Dev Studio, from the case life cycle, select the Run in background automation.
  • C. In Dev Studio, from the Records Explorer, select Queue Processor.
  • D. In Admin Studio, navigate to the Jobs landing page.

Answer: A


NEW QUESTION # 165
In a hotel reservation application, a form displays a list of hotels with available rooms based on the check-in and check-out dates entered by users. How do you configure the form to refresh the hotel list whenever the check-in or check-out date changes?
Response:

  • A. Configure edit values on the date fields to refresh the section when the date value change.
  • B. Configure action sets on the date fields to refresh the section when the date values change.
  • C. Display the hotel in an embedded section with a visible when condition.
  • D. Configure an action set on the hotel list display to refresh the section when the hotel list changes.

Answer: B


NEW QUESTION # 166
......

PEGACPSSA24V1 Exam Dumps Pass with Updated 2026: https://examsdocs.lead2passed.com/Pegasystems/PEGACPSSA24V1-practice-exam-dumps.html