Pegasystems Certified PEGACPSA23V1 Dumps Questions Valid PEGACPSA23V1 Materials [Q38-Q58]

Share

Pegasystems Certified PEGACPSA23V1  Dumps Questions Valid PEGACPSA23V1 Materials

Current PEGACPSA23V1 Exam Dumps [2024] Complete Pegasystems Exam Smoothly

NEW QUESTION # 38
A development team plans to enhance functionality of an existing application by changing several user interface rules. The team would like to pilot the enhancements to a small group of users before rolling the changes out to the entire user base. What approach maximizes reuse and maintainability?

  • A. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new version of the application.
  • B. Place the updated rules into a new ruleset and include the new ruleset in a new version of the application.
  • C. Place the updated rules into a new minor version of the ruleset and include the new ruleset version in a new application.
  • D. Place the updated rules into a new ruleset and include the new ruleset in a new application.

Answer: A


NEW QUESTION # 39
When processing an auto accident claim, the system requires three approvals: Approval from the adjuster who inspected the car, approval from the medical administrator who provided medical care to the insured, and approval from the insurance agent who verified the claim. How do you implement the requirements so each approver can work independently?

  • A. Create an approval step with cascading approval.
  • B. Create three parallel processes with approval assignments.
  • C. Route to a workbasket where all three roles have access.
  • D. Create business logic to route to the different approvers.

Answer: B


NEW QUESTION # 40
When applying for a credit limit increase, customers with standard credit cards must provide information in an Employment Information process. Requests from customers with Platinum credit cards automatically skip this process.
What task do you perform to implement this requirement?

  • A. In the Employment Information process add a custom condition to start the process by testing the card type.
  • B. In the Employment Information process validate card type for continued processing.
  • C. In the Employment Information process add an Approve/Reject step to test the card type.
  • D. In the Employment Information process add a card type true/false field to a user view.

Answer: B


NEW QUESTION # 41
Which requirement is satisfied by configuring a service level agreement?

  • A. Transaction dispute cases are considered more urgent than address change cases.
  • B. A transaction review is completed within 24 hours.
  • C. Users are notified when they receive an assignment.
  • D. Requests from customers with elite status go to a dedicated work group,

Answer: B


NEW QUESTION # 42
You are building a new booking application in pega platform with a case type that displays a customer's various accounts and allows them to make banking transactions. The transaction data object allows customers to dispute a transaction. The system provides a drop-down list of reasons for the dispute, which are collected along with the transaction ID. According to pega best practices, which option do you use to source the transaction data object?

  • A. A data page
  • B. External system of record
  • C. Pega platform system of record
  • D. No system of record

Answer: B


NEW QUESTION # 43
You are designing a medical claim case type and have the following requirement: Medical claims must be resolved within 5 days. To meet this requirement you need to set the____in the service level to 5 days.

  • A. urgency
  • B. deadline
  • C. goal
  • D. passed deadline

Answer: B


NEW QUESTION # 44
In an Online retail application, the Order Receipt view displays a list of the product ordering, including the product image, unit cost, and quantity. The total cost of the order is displayed at the bottom of the view.
Which two configurations on the Receipt view must be together to display the required information as described? (Choose two.)

  • A. Add a repeating dynamic layout with embedded dynamic layouts.
  • B. Add the total outside the repeating dynamic layout.
  • C. Add the total cost inside the repeating dynamic layout.
  • D. Add a dynamic with an embedded repeating dynamic layout.

Answer: B,D


NEW QUESTION # 45
Users can access an apartment hunting application from different devices with different screen sizes.
A screen displays the photos of available properties. By default, the photos are displayed in three columns.
When the screen width is less than 800 pixels, the photos should be displayed in two columns. How do you implement the screen for this requirement?

  • A. Circumstance the section rule to display different number of columns at different screen sizes.
  • B. Circumstance the layout to display different number of columns at different screen sizes.
  • C. Use a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid tripleto inline-grid double format.
  • D. Use a column layout with a responsive breakpoint at 800 pixels to hide the left column.

Answer: A,C


NEW QUESTION # 46
What two pieces of information comprise a data element? (Choose Two)

  • A. The name of the referencing user view
  • B. The name of the clipboard page
  • C. The name of the data element
  • D. The value of the data element

Answer: C,D


NEW QUESTION # 47
You are asked to create a custom status named Open-Review. This status is to be applied to assignments in one application.
How do you satisfy the request?

  • A. Circumstance the existing Open field value record on the application name and update the status value to Open-Review.
  • B. Create a field value record named Open-Review for. pyStatusWork with the Apply To class set to the class group.
  • C. Add the Open-Review status to the Application record for the application.
  • D. Create a field value record named Open-Review for .pyStatusWork and configure an Access When record to apply the status to the correct application

