13
PEGA Certification – Mock Examination Time: 1 hour 20 minutes 1. Pick 2 statements which are true about flow actions. a. The likelihood should add to 100% b. The likelihood determines the order in which the flow actions are presented to the user c. Flow actions advance a work object through the flow d. The connector emanating out of a assignment shape is called a flow action 2. Activities are normally associated with which smart shape? a. Notify b. Assignment c. Utility d. Decision 3. One among the below is not a standard tracer break condition. a. Exception b. Error Status c. Warn Status d. Fail Status 4. The below are steps to ensure model chaining (Pick two) a. All classes will have a model. b. The names of the base class and derived class model should be the same. c. The names of the base class and derived class model should be pyDefault. d. The check box “Call Superclass Model?” should be checked in the model rule. 5. The first concrete class in the application hierarchy is called (pick two) a. Class Group b. Work Group c. Work Pool d. Work Type 6. A decision table represents decisions in the form more-friendly to business analysts. A decision table can be associated with a decision shape. The status connectors are automatically generated from decision shape one each for all the results present in the Allowed Results tab of the decision table. a. True b. False

PEGA Certification Question No 2009

Embed Size (px)

DESCRIPTION

Questions useful for PEGA certification

Citation preview

Page 1: PEGA Certification Question No 2009

PEGA Certification – Mock Examination

Time: 1 hour 20 minutes

1. Pick 2 statements which are true about flow actions. a. The likelihood should add to 100%b. The likelihood determines the order in which the flow actions are presented to

the userc. Flow actions advance a work object through the flowd. The connector emanating out of a assignment shape is called a flow action

2. Activities are normally associated with which smart shape? a. Notifyb. Assignmentc. Utilityd. Decision

3. One among the below is not a standard tracer break condition. a. Exceptionb. Error Statusc. Warn Statusd. Fail Status

4. The below are steps to ensure model chaining (Pick two) a. All classes will have a model.b. The names of the base class and derived class model should be the same.c. The names of the base class and derived class model should be pyDefault.d. The check box “Call Superclass Model?” should be checked in the model rule.

5. The first concrete class in the application hierarchy is called (pick two) a. Class Groupb. Work Groupc. Work Poold. Work Type

6. A decision table represents decisions in the form more-friendly to business analysts. A decision table can be associated with a decision shape. The status connectors are automatically generated from decision shape one each for all the results present in the Allowed Results tab of the decision table.

a. Trueb. False

7. A class should have a ------------- parent and it can have a ----------- parent. a. Directed, Patternb. Pattern, Directed

8. The following requirements are captured using enterprise application accelerator (Choose 2)

a. Interface requirementsb. Flow requirementsc. Usecase requirementsd. Decision requirements

9. One operator is currently accessing a work object present in the folder. Another operator tries to access another work object present in the folder. The work object will be locked.

Page 2: PEGA Certification Question No 2009

a. Trueb. False

10. What actions are possible with the clipboard tool (Choose 2) a. Create a pageb. Create an activityc. Create a propertyd. Start a flow

11. A declare expression rule is associated with a property rule for computing the value at run time and a decision table can be called from a declare expression during computation of values.

a. Trueb. False

12. One among the following is not a standard data party a. Government Organization (Data-Party-Gov)b. Commercial Organization (Data-Party-Com)c. Access Group (Data-Party-AccessGroup)d. External Users (Data-Party-Person)

13. A property “AccountStatus” is referred in a step in an activity. The property is in the class – “InsCorp-MyAccount”. The activity is in the class “InsCorp-Work”.

How the property is referred in PropertiesName text box. Pick the most appropriate answer.

a. .AccountStatusb. StepPage.AccountStatusc. Primary.AccountStatusd. MyAccount.AccountStatus

14. Which of the following is Not True about Data Class Aa. belongs to a Class Groupb. class type is Concretec. has a direct / indirect inheritance from Data-

Page 3: PEGA Certification Question No 2009

15. Which tool helps the developer to ensure that the PRPC application is developed as per the guardrails? B

a. Rule Warningb. Preflightc. PALd. My Alerts

16. Which of these is not a Declarative Rule a. Declare Pagesb. Declare Triggerc. Whend. Constraints

17. What is the proper evaluation sequence in Application Rule? a. Application RuleSets > Production RuleSets > Component and Shared

RuleSets > Built On Application Ruleset > Pega- RuleSetsb. Application RuleSets > Production RuleSets > Built On Application Ruleset >

Component and Shared RuleSets > Pega- RuleSetsc. Production RuleSets > Application RuleSets > Built On Application Ruleset >

Component and Shared RuleSets > Pega- RuleSetsd. Production RuleSets > Application RuleSets > Component and Shared

