You are on page 1of 7

1) Can you branch an Already Branched Ruleset?

False
2) Rule Resolution Question: Same Model as in Quiz section

Consider the following scenario:


The PIPFW application has the following application RuleSets:

PIPFW:01-01

PIPFWInt:01-01

LES:01-01

LESCatalog:01-01

LESInt:01-01

A rule with an applies-to class of ABC-FW-LoanReq-Work-Autoloan calls


Rule123. There are 9 copies of Rule123 in the system as shown below.

Option A: ABC-FW-LoanReq-Work, PIPFW:01-01-05, Availability =


Withdrawn

Option B: ABC-FW-LoanReq-Work, PIPFW:01-01-03, Availability =


Yes

Option C: ABC-FW-LoanReq-Work, LESCatalog:01-01-05,


Availability = No/Draft

Option D: ABC-FW-LoanReq-Work, LESCatalog:01-01-03,


Availability = Blocked

Option E: ABC-FW-LoanReq-, PIPFW:01-01-05, Availability =


Withdrawn

Option F: ABC-FW-LoanReq-, PIPFW:01-01-03, Availability = Final

Option G: ABC-FW-LoanReq-, LESCatalog:01-01-05, Availability =


Yes

Option H: ABC-FW-LoanReq-, LESCatalog:01-01-03, Availability =


Yes

Option I: @baseclass, Pega-RULES:07-10-99, Availability = Yes


Answer: D and Error Raised.

Reason:

From the above example after removing Withdrawn and draft rules, you
will get only two rules can be picked up. One is D and other is I.

As per step 9 in Rule resolution process. System will pick the rule in the
ruleset stack in your application and throws an error message if that rule
is blocked.

Read the rule resolution process completely and solve the problems.

3) I want a specific functionality to be implemented for 2 case types out


of 5 case types.Also I want to maintain security since two of the case
types cant be accessed by other user. What is the best way to
specialise?
Answer: Class Specialisation

Reason:

Security cant be handled in Circumstance.

4) Easy and Standard Question: Dont miss it.


Where to build the reusable components?
Framework Layer

5) One More Circumstancing Question:


Similar to the one question in Quiz section:
Circumstance with (.Country=ABC), Ruleset (APP:01-01-03)

Careful with the Version of the Ruleset, since in the options same
answer with the lower patch version was also there.

6) ABC is a parent case which has a subcase DEF, which can be


instantiated as a stand-alone case as well? Where I need to configure
the locking for the subcase?

Answer:

Do it in the advanced tab of the case type rule of the Subcase.

Reason: Stand-alone cases will not follow the parent case hierarchy
for locking.

7) Which of the statements are true about Split Join and Split for Each?

Answer:
a) Split Join can execute different flows on a list and join can
happen on all, any or some conditions.
b) Split for each can execute the same flow and join can happen
on all, any or some conditions.

8) Easy Question: But asked with a tricky scenario


A School parent case has Student as Sub case. Each student should
take only one course.What is true with the no of courses taken?
Answer:
pxCoveredCount is equal to the number of courses taken.

Reason: One student should take only one course.so no of student


subcases are equal to number of students subcases.
9) Question in the Quiz Section:

The latest value of the parent cases is required at the specific step
processing of a subcase.

Answer:

Use Data Transform in the flow rule that is associated with that step.

10) Scenario based on temporary work object.

Answer:

1) Select Temporary Work Object in the starting flow and use


Persistence smart shape in the specific step to change the
temporary WO to Permanent one.
11) Where you configure the routing of a screen flow?

Answer:

In the start properties of the screen flow

12) Scenario based on Tabbed Navigation in Screen flows,

User cannot move forward without filling the first screen

Answer:

Check both Enable link if using breadcrumb trail and only going back
options.

Understand all three scenarios in lesson.


13) One question from work party, what is the name of the class for a
work party, read different classes for org, div, person etc
14) Easy Question:

Persistence smart shape is used to change temporary WO to


Permanent WO

Answer:

True.

15) Standard and Easy Question: Which of the following will make
changes to the referencing rules of the data page?

Answer:

Adding Parameters to the Data page

16) Localisation Question: Forgot the scenario


But the answer is use Field Values for localisation

17) Scenario: The source of a property is a Data Page. The Page is


mentioned as Refer to the data page in property. What is true in the
below statements?

Answer:

The data page will be refreshed since it is not copied.

Tricky Part: In this question the refresh strategy is not mentioned. If


the refresh strategy is mentioned. Think based on it.

18) A data page is refreshed at 5:25, the page is again referred at 6:15
and the refresh time for the data page is 60 mins.

Answer:

The Page will not be refreshed and the values in the page currently will be
used.

Tricky part:

Here the Refresh Strategy is clearly defined

19) Very Easy one: Where you will handle the error for Data Page?
Answer:

In the PostLoadProcessing Activity.

20) An Activity Screenshot was given, and asked about the purpose of
it?
Iteration on Page List
A Page New
Set the Value of the Each page to the new page
Save the value
Remove the page

Answer:
To save the class instances and data transforms cannot be used to do
DB operations so Activity is used.

21) Easy one: In which shape u can use data transform

Answer: Connector

22) Which of the following is used to set the value of the current
iteration?

Easy Answer: Current

23) A user has posted a message in Pega pulse while processing a case,
what is the nature of the message and where you can see?

Answer:

Message is private and you can see in the case instance

24) Scenario: Question in Quiz: User doing get next work and not
getting any work although there are cases in the configured WB

Answer: User dont have necessary skills to perform work

25) Order in which the Get Next Work works.


Read the order in lesson. Sample question is in Quiz

26) Screenshots were given


a) Declare expression a=b*C
b) Declare onchange b
c) Declare Expression c=D*E

Answer: whenever the value of d or e changes will change a as well.


27) Easy ones City.Address(1).ABC
Property Mode: Page List

28) City.Address.Street

Where Address is a Page


29) Responsiveness in Grid
a) Set priority for columns
b) Set priority in skin rules
c) Check responsiveness in properties of the particular area in the
section
30) Skin rule can be referenced in

Answer: Portal
31) Which of the following supports responsiveness?

Quiz question

Answer: Stacked dynamic layout


32) Scenario like use auto populate for city and dropdown for area
Answer: Use cascading of controls

33) A scenario was given and asked which layout is not recommended

Answer: Smart layout and Free form layout.


Reason:
These layouts are not recommended in Pega 7 and they are kept for
backward compatibility
34) For what you need to build sections in Report viewer if required?

a) For smart info


b) For filtering screen
35) External classes can belong to a class group?

False
36) When not to use simulation?

Answer: When the interface is not defined at all

37) If PRCustom Authentication is enabled PRBasic Authentication will


not be disabled?
True

38) What rule will be modified if an access restriction is put on a flow


action?
ARO

39) What are the rules involved for restricting access to a flowaction?
a) ARO
b) Privilege
c) Flow Action
40) Scenario based on Pruning and Archiving Wizard

Answer: Archiving will be scheduled and an Agent will be created for it.
41) Cache size should be increased immediately if the pruning occurs?

Answer: False

You might also like