Pegasystems PEGACPLSA88V1 Real Exam Questions
The questions for PEGACPLSA88V1 were last updated at Dec 18,2024.
- Exam Code: PEGACPLSA88V1
- Exam Name: Certified Pega Lead System Architect (CPLSA) Exam 8.8
- Certification Provider: Pegasystems
- Latest update: Dec 18,2024
An agent is associated with the Background processing node type. Several nodes in the cluster are configured to perform background processing. You need to create an agent that runs every day at midnight and sends customers an email if their birthday is that day.
Which two options do you select to configure the agent?
- A . Auto queue management
- B . Advanced for mode
- C . Periodic for pattern
- D . Delay next run of agent across the cluster by specified time period
You oversee a medium-size development team, and some of the team members are new to pega.
What are the most efficient ways to ensure that the rules the team creates adhere to best practices? (choose two)
- A . Have new team members create and run Pega automated unit tests against their rules.
- B . Use Pega Log Analyzer to identify exceptions associated with the new team members.
- C . Run Tracer on each rule the new team members check in to identify an failures in rule execution.
- D . Leverage the rule check-in approval process to review the new team member’s changes first.
You manage a 30-person development team with members located across the globe.
Which Pega Cloud environment best supports the needs of your team?
- A . Large sandbox
- B . Standard sandbox
- C . Large development instance
- D . Preproduction instance
set the three security tasks you perform when deploying an application to a production environment. (Choose Three)
- A . Delete the Unauthenticated access group.
- B . Restrict access to ruleset configuration.
- C . Change the Rule security mode setting on the access groups to Deny.
- D . Rename the PRServlet default servlets.
- E . Update standard dynamic system settings.
You are configuring the container setting of a section to display a title. The title is based on the type of loan requested. The section has a parameter defined named Loantype.
Check the answer as below:
How do you encrypt the storage stream of the class MyOrg-HR-Work-RFP?
- A . Build a site-specific encrypting cypher and select Encrypt BLOB? on the class group for MyOrg-HRWork-RFP
- B . Build a site-specific encrypting cypher and select Encrypt BLOB? on the class MyOrg-HR-Work-RFP
- C . Select Encrypt BLOB? on the class MyOrg-HR-Work-RFP
- D . Encrypt the pzPvStream colum of the DB table mapped to MyOrg-HR-Work-RFP class using DB tools
a standard agent has auto queue management enabled, runs periodically, and is set to retry once.
select the run time behavior if processing fails for one of the tasks in the agent queue.
- A . the task remains in the agent queue and the task status is set to broken-process. the agent does not retry this task automatically.
- B . the task remains in the agent queue and the task status is set to broken-process. the agent retries this task automatically.
- C . the task is requeued for processing and the task status does not change. the agent retries this task automatically.
- D . the task is removed from the agent queue and the status is set to broken-process. the agent does not retry this task automatically.
which two statements are correct with regard to inbound email processing? (choose two)
- A . an incoming email reply is liked to its original case by the case ID in the subject of the email.
- B . when creating a case from an email using the standard service activity, email attachments are automatically added as case attachments.
- C . custom configuration is required to handle automatic reply and delivery status notifications.
- D . if an email service executes an action, such as an approval, and the case is locked the email is queued and retried
your application connects to two REST services that list details about bank offices.
One REST service uses a postal code as a GET parameter and returns a detailed list of bank officers in that postal code.
the other REST service uses a city name as a GET parameter and returns a datailed list of back offices in
cities with that name. The application uses data pages to cache details about bank offices.
Which approach do you use to populate a data page with a list of bank offices in a postal code from the REST service?
- A . configure a REST connector data source. configure the REST connector to reference the postal code from the work object using the request data transform.
- B . configure a REST connector data source. Set the Endpoint on the data source to reference the postal code parameter value at the end of the URL
- C . configure a REST connector data source and pass the parameter page to the connector. configure the REST connector to reference the same parameter in the query string for the get method
- D . configure a REST connector data source and pass the postal code parameter to the request data transform configure the REST connector to use the postal code the query string for the get method
Select the primary reason for developing a set of unit lest cases and automated testing Suites in a continuous integration and continuous deployment (CI/CD) model.
- A . Automated testing reduces costs by reducing the need to hire and I rain testing resources.
- B . Automated testing accelerates the deployment of rules from the development environment to target environments.
- C . Automated testing programmatically ensures quality of rules to maintain the integrity of the pipeline.
- D . Automated testing allows for orchestration between automation server and the Execute Test REST service.