0% found this document useful (0 votes)
227 views26 pages

Dumps 1

The document provides information on two configuration options that can be used to include access groups in a product rule: 1) Associate the access groups with a ruleset included in the application. 2) Add the access groups to the application record.

Uploaded by

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

Dumps 1

The document provides information on two configuration options that can be used to include access groups in a product rule: 1) Associate the access groups with a ruleset included in the application. 2) Add the access groups to the application record.

Uploaded by

saheli misra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Which two configurations can you use to include access groups into your product rule?

(choose two)

1) add the access groups to the application record

2) associate the access groups with a ruleset included in the application

3) Export the access groups using the access manager

4) Add the access group to the product record in the individual instances to include section

answer : BD

2. You want to restrict access to a workbasket to certain users

a) add the access role for allowed users to the workbasket record

b) add a privilege to the workbasket record and to the appropriate access role

c) add a skill threshold to the workbasket

d) add the access group for allowed users to the workbasket record

answer: A

3. during the development of your application you created operators for testing purposes .You are
preparing to migrate the application to another environment you do not want to include the
operators in the archive file.(choose two)

a) In the operators step in the application packaging wizard clear the check boxes next to the
operator names .In the product rule clear the include data types check box.

b) before you run the application packaging wizard remove the associated ruleset from operator
records

c) in the operators step in the application packaging wizard clear the check boxes next to the
operator [Link] the product rule clear the include associated data items check box

d) before you run the application packaging wizard save the operators to an organization ruleset.
Select the Excluded non versioned rules check box in the product rule.

Answer: BC

4. 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 a when record

b) Apply a privilege record

c) Apply an Access when record

d)Apply an Access Deny record.


Answer : C

5. An agent is configured to run at a 600 second interval with a maximum number of entries set to
50 there are 75 entries in the scheduled queue

If the agent runs at 2:30 pm when does the agent run again?

a) Depends on the number of nodes in the cluster

b) 600 seconds after the last run started

c) one hour after the last run because the master agent runs only once per hour

d) 600 seconds after the agent activity process 50 entries.

Answer: D

6.A subset of users is allowed to attach a scanned document to a case.

Which attachment feature do you leverage to implement your solution?

a) Enable attachment level security


b) Configure an attachment type
c) Define a specific access group.
d) Configure an attachment category.

Answer: A

7. A given user interaction takes five seconds . you need to investigate why it is taking so long which
tool do you use to start the investigation?

a) pega log analyzer (PLA)

b) database trace

c) performance analyzer(pal)

d) performance profiler

Answer: C

[Link] are troubleshooting a performance issue with a user interaction that exceeds the maximum
time of five [Link] elapsed time shown in the performance report indicates a total of two
seconds.

Which tool do you use to determine what is adding the additional three seconds to the performance
measure?

a) Log Analyzer
b) System Management Application
c) Performance Profiler
d) Database Trace

Answer: C

[Link] which two situations do you use the PegaRULES Log Analyzer to analyze application
performance?(Choose Two)

a) Throughout the application development life cycle

b) During User Acceptance Testing

c)After the application is deployed to a production system

d)Before migrating an application to a testing system

Answer: BC

[Link] need to update the navigation menu in a portal .Which tool do you use that contains the
menu?

a) Live UI

b)The Run Rule dialog

c)The Tracer

d) The System Management Application (SMA)

Answer: A

11. You are creating a report that lists all open Personal Injury cases for an Auto Claim case

What three options do you use to configure the join for this report ?

A. Specify a join for the personal injury class

B. Create the report in the work-class

C. Create the report in the auto claims class

D. Specify the join type to include all rows in the personal injury class

E. A. Specify the join type to only include matching rows

F. Specify a join for the Auto claim class

Answer:ACE

12. What two actions must you perform to create a class join in a report definition ?
A. Add an association rule to match key values

B. Create a prefix for the joined class

C. Add a parameter for each property in the class you want to join

D. Select the type of match for key values

Answer: AB

13. In the first step in a case type, the user compares data on a form to the data on a customer
account.

If the data matches, the case is resolved. If the data does not match, the user advances the case to
update the account.

Management only wants a record of the cases that update an account. What twoconfigurations
options do you use

to implement this requirements ?

A. Apply a when condition to the first step to persist only cases requiring updates

B. Add a persist case shape after the first step

C. Configure the first step to instantiate the case type as a temporary case

D. Configure the starting flow to instantiate the case type as a temporary case

