01. In a vaccine study application, there are two sets of users; Volunteers, for whom user information is stored in an external system; Organizational users, for whom user information is stored in the Active Directory Federation Services (ADFS) of the organization. What is the best approach to authenticating volunteer login credentials and internal users' login credentials?
a) Create two separate authentication services\: one for internal users and another for volunteers.
b) Create a single authentication service that can validate credentials for both external and internal users.
c) Create a single authentication service for volunteers and use PRServlet URL authentication for internal users.
d) Create basic authentication services for volunteers and internal users.
02. When merging Branch code, which two of the following methods can help address Rule conflicts?
(Choose Two)
a) Ignore the conflicts and proceed with the merge.
b) Review alert log Files.
c) Use the Rule Comparison tool.
d) Use the Performance Analyzer tool.
e) Resolve the conflicts manually.
03. What are the two major differences between the Pega Web Mashup and Pega Digital Experience (DX) API?
(Choose Two)
a) DX API uses a Pega Platform application skin. Pega Web Mashup does not use a Pega Platform b) application skin.
b) The DX API allows developers to build custom Pega Platform application front ends, as well as custom business logic.
c) Pega Web Mashups are built with Pega Platform UI and are embedded directly in a web page.
d) DX API gives UI developers more flexibility.
04. You create a test case for a decision table and verify the results. A few weeks later, another developer runs the test case again, and the test fails. Changes to which two of the following items can cause this result?
(Choose Two)
a) The input properties that are used in the decision table.
b) The page that contains the decision table input properties.
c) The user who performs the unit test.
d) The returned values that are used in the decision table.
05. Pega Digital Experience (DX) API is designed to facilitate which one of the following options?
a) Interact with the Pega Cosmos design system.
b) Interact with applications that are built on UI Kit.
c) Interact with Theme Cosmos applications.
d) Interact with front-end framework tools.
06. The AI capability of Pega Platform™ has a built-in mechanism for automated decisioning that uses natural language processing (NLP) and machine learning. However, Pega Platform also supports third-party AI platforms. Which two of the following third-party platforms are currently supported by Pega Platform?
(Choose Two)
a) Amazon Sage Maker
b) Google AI Platform
c) Microsoft Azure AI
d) IBM Watson assistant
07. In the context of a DevOps Release pipeline, a user typically performs what three activities?
(Choose Three)
a) Collaborating and sharing rule modifications with fellow developers.
b) Ensuring that existing features continue to operate as anticipated.
c) Conducting unit tests.
d) Approving the software and initiating its deployment to the production environment.
e) Verifying that changes do not interfere with the work of other developers.
f) Evaluating new functionalities.
08. What are two potential impacts if large data sets are generated by a report and scheduled to be sent to group of users?
(Choose Two)
a) Can cause testing issue.
b) Can cause out-of-memory issues.
c) Can cause Network latency issues.
d) Can cause hardware failure.
09. A company needs to generate reports with columns for the user name, work queue, and work group associated with multiple users. The report should have a row for each user. What is the best approach to creating this report?
a) Create a report on the WorkGroup class and join the report with OperatorID to get the list of work groups associated with the operator ID, and then join with Index-Operator to get the list of workbaskets associated with the operator ID.
b) Create a report on the OperatorID class. Create a custom association rule against OperatorID to get the primary operator work group. Create a second custom association rule between the Data-Admin-WorkGroup and Data-Admin-WorkBasket classes.
c) Create a report on the OperatorID class and use two subreports: one to get the list of work groups associated with the operator ID and another with Index-Operator to get the list of workbaskets associated with the operator ID.
d) Create a report on the OperatorID class, use an association that is defined on the work group, and join Data-Admin-WorkGroup to the Data-Admin-WorkBasket class.
10. Which one of the following examples demonstrates the best usage of the case reference type?
a) Onboarding and Taxation are two sibling case types; a report on the onboarded employees for whom paid tax is required. For this reporting requirement, Taxation should have a case reference data relationship with the Onboarding case type.
b) Payment is a child case of the Reservation case; a report is required on payments for the confirmed reservations. For this requirement, Reservation has a data relationship with Payment as a case reference type.
c) Onboarding and Taxation are two sibling case types; the list of onboarded employees are required in the taxation. For this requirement, Taxation has a data relationship with Onboarding as a case reference type.
d) A step in a Purchase order case type life cycle should provide an option to add a list of items to the shopping cart. For this requirement, Purchase Order has a data relationship with Items as a case reference type.