Branched rulesets are used when multiple teams need to work on the same application version simultaneously. Each team can work in their own branch, allowing for concurrent development without affecting the main application until the branches are merged. References: Pega Platform Help - Branched Rulesets.
Question 2
Which two configurations do you implement when using a Pega Web Mashup? (Choose Two)
Options:
A.
Leverage the standard authentication service IACAuthentication and update the authentication activities.
B.
Add an access group for the application rules that need to be accessed from the external system.
C.
Configure a node-level data page to hold security access information about the external system.
D.
Configure the application permissions by specifying a list of trusted domains in the application rule.
Answer:
A, D
Explanation:
Explanation:
A: When using a Pega Web Mashup, leveraging the standard authentication service IACAuthentication and updating the authentication activities to match the external system's requirements is a common practice.
D: Configuring application permissions by specifying a list of trusted domains in the application rule is important for security purposes and to control which external domains are allowed to embed the mashup. References: Pega official documentation on Pega Web Mashup configuration.
Question 3
In which two scenarios is it a Pega best practice to use Pega Web Mashup over a Pega API integration? (Choose two.)
Options:
A.
Minimal resources are assigned to update Pega Platform for each new release.
B.
Developers have access to only App Studio when configuring the integration.
C.
Users are expected to create cases, open assignments, and manage data privacy.
D.
The application is built on Pega Platform version 8.2 using UI Kit.
Answer:
A, C
Explanation:
Explanation:
Pega Web Mashup is ideal for scenarios where minimal resources are available for updating the Pega Platform with each new release, as it allows external applications to embed Pega UI elements with minimal maintenance. Additionally, it's useful when users are expected to create cases, open assignments, and manage data privacy within an embedded Pega frame in an external web page. References: Pega Platform Help - Pega Web Mashup.