Answer:BD

14. 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 numbers of potential duplicate cases ?

A. Decrease the weighting threshold

B. Increase the weights of the weighting conditions

C. Increase the weighting threshold

D. Decrease the weights of the weighting conditions

Answer:CD

115. You are Configuring duplicate case search logic in a case type. How do you ensure that resolved
cases are not evaluated
as potential duplicates?

A. Add a weighted condition where the work status of potential duplicates does not contain
"Resolved"

B. Add a weighted condition where the work status of current case does not contain "Resolved"

C. Add a must match condition where the work status of potential duplicates does not contain
"Resolved"

D. Add a must match condition where the work status of Current Case does not contain
"Resolved"

Answer:C

16. You are configuring a screen flow as shown below:

Steps three through five must be completed in order. How do you configure the screen flow to
meet this requirement?

A. Select the enable navigation link and only allow navigating back to this step options for both
steps four and five

B. Select the enable navigation link option for both steps, and the only allow navigating back to
this step option for step five

C. Select the enable navigation link option for both steps, and the only allow navigating back to
this step option for step four

D. Select the enable navigation link option for step four, and the only allow navigating back to this
step option for step five

Answer: A

17. Business users are not able to update a delegated business rule. Select two possible causes.

A. The business users do not have appropriate privileges in the access group

B. The delegated business rule is currently being executed by another user

C. The availability of the delegated business rule is set to blocked

D. The delegated business rule is not in an unlocked production ruleset

Answer: AD
18. Consider the following partial requiremets for configuring the Get Next Work functionality in
pega platform:

All workbaskets with which a user is associated must be checked first. Then, all eligible
assignments from all

workbaskets must be consolidated into a single list before being filtered and sorted.

Which two options must you select in the operator ID record to implement this part of the
requirement ?

A. Merge workbaskets

B. Use all workbaskets assignments in the user's work group

C. Operator is available to receive work

D. Get from workbaskets first

Answer:AB

19. A travel authorization requires approvals from the requestor's manager, divison VP,and possibly
an accountant based

on the total amount.

Which configuration satisfies the requirement ?

A. Cascading approval using when rules to identify the assigned user

B. Cascading approval using the reporting structure

C. Cascading approval using the workgroup manager

D. Cascading approval using an authority matrix

Answer: D

20. You have a requirement to associate users in different units to the same workbasket.

How do you implement this requirement?

A. Associate the users to a common workbasket. Then associate the workbasket to the
appropriate units.
B. Associate the users to a common workgroup. Then associate the workgroup to the appropriate
units.

C. Associate the users to a common workgroup. Then associate the workbasket to the workgroup.

D. Associate the users to a common unit. Then associate the workbasket to the common units.

Answer:

21)Responses to account opening requests are required within 24 hrs of [Link] to Seasonal
Fluctuations,response times may be adjusted at the discretion of business managers

you create a SLA to monitor responses times which solution allows adjusting the response times on
demand?

a)Define the response times using property values that are circumstanced to account for the
seasonal adjustents

b)plan a release cycle for updating the SLA for each of the expected seasonal adjustments.

c)Delegate the SLA to the bussiness managersso they can configure Sesonal adjustments.

d)Create multiple circumstancesof the SLA to account for the Seasonal adjusments

ans--

22)A travel reservation servicing case includes a service level for responding to [Link] service
level intervals vary according to passenger status class of service and fare type. Which
implementation satisfies this requirements?

a) create a single property circumstanced rule

b) create a single property circumstanced rule and when rule.

c) create a multivariate circumstanced rule and a when rule.

d) Create a multivariate circumstanced rule a circumstanced definition and a circumstanced


template.

ans--

23) An organization uses a common process in the framework layer to address account inquiries
from [Link] implementation layer application includes a customized workbaskets for
processing account [Link] the configuration that standardizes the process while ensuring
that users of each implementation only see assignments in the appropriate workbasket.

a) pass the workbasket name as a property reference using values on a datapage.

b) Circumstance the flow based on the implementation to route assignments.

c) use a load-balanced router to route assignments to the appropriate workbasket.

d) use a skil-based router to route assignments to the appropriate workbasket.

ans--

24) you are configuring an application to use Get Next Work. The requirement States that operators
must always work on the highest priority assignments from [Link] two configration
options do you use to select the highest priority assignments for users?

a) Configure the operator ID record to get work from Workbaskets from workbaskets first.

