Available Number of Questions: Maximum of
238 Questions
Exam Name: Certified Pega Lead System Architecture Exam 8.8
Related Certification(s):
Pegasystems Pega Certified Lead System Architect Certification
Pegasystems PEGACPLSA88V1 Exam Topics - You’ll Be Tested in Actual Exam
The Pegasystems PEGACPLSA88V1 exam is a comprehensive assessment designed to evaluate your proficiency in Pegasystems' Certified Lead System Architect (CLSA) program. This exam covers a wide range of topics, including the fundamentals of the Pegasystems platform, such as the Pega Application Stack, which consists of the Pega Platform, Pega Robotics, and Pega Infinity. You'll delve into the architecture and design aspects, learning about the Pega Model, which encompasses the Pega Rule language, data model, and application flow. The exam also emphasizes the importance of model governance and data management, ensuring that you understand how to maintain and optimize the performance of your Pega applications. Additionally, you'll explore the various deployment options, from on-premises to cloud-based solutions, and learn about the tools and techniques for effective application deployment. Another crucial aspect is the understanding of Pega's low-code development approach, which empowers you to create applications rapidly and efficiently. The exam also covers the integration of Pega applications with other systems, ensuring seamless connectivity and data exchange. Finally, you'll learn about the security features and best practices to protect your Pega applications and data.
Pegasystems PEGACPLSA88V1 Exam Short Quiz
Attempt this Pegasystems PEGACPLSA88V1 exam quiz to self-assess your preparation for the actual Pegasystems Certified Pega Lead System Architecture Exam 8.8 exam. CertBoosters also provides premium Pegasystems PEGACPLSA88V1 exam questions to pass the Pegasystems Certified Pega Lead System Architecture Exam 8.8 exam in the shortest possible time. Be sure to try our free practice exam software for the Pegasystems PEGACPLSA88V1 exam.
The U+ Corporation uses Pega software for mortgage underwriting tasks. After gathering the initial data, the mortgage case pauses and waits for a credit report. The credit report is a separate case, located in the same class group as the mortgage case, and typically resolves within 24 hours. After the credit report is complete, the mortgage case is routed to a specialist.
Which one of the following options is the best way to advance the mortgage case to the specialist?
○
AInsert a credit report assignment step in the mortgage process containing an SLA to check the status of the credit report case and call the ResumeFile activity when the credit report case completes.
○
BInclude a split join shape in the mortgage process to include the credit report flow. Use the All option on the split join shape to ensure the credit report is complete before advancing to the step that routes to the specialist.
○
CAdd a wait shape to the mortgage process with a case dependency to advance the mortgage case to the next step when the credit report case is resolved.
○
DModify the credit report process to move the mortgage case to the specialist. The application routes the assignment to the specialist who has the least amount of work.
PegasystemsPEGACPLSA88V1
Q2:
In a Human Resources application, the Social Security Number (SSN) and date of birth details for employees are confidential, and business requirements state that only the HR Manager can see these details.
What is the best approach to mask the information for other users everywhere in the application?
○
AUse the PropertyRead access control policy for the SSN and date of birth.
○
BAdd the privilege rule for the UI controls that display the SSN and date of birth.
○
CAdd an Access When rule for access role objects of the HR Manager role.
○
DUse the Property Encrypt access control policy for the SSN and date of birth.
PegasystemsPEGACPLSA88V1
Q3:
What is the primary reason for developing a set of unit test cases and automated testing suites in a continuous integration and continuous deployment (CI/CD) model?
○
AAutomated testing reduces costs by reducing the need to hire and train testing resources.
○
BAutomated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.
○
CAutomated testing accelerates the deployment of rules from the development environment to target environments.
○
DAutomated testing assists orchestration between automation server and the Execute Test REST service.
PegasystemsPEGACPLSA88V1
Q4:
A Customer Service application requires customer data that is assembled from multiple external systems. The customer data is captured by a parent case. Child cases of that parent case need to reference the same customer dat
a. The customer data must be as current as possible.
Which two of the following options would you use as part of the solution? (Choose Two)
☐
ALoad the customer data in parallel using the Load-DataPage and Connect-Wait methods.
☐
BHave each child case load a portion of the customer data before updating the parent case.
☐
CUse the System of Record (SOR) data access pattern to reference the customer data.
☐
DUse Case Designer data propagation to copy customer data to each child case when spun off.
PegasystemsPEGACPLSA88V1
Q5:
A company is planning to build an application that can capture information about individuals in different roles, who work for different companies, in different parts of the world.
Future independent Pega Platform'* applications that can potentially use that same information are also being planned. Every application, including the first one, has a tight delivery schedule.
How do you design the data model?
○
AExtend existing core Pega Platform classes such as Data-Party-Person, Data-Party-Corn, and Data-Address-Postal, persisting instances of the extended classes in the PegaData schema.
○
BExtend existing core Pega Platform classes such as PegaData-Contact, PegaData-Organization, and PegaData-Address, persisting instances of the extended classes in the CustomerData schema.
○
CCreate the minimum number of properties necessary to describe a person, organization, and address within the ORG-Data class. Share the ORG ruleset with other applications.
○
DDefine new Person, Organization, and Address Data classes that extend ORG-Data. Persist Person in the PegaData schema, and Organization and Address in the CustomerData schema.