RuleSets > Built On Application Ruleset > Pega- RuleSets

18. Checking the “Allow rule check out” check box in operator form allows that operator to update the rules from the rulesets that require check out.

a. Trueb. False

19. Which of these portals are normally associated with Business Architect Role? a. Work Userb. Work Managerc. Developerd. All the abovee. None of the above

20. The number of applications that can be associated with an access group is (Pick the most appropriate answer)

a. 0b. 1c. More than 1d. Maximum of 8

21. You can't use circumstances with a. Declarative Rulesb. a Final Rulec. Any Rule class that does not have “circumstance” feature ONd. Validation Rulese. (a), (b), (c)f. (a), (b), (c), (d)

22. A declarative rule is executed when it is invoked either from an activity or from a flow.

a. Trueb. False

Page 4: PEGA Certification Question No 2009

23. The name of the image referred in the screen shot is

a. Class Viewerb. Inheritance Diagramc. Class Structured. Clipboard

24. The below are the rulesets present in user’s application profile.

MyApplnUser:03-04MyAppln:02-03Pega-ProCom:05-03Pega-IntSvcs:05-03Pega-WB:05-03Pega-Rules:05-03

The user does not have access to an activity present in one of the below ruleseta. MyApplnUser:03-04-18b. MyApplnUser:03-03-02c. MyAppln:02-03-04d. MyApplnUser:02-03-01

25. PRPC has the following Inheritance typesa. Multipleb. Directedc. Patternd. (b), (c)e. (a), (b), (c)

26. For a property, which of the following prefixes are reserved and user can't change its value?

a. pxb. pyc. pzd. (a), (c)e. (a), (b), (c)

27. Tracer is used to test and debug?

Page 5: PEGA Certification Question No 2009

a. Activities b. Declare rulesc. Flowsd. (a), (b)e. (a), (b), (c)

28. Which Harness form display the work objects in display-only mode, with no fields changeable

a. New b. Review c. Resolved. Reopene. Confirm

29. PRPC has the ability to access data from an external database usinga. Servicesb. Connectorsc. Bothd. Neither

30. In the case of a screen flow, the standard template will not have this shape.a. Split-For Eachb. Split-Joinc. Assignmentd. Fork

31. When a user logs out, Requestor Pages are marked for garbage collection and are removed automatically.

a. Trueb. False

32. You have a ruleset locked and rules are deployed in PROD. Later on a minor change on only one rule comes. It is okay to unlock the ruleset, do the minor change and lock the ruleset.

a. Trueb. False

33. A clipboard page can be created by using the following activity method.a. Page-Addb. Page-Newc. Page-Created. Page-Insert

34. A Decision Tree rule represents decisions in the form more-friendly to developers and it can be edited in excel format.

a. Trueb. False

35. In rule resolution, rules are not ranked based ona. Circumstanceb. Effective Datec. Ruleset Versiond. Rule Type

Page 6: PEGA Certification Question No 2009

36. The current application ruleset version is 01-01-99. The development team created a new application ruleset 01-02-01. By practice, all the rules present till the previous versions are skimmed and a single version is created in 01-02-01.

a. Trueb. False

37. A rules inspector cannot be used to inspect.a. HTML Rulesb. Stylesc. Decision Rulesd. Property Rules

38. Which type of flow rule does not include end-user intervention?a. Standard tabbed screen flowb. Straight through process flowc. Starter flowd. Sub flow

39. In which two parts of an activity rule can “when” rules be used?a. Preconditionb. Methodc. Transitiond. Iteration

40. Properties are defined as rules and they ______ (choose two) a. are not associated with a classb. can be overridden in different rulesetsc. cannot be overridden by properties of the same named. are subjected to rule resolution

41. After dragging a repeat row control onto a section rule, which of the following fields must be completed to define the property source (choose two)

a. HTML Property ruleb. Page List or Page Group Propertyc. Class of the pages corresponding to the Page List or Page Group Propertyd. The literal value "Data-"

42. Ruleset perquisites are configured in a. Ruleset version rulesb. Application rulesc. Ruleset name rulesd. Access group rules

43. Which of the following rules contains the Auto-generate HTML feature?a. Gadgetb. Sectionc. HTML propertyd. HTML fragment

44. Which of the following are true about summary view but not for list view (choose three)

a. Can have multiple criteriab. Can define thresholdc. Can have chartsd. Can have paginge. Can have trend reporting

Page 7: PEGA Certification Question No 2009

45. Ruleset perquisites are part of rule resolution and enforced during run-timea. Trueb. False

46. Which rules automate the process of monitoring work completion and notifying the appropriate person when additional scrutiny or action is warranted