b) Configure the operator ID record so the operator is available to receive work.

c) Configure a ToWorkGroup router for the assignments.

d) Configure a ToWorkbasket router for the assignments.

ans-- AD

25)A flowaction calls a pre-processing datatransform to initiate [Link] are several flowactions
available for the assignment you want to make sure that the values are only intiated once for each
[Link] do you implement a solution?

a) Make sure that the flow action doesnot have the highest likelihood since it will always be
involved.

b) Do [Link] pre-processing data transform is only called once for each assignment.

c) Configure the data transform as post processing instead of pre-processing.

d) Add logic to the pre-processing data transform to test if values were already intiated.

ans--D
26)Which two options do you consider when creating a pre processing data transform?

a) The potential reuse of the flow action.

b) The effect if the flow action is reloaded.

c) The security setting for the flow action.

d) The timing of the Commit for the flow action.

ans--AB

27)A health plan application includes a process for surgical procedure [Link] there is an
evaluation subprocess in which a physican 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 [Link] health care organization has created a new
requirement,Which states that three physicians can perform the evaluation [Link] two
evaluations are necessary to advance the case to the medical [Link] do you configure the
process so that the request can continue to be processed if only two of the three physicians approve
the order?

a) Use any Any join Condition.

b) Use a Validate rule.

c) Use a Decision table.

d) use a some join Condition.

ans--D

28) A health plan applicaton includes a process for surgical procedure [Link] ,there is an
evaluation subprocess in which a physician reviews the diagnosis and enters the recommended
procedure and its [Link] request then advances to a medical director who analyzes the
feedback and approves the appropriate [Link] health care organization has created a new
requirment ,which states that three physicians can perform the evaluation [Link] 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) Add a split Join shape,add a list of physicians and call the evaluation process.

b)Add a cascading approvals shape that is called by the evaluation subprocess


c)Add a Split Join Shape,add a list of physicians,and callthe surgical procedure request process.

d)Add a Split For Each Shape,add a list of physicians,and call the evaluation process

Answer:D

29) An application includes the following st of circumstanced nstances of a decision table.

You update the application and increment the AccountManage ruleset version to [Link] 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 Blocked

b)Create a new version of the circumstanced decision table in AccountManage :01-02-01 and select
the Base rule option

c)Create a new version of the circumstanced decision table in AccountManage :01-02-01 and set the
availability to withdrawn.

d) Do nothing Rule resolution does not consider rules in lower minor version of a ruleset

Answer:C

30) On mobile devices , a form defined with dynamic layouts forces horizontal [Link] do
you configure the responsive behaviour to address this issue?

a) In the section holding the dynamic layouts

b)In the application skin

c)In the portal

d)In the harness

Answer:B

[Link] logo,the client wants you to use the logos for each of the companys operating
subsidiaries-a user in the xyz subsidiary sees the xyz logo
How do you add the logos to the application?

a. upload each logo to a unique section

b. upload each logo to a unique binary file record

c. reference each logo in a skin

d. upload each logo to the portal record

Answer: B

32.A client want wants to replace the pega 7 logo in the case manager and case worker portals.
instead of using the company logo, the client wants you to use the logos for each of the company’s
operating subsidiaries----a user in the xyz subsidiary sees the xyz logo

How do you replace the pega logo with the appropriate logo for each operating subsidiary?

a. create a skin for each division

b. create a harness for each division

c. create a portal header for each division

d. create a portal record for each division.

Answer: C

[Link] two designs configurations limit the need for horizontal scrolling when an application is
used on a mobile device?(choose two)

a. hide Non-Critical columns

b. hide grid layouts rather than repeating dynamic layout to display tabular data

c. configure UI controls to use native controls on mobile devices

d. set the width for layouts in percentages

Answer: AD

[Link] 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. Source repeating layouts using report definitions

b. simulate external data source when the application is offline.

c. configure UI elements to use native controls on mobile devices

d. source drop-down lists using data pages.

Answer: D
[Link] running an application ,a user notes that a system exception [Link] log do you
review to identify the issue?

a. Alert Security

b. BIX

c. Alert

d. Pega

Answer: D

[Link] each rule in the appropriate layer of the ECS

a. Organization-àa property that defines a standard customer account number used throughout an
organization

b. frameworkà A standard business process expected to be extended for specific application


requirements

c. Divisionà A service level rule that defines expected response times for all application in a
department

d. Implementation--àA standard business process expected to be extended for specific application


requirements.

