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
An HR department has two applications: Benefits Enrollment and Enrollment. Enrollment is a reusable application. The Enrollment application has an Enrollmentcase type. The Benefits Enrollment application has a GroupAccidentEnrollment case type and a GroupTermEnrollment case type.
The two case types in the Benefits Enrollment application directly inherit the Enrollment case type from the Enrollment application. A report definition is created in the Enrollment application for the Enrollmentcase type.
How does this report definition need to be configured to report for only GroupAccident cases or BenefitEnrollment cases?
- A . Report on the implementation class instances.
- B . Report on the ancestor class instances.
- C . Use Report with class joins on the GroupAccidentEnrollment and GroupTermEnrollment case types.
- D . Report on the descendant class instances and include a parameter that filters the Enrollment case type.
What are two scenarios that you take into consideration when designing subcases?
(Choose Two)
- A . When multiple units of work must be completed simultaneously and independently.
- B . To simplify reporting, security, and auditing.
- C . When parallel processing of cases is optional.
- D . When optimistic locking is required.
Which two of the following reasons are the main difference between push routing and pull routing?
(Choose Two)
- A . Push routing is initiated during the context of case processing, and pull routing is initiated outside the context of case processing.
- B . The behavior of push routing is configured in Rule-System-Settings , but pull routing is not.
- C . Push routing activity names begin with the word To , and pull routing activity names begin with either Get or Find.
- D . The security type value for push routing activities is Route, while the security type value for pull routing activities is Activity.
A Lead System Architect (LSA) team has a task to automate a design solution grading system. Graders use the system to capture the score using a rubric (instructions) defined for the scenario. The rubric contain questions and statements against which the evaluation occurs.
The submitted design solution can fall into one of four categories: Excellent, Good, Not Bad, Bad.The score for each of these four categories varies between different versions of the instructions. For example, an Excellent score is anything above 75 in version 1.1. In version 1.2, a score above 65 is Excellent.Exam results are decided based on the average of the question scores.The result is either Pass, Fail, or Fix. For example, a total score between 60 and 75 is considered Fix.
The results range is version-dependent.Now, there is a debate within the team as to what data types the team should create.
Which one of the following options is the best data model design and implementation approach for this requirement?
- A . Rubric, Question, Response, CategoryRange, and ResultRange.
- B . QuestionsList, ResponseCategory, CategoryRange, and ResultList.
- C . RubricQuestions, ResponseRange, CategoryRange, and ResultRange.
- D . QuestionCategory, CategoryRange, and ResponseCategory.
Which two of the following statements are advantages of using a single case over subcase designs?
(Choose Two)
- A . All attachments are readily accessible.
- B . Subflows can be processed without interruption.
- C . No replication of data is necessary with a single case.
- D . You can make use of dependency management between subflows.
A customer account is a business requirement. The customer account system of record (SOR) is external to the Pega application. A CSR is assisting the customer. Multiple addresses can be associated with the customer.
What two approaches apply in this situation?
(Choose Two)
- A . Ask the customer to supply a unique ID, if any, they received in the past.
- B . If there is a unique ID, have a savable data page source a database lookup; otherwise, source a Data Transform.
- C . Submit a flow action followed by a Utility shape activity that calls the Save-DataPage method.
- D . If there is a unique ID, have a savable Data Page source a REST Connector; otherwise, source a database lookup.
- E . If there is a unique ID, have a savable Data Page source a REST connector; otherwise, source a Data Transform.
- F . If the customer does not receive a unique ID, generate one by using the same format as the remote SOR.
You are using pega express. You want to avoid creating unnecessary case-level properties and views.
Which three actions do you take to accomplish this goal?
(choose three)
- A . Add an embedded Page property to the case type.
- B . Pre-define properties, sections, and relevant records that are applied to Work-Cover‘.
- C . Create a data type that corresponds to each case type.
- D . Define case type views using * page, property" syntax for the majority of the- fields.
- E . Drag-and-drop a Field Group when defining a case view.
As a software developer, you are tasked with implementing scenario testing for your application.
Which three of the following options are the benefits of scenario testing?
(Choose Three)
- A . Scenario testing provides a realistic context for testing, which can reveal unique issues.
- B . Scenario testing is not important to the overall application quality.
- C . Scenario testing helps with the early detection of issues.
- D . Scenario testing helps in understanding how the application behaves in different scenarios.
- E . Scenario testing is unnecessary as it does not impact the overall quality of the application.
Which of the following is a crucial aspect of security event logging?
- A . Logging events in a human-readable format for easier analysis.
- B . Disabling logging for non-critical events to reduce storage needs.
- C . Storing logs on the same server where the application is hosted.
- D . Keeping logs for only a few days before overwriting them.
Consider a scenario in which an insurance company publishes policies and regulations based on many different types of vehicles and has its workflow defined accordingly. The company plans to add more vehicle types in the future.
Which approach best suits this scenario?
- A . Class specialization
- B . Application specialization
- C . Ruleset specialization
- D . Circumstancing