1) In the Production, how will you rollback the imported rules
1) Take a back up of DB before importing the patch
2) Log into target system and delete the imported rules
3) Control the rules by restricting in the access group
4) Delete the rules by connecting directly to the DB
5) Export the rules. So it will delete automatically
6) Delete all rules and hope that you have deleted every thing
Some important info about moving product/patch
Exporting from a product patch rule is similar to exporting from a product rule, except that only rules that belong to the explicitly listed version are included in the ZIP archive. A few rule types are associated with RuleSet but not a version. Rules of these types are never included in the ZIP archive file produced by a product patch rule:
Access Deny rules (Rule-Access-Deny-Obj rule type)
Access of Role to Object rules (Rule-Access-Role-Obj rule type)
Application rules (Rule-Application)
Class rules (Rule-Obj-Class)
RuleSet Name rules (Rule-RuleSet-Name)
(1)If you include Major and minor versions, patch versions will be included automatically
(2)If there are any checked out rules, it will thrown an error
(3)All the versions should be locked
(4)You must use when conditions to include data instances
2) Differences between SOAP and HTTP
(1)HTTP is light weight over SOAP
(2)SOAP is used to transform XML Messages
(3)SOAP is more reliable than HTTP
(4)HTTP can also run asynchronously
3) Question on Service Package. What are the things we can do by Service Package?
1) We can control Requestor Pooling
2) We can configure access group to run service rules
3) Service package to configure the services to run asynchronously
4) If the SOAP service is not available what are the best options to test
1) Running simulators
2) Comment the connect-soap step and do the property-set steps in activity
3) Some other options...
5) In which rules you can refer Function alias rules?
Decision tree rule, when condition rules, Declare Expression rules, and constraints rules
6) Which is true regarding decision tree and decision table?
(1) Decision tree can be used in other decision trees, declare expressions
(2)Decision tables can be used in other decision tables, decision trees, map values..........
Two more options are there in the same way with different combinations
7) Question on Declare-OnChange.. Which is true?
1) Declare-OnChange ONLY used for Backward-Chaining and Declare-Expression for BW and FW chaining
2) To execute D-O user has to modify the property value from UI
3) D-O will execute on only Top Level Properties
4) Something like it will be executed only from activities
5) We can execute activity from D-O
Some important info on Declare-OnChange
Select a class for this rule. At runtime, a clipboard page of this class must be a top-level page. The properties to be watched may be in this class (or in the class of an embedded page). You cannot use a Rule-Declare-* class or any ancestor of the Rule-Declare- class (including @baseclass) here. You cannot use a class derived from the Code- or Embed- class here.
This array identifies the properties that the rule tracks. Order is not
significant.
(1, 2, 3...) Enter the desired property references. Each property entered is
monitored for changes. Identify a property on the top-level page (with a dot
followed by the page name) or on a page identified by the Page Context field
on the Pages & Classes tab.
If you list more than one property, they must be on the same page, either the
top-level page or a common embedded page.
If you list more than one property, when two or more of the properties
change value (for example, within a single step of an activity) this OnChange
activity runs only once. Start each property reference with a dot. You can't
reference a property on a page other than the page corresponding to the
Applies To key part of the rule or on a page identified by the Page Context
8) What is the sequence of execution from a flow-action?
1) client-side validation, rule-edit-validate, post-activity
Other options are with different sequence order with same options
9) What is true in Screen-Flow?
1) One harness can be used for entire Screen-flow
2) If there are any differed db transactions if you select SaveLater, all the data will be saved at the end of screen flow
3) More than one flow actions can be added to assignment in screen flow
4) If there are any differed db transactions, if one transaction failed all other will be failed
10) One activity in ruleset 01-01-02 and 01-01-03. User A is working on 02 B also working on the same activity in ruleset 01-01-03. Which is true in this scenario?
1) User B will not get any error
2) User B will get an message saying rule modified in 01-01-02
3) User A cannot modify the rule
11) Select two which are true on Folders
1) Folders can have folders
2) Folders having workobjects list as embedded page related to that folder
3) Folders doesn't have status
4) Folders can have 2 covers
12) How can you know about the System’s health? AES
a. Profiler
b. PAL
c. SMA
d. Preflight
13) Which tool do u use for debugging an User Interface alignment in an application
a. Rules Inspector
b. Tracer
c. Style Previewer
d. Profiler
e. Preflight
14) Where we can configure authentication time out ag
15) What is the prefered method (RDB-Save/Obj-Save) to save/update a work object instance.
1) Obj-Save is more eficient than RDB-save
2) RDB-Dave cant be used because all properties are not exposed
3) We cannot do differed transaction wtih obj-save
4) some other options which are not true
16) In reusability what is best approach..
1) create work- rules and data- rules in different rulesets
2) user same ruleset for work- and data- to reduce the number of rulesets
3) interfaces should have in seperate rulesets
4) Interfaces and Data- rules should be in same ruleset
17) In External Authentication scenario, what is the true from the below.
1) User must have an operatorID instance rule in PRPC
2) User need not have an operator ID rule
18) Regarding SummaryView which is true
1) We can have multiple level reports
2) From summary view we can drilldown only summary view
3) Since we have less content at first level, next level report can retrieve huge data like more than 10000 records
4) summary view will use HTML and JSP to display the repotrs, so we can customize
Important info on Summary View : Maximum Value Optional. Enter a maximum number of instances to retrieve for the report contents. As a best practice during testing, enter 500. If you leave this blank, the system enforces a limit of 9,999.
19) Which are true about Reports -
1) Filter by used in SQL query where condition
2) Best Performance with pagination because less content on clipboard
3) Listview can embedded within a section
20) When a Flow is in Draft mode….(Choose 2)
1) You cannot add new shapes without creating rule instances
2) You can add flow actions without creating rule instances
3) You can run the flow (In draft mode) once all the rules are created
4) You cannot modify the rule once it is checked in
21) Question on Workobject SLA and Assignmetn SLA which are true
1) WorkObject SLA will be configured in Model rule
2) Once the work object SLA is defined, be default Assignments also have SLA
3) Work object SLA will be assigned once the work object is created
4) some other options..
22) What are 6 'R' s
1) Re-examine
2) Receive
3) Resolve
4) ROI
5) Report
6) Retrieve
7) Research
8) Reassign
9) Route
23) Question on History like what is true
Option is like.. History will be deleted once the work object is resolved. Dont remember other options
24) What will happen when you use the Log-Message method. select correct options from multiple choice
What is true regarding Pega log files
1) PegaRULES log file will log only the exceptions thrown by PRPC application
2) PegaRULES log file will log the exceptions thrown by Applicaiton Server
3) PegaRULES log file will log the messages like issues from Application Server
4) PegaRULESAlert log file will log the messages related to performance alerts
5) some other options
25) Question on Cache - which cache will take space on Disk
LLC and Static content
26) Differences between DBTrace and Application Profile
27) Question on OOTB reports on Dashboard. what is true
28) Differences between Split-Join and Split-For-Each flow shapes
29) some question on flow rule - which are true
30) Select the list of widgets available in Harness.
1) Dynamic Select
2) Auto Complete
3) List to List
4) Slider
5) Toolbar
31) What are the advantages of Enterprise Class Structure?
32) Where you can configure to change the name of flow action displaying in a harness.
33) Question on Security by giving an example like In a COUNTRY with different STATES . Where you can control the access
1) Class level
2) Classes and Ruleset
3) Circumstances
4) A and C - depends on requirements
5) B and C - depends on Requirements
34) If a user has access level 5, which rule we can use to restrict to access the rules
1) Access-When
2) Access-Deny
3) Some other options which are wrong
35) Question on Circumstances – Given some statements on As-on and Date range circumstances and asking which are true.
36) Question on Performance. Which are true?
1) Huge data will affect the performance when saving a work object
2) BLOB will be saved in encrypted format in Pega rules database
3) BLOB is not encoded and something…
Below are from Subba Rao. But for me also got the same questions.
36) Select any one which is true statement?
1) Worklist routes to user when it finds Data-Admin-Operator-Id
2) GetNextWork will work with workbaskets
3) Workbasket route to workbasket if it finds Data-Admin-Operator-Id
4) One more option (not sure)
37) Question on Data-Agent-Queue, select one true statement
1) Data-Agent-Queue is used to configure agent because Rule-Agent-Queue is in locked RuleSet
2) Data-Agent-Queue is deprecated in PegaRULES 5.4 to use Rule-Agent-Queue
3) Some more options (not able recollect)
38) Select one true statement?
1) Authentication should time out first
2) Requestor should time out first
3) Both should set the same values
4) One more option (not sure)
39) Question on delegation, select one not appropriate for delegation?
1) RuleSet for delegation should be locked
2) Rules should be placed in separate RuleSet for Delegation
3) RuleSet for delegation should be available in Access group
4) One more option (not sure)
40) What is the best approach to calculate and show Product Total when user enter a product in UI (Client Side Calculation)?
1) Build Declare Expression and user CalculateValue HTML Property
2) Use OnChange event and refresh section when user input changes
3) Build Declare Expression and on change refresh section
4) HTML property to perform client side calculation
41) What is true for As-Of Date and Date qualifier? Choose one
1) Date qualifier check with property in work object
2) As-of date and Date qualifier should be in same RuleSet
3) Some more options not able to recollect
42) Which tool in PRPC to analyse log file and GC logs? (Choose one)
1) PLA
2) AES
3) SMA
4) One more option, not able to recollect
43) How you can test Connector if service is not available? (Choose two)
1) Using simulators
2) When testing MQ connector, it will throw an exception
3) Using activity and comment the Connect- method and setting the required properties for response
4) One more option, not able to recollect.
44) What are not measured by PAL? (Choose two or three)
1) Time taking in java script function
2) The response HTML stream send to client
3) Some more options not able to recollect
45) What are true about summary view? (Choose three)
1) Summary view can be drill down for summary view
2) Summary view can be drill down for detailed view
3) Pagination is possible in Summary
4) Some more options not able to recollect
46) What are true about Reports? (Choose two or three)
1) Report wizard is useful to generate report that will not effect performance
2) Reports are only used to report only on work and data
3) Some more options not able to recollect
47) What is true? (Choose one)
1) Use Application skin wizard and update inline style for organization need.
2) Use Application Skin wizard to create/update style sheet
3) Use Inline styles to update as per organization need
4) Update OOTB style sheets to apply style changes
48) Question on Activity? (Choose two or three)
1) Primary page will always refer to top level class
2) With embedded page the step page of calling activity will be step page of called activity
3) Another two options, not able to recollect.
49) Which are true about tracer? (Choose Two)
1. To view page data
2) another 3 options are there
50) Which are true for System Pulse? (Choose three)
1) To make all node cache in synch
2) To Perform lucene search in synch
3) Will send information to PAL to take weekly report on performance.
4) One more option, not able to recollect
51) Which it true for testing/monitoring service rule? (Choose two/three)
1) Using monitoring tools
2) ...
No comments:
Post a Comment