37.A user is processing a case .the application displays an error message instead of running a
rule .select the two situations in which rule resolution returns an error?

a. The user does not have appropriate privilege to access the rule chosen by rule resolution

b. The availability of the rule chosen by rule resolution is set to blocked.

c. The context of the rule chosen by the rule resolution does not match the context of the
referencing rule.

d. The rule chosen by rule resolution is in a ruleset that is not in the applications ruleset list.

Answer: AB

[Link] following example shows the ruleset list for the logged-in operator .What is stored in the
Admin@MyCo ruleset?

Rulesets:

AdminnAMyCo:

Purchasing:01-01

PurchasingInt:01-01

MyCo:01-01
MyCoInt:01-01

Supplier:01-01

Customer:01-01

Inventory:01-01

Pega-ProcessorCommander:07-10

Pega-DeploymentDefaults:07-10

Pega-DesicionScience:07-10

Pega-DecisionArchitect:01-10

Pega-LP-Mobile:07-10

Pega-LP-ProcessAndRules:07-10

Pega-LP-Integration:07-10

Pega-LP-Reports:07-10

a. Rules checked out by the operator

b. Preferences for the operator

c. Rules recently opened by the operator.

d. Rules delegated to the operator .

Answer: A

[Link] 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


[Link] four instances of EnterTimeOffDates in the rules cache are shown in the
following table.

Apply to: Ruleset:Version Availability

TGB-HR-SelfService-Work SelfService:01-01-01 Not Available

TGB-HR-SelfService-Work -TimeOff SelfService:01-01-01 Available

TGB-HR-SelfService-Work-TimeOff SelfService:01-01-02 Blocked

TGB TGB:01-01-02 Available


Which instances of EnterTimeOffDates is choosen during rule resolution?

a. [Link](SelfService:01-01-02)

b. TGB-EnterTimeOffDates(TGB:01-01-02)

c. . [Link](SelfService:01-01-01)

d. . [Link](SelfService:01-01-01)

Answer: A

40.A company with multiple applications spanning different business units want to send a standard
confirmation email whenever a case is created.

In which layer of the ECS do you apply the email correspondence?

a. Implementation

b. Enterprise

c. Division

d. Unit

Answer: B

41) You have a requirement to populate a list of allowed values sourced from a database [Link]
list of allowed values varies based on the context in which the list is used.

Which implementation maximizes reusability?

a)Create datapage sourced with report [Link] parameters to specify a filter condition to
retrieve specific results based on context.

b) create a data page sourced with a connector. Specialize the datgapage by class based on context.

c)create a datapage sourced with a report definition. Circumstance the report definition based on
the context.

d)create a data page and report definition for each [Link] parameters to filter the results of
the response data transform.

Answer: A

42)An application contains a rule with an Apply to:class of TGB-HRApps-Work-Review in a locked


[Link] updating the application,you save the existing rule into a new minor version of the
ruleset this time applied to class TGB so it can be used by more than one application.

How do you prevent the application from using the rule in TGB-HRApps-Work-Review?

a)save an additional new version of the rule applied to TGB-HRApps-Work-Review and set the
availability of the rule to “Blocked”.
b) save an additional new version of the rule applied to TGB-HRApps-Work-Review and set the
availability of the rule to “NotAvailable”.

c) save an additional new version of the rule applied to TGB and set the availability of the rule to
“Final”.

d) save an additional new version of the rule applied to TGB-HRApps-Work-Review and set the
availability of the rule to “withdrawn”.

Answer: D

43)Multiple teams need to update the same application version during a development life cycle?

Which two actions do you perform so that the teams do not affect each other’s work?(choose two)

a)Create a new rulesetversion for the base application.

b)create branches in each team’s application.

c)create a new application for each team built on the base application.

d)create a separate production ruleset for each team.

Answer: BC

44)A rule with an Apply to:class of AQB-Expenses-Work-TravelVoucher references a rule named


CreateVoucher . There are six instances of Create Voucher in the rules cache as shown in the
following table.

Applyto: RuleSetversion:Version Availabilty

AQB-EXPENSES-WORK EXPENSES:01-01-05 WITHDRAWN

AQB-EXPENSES-WORK EXPENSES:01-01-03 AVAILABLE

AQB-EXPENSES-WORK AQBCATALOG:01-01-05 BLOCKED

AQB-EXPENSES-WORK AQBCATALOG:01-01-03 AVAILABLE

