0% found this document useful (0 votes)
81 views10 pages

Cssa 8.6.3

01-01 Authorization:01-01 Which two statements are true about the ruleset list? (Choose two.) a) A. SelfService ruleset has the highest b) B. Authorization ruleset overrides rules in precedence. Assistant ruleset. c) C. Rules in Assistant ruleset override d) D. Rules in Authorization ruleset have the rules in SelfService ruleset. lowest precedence. 18. You need to configure a data transform to populate a field on a case with the current date and time. Which option satisfies this requirement? a) A. Use the Date() function. b) B. Use the Now() function.

Uploaded by

Sarang Udgave
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views10 pages

Cssa 8.6.3

01-01 Authorization:01-01 Which two statements are true about the ruleset list? (Choose two.) a) A. SelfService ruleset has the highest b) B. Authorization ruleset overrides rules in precedence. Assistant ruleset. c) C. Rules in Assistant ruleset override d) D. Rules in Authorization ruleset have the rules in SelfService ruleset. lowest precedence. 18. You need to configure a data transform to populate a field on a case with the current date and time. Which option satisfies this requirement? a) A. Use the Date() function. b) B. Use the Now() function.

Uploaded by

Sarang Udgave
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

NAME :

CLASS :
Pega Dump
DATE :
32 Questions

1. How do you ensure that only a manager can run a specific

flow action?

a) Add a privilege to the flow action form, b) Add an Access When condition to the flow
then add the privilege to a role assigned to action to determine whether the user is a
the access group for managers manager.

c) Add a pre-processing activity to the flow d) Add a validate rule to the flow action form
action form to determine whether the user to determine whether the user is a
is a manager. manager.

2. What are three valid ways to exchange data through a Pega

Web Mashup?

a) Use an SQL call to exchange data between b) Use the data-pega-event-onpagedata


the mashup and hosting web page. attribute to configure the default value for
the gadget.

c) Use a queue processor to pass updated d) Use an action object configured as a script
attributes to the gadget on the hosting web to perform additional actions on a web
page mashup gadget.

e) Use the Javascript function doAction() to


set or read data values through the hosting
web page.

3. How do you test UI forms for suitability for users with visual

disabilities such as Deuteranopia (red-green confusion) or


Tritanopia (yellow-blue confusion)?

a) A. Enable the Live UI tool. b) B. Use the Accessibility Inspector.

c) C. Unit test section rules. d) D. Use a screen reader.


4. 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) Customize the standard b) Use a transition condition in the activity


pxErrorHandlingTemplate data transform. step invoking the connector.
c) Implement the logic in the connector’s d) Implement the logic in the data page’s
error handler flow. response data transform.

5. You need to localize correspondence into a language that is

unavailable in the Pega language pack. Which option


satisfies the requirement?

a) Run the Localization wizard and add b) Create the Translation rule manually and
translations to Translation.html. include the rule in the application ruleset.

c) Leverage translation services SOAP calls d) Configure a field value record that contains
and enable records for translation. the correspondence text.

6. Which piece of application content do you localize by using

a Field Value rule?

a) A. Labels and drop-down values on a b) B. Logos or other images on a harness rule


section rule
c) C. User instructions in a paragraph rule d) D. User-editable text in a correspondence
rule

7. What are two consequences of exposing columns for

reporting? (Choose two.) (Not Final)

a) A. Backward chaining declare b) B. Record inserts and updates require


expressions cannot use exposed more processing time.
properties.

c) C. Tables require additional space due d) D. The database may not comply with
to additional columns. normalization standards.
8. Which two statements accurately describe the use of a

symbolic index? (Choose two.)

a) A. <LAST> sets or retrieves an element b) B. <PREPEND> inserts a new element in a


value from the end of a value list or page value list or page list property as the first
list property. element.

c) C. <APPEND> adds an element at a d) D.<CURRENT> inserts a new element in a


designated location in a value list or page value list or page list property at the
list property. currently referenced index.

9. A client requests that you add a footer to the Case Manager

portal. How do you satisfy this request?

a) A. Update the portal format in the skin b) B. Update the portal type on the portal
applied to the portal. record.

c) C. Change the section layout on the d) D. Configure a navigation record to