a. Agentsb. Service levelsc. Flowsd. When

47. People and entities who are interested in the execution and progress of the work object are called as

a. Work Usersb. Work Partiesc. Work Managersd. System Administrators

48. Match the following in the context of availability of rule

  Availability

  Consequence

1 Yes A The rule instance as well as all lower numbered version instances will not be visible to rule resolution algorithm and hence shall not be considered during the rule resolution

2 No B Rule instance is available to rule resolution algorithm but nobody can override this rule in any other rule set, except the current ruleset

3 Blocked C Rule instance will be visible to Rule resolution algorithm and hence shall be considered during rule resolution process

4 Final D Particular rule instance will be invisible to rule resolution algorithm and hence will not be considered during rule resolution (But all lower and upper versions are visible to rule resolution algorithm)

49. A PRPC class has a version number to ensure that it is included in migration and shipping events.

a. Trueb. False

50. ____________ define the interface as seen by the end user, and are used by a single application.

a. HTML Fragmentsb. HTML Streamsc. HTML Text Filesd. Harnesses

51. Flows and Assignments work together to ________? a. Resolve work and Review workb. Receive work and Report on workc. Review work and Report on workd. Route work and Resolve work

Page 8: PEGA Certification Question No 2009

52. Which of the following tools would you use to view the HTML associated with the fragment?

a. Class Explorerb. Preflightc. Rules Inspectord. Image Catalog

53. Which of the following tools are used to identify the value calculated in a declare expression (Pick the most appropriate answer).

a. Clipboardb. Tracerc. DNAd. PAL

54. What is a clipboard page refer toa. An area of memory on the client PC reserved for user datab. An object stored in memoryc. A Pegasystems extension of the Windows clipboardd. A record in the PRPC database used to store user data

55. An edit validate rule is used to automatically format the value of the user input.a. Trueb. False

56. Client side validation will not replace validation that occurs on the engine side, but allows validation to occur on a form before submit is hit. This can be done with the following rules (Pick three)

a. Harnessb. Sectionc. Activityd. Propertye. Flow Action

57. What are the options provided to the user when an application profiler is run? (Choose 3)

a. New applicationb. New application and a frameworkc. New application based on a frameworkd. Update existing application

58. In circumstancing, the symbol represents aa. Circumstance Qualified Ruleb. Circumstance Rulec. Single Variate Circumstance Ruled. Multi Variate Circumstance Rule

59. One among the following is not a standard user interface componenta. Skinb. Portalc. HTML Fragmentd. Paragraph

60. A cover has a property called pxCoverInsKey which identifies the work object associated to it.

Page 9: PEGA Certification Question No 2009

a. Trueb. False

61. How are local actions shown in the perform_buttons harnessa. Drop Down Itemsb. Buttonsc. Hyperlinksd. None of the above

62. An application accelerator creates (Choose two)a. Basic flowsb. Basic activitiesc. Work partiesd. Operator IDs

63. A Page list (Choose two most appropriate)a. Holds a list of data identified by unique nameb. Has a class associated with itc. Is derived from the class Code-Pega-Listd. A set of property value pairs associate with it

64. Which of the statements below is NOT one of the main purposes of a Rule set?a. To act as a container for rules.b. To facilitate migration & shipping (application deployment).c. To play an important role in rule resolution.d. To define security for rules

65. Refer to the below decision tree. If Urgency = 50, pyStatusWork = “Resolved Completed”, pyEffortActual = 10. What is the output?

a. [email protected] b. [email protected] c. [email protected] d. [email protected] e. [email protected]

66. Choose the correct sequence in which rules are loaded for use:

Page 10: PEGA Certification Question No 2009

a. Rules from Database ->Rules cache -> Rules assemblyb. Rules assembly ->Rules from Database ->Rules cachec. Rules from Database -> Rules assembly ->Rules cached. Rules cache ->Rules assembly ->Rules from Database

67. Mutlivariate circumstancing (MVC) consists of two rule types:a. Circumstance Propertyb. Circumstance Templatec. Circumstance Activityd. Circumstance Definition

68. Fill in the blanks and choose from should/must/exceeded appropriately in SLA processing."Goal" implies that assignment be completed by this time"Deadline" implies that assignment be completed by this time"Passed Deadline" implies that assignment has specified time

a. Exceed, must, shouldb. Should, must, exceedc. Should, exceed, mustd. Must, should, exceed

69. A cover object has a group of work objects associated with it. When the cover is in view, which page in clipboard refers to the cover?

a. pyWorkPageb. pyWorkCoverc. pyCoverWorkd. pyPageWork

70. CorrNew Activity can be used to create a newa. Declare Expressionb. Phone Textc. Printd. Notify Shape