AQB-EXPENSES EXPENSES:02-01-01 FINAL

AQB-EXPENESES AQBCATALOG:01-01-05 AVAILABLE

RuleResolution fails to find a rule to [Link] is a possible reason that rule resolution fails to
find a rule to execute?

a)The blocked instance of Create voucher is preventing rules in the AQBCATALOG ruleset from
resolving.

b)The operator doesnot have one or more rulesets in their ruleset list.

c)The withdrawn instance of CreateVoucher is preventing rules in AQB-EXPENSES-WORK context


from resolving.

d)The operator only has access to 01 major versions of the Expenses and AQBCATALOG Rulesets.
Answer: D

45)In the following example ,the purchasing,purchasingInt and Inventory rulesets are configured for
application [Link] and MYCOINT are configured for ruleset [Link] prerequisite s
for MYCO are MYCOINT and Inventory the prerequisite for MYCOINT is pega-process commander.

Ruleset validation mode prerequisites

Purchasing application N/A

Purchaseint application N/A

Myco ruleset mycoint,inventory

MYcoint ruleset Pega-process-commander

Inventory application N/A

Which of the following two statements are correct?(choose two)

a)rules in MYcoint can reference rules in MYCO.

b) rules in Inventory can reference rules in MYCO.

c) rules in MYco can reference rules in purchasing.

d)Rules in purchasing can reference rules in inventory.

Answer: BD

46) You are working on an update to an application which only affects some rules for a certain
casetype. The customer has requested that a patch update be released?

How do you create the new ruleset version?

a)Use the lock&Roll functionality to lock the current ruleset and increment the rulesetversion.

b)create a branched ruleset,then copy the affected rules into the new branched ruleset.

c)Use the ruleset maintenance wizard to skim the relevant rulesets to copy the highest version of
existing rules to the new version.

d) Use the ruleset Maintenance wizard to merge the existing rules in the relevant rulesets to the
new version.

Answer:A

47)Teams X&Y work on different enhancements in the same ruleset . The release date for each
enhancement is uncertain.
Which two options allow each team to keep its work separate?

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 configures.

Answer:AB

48)An application has the following application rulesets:

EXPENSES:02-01

TGB:02-01

TGBCATALOG:02-01

A rule with an Applyto:class to TGB-EXPENSES-WORK-REIMBURSEMENT references a rule named


[Link] six Instances of populatelineitems in the rules cache are shown in the
following table:

Applyto: RuleSetversion:Version Availabilty

TGB-EXPENSES-WORK EXPENSES:02-01-05 WITHDRAWN

TGB-EXPENSES-WORK EXPENSES:02-01-03 AVAILABLE

TGB-EXPENSES-WORK TGBCATALOG:02-01-05 NOT AVAILABLE

TGB-EXPENSES-WORK TGBCATALOG:02-01-03 BLOCKED

TGB-EXPENSES EXPENSES:02-01-03 FINAL

TGB-EXPENESES TGBCATALOG:02-01-05 AVAILABLE

Which rule is chosen by Rule resolution?

a)[Link](TGBCATALOG:02-01-03).

b)[Link](EXPENSES:02-01-05)

c)[Link](TGBCATALOG:02-01-05)

d)[Link](EXPENSES:02-01-03)

e)[Link](EXPENSES:02-01-03)

f)[Link](TGBCATALOG:02-01-05)

Answer: A
49)An agent runs every 300 seconds .You have been asked to update the agent so that it runs every
Friday at 12:[Link] do you modify the agent schedule to meet this requirement?

a)keep the periodic [Link] the parameters dialog,update the schedule.

b)change the recurring pattern to periodic and enter the interval value.

c)keep the recurring pattern and update the interval value.

d)change the periodic pattern to [Link] the parameters dialog and update the schedule.

Answer: D

50)In a flow, an integrator shape calls a connector that writes data to a system of record, The system
of record is not currently available.

How do you simulate the service call invoked from the integrator shape?

a)Create a simulation activity for the connector.

b)Simulate the datapage using a data transform.

c)Leave the flow in draft mode and simulate integration values in a data transform.

d)configure global resource settings for the recorder.

Answer: A

51) The current SOAP configuration returns a standard exception when the service cannot find a
valid instance of the security activity

What action do you take in order to provide specific information to the user when this exception
occurs?

a) Add a Mapping Error Fault condition to the Service SOAP form.

b) Add a Mapping Error Fault condition to the XML Stream form

