Uploaded by samantkiran0

PCSSA Quiz questionns only Questions

advertisement
1. A report needs to list the user ID of the manager of the operator who creates a time-off
case. The report provides information from the MyCo-HR-SelfService-Work-TimeOff and
Data-Admin-Operator-ID classes.
Which two options independently satisfy the business outcome?
a.
b.
c.
d.
Add the operator ID to the report definition as a parameter
Configure a class join on the report definition to join operator information to each case
Use an association rule to join operator information to each case
Specify both classes in the Pages & Classes tab on the report
2. When designing reports with multiple data sources, in which two ways is an association rule
different from a class join?( Choose Two)
a. A class join is required to add a filter condition to your report.
b. Anyone with the appropriate permissions can use associations when creating reports in
the User portal
c. Class joins are unique to each report .Associations are reusable in any report.
d. You can join multiple classes with class joins, while you cannot join multiple classes with
associations.
3. What is the difference between using the Call and Branch methods in an activity step to
invoke other activities?
a. Call returns to the originating activity, while Branch skips the remainder of the
originating activity
b. Branch overrides the security restriction of the called activity allowing you to easily test
code; it will not run in production
c. Call provides more robust debugging capability than Branch,while Branch provides
better run-time performance.
d. Branch creates a new thread to allow asynchronous processing while Call runs in the
thread from it was invoked.
4. Which two best practices for creating a mobile app on Pega Platform guarantee a consistent
user experience ( Choose Two)
a. Apply both responsive and adaptive user interface designs to optimize the display of the
app
b. Incorporate Android emulators during the development and production phases
c. Use multiple unlocked rulesets when developing a mobile app
d. Decide early in the development process if the mobile app supports offline mode
5. A music production company’s application contains the following classes:
UPlusMusic-Production-Work
UplusMusic-Production-Work-Studio
UplusMusic-Production-Work-Band
UplusMusic-Production-Work-Studio-Recording
UplusMusic-Production-Work-Band-Marketing
UplusMusic-Production-Work-Band-Distribution
UplusMusic-Production-Work-Studio-Editing
A requirement states that users assigned the role of “Director” can edit any class related to
studio or band work.
At which position in the class hierarchy do you configure an Access of Role to Object(ARO)
record to satisfy this requirement
a.
b.
c.
d.
UplusMusic-Production-Work-Studio
UplusMusic-Production-Work-Studio-Editing
UPlusMusic-Production-Work
UplusMusic-Production-Work-Studio-Recording
6. You are preparing to create a new major version of an application ruleset with multiple
minor and patch versions.
How do you create the new ruleset version?
a. Lock and roll the existing versions to the new version
b. Skim the relevant ruleset versions to copy the highest versions of the existing rules to
the new version.
c. Merge the existing rules in the relevant ruleset versions to the new
d. Create a new application ruleset by using the appropriate version number
7. In MLP2, the business asks you to create a mobile app for an existing Pega Platform
application.
Which two of the following actions are required to create the mobile app?( Choose Two)
a.
b.
c.
d.
Set up push notifications for developers
Configure the mobile application access in Dev Studio.
Configure access to the Pega Mobile Build Server
Create a certificate set.
8. What three ways can a developer designate a rule as a relevant record?( Choose Three)
a. Create the rule in App Studio
b. Add the rule to a production ruleset.
c. Create the rule in Dev Studio
d. Add the rule on the Application Inventory landing page.
e. Mark the rule as a relevant record
9. In which scenario is a Declare OnChange rule appropriate?
a. When a user updates their address, the active case is suspended until the address can be
confirmed.
b. During a nightly backup process, only updated fields are backed up.
c. When a developer changes a view, the change is checked into a development branch.
d. When a manager approves a case, the case is routed back to the appropriate case
worker.
10. Your application contains the following versions of a service level named
ReviewAccountChange:
Class
Ruleset & Version
Circumstanced
MyCo-AccountManage-Work
AccountManage 01-01-01
None
MyCo-AccountManage-Work
AccountManage 01-01-05
.Status=”Silver”
MyCo-AccountManage-Work
AccountManage 01-01-05
.Status=”Gold”
MyCo-AccountManage-Work
AccountManage 01-01-05
.Status=”Platinum”
MyCo-AccountManage-Work- AccountManage 01-01-05
.Status=”Silver”
AccountOpen
MyCo-AccountManage-Work- AccountManage 01-01-05
.Status=”Gold”
AccountOpen
MyCo-AccountManage-Work- AccountManage 01-01-05
.Status=”Platinum”
AccountOpen
The application is being updated with a new patch version of the Account Manage ruleset. AS a part
of the update, the service level is no longer specialized for AccountOpen Case type in the current
ruleset,the circumstancing in the class group applies to all case types.
Which one of can you use to reset the circumstancing for the AccountOpen case type?
a.
b.
c.
d.
Block the circumstanced rules in the AccountOpen class.
Copy the non-circumstanced rule to the AccountOpen class and select the base rule option.
Withdraw the circumstanced rules in the AccountOpen class
Make the circumstanced rules in the AccountOPen class unavailable
11. You are analyzing application performance and notice one or more data transforms
exceeding preferred performane parameters. Which of the following performance tools do
you use to help trouble shoot the issue?
a.
b.
c.
d.
PegaRules Log Analyzer
Performance Analyzer
Database Trace
Performance Profiler
12. Which three items are generated and displayed in the compliance score of an application?
(Choose three)
a.
b.
c.
d.
e.
Unweighted compliance score
Percentage of compliant rules in the application
Rules with unjustified warnings in the application
Pega platform core rules used in the application
Rules with warnings in the application
13. Which statement describes the appropriate use of the Purge/Archieve wizard to address
application performance
a. Delete stored SQL procedures that have been uodated.
b. Delete any properties exposed in table columns from the BLOB.
c. Remove unused rules caches maintained on the system.
d. Remove old cases from the respective database table.
14. Which three statements about guardrails are true? ( Choose three)
a. A guardrail warning indicates the severity of an error
b. A Product owner creates all the guardrail for the application design
c. Each rule may have multiple guardrail warnings
d. Pega platform performs guardrail examination when a rule is saved
e. Pega platform performs guardrail examination when a rule is checked out.
15. Which three options do you consider when deciding to use pre/post-processing acctions on
a flow action? ( chose three)
a. The security setting for the flow action
b. The timing of the commit for the flow action
c. The effect if the flow action is reloaded
d. The sequence in which the system runs different actions
e. The potential reuse of the flow action
16. A user reports that an application takes five seconds to complete a step and present the
next step in a process. Which tool allows you to gather and analyze performance data for
the form submission?
a. Performance Profiler
b. Performance Analyzer(PAL)
c. Tracer
d. Database Trace
17. Which two statements about building mobile applications with pega platform are true
( Choose two)
a. Pega Platform allows the same certificate set to build and distribute iOS and Android
applications
b. Pega Mobile Build Server requires HTTPS access
c. The containing application determines the layout and appearance of SDK applications
d. Pega Mobile Client License is configured in Dev Studio by using your Android or iOS
developer certificates
18. A developer has identified resource-intensive queue processors as the source of
performance issues that application users are experiencing. Which two actions do you
performance to resolve the performance issues? ( Choose Two)
a.
b.
c.
d.
Associate the queue processors with the appropriate node types
Select the include in background processing option on the application rule
Configure the application nodes with node types
Configure the queue processors to run multiple times a day
19. A courier company wants a mobile app to scan and track the parcels collected from remote
areas with no internet access.
Which Mobile app do you develop to fulfill the requirement?
a. SDK app
b. Native app
c. Unsigned app
d. Signed app
20. Which two data elements can be used as an attribute for an access control policy?( Choose
two)
a. Appointment data
b. Encrypted bank account number
c. Number of dependents
d. Password string
21. Which statement is true about connectors?
a. Connectors can be referenced from data transforms
b. Connectors require a REST service to a function
c. Connectors establish a link to a service on another system
d. Connectors use a listener that runs in the background
22. Which three types of information can represent an attribute in Attribute-based access
control ( ABAC ) ? ( Choose three )
a. Single string
b. List of strings
c. Boolean
d. Numeric value
e. Property
23. Which statement regarding managing encrypted data in Pega Platform is true?
a. Property-level encryption is a time-efficient method to encrypt data.
b. Class-level encryption will encrypt individual properties
c. Each organization uses a custom key to encrypt its data
d. To decrypt data, apply the same key used during encryption
24. A requirement states that the Users role cannot open a purchase request during the Audit
stage of the case life cycle.
How do you configure the case stage to satisfy this requirement?
a. Apply an Access When Record
b. Apply a When Record
c. Apply a Privilege record
d. Apply an Access Deny record
25. Consider the following requirement:
Managers at a car and motorcycle dealership have access to all inventory data in the DataInventory-class.
Motorcycle sales people only have access to motorcycle inventory data in the DataInventory-Motorcycle class.
Which security solution do you use to satisfy the requirement for the motorcycle sales
people?
a.
b.
c.
d.
Access When
Access Deny
Access Control Policy
Access of Role to Object
26. An application includes three case types. Members of the app:users access role are not
allowed to run report for one of the case types. Which two configurations can apply to
satisfy this requirement?( Choose two)
a. Use the Access Manager and set the Run Reports action for the case type to No Access
for the user role
b. Use an Access When record to test for the case type to the Run reports action in the
Access Manager
c. Use an Access When record to test for the user role to the Run reports action in the
Access Manager
d. Use an Access Deny record and set the Run reports action to No Access
27. The following example shows the ruleset list for the logged in operator. What is stored in the
Admin@MyCo ruleset?
Admin@MyCo
Purchasing:01-01
PurchasingInt:01-01
MyCo:01-01
MyCoInt:01-01
Supplier:01-01
Customer:01-01
Inventory:01-01
Pega-ProcessCommander:07-10
Pega-DeploymentDefaults:07-10
a.
b.
c.
d.
Preference for the operator
Rules checked out by the operator
Rules delegated to the operator
Rules recently opened by the operator
28. How do you ensure that only a manager can run a specific flow action?
a. Add a privilege to the flow action form, then add the privilege to a role assigned to the
access group for managers.
b. Add a validate rule to the flow action form to determine whether the user is a manager
c. Add an Access When condition to the flow action to determine whether the user is a
manager.
d. Add a pre-processing activity to the flow action form to determine whether ther user is a
manager.
29. The current version on an application lists ABC:02-02 as an application ruleset. The ruleset
versions listed in the Answer Area are also present on the System. Identify the ruleset
versions that the skim operations considers when you perform a mojor version ruleset skim
on ruleset ABC.
Ruleset Version
i)
ii)
iii)
iv)
01-01-01
02-02-01
01-02-01
02-01-05
Note: Skimming is performed only the current major version
30. In which situation do you configure branched rulesets?
a. One team creates a new patch for an application while another team creates a new
major version of the application
b. You need to delegate rules to process owners from the business
c. Multiple teams need to work on the same application version
d. A team needs to work on the next version of an application while preparing to migrate
the current version.
31. Which two configurations can you use to include access groups into your Product rule?
a. Add the access group to the Product record in the individual instances to include section
b. Add the access group to the application definition
c. Associate the access groups with a ruleset included in the application
d. Export the access groups using the Access Manager
32. In the following example ,the HomeIns,HomeInsInt, and Customer rulesets are configured
for application validation. MyCo MyCoInt are configured for ruleset validation. MyCo lists
MyCoInt and Customer as its prerequisites, and the prerequisite for MyCOInt is PegaProcessCommander.
Which of the following statements is correct?
Application Rulesets:
HomeIns: 01-10
HomeInsInt:01-01
MyCo:01-01
MyCoInt:01-01
UI-Kit-8:03-01-01
Customer:01-01
a.
b.
c.
d.
Rules in MyCo can reference rules in HomeIns
Rules in MyCo can reference rules in HomeInsInt
Rules in MyCOInt can reference rules in Customer
Rules in Customer can reference rules in HomeIns
33. Which use case of Pega Web Mashup requires manual configuration
a. Retain the state of the case after the user refreshes the browser
b. Unencrypted requests coming from the client are blocked
c. Any Broken Access Control violations are written to the security logs
d. An operator ID record for new user is created upon first login
34. You are preparing to create a new major version of an application ruleset with multiple
minor and patch versions.
How do you create the new ruleset version?
a. Use the Ruleset Maintenance wizard to skim the relevant ruleset version to copy the
highest version of existing rules to the new ruleset version.
b. Create a new application ruleset using the appropriate version number, then copy the
highest version of existing rules into the new ruleset version
c. Use the Ruleset Maintenance wizard to merge the existing rules in the relevant ruleset
versions to the new version
d. Use the application structure landing page to lock and roll the existing ruleset version to
the new version
35. When deploying mashup code in a web page, which option is necessary to ensure that Pega
Platform accepts incoming requests?
a. Enable authentication policies on Pega Platform
b. Add the host URL in the Pega application as a trusted origin
c. Establish a private tunnel from the host to Pega Platform
d. Ensure the host is configured to support HTTPS
36. What are three valid ways to exchange data through a Pega Web Mashup? ( Choose three)
a. Use an SQL call to exchange data between the mashup and hosting web page
b. Use the javascript function doAction() to set or read data values through the hosting
web page
c. Use a queue processor to pass updated attributes to the gadget on the hosting webpage
d. Use the data-pega-event-onpagedata attribute to configure the default value for the
gadget.
e. Use an action Object configured as a script to perform additiona; actions on a web
mashup gadget
37. Identify two options for passing data between a Pega application and a web page containing
a web mashup ( Choose two)
a.
b.
c.
d.
Use REST methods to call Pega microservices
Call the function pega.web.api.doAction()
Use the attribute data-pega-event-onpagedata
Call a Pega API function from the host derver
38. Which two statements are valid regarding Pega Web Mashup?(Choose Two)
a. A mashup call allows access to Dev Studio for full system configuration.
b. A user view their worklist in an external portal and select items on which to take action
c. Mashup requests are checked for the corresponding mashup channel ID parameter.
d. Pega platform limits mashup users to working on existing cases.
39. Which two steps, when performed together, are necessary to configure a join in a report
definition?
a. Determine the type of join you need to perform
b. Select the proper columns to join from each table
c. Configure an association rule to join multiple databases
d. Create a meaningful filter to reference from columns you want to display
40. What two actions must you perform to create a class join in a report definition?
a. Create a prefix for the joined class
b. Add an association rule to match key values
c. Add a parameter for each property in the class you want to join
d. Select the type of match for key values
41. What is the function of class mapping for reports?
a. Assign an ID to a class so reports can referenced specific properties
b. Create a new database table record for Pega platform
c. Ensure all data from one report belong to single case type
d. Retrieve data from an associated database table
42. You are asked to create a custom status name Open-Review. This status is to be applied to
assignments in one application.
How do you satisfy the request?
a. Circumstancing the existing Open Field Value record on the application name and
update the status value to Open-Review
b. Create a Field Value record name Open-Review for .pyStatusWork and configure an
Access When record to apply the status to the correct application
c. Create a Field Value record named Open-Review for .pyStatusWork with the Apply To
class set to the class group.
d. Add the Open-Review status to the Application record for the application
43. Place the steps in the order in which a service processes a request – Service Steps
Inbound request received
Request Processing
Map inbound data
System returns a response
Map outbound data
Ans :- The Order is:
Inbound request received
Map inbound data
Request Processing
Map outbound data
System returns a response
44. University admission application cases automatically advance in the case life cycle if the
applicant’s standardized test score are above a certain threshold. The threshold is
determined each year based on the provided national average score.
Which two configurations, when applied together, support this requirement? (Choose two)
a. Configure a Test Threshold Configuration setting with the national average for the test
score threshold
b. Configure a process with a decision shape that continues if the Test threshold
configuration setting is less than the applicant’s test score.
c. Configure a process with a decision shape that continues if the Test threshold
Configuration setting is greater than the applicant’s test score
d. Configure a Test threshold Configuration setting that calculates the national average for
the test score threshold
45. Using the Pega Mobile client you can Leverage Mobile Devices features such as__________.
a. Biometric identification
b. Phone Calls
c. Photo Gallery
d. Text message
46. Features available in Pega Mobile Client________________.
a. Phone Call
b. Messages
c. Barcode Scanner
d. Push Notifications
e. Biometric Identification
47. What are the two most common ways to expose your application to an external system? (
Choose two)
a. Create a web service with the Service wizard
b. Configure a signed certificate
c. Leverage the Pega API
d. Create a connector linked to a data page
48. Which two statements about Application settings are true? ( Choose two)
a. Categorization allows a developer to group related Application Settings
b. Application Settings require updating integration rules and data instances for each
environment
c. Application Settings can have a Value of type of text, Boolean, enumerated list, or class
d. Only Application Settings on the D_pxGetApplicationSettingCalue data page can be
updated in the application
49. You are updating a system of record using a SOAP connector. If the system of record is
unavailable, you want to retry after an hour. If it is still unavailable after an hour, a
notification should be sent to a system administrator. How do you implement this
requirement?
a. Implement the logic in the data page’s response data transform
b. Customize the standard pxErrorHandling Template data transform
c. Use a transition condition in the activity step invoking the connector
d. Implement the logic in the connector’s error handler flow
50. Which two statements about keyed data pages are true? (Choose two)
a. A keyed data page can be any structure except list
b. A keyed data page can have multiple keys
c. A keyed data page can return multiple embedded pages
d. A keyed data page supports editable data pages only.
51. You should consider using a field value when the list of allowed value is:
a. Updated often
b. Shared across all case types
c. Three or fewer items
d. Mostly static
52. Graduate school students create and submit project proposals to their advisors. During the
proposal phase, the advisor and the student can edit the proposal. How do you ensure the
advisor and the student can simultaneously edit the proposal, and the application can check
the proposal for changes before submitting them?
a. Configure the student and advisor roles with view and edit permission
b. Configure the locking on the case type to allow one user
c. Configure an assignment for the advisor and an assignment for the student
d. Configure the locking on the case type to allow multiple users.
53. A view has a part number field that requires the first two characters are letters, and the last
four are digits (for example AB1234).
How do you ensure that the correct pattern is entered when the user exits the field?
a.
b.
c.
d.
Configure a validate rule to use input-qualified validation configuration
Configure an edit validate rule and reference it from the property rule for the field
Configure an edit validate rule and call it from a validate rule in the relevant flow action.
Configure a Validate rule on the flow action to validate the field with Boolean logic.
54. The job application case includes a child case for different employees to interview and
evaluate the candidate. The job applicant parent case should have an exclusive work on the
case object and should remain locked while child case is opened.
Ans:
Parent case  Allow one user ( default )
Child case  Keep default consideration
55. An assignment service-level agreement ( SLA ) is configured with the following details:
Initial urgency: 20
Assignment ready: Timed delay of 2 hours
Goal: 1 hour and increase urgency by 10
Deadline: 2 hours and increase urgency by 25+
Passed deadline: 1 hour, increase urgency by 5, and limit events to 5
Assuming no other urgency adjustments, what is the assignment urgency 10.5 hours after
the case reaches the assignment
a. 75
b. 95
c. 80
d. 85
56. Which two configurations are required when adding a Split join shape to your case life cycle?
( Choose two )
a. Configure the context of the sub process by selecting the current page, a specific work item,
or an embedded page.
b. Link an application to the sub process to specify information about the sub process in the
application documentation
c. Define when the parent process resumes processing based on the status of sub process or
the evaluation of a when condition
d. Enter a rule that stores the audit note that you want to include in the audit trail of the
subprocess.
57. Operator A is in Unit A and Operator B is in Unit B. You want both operators to be able to
perform work that is routed to either Unit A or Unit B. Which configuration supports this
requirement?
a. On each operator’s record, associate the operator with both units.
b. On each operator’s record, associate the operator with the same work group.
c. On the work group record, associate the operators with the work group.
d. On the unit record, associate both operators with each unit.
58. A global application with infrastructure nodes located throughout the world requires certain
operations to start executing at midnight GMT. Select two possible designs for this use case.
( Choose Two)
a. Use the Queue-For-Processing method in an activity and design a standard queue processor
b. Use the Queue-For-Processing method in an activity and design a dedicated queue processor
c. Use the Run in background step in the case life cycle and design a dedicated queue
processor
d. Use the Run in background step in the case life cycle and design a standard queue Processor
59. During an Account review case, an accountant evaluates the client’s retirement plan. A
retirement planning case is created that runs in parallel with the account review case waits
for nor reports to the other. To configure this workflow, which type of parallel processing
shape do you set?
a. Subprocess shape
b. Split for each Shape
c. Sub Process shape with the Spinoff flow option enabled
d. Split Join shape
60. Which three approaches are valid for improving activity security ( Choose three )
a. Configure the activity to require authentication to prevent unauthorized use
b. Select the activity type to limit which types can all the activity
c. Configure the activity to restrict individual parameters to authorized users
d. Limit the activity to calling activities of the same apply to class
e. Apply a privilege to the activity to restrict the activity to authorized users.
61. You want an application to stop processing and return an error when a specific rule is
encountered in a locked ruleset. How do you this situation?
a. Unlock the ruleset and delete the rule
b. Make a copy of the rule in a new ruleset version and set the availability to Blocked
c. Create a circumstanced version of the rule in a new ruleset version with a date range in
the past
d. Make a copy of the rule in a new ruleset version and set the rule availability to Final
62. There are five instances of a rule in the rules cache. The only differences between these are
the circumstance settings and ruleset version. The operator’s access group has access to all
ruleset versions. On 1 June 2020, which instance is chosen by rule resolution if
.Country=Algeria ?
a. SelfService:01-01-01 ( No Circumstance)
b. SelfService:01-01-01 ( Circumstance: .Country=Algeria)
c. SelfService:01-01-03 ( Circumstance None , Base Rule Checked )
d. SelfService:01-01-02 ( Circumstance: Start Date 1 January 2020; End Date=31 December
2020)
e. SelfService:01-01-05 ( No Circumstance )
63. Match the Following:
Ans:
Contains messages about URL tampering changes – ALERT SECURITY
Contains performance related messages – ALERT
Contains warning, errors and notification messages about internal operations – PEGA
( Read about all the log files)
64. Which action can a Declare onChange rule perform when a specified property changes?
a. Execute an activity
b. Specify which flow action to run
c. Execute a data transform
d. Suspend a specified work object
65. A class group is used to____________.
a. Identify a layer of the Enterprise Class Structure
b. Combine related property by usage
c. Assign work to a specific group of users
d. Store data from different child classes in a single table
66. Why would the Mark as relevant record menu option be grayed out for a rule?
a. The rule cannot be marked as a relevant record
b. The rule is saved to a locked ruleset
c. The rule has already been marked as a relevant record
d. The rule has a moderate or severe guardrail warning
67. A hospital uses a case type to manage the treatment of patients visiting the Emergency
Room ( ER ), Cases are created when the patient checks in at the registration desk, and are
resolved when the patient is released from the hospital. Stakeholders identify the following
security requirements for the case typr.
 Patients access cases on a read-only basis
 Patients can only access their own cases
 Doctors and nurses can modify cases throughout the case life cycle
 Only doctors are allowed to write prescriptions
