Pegasystems PEGACPLSA88V1 Real Exam Questions
The questions for PEGACPLSA88V1 were last updated at Dec 19,2024.
- Exam Code: PEGACPLSA88V1
- Exam Name: Certified Pega Lead System Architect (CPLSA) Exam 8.8
- Certification Provider: Pegasystems
- Latest update: Dec 19,2024
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
A form listing nearby restaurants has four columns:
– Restaurant name
– Restaurant location
– Thumbnail image of the seating area
– Make reservation (check box)
You want to ensure that users have the information they need to make a reservation regardless of screen size. When viewed on a small screen, you do not need to display images.
What three configuration steps do you take to support this requirement? (Choose three.)
- A . Set the importance of the Make reservation column to Primary.
- B . Set the importance of the Restaurant name column to Primary.
- C . Set the importance of the image column to Other.
- D . Set the importance of the image column to Secondary.
- E . Set the importance of the Restaurant location and Make reservation columns to Secondary.
- F . Set the importance of the Restaurant name and Make reservation columns to Primary.
A pega application has cases that represent customer accounts each with many members. When a member of a customer account registers with the application through an offline component, a related registration transaction is recorded. An advanced agent updates the customer account cases with new members. The application is running in a multimode system and advanced agents are enabled on all nodes.
Which two elements are valid design choices? (choose two)
- A . Use the optimistic locking option on the case types.
- B . Create a Registration subcase configured to run in offline mode.
- C . Leverage the default object lock contention requeuing capability.
- D . Override DetermineLockString to use .AccountID instead of .pyID as the lock string.
Users in a cloud-based production application report a chronic performance issue that occurs every day between 2:0 P.M. and 4:00 P.M. All attempts to reproduce the problem in the Development, QA, and Staging environments have (ailed.
Which two techniques help you troubleshoot the problem? (Choose Two)
- A . Review Performance Alerts and Exceptions in PDC
- B . Review a Production Tracer Log using SMA-
- C . Review Alerts and Exceptions using PLA.
- D . Review Performance Alerts and Exceptions in AES.
An application include two case types: expense report and purchase requests which two steps are required to enable support for both case type for offline user on a mobile device?
- A . Configure the application record to enable offline access
- B . Configure the user’s access group to enable offline access.
- C . configure both case type to enable offline access
- D . Configure the application to build a custom mobile app
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.
Select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector.(choose TWO)
- A . sourcing data from both rest connectors and using the response data transform to select the correct data
- B . sourcing data from a single REST connector that is circumstanced based on the input parameter
- C . sourcing data from each REST connector separately and using a when rule to select the appropriate data source at run time
- D . sourcing data from an activity that evaluates the parameter to select the appropriate REST connector to call at run time
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?
- A . Package the claims management application as a SDK mobile app
- B . Configure a service to creat claim cases when called from the native mobile app
- C . configure the native mobile app to creat a claim case using the page API
- D . Embed the claims management application in the native mobile app using a pega web Mashup gadget
Identify the two correct statements regarding Localization wizard capabilities. (Choose Two)
- A . Extracts the string values from all application field values, paragraphs, and correspondence records.
- B . Creates field value rules for all labels used in the application.
- C . Automatically sets the locale, base currency, and time zones based on the user’s language.
- D . Generates a package for French even though Pega provides an associated language pack.