c) Add a Service Error Fault condition to the Service Soap Form

d) Add a Service Error Fault condition to the Parse XML form.

Answer: C

52)You are updating a system of record using a flow rule by calling a SOAP connector from an
Integrator shape. You want to display an error message when system of record is unavailable

a) Implement the logic in the connectors error handler flow

b) Implement the logic in the data pages response data transform

c) Use a transition condition in the activity step invoking the connector.


d) Customize the standard pxErrorHandling Template data transform.

Answer:A

53)You want to display an error message to the user if the data page fails to retrieve data. The data
page is sourced by REST connector.

How do you detect the error?

a) Use a transition condition in the activity step involving the connector.


b) Apply the standard pxErrorHandling Template data transform in the response data
transform.
c) Use a when condition in the response data transform configured for the connector
d) Use the error handler flow on the connector

Answer: C

54)Which of the statement is correct about global resource settings?

a) global resource settings allow you to update environmental variables without unlocking rulesets.

b) global resource settings allow you to automate the application migration progress

c) global resource settings allow you to simulate data in an environment for testing purposes.

d) global resource settings allow you to execute connectors in parallel to improve performance.

Answer: A

55)You have a requirement to update account information in an external database using existing
stored procedures.

Indentify the two steps required to write data to database.

a)Map the external database in the application

b)Configure OBj-methods

c)Map the external database table to classes.

d)Configure sql connect rules.

Answer:AD

56) A case type retrieves product data form an external system of record.

Select the configuration option that ensures that product data is current whenever the case is
opened
a) Configure a page property and select the Copy data form a data page option to reference
the product data.
b) Configure a page property and select the Manual data option. Use a data transform to
reference the product data.
c) Configure a Single value property and select the Automatic reference to class instance
option to reference data.
d) Configure a page property and select the Refer to data page option to reference the product
data.

Answer:D

57)You are configuring a drop-down list with a page list property. When the user selects an item in
the list, you want to retrieve data associated with the selected item and add the data to the case.

a) Select the refer to a data page option so the selected information can be retrieved using a data
page lookup.

b) Select the Manual option so the user can add selected data to the page -type property through
the UI.

c) Select the Allow use as reference property in activities option so the selected information can be
retrieved using an activity.

d)Select the Copy data from data page option so the selected information can be retrieved using a
data page look up.

Answer:D

58)An open account case captures customer information. Each account can identify one or more
customers, which are stored in the page group. Customers. One customer is the primary account
holder for the account. To identify the primary account holder, you add an .AccountHolder page
property in the case type.

How do you link .AccountHolder to the relevant entry in .Customer without duplicating data on the
clipboard?

a) Configure a data transform to the set the account holder.


b) Configure .AccountHolder to point to a keyed data page.
c) Configure .AccountHolder as a reference property.
d) Configure .AccountHolder to refer to a data page.
Answer:C

59) A requirement states that when an assignment is in review, its work status is set to Open-
Review.

Which two steps do you prefer to implement this requirement?(Choose two)

a) Apply the Open-Review status to the appropriate assignments.


b) Add Open-Review as an allowed status on the case type rules.
c) Create a field value rule for the Open-Review status.
d) Add a data transform to the process to apply the Open-Review status before reaching the
appropriate assignment.

Answer:AC

60)When a user selects a item in a list, the application displays data data about that item. Data is
copied to page property using the Copy data from a data page option.

After the data has been copied to the property, when is the data copied to the property
again?
a) The next time the case is opened.
b) When the item is changed
c) Never
d) The next time the property is accessed.

Answer:B

61) An application contains a case type named Time Off. HR requests a report that returns the ID and
name of any employee for whom an open Time Off case does not exist.

The ID and Name properties are defined for the class Data-Employee-, and an ID property is
also defined for the Time Off class. The ID property in the Time Off class points to records in
Data-Employee-

Select the approach you use to create this report.

A. Create a report in the Employee class, with a class join to the TimeOff class
B. Create reports in both classes, and set the Employee report as a subreport of the
TimeOff report
C. Create a report in the TimeOff class, with a class join to the Employee class
D. Create reports in both classes, and set the TimeOff report as a subreport of the
Employee report.

Ans:C