What two steps, when performed together, allow you to ensure that the patients
can read, but not edit cases ? (Choose two)
a.
b.
c.
d.
Create an access group unique to patients
Configure an access control policy condition to test whether the user is a patient
Configure an Access Role to Object rule with the open case action set to 1.
Configure an Access of Role to Object rule with the open case action set to 5.
68. Which two statements are true about database tables in Pega Platform?( Choose two )
a. The Database Table rule allows configuration of a connection to a specific table.
b. The report definition rule should only be used against one table for performance
reasons
c. The PegaRules database contains rules while pegaData contains work instances.
d. The History record table contains a record of when each user logged in to the system
69. An application contains a flow action with an Apply to:class TRB-HRApps-Work-Feedback in a
locked ruleset. When updating the application, you save the minor version of the ruleset this
time applied to TRB-HRApps-Work so it can be used by more than one case type.
How do you prevent the application from using the rule in TRB-HRApps-Work-Feedback?
a. Save an additional new version of the flow action applied to TRB-HrApps-WorkFeedback and set the availability to “Blocked”.
b. Save an additional new version of the flow action applied to TRB-HrApps-Work ans
set the availability to “Final”.
c. Save an additional new version of the flow action applied to TRB-HrApps-WorkFeedback and set the availability to “Not available”.
d. Save an additional new version of the flow action applied to TRB-HrApps-WorkFeedback and set the availability to “Withdrawn”.
70. An application includes the following set of circumstanced instances of a decision table
Class
MyCo-AccountManage-Work-AccountOpen
MyCo-AccountManage-Work-AccountOpen
MyCo-AccountManage-Work-AccountOpen
MyCo-AccountManage-Work-AccountOpen
MyCo-AccountManage-Work-AccountOpen
Ruleset Version
AccountManage:01-01-01
AccountManage:01-01-05
AccountManage:01-01-05
AccountManage:01-01-15
AccountManage:01-01-15
Circumstance
None
.Status=”Silver”
.Status=”Gold”
.Status=”Platinum”
.Status=”Silver”
You update the application and increment the AccountManage ruleset version to 01-02-01.
As part of this update,the circumstance .Status=”Silver” is no longer needed by the
application
How do you implement this change?
a. Create a new version of the circumstanced decision table in AccountManage:01-02-01
and set the availability to the rule to Blocked
b. Do nothing, Rule resolution does not consider rules in a lower minor version of a ruleset.
c. Create a new version of the circumstanced decision table in AccountMAnage:01-02-02
and set the availability to the rule to Withdrawn
d. Create a new version of the circumstanced decision table in AccountManage:01-02-02
and Select the Base rule option
71. The primary purpose of a production ruleset is to allow rules to be
a. Updated in a production environment
b. Tested in a production environment
c. Reused in multiple production environments
d. Migrated to a production environment
72. A medium-size toy maker wants to fulfill orders received during the peak season in
December and process the orders in batches multiple times a day. How do you implement
this use case?
a. Create one scheduled job and set its run schedule to multiple times a day
b. Create batches of orders and send each batch for processing when it gets full
c. Create a queue processor that can process orders received by the company
d. Create scheduled jobs, one for each run, that can process accumulated orders.
73. A travel reservation servicing case includes a service level for responding to requests. The
service level intervals vary according to passenger station,class of service, and fork type.
Which implementation satisfies this requirement?
a. Create a multivariate circumstanced rule, a circumstanced definition and a
circumstance template.
b. Create a single property circumstanced rule.
c. Create a single property circumstanced rule and a when rule.
d. Create a multivariate circumstanced rule and a when rule.
74. A hospital uses a case type to manage the treatment of patients visiting the Emergency
Room(ER), cases are created when the patient checks in at the registration desk, and are
resolved when the patient is released from the hospital.
Stakeholders identify the following security requirements for the case type.
 Patients access cases on a read-only basis
 Patients can only access their own cases
 Doctors and nurses can modify cases throughout the case life cycle
 Only Doctors are allowed to write prescriptions
