Pegasystems PEGACPLSA23V1 Übungsprüfungen
Zuletzt aktualisiert am 26.04.2025- Prüfungscode: PEGACPLSA23V1
- Prüfungsname: Certified Pega Lead System Architecture (LSA) Exam 23
- Zertifizierungsanbieter: Pegasystems
- Zuletzt aktualisiert am: 26.04.2025
A data class at the enterprise layer has a list of common properties, and in the application stack there are two component applications. One of the component applications creates instances of the data class to fulfill its function. The other component applications require extra properties to perform their function.
Which of the following options is a data modeling best practice?
- A . Define a new concrete data class at the required layer by extending the enterprise layer data class.
- B . Define a new concrete data class at the enterprise layer with the properties that are required for the component application.
- C . Define a new abstract data class at the enterprise layer with the properties that are required for the component application.
- D . Define a new abstract data class at the required layer by extending the enterprise layer data class.
When is it appropriate to reuse assets and relevant records, configuration sets in Pega application development?
- A . Only when deploying applications on the cloud.
- B . When creating a new application that shares similar business processes with an existing one.
- C . Reusing assets is discouraged as it may lead to data inconsistencies.
- D . When building applications for different industries to maximize reusability.
Front Stage Group (FSG) wants to add a Suggestion Box to its customer-facing web site. The company plans to add a mashup interface that allows customers to fill a simple FSG-Data-Suggestion form. FSG analyzes the suggestions periodically.
If the same type of suggestion is displayed multiple times, FSG wants to ask certain members of its team to investigate, rating their findings on a scale of 1-10. Findings that rate higher than 7 are sent to an approval committee.
Which one of the following case design patterns is best suited to this request?
- A . Data Instance First:
- B . Data Instance After:
- C . Divide and Conquer:
- D . Limited Availability and Concurrency:
What is the primary drawback of using circumstancing to handle the in-flight Cases after the process update?
(Choose One)
- A . The background processing Rules cannot identify the circumstance Rules.
- B . The requestor context Rules cannot execute the circumstance Rules.
- C . The Case Life Cycle in Dev Studio or App Studio cannot reflect the circumstance Rules.
- D . The Case Life Cycle in Dev Studio or App Studio cannot run the circumstance Rules.
An organization has come to know about hackers trying to access a secured Pega Platform™ application.
What can you do do learn more about the information related to failed login attempts?
- A . Integrate with third party security tools to find the failed login.
- B . Review the security event log file and get the information related to failed login.
- C . Add a utility to the session management operations.
- D . Enable the content security policy and generate the required reports of failed login.
XYZ corp sells products that can be researched and ordered within a single screen. After the user submits the order, only the ID for each ordered product is propagated to a product child case.
An additional property within the product child case reference a data page that displays product detail. XYZ wants you to define a report that shows detail about each product associated within a given order case.
In which class do you optimize the detail properties for the product?
- A . both the order class and product class
- B . the product class
- C . the order class
- D . the data class for the product
Which three types of records can you mark as relevant records from Dev Studio?
(Choose Three)
- A . Service level agreements
- B . Report definitions
- C . Activities
- D . Properties
- E . Harnesses
How can you ensure that a background process does not consume excessive system resources and cause performance issues?
- A . By assigning the background process to run on the most powerful server node.
- B . By setting a high priority level for the background process.
- C . By monitoring the system’s resource usage and adjusting the background process accordingly.
- D . By running the background process continuously without any delays between tasks.
Which one of the following options best describes the benefit of unit test rules?
- A . Unit testing validates that the dependent rules are available to the application.
- B . Unit testing validates information that must be provided before the rule can be saved.
- C . Unit testing can identify issues before the rule is ready to share or integrate.
- D . Unit testing identifies issues that might impact application performance in a production system.