62) In which two of the following situations would you simulate an integration ? (Choose Two)
(SG-:275)
A. The service has slow response times.
B. The service is not available yet.
C. You need to test each flow path in the case processing.
D. The connector is configured to use global resource settings.
Ans:B,C
63) You are preparing migrate to an application the User Acceptance Testing environment. What
three actions should you perform before you create the archive file? (Choose three) ( SG-
357)
A. Create the Product rule in a Production ruleset.
B. Associate the data instances with an application ruleset.
C. Merge branched ruleset.
D. Check in rules in the application ruleset.
E. Lock Production rulesets.
Ans:C,B,D

64) You are asked to create a custom status named Open-Review. This status is to be applied to
assignments in one application. How do you satisfy the request ? SG-90
A. Add the Open-Review status to the application record for the application.
B. Create a field value record named Open-Review for .pyStatusWork with the Apply To
class set to the class group.
C. Circumstance the existing Open field value record on the application name and update
the status value to Open-Review.
D. Create a field value record named Open-Review for .pyStatusWork and configure an
Access when record to apply the status to the correct application.
Ans:B

65) Select two configuration options that enable you to use the same data page for populating a
list and looking up information based on the selected item in the list. (Choose Two) SG-100
A. Set the data page Edit mode to editable so the list of values can be updated.
B. Use the access pages with user defined keys option on the data page.
C. Use page list keys on the data page to identify the selected list item.
D. Add parameters to the data page to store the values of the selected list item.

Ans:C,B

66) You want to improve the user experience for an application for users on mobile devices.
Which three configuration options improve the user’s ability to select and operate controls?
(Choose three) SG-202
A. Size clickable items no smaller than 44 x 44 pixels
B. Use standard Pega controls rather than custom controls
C. Configure the display of a Date Time field to use a native control
D. Place controls in a Fixed layout to avoid screen wrapping
E. Use links instead of a menu for navigation
Ans:A,C,B
67) A Client wants to replace the Pega 7 Logo in the Case Manager and Case Worker Portals.
Instead of using the company logo, the client wants you to use the logos for each of the
companies operating subsidiaries. A user in the ABC Subsidiary sees the logo for ABC and a
user in the XYZ Subsidiary sees the XYZ logo. How do you ensure that each users sees the
appropriate logo in their portal ?
A. Circumstance the portal harness on the User’s Division
B. Specialize the portal header in the division layer of the ECS
C. Reference the appropriate image on the user’s Operator ID Record
D. Add a when condition to the portal record to determine which image to display
68) Consider following user story:

As a manager, I want to be able to automatically accept the next available expense


report for review so I can complete the next highest priority [Link] is the best way to
implement this user story? SG-141

A. Use a ToWorklist router and the GetNextWorkCriteria decision tree.


B. Use a ToLeveledGroup router and GetNextWorkCriteria decision tree.
C. Use a ToWorkbasket router and Pega's Get Next work functionality.
D. Use a ToDecisionTree router and the GetNextWorkCriteria decision tree.
Ans:C

69) You are configuring an application to Get Next Work. The requirement states that
operators must always work on the next highest priority assignment from workbasket.
Which two configuration option do you use to implement this requirement? (Choose two)
A. Select operator is available to receive work in the Operator ID records.
B. Use a ToWorkGroup router for the assignments.
C. Select the Get from Workbasket First option in the Operator ID records.
D. Use a ToWorkbasket router for the assignments.
Ans:C,A

70) Depending upon the mortgage amount, approvals cascade from the users to a loan officer,
then to a director and finally to a vice president. The loan officer is the user’s manager. The
director is the loan officer’s manager. The vice president is the director’s [Link]
two approaches can you use to configure the cascading approval ? (Choose two)

A. Approval based on Authority Matrix, with a Decision Tree rule to determine the
approver(s)
B. Approval based on Authority Matrix, with a Decision Table rule to determine the
approver(s)
C. Approval based on Reporting structure, using the workbasket manager to determine the
approver(s)
D. Approval based on Reporting structure and when conditions, using each operator’s
reporting to manager to determine the approver(s)
Ans:B,D

71) A Purchase Order case is instantiated as a child of a Purchase Request case. Select the
locking option that allows multiple users to edit the Purchase Order case at the same time.
A. Enable Default Locking on the Purchase Request case type
B. Enable Optimistic Locking on the Purchase Order case type
C. Enable Default Locking on the Purchase Order Case type
D. Enable Optimistic Locking on the Purchase Request case type
Ans:D