Answer: B


NEW QUESTION # 48
The following example shows the ruleset list for the logged in operator. What is stored in the Admin@MyCo ruleset ?
Admin@MyCo:
Purchasing:01-01
Purchasinglnt:01-01
MyCo:01-01
MyColnt:01-01
Supplier:01-01
Customer:01-01
lnventory:01-01
Pega-ProcessCommander:07-10
Pega-DeploymnetDefaults:07-10
Pega-LP-Mobile:07-10

  • A. Rules delegated to the operator
  • B. Rules recently opened by the operator
  • C. Rules checked out by the operator
  • D. Preferences for the operator

Answer: C


NEW QUESTION # 49
A company often receives multiple IT tickets for the same issue, such as ''the office Wi-Fi is down.You configure Search duplicate cases step to identify duplicate IT tickets. What is the basic condition for the Search duplicate cases step?

  • A. Issue type is same
  • B. Name of submitter is same
  • C. Office location is same
  • D. Department is same

Answer: A


NEW QUESTION # 50
Which two use cases are supported by configuring a mobile channel in App Studio? (Choose Two)

  • A. Configure a left swipe behavior to open a message.
  • B. Set the width of an application icon to 180x180 pixels.
  • C. Lock the application after 20 minutes of inactivity.
  • D. Grant access to the application for a specific user.

Answer: A,C


NEW QUESTION # 51
In which three situations can you use a data transform? (Choose Three)

  • A. To copy the first and last name properties into a single property value
  • B. To display the destination value as the location value
  • C. To execute a flow action
  • D. To set default values for a case
  • E. To create the dependent property after case creation

Answer: A,B,D


NEW QUESTION # 52
How do you identify if a result in a decision rule cannot be returned?

  • A. Test for missing conditions
  • B. Test the rule using a unit test
  • C. Test for conflicts
  • D. Test for completeness

Answer: A


NEW QUESTION # 53
A flow action calls a pre-processing data transform to initiate values. There are several flow actions available for the assignment. You want to make sure that the values are only initiated once for each flow action. How do you implement a solution?

  • A. Make sure that the flow action does not have the highest likelihood since it will always be invoked.
  • B. Configure the data transform as post-processing instead of pre-processing.
  • C. Do nothing. The pre-processing data transform is only called once for each assignment.
  • D. Add logic to the pre-processing data transform to test if values were already initiated.

Answer: D


NEW QUESTION # 54
You are configuring an accident claim case for an automobile insurance company with two child cases as illustrated. How do you suspend the Accident Claim case processing until the Vehicle Damage and Body Injury cases are resolved?

  • A. Add an approval shape to each of the child cases to resolve the cases.
  • B. Add a 30-day wait to the parent case to allow time for the child cases to resolve.
  • C. Add a service level agreement to resolve the child cases within 90 days.
  • D. Add a wait shape to the parent case pausing the parent case until the child cases resolve.

Answer: D


NEW QUESTION # 55
Based on security factors, which two options are considered strong passwords? (Choose Two)

  • A. lLik3Chocolate&sawDustIcecre@m
  • B. bluedoor
  • C. Pe6@5yst3m$
  • D. d8073&gxn*,.ki;vnhdf($h&m

Answer: A,D


NEW QUESTION # 56
An accident claim case creates a vehicle claim case for each vehicle involved in an accident. Which two configurations prevent the accident claim case from resolving before all vehicle claims are resolved? (Choose Two)

  • A. Add an optional process to pause the accident case until the vehicle claims are paid.
  • B. Add a wait step to the accident claim case to wait until ail vehicle claims have a status of Resolved.
  • C. Add a manual approval step to the accident claim case.
  • D. Add each vehicle claim as a child case of the accident claim.

Answer: B,D


NEW QUESTION # 57
A customer views a product available in multiple color options. The customer must select only one color for each product. Which Ul control allows a developer to present the user with all color choices at once, without prompting or clicking, while ensuring that the user can only select one of the color options?

  • A. Drop-down
  • B. Radio buttons
  • C. Check box
  • D. Text input

Answer: B


NEW QUESTION # 58
......

PEGACPSA23V1 Premium PDF & Test Engine Files with 225 Questions & Answers: https://www.troytecdumps.com/PEGACPSA23V1-troytec-exam-dumps.html

Get 100% Real PEGACPSA23V1 Accurate & Verified Answers As Seen in the Real Exam!: https://drive.google.com/open?id=1-6XIVmwRh5iHWpiLB6kkM1tpGK2cyaTY