Pegasystems PEGACPLSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 27.04.2025- Prüfungscode: PEGACPLSA23V1
- Prüfungsname: Certified Pega Lead System Architecture (LSA) Exam 23
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 27.04.2025
The Work Parties rule directly facilitates routing decisions when accessed in which two configurations?
(Choose Two)
- A . When validating which work party roles are allowed to be used, and their cardinality.
- B . When a work party is populated immediately after case instantiation.
- C . During Get Next Work, to validate whether the operator’s primary access role corresponds with a party role.
- D . When organization routing activities are called, such as ToWorkGroupManager.
If the flow pauses at an Assignment named pzStageProblems, what is the best possible action to take?
(Choose One)
- A . Cancel the Assignment or change the Stage.
- B . Restart the Stage or cancel the Assignment.
- C . Cancel the Assignment or reassign the Assignment.
- D . Change the Stage or restart Stage.
Which two content security policies come with Pega Platform™ by default?
(Choose Two)
- A . pxDefaultAllowAll
- B . pxDefaultAllowAll
- C . pxDefaultAllowAll
- D . pxDefaultSecured
A shipping case needs to wait a specific time period before progressing in its flow. The developer is considering using a wait shape or an assignment with an SLA to perform this function.
Identify the two requirements for which a wait shape is the simpler approach.
(Choose Two)
- A . Manually step past the waiting point prior to the designated time.
- B . Adjust the case urgency when the assignment is created
- C . Automatically bypass locking when the assignment is created.
- D . Present a custom UI form to the user while waiting to expire.
Which configuration steps do you perfrom to enable an access group for offline user?
- A . Enable caching for the access group
- B . configure an offline-capable portal as the default portal for the access group
- C . Create a model operator for the access group to authienticate users.
- D . Force a full syn for members of the access group
You are audit a property named. Generic Code. The label on the form is named suggested generic substitute. when the field value changes, you want the history details to show as the name of the label. You also want to record the name of the property.
How do you ensure that the entry shows both the label and the property name?
- A . On the pyTracksecurtiyChanges data tranform, in the source field, enter "suggested generic substitue (. GenricCode)"
- B . on the pyTracksecurtiyChanges declare trigger activity, enter GenericCode as a parameter name and "suggested generic substitute" as a perameter description
- C . on the work management landing page> Filed level Auditing tab in the source filed enter GenericCode. in the Description filed enter "suggested generic substitute"
- D . on the work management landing page > Filed level Auditing tab,, in the source filed enter "suggested generic substituite(. GeneriCode)"
Select the three best practices that can help minimize security vulnerabilities in the custom HTML rule.
(Choose Three)
- A . Use the StringUtils.crossScriptingFilter method when using parameters in a Pega Platform™ reference tag.
- B . Use hidden elements (type=hidden).
- C . Use of the SafeURL function to generate Pega Platform™ request URLs in custom JavaScript.
- D . Use dynamic SQL statements instead of prepared statements to prevent possible SQL injection.
- E . Minimize the use of mode=literal.
What is the primary goal of a "DDoS (Distributed Denial of Service)" attack?
- A . Stealing sensitive data from the target system.
- B . Infecting the target system with malware.
- C . Overloading the target system to make it unavailable to users.
- D . Modifying the target system’s configuration.
In a credit card disputes application, there are multiple access roles (Disputes:PlatinumCards and Disputes:GoldCards) associated with an access group that has access to the following classes:
Role: Disputes:PlatinumCardsHas access to class: UPlus-Disp-Work-Srvc-PlatinumCards
Role: Disputes:GoldCardsHas access to class: UPlus-Disp-Work-Srvc-GoldCards.
The application security and admin team are trying to consolidate the access roles of card analysts for easy maintenance.
What is the recommended approach to giving the card analysts access to the two classes?
- A . Create a new role named Disputes Cards that conditionally grants access to the UPlus-Disp-Work-Srvc by using an Access when rule that takes operator skills into account.
- B . Create a new role named Disputes:Cards, with Disputes:PlatinumCards as a dependent role. Update Disputes:PlatinumCards role by adding Disputes:GoldCards as a dependent role.
- C . Update Disputes:GoldCards role with Disputes:PlatinumCards as a dependent role.
- D . Update the Disputes:PlatinumCards role with Disputes:GoldCards as a dependent role.
How do you implement polymorphism when defining a data relationship field type during data modelling?
- A . Map a field type to a concrete class at design-time and allow its actual type to be determined at run-time.
- B . Map a field type to a class at design-time and allow its actual type to be determined by Pattern inheritance at run-time
- C . Map a field type to a class at design-time and allow its actual type to be determined by Direct inheritance at runtime.
- D . Map a field type to a class at design-time and allow its actual type to be determined by Direct inheritance at runtime.