harness referenced on the portal record. describe the new portal format.

10. Your application contains the following versions of a service


level named AuthorizeClaim. The application is being

updated with a new version of the AccountManage ruleset.


As part of the update, the service level is no longer
circumstanced for AccountOpen cases. The update must
retain the circumstancing for the other case types in the
application.Which option do you use to reset the
circumstancing for the AccountOpen case type?

a) A. Copy the non-circumstanced rule to b) B. Make the circumstanced rules in the


the AccountOpen class and select the AccountOpen class unavailable.
base rule option.

c) C. Withdraw the circumstanced rules in d) D. Block the circumstanced rules in the


the AccountOpen class. AccountOpen class.
11. The customer, a medium size toy maker, wants to fulfil

orders received during the peak season in December and


process them in batches multiple times a day.

a) A. Create a queue processor that can b) B. Create one scheduled job and select its
process orders received by the company. run schedule as multiple times a day.

c) C. Create batches of orders and send each d) D. Create scheduled jobs, one for each run,
batch for processing when it gets full. that can process accumulated orders.

12. Users are spending excess time researching duplicate cases

to determine whether to process or resolve the


cases.Which two options allow you to reduce the number of
potential duplicate cases? (Choose two.)

a) A. Decrease the weights of the weighted b) B. Increase the weights of the weighted
conditions. conditions.

c) C. Increase the weighted condition sum d) D. Decrease the weighted condition sum
threshold. threshold.

Which two design configurations limit the need for

13. horizontal scrolling when an application is used on a mobile


device? (Choose two.)

a) A. Use grid layouts rather than repeating b) B. Set the importance for columns in
dynamic layouts to display tabular data. repeating dynamic layouts.

c) C. Limit text fields to a width of 200 pixels. d) D. Set the width for layouts in percentages.

14. Items selected by a user need to be copied to a page list

property when the user submits the form. How do you copy
the items?

a) A. Create a validate rule to copy the b) B. Create a declare expression with the
selected items. page list property as the target.

c) C. Add a data transform to the flow d) D. Add a data transform to the flow
action as a pre-processing action. action as a post-processing action.
15. Which piece of application content do you localize by using

a Field Value rule?

a) A. Labels and drop-down values on a b) B. Logos or other images on a harness rule


section rule
c) C. User instructions in a paragraph rule d) D. User-editable text in a correspondence
rule

16. In which two situations do you use the PegaRULES Log

Analyzer to analyze application performance? (Choose two.)

a) A. During User Acceptance Testing b) B. Throughout the application


development life cycle

c) C. Before migrating an application to a d) D. After the application is deployed to a


testing system production system

17. 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-01A rule with an Apply to: class of


TGB-HR-SelfService-Work-TimeOff references a rule named
ConfirmationRequest. The four instances of
ConfirmationRequest in the rules cache are shown in the
following table. Which is chosen during rule resolution?

a) TGB-HR-SlfService-Work b) TGB .ConfirmationRequest (TGB:01-01-


.ConfirmationRequest (SelfService:01- 02)
01-01)
c) TGB-HR-SelfService-Work-TimeOff d) TGB-HR-SelfService-Work-TimeOff
.ConfirmationRequest (SelfService:01- .ConfirmationRequest (SelfService:01-
01-02) 01-01)
18. 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) A. Apply an Access When record. b) B. Apply a When record.

c) C. Apply a Privilege record. d) D. Apply an Access Deny record.

19. In which situation do you configure branched rulesets?

a) A. Multiple teams need to work on the b) B. You need to delegate rules to process
same application version. owners from the business.

c) C. A team needs to work on the next d) D. One team creates a new patch for an
version of an application while preparing application while another team creates a
to migrate the current version. new major version of the application.

20. You want operators in two separate units to be able to

perform work routed to either unit.Which configuration


supports this requirement?

a) A. On each operator's record, associate the b) B. On each operator's record, associate the
operator with both units. operator with the same work group.

c) C. On the work group record, associate the d) D. On each unit record, associate both
operators with the work group. operators with each unit.

21. 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) A. Invoke the connector from an activity b) B. Create a custom error handler flow
and use standard Obj- methods to add that displays the error message and
an error message end send an email. sends an email.