72) What two artifacts must you prepare before delegating a rule? (Choose Two) SG-147
A. A locked ruleset that is added to the production ruleset list of the Application rule
B. An Unlocked ruleset that is added to the Production ruleset list of the Application rule
C. An access Role that has access to the ruleset used to organize delegated rules
D. An Access Group that has access to the ruleset used to organize delegated rules
Ans:B,D

73) You want operators in two separate units to be able to perform work routed to either unit.
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 each unit record, associate both operators with each unit.
D. On the work group record, associate the operators with the work group.
Ans:B

74) An insurance application contain a top-level case type named AutoClaim and Damage
Appraisal child case. The company has determined that only one user may open and work on
a case at one [Link], users working on damage appraisals should not lock out users
working on the parent Auto Claim case.
Which two configurations satisfy this requirement? (Choose two)

A. Select Do not lock the parent case when the child case is open on the Damage Appraisal
case type.
B. Select Do not lock the parent case when the child case is open on the Auto Claim case
type.
C. Select Default locking on the Auto Claim case type

Ans:A,C

75) Your application contains the following versions of a service level named AutorizeClaim.

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-AccountOpen AccountManage 01-01-05 .Status="Silver"
MyCo-AccountManage-Work-AccountOpen AccountManage 01-01-05 .Status="Gold"
MyCo-AccountManage-Work-AccountOpen AccountManage 01-01-05 .Status="Platinum"

The application is being updated. As part of the update, the service level is no longer
circumstanced for AccountOpen cases.
Which two options can you use to reset the circumstancing for the AccountOpen case type?
(Choose two)
A. Update the base rule the new ruleset version and select the base rule option
B. Withdraw the circumstanced rules in the AccountOpen class.
C. Copy the base rule to the AccountOpen class and select the base rule option.
D. Block the circumstance rules in the AccountOpen class.
Ans:A,B
76) You are analyzing application performance and notice one or more data transforms
exceeding preferred performance parameters. Which of the following performance tools do
you use to help troubleshoot the issue ? SG-309
A. PegaRules Log Anaylizer
B. Performance Analyzer
C. Database Trace
D. Performance Profiler
Ans:D
77) 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


EnterEmployeeDetails. The four instances of EnterEmployeeDetails in the rules cache are shown in
the following table.

Apply To Ruleset:Version Availability


TGB-HR-SelfService-Work SelfService:01-01-01 Not Available
TGB-HR-SelfService-Work- SelfService:01-01-01 Available
TimeOff
TGB-HR-SelfService-Work- SelfService:01-01-02 Blocked
TimeOff
TGB TGB:01-01-02 Available

Which instance of EnterEmployeeDetails is chosen during rule resolution ?

A. [Link](SelfService:01-01-01)
B. [Link](SelfService:01-01-01)
C. [Link](SelfServce:01-01-02)
D. [Link](TGB:01-01-02)
Ans:C

78) In the following example, the HomeIns, HomeInsInt, and Customer rulesets are configured
for application validation. MyCo and MyCoInt are configured for ruleset validation. MyCo

lists MyCoInt and Customer as it’s prerequisites, and the prerequisite for MyCoInt is Pega-
ProcessCommander.

Which of the following statements is correct?


1. Rules in MyCo can reference rules in HomeInsInt
2. Rules in MyCoInt can reference rules in Customer
3. Rules in Customer can reference rules in HomeIns
4. Rules in MyCo can reference rules in HomeIns

Answer: C (Application validation mode ruleset can reference any rule in any ruleset within the same
application or rulesets in built on applications while Ruleset validation mode Ruleset can only
reference rules within its own ruleset or from the rulesets in its prerequisites)

79) An application contains a flow action with an Apply to: class of TGB-HRApps-Work-FeedBack.
When updating the application, you have a requirement to move flow action to TGB-
HRApps-Work so it can be used by more than one case type.

How do you prevent the application from using the rule in TGB-HRApps-Work- FeedBack?

1. Set the availability of flow action in TGB-HRApps-Work to “Final”


2. Set the availability of flow action in TGB-HRApps-Work- FeedBack to “Blocked”
3. Set the availability of flow action in TGB-HRApps-Work- FeedBack to “Withdrawn”
4. Set the availability of flow action in TGB-HRApps-Work- FeedBack to “Not available”

Answer: C

80) Multiple teams need to update same application version during a development cycle. Which two
actions do you perform so that the teams do not affect each other?

1. Create a new ruleset version of the base application.


2. Create a separate production ruleset for each team.
3. Create a new application for each team built on the base application.
4. Create branches in each team’s application.

Answer: C & D

You might also like