Pegasystems Certified Pega Lead System Architecture Exam 8.8 PEGACPLSA88V1 Exam Questions

Page: 1 / 14
Total 238 questions
Question 1

XYZ organization is planning to adopt DevOps practices to automate the deployment process to ensure chat the features and changes delivered are of high-quality.

What three methods comprise the recommended test automation strategy for your Pega Platform applications as a part of the DevOps release pipeline? (Choose Three)



Answer : B, C, D

Identify and configure the right set of test suites to test early and often to identify the defects in the early stages of project life cycle:

Testing early and frequently helps in identifying and fixing defects at the initial stages, reducing the cost and effort required for fixing them later.

Identify and configure the right set of test suites that need to run at different stages of release pipeline:

Different stages of the release pipeline require different sets of tests to ensure comprehensive testing coverage and quality assurance.

Identify and configure the automation test suite by using Pega Platform features and industry best practices:

Leveraging Pega Platform's features and adhering to industry best practices ensures that the automated test suites are effective and reliable.


Question 2

An insurance company wants to extend a native mobile app to allow customers to create claims using a claims management application implemented on the pega platfrom. As a claim is processed, update are sent to the mobile app as push notifications.

How do you satisfy this requirement ?



Answer : B

To extend a native mobile app to allow customers to create claims using a claims management application on the Pega platform, you should configure a service that can be called from the native mobile app to create claim cases. This approach allows the native app to interact with the Pega application seamlessly. The Pega platform can then handle the claim processing and push notifications to the mobile app as updates occur.


Question 3

An application is being constructed In multiple phases for a growing company that has over 1000 employees. During the initial development stages, it is determined a button on a section has to be made conditionally visible based on a group of actors.

What should the conditional visibility be based on to minimize the amount of future maintenance?



Answer : B

Using AccessGroup for conditional visibility is optimal because AccessGroups manage the user's access to different applications and features. This approach provides flexibility and ease of maintenance, allowing changes to user roles or permissions to be managed centrally without modifying individual rules. AccessGroups encapsulate roles, privileges, and access controls, making it simpler to control UI elements based on user groups.


Pega Security: Access Group Configuration

Pega UI Authoring: Conditional Visibility

Question 4

You are implementing a paga customer service application and are integrating the system of record data for account information?

select the three tasks required to implement this integation



Answer : A, D, E

To implement integration of system of record data for account information in a Pega Customer Service application:

Specialize the Pega Customer Service data pages that use account data to ensure they are tailored to fetch the required data.

Integrate with the system of record to populate an Account data class, ensuring that account information is correctly retrieved and stored.

Create a data transform to map the Account data class to the Pega Customer Service Account class, ensuring that data is correctly transformed and utilized within the Pega application.


Question 5

To access a property from an unconnected component, you use the______________.



Answer : D

In Pega, to access a property from an unconnected component within a decision strategy, you use the component-dot-property construct.

This construct allows you to reference properties of other components within the strategy, ensuring that all necessary data is accessible for decision-making.


Question 6

While extracting transactional data from the Pega Platform database to external data store with the Business Intelligence Exchange (BIX) rueset, how do you avoid recalculating declarative properties from its source properties?



Answer : C

To avoid recalculating declarative properties when extracting data with BIX:

BIX Command Line Options:

The BIX extraction process can be configured to disable recalculating declarative properties by using specific command line options.

The options disableBackwardChaining and disableForwardChaining prevent the recalculation of declarative properties during the extraction.

Configuration:

Include these options in the BIX command line execution to ensure that declarative properties are not recalculated from their source properties during the extraction process.


Pega Business Intelligence Exchange (BIX) User Guide

Pega Documentation on Declarative Rules

Question 7

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?



Answer : B

To populate a data page with a list of bank offices in a postal code from the REST service:

Configure a REST connector data source.

Set the Endpoint on the data source to include the postal code parameter value at the end of the URL, ensuring that the correct data is retrieved based on the provided postal code.


Page:    1 / 14   
Total 238 questions