Given the following classes and properties:myco-data-shape (abstract)area color myco-data-shape-rectangle length width myco-data-shape-circle radius a page list property .shapes is defined as being of the abstract class myco-data-shape.select two correct statements. (choose two)
Answer(s): A,C
A rule defined in myco-data-shape-rectangle can modify the .Color property because .Color is defined in the parent class (myco-data-shape) and is inherited by its subclasses. A rule existing in myco-data-shape can be overridden in myco-data-shape-circle, allowing for specific behavior in the subclass while maintaining the inheritance structure.
Pega documentation on Rule Inheritance and Class Hierarchy
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 detailed 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)
Answer(s): C,D
To configure a data page that accepts either a postal code or a city name as a parameter and calls the appropriate REST connector:Use separate REST connectors for each parameter type and a when rule to determine which connector to use based on the input parameter.Alternatively, use an activity to evaluate the parameter and dynamically select the appropriate REST connector at runtime.
Pega documentation on Data Integration > Configuring Data Pages with Multiple Data Sources
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(s): 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.
Pega documentation on REST Integration > Configuring REST Connectors
An application uses a property to process customer information that is stored in an external database. some of the customer information changes infrequently. how do you ensure the property contains the correct customer information at run time?
Answer(s): A
To ensure the property contains the correct customer information at runtime:Configure the property to refer to a data page using the System of Record (SOR) pattern. This pattern ensures that the property always reflects the current data from the external database, maintaining data consistency and accuracy.
Pega documentation on Data Management > System of Record (SOR) Pattern
Post your Comments and Discuss Pegasystems PEGACPLSA88V1 exam with other Community members:
Babu commented on July 29, 2024 Perfect study guide. Unlike those other sites with annoying captcha validation after each page. This site is more professional and clean. India upvote
swati commented on July 07, 2024 what will be correct ans of ques 13? Anonymous upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the PEGACPLSA88V1 content, but please register or login to continue.