Which two of the following statements is true?
A many-to-many relationship is defined between a Pega Platform™ version 8.8 case type and a data type within an application that is not specialized by division. Which two of the following statements is true?A . A data reference property is created on the Data Model tab of the case type.B...
How can polymorphism be applied in data modeling in Pega applications? (Select all that apply)
How can polymorphism be applied in data modeling in Pega applications? (Select all that apply)A . Defining data classes that inherit properties and behavior from multiple parent classes.B . Using data types to enforce strict data typing and prevent type conversion errors.C . Creating multiple instances of the same data...
What does the Rule Coverage report provide in a Pega application?
What does the Rule Coverage report provide in a Pega application?A . A list of all Rules that did not run during a test run.B . A list of all users of the application.C . A list of all temporary data stored in the application.D . A list of all...
Which two content security policies come with Pega Platform™ by default? (Choose Two)
Which two content security policies come with Pega Platform™ by default? (Choose Two)A . pxDefaultAllowAllB . pxDefaultAllowAllC . pxDefaultAllowAllD . pxDefaultSecuredView AnswerAnswer: AD
Which tasks are part of continuous integration and continuous delivery? (Select all that apply)
Which tasks are part of continuous integration and continuous delivery? (Select all that apply)A . Running automated tests whenever new code is committed.B . Manually deploying code to the production environment.C . Automating the build process for application packages.D . Creating a release plan and schedule for each deployment.E ....
A shipping case needs to wait a specific time period before progressing in its flow. The developer is considering using a wait shape or an assignment with an SLA to perform this function.
A shipping case needs to wait a specific time period before progressing in its flow. The developer is considering using a wait shape or an assignment with an SLA to perform this function. Identify the two requirements for which a wait shape is the simpler approach. (Choose Two)A . Manually...
Select the recommended option for extending the data model provided by a pega industry framework.
Select the recommended option for extending the data model provided by a pega industry framework.A . Hide the data model with a custom data model.B . Redefine the data model.C . Specialize the data model as little as possible.D . Hide the data model with an Enterprise service Bus (ESB)...
XYZ Corporation wants to perform extensive analysis on work party information across various case types in near real time. At the same time, XYZ wants to minimize the impact this analysis has on case workers using Pega applications.
XYZ Corporation wants to perform extensive analysis on work party information across various case types in near real time. At the same time, XYZ wants to minimize the impact this analysis has on case workers using Pega applications. Choose two options that would contribute to viable solutions. (Choose Two)A ....
When designing an effective case structure, which elements should be considered? (Select all that apply)
When designing an effective case structure, which elements should be considered? (Select all that apply)A . The number of stages and steps required to complete the case.B . The level of integration with external systems and data sources.C . The availability of predefined templates for specific case types.D . The...
In the context of a DevOps Release pipeline, a developer typically performs what four activities? (Choose Four)
In the context of a DevOps Release pipeline, a developer typically performs what four activities? (Choose Four)A . Giving approval for the software and facilitating its deployment to the production environment.B . Distributing rule modifications among other developers.C . Setting up feature toggles.D . Executing unit tests.E . Verifying that...