c) C. Create an error handler data d) D. Configure an error handling process


transform that adds an error message that displays the error message and
to the data page and sends an email. sends an email.
22. In which two of the following situations would you simulate

an integration? (Choose two.)

a) A. The service is not available yet. b) B. The service has slow response times.

c) C. You need to test each flow path in the d) D. The connector is configured to use
case processing. global resource settings.

23. Several development teams work on different

enhancements. The release date for each enhancement is


uncertain. Which two options allow each team to keep its
work separate? (Choose two.)

a) A. Set up branch ruleset for each team. b) B. Create a new application for each
team.

c) C. Create a new ruleset version for each d) D. Create a production ruleset for each
team. team.

24. A requirement states that when a case is assigned to a user

for review, its work status is set to Open-Review.Which two


steps do you perform to implement this requirement?
(Choose two.)

a) A. Add Open-Review as an allowed status b) B. Configure a data transform to apply the


on the case type record. Open-Review status on the appropriate
assignments.

c) C. Apply the Open-Review status to the d) D. Create a field value record for the Open-
appropriate assignments. Review status.

25. Which two statements describe the role of the cache

manifest in a mobile app? (Choose two.)

a) A. Allows downloading of rules for b) B. Provides access to static resources


offline use with a mobile app. such as HTML files, image files, or JS
files.

c) C. Enables users to continue interacting d) D. Supports debugging efforts by


with mobile apps while offline. providing a run-time view of the rules
accessed by the app.
26. A health plan application includes a process for surgical

procedure requests. Currently, there is an evaluation


subprocess in which a physician reviews the diagnosis and
enters the recommended procedure and its urgency. The
request then advances to a medical director who analyzes
the feedback and approves the appropriate procedure. The
health care organization has created a new requirement,
which states that three physicians can perform the
evaluation independently. Only two evaluations are
necessary to advance the case to the medical director. In
order to allow the three physicians to review the orders in
parallel, how would you configure the process?

a) A. Add a Split Join shape, add a list of b) B. Add a Split For Each shape, add a list of
physicians, and call the surgical procedure physicians, and call the evaluation process.
request process.

c) C. Add a Split Join shape, add a list of d) D. Add a cascading approvals shape that is
physicians, and call the evaluation process. called by the evaluation sub process.

27. 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 supports this requirement?

a) A. Simulate external data sources when b) B. Source repeating layouts using report
the application is offline. definitions.

c) C. Configure UI elements to use native d) D. Source drop-down lists using data


controls on mobile devices. pages.

28. A service receives a request to assign an office to 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) A. Security error b) B. Queue when

c) C. Service error d) D. Mapping error


29. The following example shows the ruleset list for the logged-

in operator. What is stored in the Admin@MyCo ruleset?

a) A. Preferences for the operator b) B. Rules recently opened by the operator

c) C. Rules delegated to the operator d) D. Rules checked out by the operator

30. You are analyzing application performance and notice one

or more data transforms exceeding preferred performance.


Which of the following performance tools do you use to
help troubleshoot the issue?

a) A. PegaRULES Log Analyzer b) B. Database Trace

c) C. Performance Profiler d) D. Performance Analyzer

31. Which two statements are valid regarding Pega Web

Mashups? (Choose two.)

a) A. A mashup display starts by calling either b) B. Pega Platform limits a mashup to


a flow or a harness from a Pega working on existing cases.
application.

c) C. A mashup can allow access to Dev d) D. A user can view their worklist in an
Studio for full system configuration. external portal and select items to take
action on.

32. Identify two options for passing data between a Pega

application and a webpage containing a web mashup.


(Choose two.)

a) A. Use the attribute data-pega-event- b) B. Use REST methods to call Pega


onpagedata. microservices.
c) C. Call a Pega API function from the host d) D. Call the function
server. pega.web.api.doAction().
Answer Key
1. a 9. c 17. d 25. b,c
2. b,d,e 10. c 18. a 26. b
3. b 11. b 19. a 27. d
4. c 12. b,d 20. b 28. a
5. a 13. b,d 21. d 29. c
6. a,c 14. c 22. a,c 30. c
7. b,c 15. a 23. a,b 31. a,d
8. a,b 16. a,d 24. c,d 32. a,d

You might also like