Which configuration allows doctors and nurses to modify cases while complying with all
identified security requirements?
a. Create a single access role for both doctors and nurses, and set the modify action to 5.
b. Create a single access role for both doctors and nurses, and set the modify action to 1.
c. Create two access roles, one for doctors and one for nurses, and set the modify action
for each to 5.
d. Create two access roles, one for doctors and one for nurses, and set the modify action
for each to 1.
75. Which two requirements are supported by Attribute-based access control (ABAC)?
a. Personal identifying information in the Work-Baking-class is restricted
b. Agents assigned the Top Secret clearance level can delete reports
c. Bakers with a rating of 4 or better can add recipes to the database
d. Managers can reschedule but not delete appointments.
76. Which two statements about guardrails are true? ( Choose two )
a. A developer receives a guardrail warning for rules checked out by other developers
b. Pega Platform performs guardrail examination when a rule is saved.
c. Each rule may have multiple guardrail warnings
d. Pega Platform performs guardrail examination when a rule is checked out.
77. Which two actions do you perform when using the Perfomance Analyzer(PAL) to ensure that
you obtain accurate comparision.
a. Capture a PAL reading for a process with good performance to establish a
benchmark
b. Run the process to completion first to perform needed rule assembly and avoid
skewed results
c. Capture PAL readings after significant changes to a process to identify ant
performance impact
d. Run PAL as an end user to account for any performance differences due to the portal
itself
78. Which two use cases correctly describe controlling access to an attachment category? (
Choose two)
a. Configure a Client-based access control on the class where the attachement
category exists to restrict access to the attachement
b. Configure the When condition “isCurrentStageTesting” to allow users to view an
attachment if the rule returns true
c. Configure a Visible when condition called “isDocumentPrivate” to allow users to
view an attachments
d. Configure the privilege “Delete Own” and assign it to a user so that a user can delete
their own attachement
79. An application contains five instances of the same rule. The only differences between the
instances are the circumstances settings and ruleset version. All the rulesets are in the same
ruleset list.
Ruleset Version
MyCoSelfService:01-01-01
MyCoSelfService:01-01-02
MyCoSelfService:01-01-03
MyCoSelfService:01-01-04
MyCoSelfService:01-02-01
Circumstance
None
.Country=japan
None;Base Rule checked
.Country=japan
None
Which ruleset version is chosen by rule reolution when Country=japan
a.
b.
c.
d.
MyCoSelfService:01-01-02
MyCoSelfService:01-01-03
MyCoSelfService:01-01-04
MyCoSelfService:01-02-01
80. What is the difference between using the Call and Branch methods in an activity step to
invoke other activities?
a. Branch overrides the security restrictions of the called activity allowing you to easily
test code;it will not run in production
b. Branch creates a new thread to allow asynchronous processing ,While Call runs in
the thread from it was invoked
c. Call provided more robust debugging capability than branch,while branch provided
better run-time performance
d. Call returns to the originating activity,while Branch skips the remainder of the
originating activity
81. In your purchasing application,there is a decision table with discount codes.You want to
delegate the decision table. In which ruleset do you save the decision table to allow
delegation?
a. Organization
b. Production
c. Integration
d. Application
82. Consider this business use case:
Responses to customer service requests are required within 24 hours of receipt.Due to
seasonal fluctuations,response times may be adjusted at the discretion of business
managers.
You create service level agreement(SLA) to monitor response times.Which solution allows
adjusting the response times on demand?
a. Delegate the SLA to the business managers so they can configure seasonal
adjustments
b. Plan a release cycle for updating the SLA for each of the Expected Seasonal
adjustments
c. Create multiple circumstances of the SLA to the account for the seasonal
adjustments
d. Define the response times using property values that are circumstanced to account
for the seasonal adjustments
83. Which three rule types can you mark as a relevant record?
a. Property
b. Decision table
c. Skin
d. Section
84. An application contains two derived classes MyCo-HR-SelfService-Work-TimeOff , MyCo-HRSelfService-Work-Expense that all belongs to the class group MyCo-HR-SelfService-Work.
If a report is created in MyCo-HR-SelfService-Work , what instances will the report return?
a. Instances of MyCo-HR-SelfService-Work
b. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-WorkExpense ,unless they are stored in different database tables
c. Instances of all Work- derived classes
d. Instances of MyCo-HR-SelfService-Work-TimeOff and MyCo-HR-SelfService-WorkExpense
85. Match the following
Ans:
<Append> - To add an element to the end ( highest index value) a Value List or Page List
property
< Prepend> - To insert a new element and its value into a Value List or Page List property as
the first element
<Current> - You can obtain the current index of a pagelist or page group property
<last> -To set or retrieve the last element of a value list or page list
<insert> - To insert a new element and its value into a Value List or Page List property at a
numeric index
86. A service receives a request to assign an office at a new employee. The service rejects the
username and/or password provided
What type of fault condition do you configure to return an appropriate response?
a. Security error
b. Queue when
c. Service error
d. Mapping error
87. Your application is deployed to the cloud. A data source outside ypur application populates a
data page by using data access pattern configuration. You receive complaints that the
system takes a long time to fetch data each time the case worker access information for a
differnet customer. Which approach solves this performance issue?
a. Move to local installation because network traffic in cloud deployment is often slow
b. Change snapshot data access method to reference pattern data access method
c. Fetch only the targeted data from the database each time data is needed so access
is faster
d. Access data page with a predefined key so that,once loaded,data access is faster
88. Application Settings allow you to :
a. Simulate data in an environment for testing purposes
b. Execute connectors in parallel to improve performance
c. Automate the application migration process
d. Store references to an external system connected to an application
89. To reduce training requirements for users, a company wants to utilize the existing format
end of their application
How can a third-party application use Pega Platform?
a. By exposing third-party application services
90.
91.
92.
93.
94.
b. By using REST calls from the Pega API
c. By using database tables for staging the requests
d. By using middleware tools in application servers
Which two configurations are required when adding a Split for Each shape for the casetype?
a. Define when the parent process resumes processing
b. Enable users to get back to the subprocess after the case processed
c. Enter a rule that stores the audit note that you want to include
d. Enter the PageList or PegaGroup property that is the basis of the split
Which two tasks are required to build a mobile app in Pega Platform.
a. Configure access to Dev Studio
b. Configure Access to the Pega Mobile Build Server
c. Create a certificate set
d. Set up push notifications to developers
The Static Assembler is used to address rule assembly
a. Access group contain multiple production rulesets
b. The server is managing a larger number of rules cache
c. A new application is migrated to the production system
d. The application record lists several branch ruleset
Consider the following requirement: An auditing policy explicitly required that employees
cannot see the contents of the privated information.
Which security solution do you use to satisfy the requirement?
a. Access When
b. Access Control Policy
c. Access of Role to Object
d. Access Deny
Which two configurations do you implement when using a Pega Web Mashup? ( Choose
two)
a. Add an access group for the application rules that needed to be accessed from the
external system
b. Configure the application permissions by specifying a list of trusted domains in the
application
c. Configure a node-level data page to hold security access information about the
exernal system
d. Leverage the standard authentication service (IAC) Authentication and update
the authentication
95. Which requirement is a pre requisite for configuring pega web mashup?
a. Atleast one access control policy
b. A web server to test host page
c. Atleast one work queue in your application
d. No outstanding guardrail violation
96. Which three statements about the guardrail score are true? ( Choose three)
a. Rules with unjustified warnings are not counted in the compliance score
b. The Application Guardrails landing page counts the number of rules with no warning
or caution-level
c. Guardrail scores do not include Pega Platform core rules
d. A weighted compliance score above 90 signifies that an application is ready for
general distribution
e. The Application Guardrails landing page counts the number of rules with sever or
moderate warnings
97. A requirement states that when a case is assigned to a user for review, its work status
should be set to open-review. Which two steps do you perform to implement this
requirement? ( Choose Two)
a. Add Open-Review as an allowed status on the case type record
b. Configure a data transform to apply the Open-Review status on the appropriate
types
c. Apply the Open-Review status to the appropriate assignments
d. Create a field value record for the Open-Review status.
98. You have a requirement to associate users in different units to the same work queue. How
do you implement this requirement?
a. Associate the users to a comman work group.Then associate the work group to the
appropriate unit
b. Associate the users to a comman work group.Then associate a work queue to the
work group
c. Associate the users to a comman unit. Then associate a work queue to the comman
unit
d. Associate the users to the comman work queue.Than associate the work quueu to
the appropriate unit
99. Consider the following requirement: Car dealers cannot modify orders in the Fulfillment
stage.
a. Access group
b. Access Deny
c. Access of Role to Object
d. Access When
100.
Which configuration controls the access to an attachment category?
a. Configure a visible when rule, IsDocumentPrivate to allow users to view an
attachment if the rule returns as false
b. Configure the privilege DeleteOwn, and then assign it to a user so that a user can
delete their own attachments
c. Configure client-based access control on the class where the attachment exists to
restrict access to the attachment
d. Configure a when rule to allow users to delete an attachment if the rule returns as
false
101.
A music production company’s application contains the following classes:
UPlusMusic-Production-Work
UPlusMusic-Production-Work-Studio
UPlusMusic-Production-Work-Brand
UPlusMusic-Production-Work-Studio-Recording
UPlusMusic-Production-Work-Studio-Editing
UPlusMusic-Production-Work-Brand-Marketing
UPlusMusic-Production-Work-Brand-Distribution
A requirement states that users assigned the Manager role can edit objects related to only
studio work. At which position in the class hierarchy do you configure an Access of Role to
Object (ARO) record to satisfy this requirement?
a. UPlusMusic-Production-Work
b. UPlusMusic-Production-Work-Studio
c. UPlusMusic-Production-Work-Studio-Editing
d. UPlusMusic-Production-Work-Brand-Marketing
102.
A requirement states that users with the Guest role can edit objects related to
recording but not editing work. At which position in the class hierarchy do you configure an
Access of Role to Object (ARO) record to satisfy this requirement?
a. UPlusMusic-Production-Work-Studio
b. UPlusMusic-Production-Work
c. UPlusMusic-Production-Work-Studio-Editing
d. UPlusMusic-Production-Work-Brand-Recording
103.
In an online shopping application, you enable class-level encryption for the entire
case type and optimize First Name, Last Name, Social Security Number (SSN), Total Cart, and
Account Number properties for reporting.
To secure sensitive data, how do you enable property-level encryption for SSN and Account
Number?
a.
b.
c.
d.
Create a PropertyEncrypt data transform, and then add the properties
Create a TextEncrypted property type, and then add the properties
Create a PropertyEncrypt access control policy, and then add the properties
Update the class-level encryption to enable property-level encryption
104.
Which two options do you consider when creating a pre-processing data
transform?(Choose two)
a. The effect if the flow action is reloaded
b. The potential reuse of the flow action
c. The timing of the commit for the flow action
d. The security setting for the data transform
105.
A hospital uses a Patient visit case type to track Emergency Room (ER) visits. The
case type can create Lab analysis and Diagnostic imaging child cases. While the child cases
are active, the doctor must be able to update the Patient visit case with notes.
In the Answer area, select the three configurations that allow a doctor to update the parent
case while staff perform assignments on their respective child cases.
a. Configure the Patient visit case type to allow one user.
b. Configure the Patient visit case type to allow multiple users.
c. Configure the Lab analysis and Diagnostic imaging case types to allow other users to
open the parent case type.
d. Configure the Lab analysis and Diagnostic imaging case types to allow one user
106.
The company wants you to configure a service level agreement (SLA) that begins at
the start of the next business day, to ensure timely processing of the following assignments:
Product inquiry assignment – a customer submits product inquiries
Review Assignment – a customer service representative reviews the inquiry and replies to
the customer
Which two configuration, when performed together, meet the requirement to delay SLA
processing?
a. Set the Assignment Ready to Timed Delay
b. Set the Assignment Ready field to Dynamically defined on a property
c. Create the SLA on the Review assignment
d. Create the SLA on the product inquiry assignment
107.
A requirement states that the Manager role cannot open a purchase request during
the Audit stage.
How do you configure the case stage to satisfy this requirement?
a.
b.
c.
d.
Apply a Access When record
Apply an Access Deny record
Apply a When record
Apply a Privilege record
108.
Items selected by a user need to copy to a page list property when the user submits
the form. How do you copy the items?
a. Add a data transform to the flow action as a pre-processing action
b. Add a data transform to the flow action as a post-processing action
c. Create a declare expression with the page list property as the target
d. Create a validate rule to copy the selected items.
109.
A city resident can report potholes to the Department of Transportation by logging
into a mobile Pega Platform application that utilizes the Pega API.
Which two Pega API interactions do you use to facilitate this? (Choose Two)
a.
b.
c.
d.
Submit the report using POST/ cases
Access the related case type to report using GET / case types
Update the report using GET/cases
Log into the application using PUT/authenticate
110.
In which of the following situations would you configure Application Settings?
a. The thresholds for a SLA are set to hours instead of days on a testing environment
b. The credentials for a REST service differ between development and production
environments
c. A SOAP connector returns simulated data in the development environment
d. Two SOAP connectors execute in parallel to improve performance
111.
A data page is used to retrieve data from an external system. If an error occurs, you
want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?
a. Configure an error handing process that displays the error message and sends an
email
b. Configure an activity’s input source as the error message and the output as an email.
c. Reuse the out-of-the-box connection problem error handling flow on the service tab
for the connector
d. Create an error handler data transform that adds an error message to the data page
and send an email
112.
A chemical supplier processes thousands of online orders each day. The supplier
provides a material safety data sheet (MSDS) for each of the 100+ cleaning products in stock.
When buyers select an item to order, the application displays the MSDS.
The MSDS rarely changes.
Which of the following options ensure the MSDS is up to date when an order is created?
a. Create a data page that contains the MSDS for each cleaning product
b. Create a parameterized data page that loads a new MSDS for each product
c. Create a keyed data page with the MSDS for each cleaning product
d. Configure a keyed data page that allows multiple pages for each key
113.
A fitness organization wants to ensure that data is entered correctly into an online
form when users apply for, or update, their membership information.
Which scenario requires an edit validate rule?
a. The first and last name are required on the form, but a middle name or initial is
optional
b. Existing members must enter their membership number in the correct format, M######-0#
c. New members can get a 20% discount, if they enter the coupon code SAVE
d. New members must be at least 18 years of age at that time they sign up for
membership
e. The account or card number must be entered in the correct format for the payment
type (if option B is not available)
114.
In which of the following situations do you use branches?
a. Development team A is working on application 02.01.01 and Development team B is
working on application 02.02.02
b. Development team A and Development team B are both working on application
02.01.01 at the same time
c. Development team A is working in the development environment and the quality
assurance (QA) team is testing in the QA environment
d. Development team A in India and Development team B in the UK are working on
different applications in different time zones
115.
Select the three Pega best practices for developing activities. (Choose Three)
a. Only use activities to support queue processing and interfaces
b. Activities should have fewer than 15 steps
c. To prevent performance problems, limit activities to three calls
d. Only use custom Java steps when absolutely necessary.
e. Only use activities when other rule types cannot meet requirements
116.
A Developer has identified resource-intensive queue processors as the source of
performance issues that application users are experiencing.
Which two actions do you perform to resolve the performance issues? (Choose Two)
a.
b.
c.
d.
Configure the application nodes with node type
Associate the queue processors with the appropriate node types
Select the include in background processing option on the application rule
Configure the queue processors to run multiple times a day
117.
MyCo insurance company completed the development phase of its application and
decided to start the testing phase of the application in a testing environment. To migrate the
application, the development team created an instance of the Rule-Admin-Product class that
includes the application instances to migrate.
Which two components does the Rule-Admin-Product instance include by default when you
generate an archive file? (Choose Two)
a. Checked-in rules
b. Data- class instances
c. MyCo- class instances
d. Checked-out rules
118.
Which two rule types can you mark as a relevant record? (Choose Two)
a. Property
b. Skin
c. Report
d. Section
119.
On which type of rule can you configure edit validate rules?
a. Properties
b. Flow actions
c. Case types
d. Activities
120.
In which two scenarios is it a Pega best practice to use Pega Web Mashup over a
Pega API integration? (Choose Two)
a. Users are expected to create cases, open assignments, and manage data privacy
b. Developers have access to only App Studio when configuring the integration
c. The application is built on Pega Platform version 8.2 using UI Kit.
d. Minimal resources are assigned to update Pega Platform for each new release
121.
You are working on an update to an application which only affects some rules for a
certain case type. For migration to a production system, the customer wants the update
rules released as a new patch version of the application ruleset
How do you create the new ruleset version?
a. Skim the relevant rulesets to copy the highest versions of the existing rules to the
new version
b. Merge the existing rules in the relevant rulesets to the new version
c. Lock the current ruleset and then roll (increment) the ruleset versions
d. Create a branched ruleset and then copy the affected rules into the new branched
ruleset.
122.
Teams X and Y work on different enhancements in the same ruleset. The release
date for each enhancement is uncertain.
Which two options, when performed together, allow each team to keep its work separate?
(Choose Two)
a. Create access groups for each of the teams
b. Create a branch ruleset for each team
c. Create a new ruleset version for one of the teams
d. Apply privileges to the rules each team configure
123.
You are integrating two Pega Web Mashups into a client’s mortgage loan financing
page. What do you configure to successfully embed both mashups?
a. Identify unique names for each mashup.
b. Load both mashups simultaneously
c. Run the mashups on the same thread
d. Define identical URLs for each mashup
124.
You want to create a new minor version of an application ruleset to add a new
feature to your application. The new feature will be made available to users in a phased
rollout.
How do you update the application to add the new ruleset version?
a. Skim the existing ruleset and update the existing application version
b. Create a branch ruleset and a new application, and add the branch ruleset to the
application
c. Lock and roll the existing ruleset, and create a new application version
d. Create a new application version and add the new ruleset version as a product
ruleset
125.
In the Answer area, drag each mobile application solution on the left to the correct
scenario
SDK Application --- Globo bank wants to build a mobile app of its pega platform application
to embed in its mobile app
Signed Application --- Metro bank wants to build a mobile app for distribution on Android
and iOS app stores
Unsigned Application --- Local bank wants to build a mobile app for a pega platform
application, but developer certificates cannot be distributed to app developers
126.
The MyCoSelfService ruleset contains the following instances of the same rule. The
only differences between the instances are the circumstance settings and ruleset version. All
ruleset versions are in the ruleset list.
Ruleset Version
Circumstance
01-01-01
None
01-01-02
.country = japan
01-01-03
None; base rule checked
01-01-04
.country = japan
01-02-01
None
Assuming users can access all the ruleset versions, which ruleset version is chosen by rule
resolution when .country = Australia?
a. 01-02-01
b. 01-01-01
c. 01-01-02
d. 01-01-03
127.
A budgeting application uses a job scheduler to automatically email customers once
a week with a breakdown of their weekly expenses. Due to the international usage of the
application, stakeholders require peak performance at all hours.
Which solution addresses this performance concern?
a. Dedicate and classify a node for the job scheduler.
b. Ensure customers use a common access group.
c. Configure the job scheduler to run at off-hours.
d. Limit the number of operators who access the application.
128.
You perform a major skim on the ruleset ABC:02-02 to ABC:03-01
In the Answer area, select the ruleset versions that the skim operation uses.
Answer Area:
Ruleset Version
Does the Skim operation use the ruleset version?
01-01-01
02-01-01
01-02-01
02-01-05
No
Yes
No
Yes
The ruleset list for an application consists of the following rulesets, ordered from highest to
lowest:
SelfService: 01-01
TGB-HR:01-01
TGB:01-01
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named
ConfirmationRequest. The four instances of Confirmation Request in the rules cache are
shown in the following table.
ApplyTo
TGB-HR-SelfService-Work
TGB-HR-SelfService-WorkTimeOff
TGB-HR-SelfService-WorkTimeOff
TGB
Ruleset:Version
SelfService:01-01-01
SelfService:01-01-01
Availability
Available
Available
SelfService:01-01-02
Withdrawn
TGB:01-01-02
Available
Which is chosen during the rule resolution?
a. TGB .Confirmation Request (TGB:01-01-02)
b. TGB-HR-SelfService-Work-TimeOff .Confirmation Request (SelfService: 01-01-01)
c. TGB-HR-SelfService-Work .Confirmation Request (SelfService: 01-01- 01)
d. TGB-HR-SelfService-Work-TimeOff .Confirmation Request (SelfService: 01-01-02)
1. Drag the application integration methods on the left to the appropriate use cases on the right.
Answer Area
CUSTOM API ---- Frequent blood donors' contact information is third-party marketing firm to
provide the donor incentives and reminders.
PEGA API --- Each night, the list of expired items in a food warehouse is sent to a work group
to pull item shelves.
CUSTOM API --- A third-party benefits provider receives a list client of employees with
qualifying life events, marriage or adoption.
PEGA API --- A company identifies customers who are >90 invoices. The customer data is sent
to the c department for
129.
You have identified an activity that does not perform well. You need to find out exactly
which steps in the activity are causing the poor performance.
Which tool allows you to identify the cause of the performance issue?
a.
b.
c.
d.
130.
Database Trace
Performance Analyzer (PAL)
Performance profiler
Tracer Add a list of
Which two statements are true about configuring Pega Web Mashup? (Choose Two)
a. Use the Integration wizard to generate mashup code for use in other systems
b. Add a list of trusted domains to the application that contains the mashup.
c. Keep the original names of default actions in the mashup code to prevent security
risks.
d. Use action objects to transfer data between gadgets in a mashup.
131.
Drag the Enterprise Class Structure (ECS) layers on the left to the appropriate classes
and associated rules on the right
Answer Area
1. Implementation
- Icons and control formatting unique to a specific line of
business
2. Implementation
- Assets customized for a specific application
3. Organization
- Assets to enterprise data in external systems
132.
Which statement is true about services?
a.
b.
c.
d.
Services may process outbound requests.
Services may use a listener that runs in the background.
Services require a REST connector to function.
Services return all data in XML format
135. A Pega Platform application has just been integrated with an external data source.
Which of the following tests do you perform to ensure that the integration passes data as
expected?
136.
137.
a. Performance test.
b. Scenario Test
c. Unit Test
d. Automation Test
Which two statements about Application Settings are true? (Choose Two)
a. Application Settings can have a Value type of text, boolean, enumerated list,
or class.
b. Application Settings require updating integration rules and data
instances for each environment.
c. Using categories, a developer can group related Application Settings.
Which two statements about guardrails are true? (Choose Two).
a. A product owner creates all the guardrails for the application design.
b. Pega Platform performs guardrail examination when a rule is checked
out.
c. A guardrail warning indicates the severity of an error.
d. Each rule may have multiple guardrail warnings
The ruleset list for an application consists of the following rulesets, ordered from highest to lowest:
SelfService: 01-01
TGB-HR:01-01
TGB:01-01
A rule with an Apply to: class of TGB-HR-SelfService-Work-TimeOff references a rule named
EnterTimeOffDates. The four instances of EnterTimeOffDates in the rules cache are shown in
the following table.
ApplyTo
TGB-HR-SelfService-Work
TGB-HR-SelfService-WorkTimeOff
TGB-HR-SelfService-WorkTimeOff
TGB
Ruleset:Version
SelfService:01-01-01
SelfService:01-01-01
Availability
Available
Available
SelfService:01-01-02
Blocked
TGB:01-01-02
Available
Which is chosen during the rule resolution?
a.
b.
c.
d.
TGB-HR-SelfService-Work-TimeOff . EnterTimeOffDates (SelfService: 01-01-02)
TGB-HR-SelfService-Work-TimeOff . EnterTimeOffDates (SelfService: 01-01-01)
TGB-HR-SelfService-Work . EnterTimeOffDates (SelfService: 01-01- 01)
TGB . EnterTimeOffDates (TGB:01-01-02)
138. Consider the following requirement: Customers can review only their own credit
report
Which security solution do you use to satisfy the requirement?
a.
b.
c.
d.
Access of Role to Object
Access Deny
Access group
Access Control Policy
139. A report needs to list the user ID of the manager of the operator who creates a timeoff case. The report provides information from the MyCo-Orders-Work-Ship and DataAdmin-Operator- ID classes.
Which two options independently satisfy the business outcome? (Choose Two)
a. Configure a class join on the fulfillment report definition to join operator
information to each case.
b. Use an association rule to join operator information to each case to populate
the Fulfillment report
c. Add the operator ID to the report definition as a parameter.
d. Specify both classes in the Pages & Classes tab on the report definition.
140.
As a best practice, in which situation do you configure a keyed data page?
a. A short list of delivery options that rarely changes
b. A long list of images that often change
c. A long list of vehicle parts that rarely change
d. A short list of emojis that often change
141. Application settings allow you to
a. Store references to an external system connected to an application
b. Simulate data in an environment for testing purposes
c. Automate the application migration process
d. Execute connectors in parallel to improve performance
142. Which two configuration are required when adding a Split Join shape to your case
life cycle?(Choose two)
a. Enter a rule that stores the audit note that you want to include in the audit trail
of the subprocess.
b. Define when the parent process resumes processing based on the status of
subprocess or the evaluation of when condition.
c. Configure the context of the subprocess by selecting the current page, a specific
work item, or an embedded page.
d. Link an application to the subprocess to specify information about the subprocess
in the application documentation.
143. Which statement about the relationship between organisational elements is true?
a.
b.
c.
d.
A unit can belong to multiple organisations.
A work queue can belong to multiple organisation.
A work group can have multiple managers.
A work queue belongs to a single operator.
144. If a customer reports an issue with their online order , an Investigation case is created.
All assignments for Investigation cases are higher priority than assignment
Which configuration supports the requirements to have a greater default urgency on
Investigation case assignments?
a. Create a SLA rule and ensure that the assignment is ready immediately.
b. Create a SLA rule and increase the initial urgency.
c. Configure an optional action to enable manual changes to case urgency.
d. Increase the initial urgency on the case type settings
145. Multiple teams need to update the same application version during it development
cycle.
Which two actions do you perform so that the teams do not affect each other’s work?
a.
b.
c.
d.
Create a separate production ruleset for each team.
Create a new ruleset version for the base application.
Create a new application for each team built on the base application.
Create branches in each team’s application
146. An assignment service-level agreement (SLA) is configured with the following details:
Initial urgency: 15
Assignment ready : Timed delay of 2hr
Goal: 1 hr and increase urgency by 10
Deadline: 2hr and increase urgency by 15
Passed deadline: 1hr, increase urgency by 10, and limit events to 10
Assuming no other urgency adjustments, what is the assignment urgency 4.5 hr after the case
reaches the assignment?
a.
b.
c.
d.
40
50
60
25
147. You configure a child case to override the location strategy of the parent case. The
parent case has a time-out value of one hr. Which time-out value option is recommended
for the child case?
a. The Access time-out value on the child case cannot be changed.
b. Set the Access time-out value equal to the parent case time-out value.
c. Set the Access time-out value less than the parent case time-out value.
d. Set the Access time-out value greater than the parent case time-out value
148. Your application is deployed to the cloud. A data source outside your application
populates a data access pattern configuration. You receive complaint that the system
takes a long time to fetch data each time the case worker accesses information for a
different customer?
Which approach solves this performance issue?
149.
a. Access data page with a predefined key so that, once loaded, data access is
faster.
b. Move to local installation because network traffic in cloud deployment is often
slow.
c. Change snapshot data access method to reference pattern data access method.
d. Fetch only the targeted data from the database each time is needed so access is
faster
class group is used to__________________.
a.
b.
c.
d.
Assign work to a specific group of users
Identify a layer of the Enterprise Class Structure.
Combine related properties by usage
Associate child classes with a single database table
150.
Which three statements about the guardrail score are true?
a. The Application Guardrails landing page counts the number of rules with severe
or moderate guardrail warning.
b. Rules with unjustified warning are not counted in the compliance score.
c. A weighted compliance score above 90 signifies that an application is ready for
general distribution.
d. Guardrail scores do not include Pega Platform core rules.
e. The Application Guardrails landing page counts the number of rules with no
warnings or caution-level guardrail warnings
151.
An assignment service-level agreement (SLA) is configured with the following details?
Initial urgency: 20
Assignment ready: Timed delay of 1hr
Goal: 5hr and increase urgency by 10
Deadline: 8hr and increase urgency by 20
Passed deadline: 2hr, increase urgency by 20, and limit events to 5
Assuming no other urgency adjustment, what is assignment urgency 16hr after the case
reaches the assignment?
Ans: 100
152. You should consider using a field value when the list of allowed value is:
a. Specific to one case type
b. Shared across all case types
c. Three or fewer items
d. Mostly static
153. You perform a major skim on the ruleset ABC:02-02 to ABC:03-01
In the Answer area, select the ruleset versions that the skim operation uses.
Answer Area:
Ruleset Version
01-02-01
02-01-02
02-02-01
01-02-02
Does the Skim operation use the ruleset version?
No
Yes
Yes
No
154. An application contains a rule with an Apply to: class of TGB-HRApps-Work-Review in
a locked ruleset.There is a higher unlocked ruleset.
How do you prevent the application from using the rule in TGB-HRApps-Work-Review?
1. Save a new version of the rule,applied to TGB-HrApps-Work-Review, and set the
availability of the rule to Withdrawn
2. Save a new vesion of the rule, applied to TGB, and set the availability of the rule to
Final
3. Save a new version of the rule,applied to TGB-HRApps-Work-Review, and set the
availability of the rule to Not Available
4. Dave a ner version of the rule, applied to TGB-HRApps-Work-Review, and set the
availability of the rule to Blocked
155. The MyCoSelfService ruleset contains the following instances of the same rule. The
only differences between the instances are the circumstance settings and ruleset
version. All ruleset versions are in the ruleset list.
Ruleset Version
Circumstance
01-01-01
None
01-01-02
.country = japan
01-01-03
None; base rule checked
01-01-04
.country = japan
01-02-01
None
Assuming users can access all the ruleset versions, which ruleset version is chosen by rule
resolution when .country = japan?
a. 01-01-03
b. 01-02-01
c. 01-01-04
d. 01-01-03
156. Drag the Enterprise class structure (ECS ) layers on the left to the appropriate rules
on the right.
Implementation – An email confirmation that is unique to mortage applications,rather than
applicable to all account openings
Division – A Service level rule that defines an expected response time for approvals
throughout a line of business
Organization – A property defines a standard customer account number that is used
throughout an organization
157.
Which two requirements are supported by Attribute-based access control (ABAC)?
a. Personal identifying information in the Work-Baking-class is restricted
b. Customers have view access to all attachements of the case
c. Bakers with a rating of 4 or better can add recipes to the database
d. Managers can reschedule but not delete appointments.
158. A hospital uses a Patient visit case type to track Emergency Room (ER) visits. The
case type can create Lab analysis and Diagnostic imaging child cases. While the child
cases are active, the doctor must be able to update the Patient visit case with notes.
In the Answer area, select the three configurations that allow a doctor to update the parent
case while staff perform assignments on their respective child cases.
Patient visit  allow one user.
Lab analysis  to allow other users to open the parent case type.
Diagnostic imaging  to allow other users to open the parent case type.
159. A fitness organization wants to ensure data is entered correctly into an online form
when users apply for,or update, their membership information.
Which scenario requires an edit validate rule?
a. New members must be at least 18 yers of age at the time they sign up for
membership
b. The first and last name are required on the form, but a middle name or initial is
optional
c. The account or card number must be entered in the correct format for the
payment type
d. The credit card that they enter for payment must be valid at the time of the
membership payment date.
160. MyCo insurance company completes the development phase of its application and
decides to start the testing phase of the application in a testing environment. To migrate
the application , the development team created an instance of the Rule Admin Product
class, that includes the application and data instances to migrate.
Which two componenets does the Rule-Admin-Product instance include by default
when you generate an archive file? ( Choose two )
a. Pega platform rule
b. Checked-out rules
c. Checked-in rules
d. MyCo-class instances
161. An application contains a flow action with the Apply to: class of TRB-HRApps-WorkFeedback in a locked ruleset,HRApps:01-01-01.
There is a higher unlocked ruleset. In the Answer area , Select the appropriate settings
on a saved copy of the flow action that prevents the application from using the rule in
HRApps:01-01-01.
Answer:
Ruleset Version  HRApps:01-01-02
Applies ro  TRB-HRApps-Work-Feedback
Availability  Withdrawn
162. Which two configurations can you use to include access groups into your Product
rule ( Choose two)
a. Add the access group to the Product record in the individual instances to include
section
b. Add the access group to the application definition
c. Associate the access groups with a ruleset included in the application
d. Export the access groups using the Access Manager
Study and understand the above concepts coneptionally then only Go for additional questions
Additional Model Questions:- ( *** The below answers are not verified *** )
1. Which workspace is used for monitoring Job Schedulers and Queue Processors and
managing System nodes?
a. App Studio
b. Dev Studio
c. Admin Studio
d. Prediction Studio
2. In Order ro send email to the list of participants automatically john wants to configure a
Custom Queue Scheduler to perform the operation in the background in the non peak hours.
Which of the following configuration will be the right choice to achieve this requirement? (
Choose Two)
a. To use a default queue processor,Select Standard from the Type of queue list
b. To use a default queue processor,Select Dedicated from the Type of queue list
c. In the Activity name field, provide an activity that the rule runs
d. In the Queue processor field, provide the queue processor that you want to run.
3. A third party application can access a Pega application using a SOAP based service. The
service validates the authentication to provide the necessary details to the third-party
application. In the current release, the default error message is sent to client against an
invalid authentication. How do you configure the custom error message in the service for an
invalid authentication?
a. Use the exception tab, and configure service error condition to reflect the custom error
b. Use the exception tab, and configure mapping error condition to reflect the custom error
c. Use the fault tab, and configure security error condition to reflect the custom error
4. While configuring Mashup,Sasha has to ensure that the Mashup expands to fill the available
space on the web page.Which of the below mashup attribute has to be set?
a. data-pega-resizetype= “stretch “
b. data-pega-resizetype= “expand“
c. data-pega-mashupsize= “stretch “
d. data-pega- mashupsize = “fixed“
5. In which of the below studios, you can access the My Alerts display? ( Choose two)
a.
b.
c.
d.
App Studio
Dev Studio
Admin Studio
Prediction Studio
6. Which of the following privilege should an operator have to create client based access
control?
pzCanManagePolices
pzCanManageSecurityPolices
pzCanCreateSecurityPolices
7. You are designing an application for the online waller management system. One of the
requirement states that you can scan the bar code to transfer money from one account to
another acoount .
Which functionality you use to build the mobile app?
a. SDK app
b. Native app
c. Unsigned app
d. Signed app
8. When your pega application is providing service to the external application which of the
following rule is udes to translate the data in to the understandable format of the external
application?
Ans: Mapping Rule
9. In Which of the following situations would you simulate a data page?
a. When the interface definition is not finalized
b. When the coneector is available for the integration
c. When the data page writes data to the external system
d. When a large amount of data needs to be simulated
10. A disputed transaction case records account information using a page property. Account
information is recorded at the time the case… The case is further processed. Account
information is stored in an external system and accessed by a data page.
How do you configure the account information page?
a. Select Copy from a data page on the page property ( snapshot)
b. Configure the page property to refer to a keyed data page
c. Select Refer to a data page on the page property(SOR)
d. Define a reference property that refers to the data page
11. You want to create a reusable font style for buttonsm and links. To do this , you would
create a _____________
a. Mixin
b. Control
c. Format
d. Overlay
12. Which three statements are true abour Obj-methods?
a. Obj-Browse allows you to return a page list of data on the clip board
b. Obj-Delete-By-Handle requires a page on the clipboard to delete an instance
c. Obj-refresh-and-Lock can acquire the lock and refresh a pahe id stale
d. Obj-Save always performs an immediate write to the database to ensure integrity
e. Obj-Open loads an instances of a class from a database onto the clipboard
13. Which three statements are valid about Pega Wen Maships?
a. Customize the display size of ypur mashup through the data-pega-resizetype
b. Keep the original names of default actions in mashup code to prevent security risks
c. Add a list of trusted domains in your applications that you want to use the mashup in.
d. Use the integration wizad to generate mashup code for use in external systems
e. Only create one DIV element in the hosting web page per pega gadget
14. What re the two consequences of exposing(optimizing) columns for reporting?
a. Backward chaining declare expressions cannot use exposed properties
b. Record inserts and updates require more processing time
c. Table requires additional space due to additional columns
d. The database mat not comply with normalized standards.
15. Select two of the following best practices to follow when designing mobile application.
a. Use layout groups instead of containers to group section in harness
b. Layout widths should be specified in pixels since the reponse breakpoint set in pixels
c. Avoid sourcing controls and grids from data pages
d. Use controls that allow tapping
16. You want to allow users to use an application on a mobile device,even if the device is not
connected to a network.
Which configuration option support this requirement?
a. Simulate external data sources when application is offline
b. Source repeating layouts using report defnitions
c. Configure UI elements to use native controls on mobile devices
d. Source drop-down lists using data pages
Download
Study collections