· 8 years ago · Feb 25, 2018, 08:28 AM
1Certified System Architect (CSA) 71V1
2
3QUESTION NO: 1
4Report Definitions can be used on which of these use cases? (Choose three)
5A.
6To filter the results of a page list
7B.
8As an indirect source for a drop down list
9C.
10As a source for a data page
11D.
12To copy data from one page list to another page list
13E.
14To report on business and process metrics
15
16QUESTION NO: 2
17Charts can be added on both list and summary reports.
18A.
19True
20B.
21False
22
23QUESTION NO: 3
24The Property Optimization wizard is used to:
25A.
26Create properties in a data class
27B.
28Store properties in the BLOB to reduce database table space
29C.
30Store properties on the clipboard more efficiently
31D.
32Improve report performance
33
34QUESTION NO: 4
35All of the following are valid Pega 7 property types EXCEPT:
36A.
37Date
38B.
39Text
40C.
41String
42D.
43Decimal
44
45QUESTION NO: 5
46A data page is refreshed if the condition in the Do not reload when field is true.
47A.
48True
49B.
50False
51
52QUESTION NO: 6
53To open a bank account, an end user must identify whether they are employed full-time or parttime.
54In the user interface, this selection is implemented as a check box. When implementing the
55property referenced by the check box, the property type should be:
56A.
57Integer
58B.
59Boolean
60C.
61Text
62D.
63TrueFalse
64
65QUESTION NO: 7
66Data pages can be populated from a: (Choose Two)
67A.
68Report definition
69B.
70Local list defined in a property
71C.
72Data transform
73D.
74Drop down list
75
76QUESTION NO: 8
77The value of the City property must be copied from the ShippingAddress page to the
78BillingAddress page in a case, using a data transform. Identify the correct syntax to reference the
79target property.
80A.
81BillingAddress.City
82B.
83ShippingAddress.City
84C.
85City
86D.
87BillingAddress.City
88
89QUESTION NO: 9
90Which property mode implements an ordered list?
91A.
92Page
93B.
94Page Group
95C.
96Value List
97D.
98Page List
99
100QUESTION NO: 10
101Select the statements regarding data tables that are MOST accurate. (Choose Two)
102A.
103Fields can be page properties
104B.
105Fields can be single value properties
106C.
107There must be a unique key field
108D.
109Fields are not mapped to a database
110
111QUESTION NO: 11
112Data Pages operate within which of the following scopes? (Choose Three)
113A.
114Access group
115B.
116Thread
117C.
118Requestor
119D.
120Application
121E.
122Node
123
124QUESTION NO: 12
125Given the following data model, the Address property should be defined as:
126
127
128A.
129A page
130B.
131A page list
132C.
133There is not enough Information to make this decision
134D.
135A value list
136
137QUESTION NO: 13
138Which types of content can a system architect find on the clipboard? (Choose Two)
139A.
140Information about a case currently open by an end user
141B.
142All node-level pages created by their application
143QUESTION NO: 14
144When are Data Pages created on the clipboard?
145A.
146At system startup
147B.
148When first accessed
149C.
150When the user logs in
151D.
152When the previous version expires
153
154QUESTION NO: 15
155__________ reference ___________, which reference __________, which reference RuleSets.
156A.
157Application rules; Operator ID records; Access groups
158B.
159Access groups; Application rules; Operator ID records
160C.
161Operator ID records; Access groups; Application rules
162D.
163Access groups; Operator ID records; Application rules
164
165QUESTION NO: 16
166Which of the following statements best describes the purpose of the Data Propagation feature?
167A.
168Copy property values between unrelated cases
169B.
170Copy property values from a subcase to a parent case
171C.
172Copy property values from a parent case to a subcase
173D.
174Copy property values from a template to a case
175
176QUESTION NO: 17
177Use a single step assignment in a stage when you: (Choose Two)
178A.
179Want to transition to another case stage
180B.
181Require no logic between the assignment and the next step
182C.
183Need to call a subprocess
184D.
185Have a single actor perform the assignment
186
187QUESTION NO: 18
188A case can be configured to transaction stages using a multistep process.
189A.
190True
191B.
192False
193
194QUESTION NO: 19
195Select the statements that best describe a subcase. (Choose Three)
196A.
197Subcases are typically used when there are conditions between stages
198B.
199Subcases are typically used when there are conditions between steps
200C.
201Subcases are usually executed outside the context of the parent case
202D.
203Subcases are typically used to control when the parent case can progress
204E.
205Subcases usually involve different work parties than the parent case
206F.
207Subcases typically focus on a subset of data relative to the parent case
208
209
210QUESTION NO: 20
211When decomposing a case, a step in a case stage represents:
212A.
213An action, or actions, taken to process a case
214B.
215A first level for organizing tasks needed to process a case
216C.
217A decision needed to process a case
218D.
219The components used to implement the tasks for a case
220
221
222QUESTION NO: 21
223Which shape allows the user to decide how to advance to the next step in a flow?
224A.
225Decision
226B.
227Flow Action
228C.
229Fork
230D.
231Assignment
232
233QUESTION NO: 22
234A decision shape in a flow can represent either a decision or a fork. Which statement describes
235difference between a decision and a fork?
236A.
237A decision references a rule; a fork does not
238B.
239There is no difference; a decision and a fork are interchangeable
240C.
241A fork references a Boolean expression; a decision does not
242D.
243A decision requires an Else connector, but a fork does not
244
245QUESTION NO: 23
246An alternate stage can be configured to have either a manual or an automatic transaction.
247A.
248True
249B.
250False
251
252QUESTION NO: 24
253Select the statement that describes the difference between a case and a process.
254A.
255A case cannot have a service level associated with it, while a process can
256B.
257A case is performed by many actors, while a process is performed by one actor
258C.
259A case identifies the work to perform, while a process defines how the work is performed
260D.
261A case does not have a lifecycle, while a process has a lifecycle
262
263QUESTION NO: 25
264When implementing a case type, the best course of action is to:
265A.
266Implement processes, then associate them with steps, and then identify stages
267B.
268Identify stages, then identify steps, and then implement processes
269C.
270Identify processes, then implement stages, and then add steps
271D.
272Implement stages, then identify steps, and then implement processes
273
274QUESTION NO: 26
275What is the primary purpose of an assignment shape in a flow?
276A.
277To pause the flow for an operator to act upon the case
278B.
279To assign the case to an external system
280C.
281To add work parties to the current case
282D.
283To allow the end user to change the work status of the case
284
285QUESTION NO: 27
286While configuring a process flow in "draft mode", we add shapes to describe a process, then we
287_________, ___________and_________. (Choose Three)
288A.
289Provide instructions for each assignment
290B.
291Create mock user interfaces
292C.
293Identify decision outcomes
294D.
295Add data pages to define the data structure
296E.
297Add audit notes to flow shapes
298
299QUESTION NO: 28
300You have been asked to model an expense report case that has the following requirements.
301An expense report is completed by an employee.
302An expense report is approved by a manager.
303An expense report with client expenses should be audited.
304An expense report is paid to an employee.
305Which requirement could be implemented as an alternate stage?
306A.
307An expense report is paid to an employee
308B.
309None of these should be implemented as an alternate stage
310C.
311An expense report with client expenses should be audited
312D.
313An expense report is approved by a manager
314
315QUESTION NO: 29
316A smart shape is a preconfigured:
317A.
318Utility shape
319B.
320Assignment shape
321C.
322Integrator shape
323D.
324Notification shape when sending email
325
326QUESTION NO: 30
327Which flow shapes can be used to send an email? (Choose three)
328A.
329Utility
330B.
331Send Email smart shape
332C.
333Integrator
334D.
335End
336E.
337Assignment
338
339
340QUESTION NO: 31
341When a user enters a claim request, they need an option to save their progress so they do not
342lose their changes. Select the best option to satisfy this requirement.
343A.
344The user should contact the administrator so they can save their changes
345B.
346The system saves the changes without the user submitting the request
347C.
348Add an optional action to save their progress
349D.
350Add an optional process to save their progress
351
352QUESTION NO: 32
353Select the UI control that displays a drop-down list with dynamically generated values.
354A.
355Dropdown
356B.
357MuitiSelect
358C.
359AutoComplete
360D.
361DynamicSelect
362
363
364
365QUESTION NO: 33
366What are the two components of a guardrail warning? (Choose Two)
367A.
368The severity level
369B.
370The maintainability score
371C.
372The performance impact
373D.
374The warning type
375
376QUESTION NO: 34
377A PRPC application can be built on a top of another PRPC application.
378A.
379True
380B.
381False
382
383QUESTION NO: 35
384Which statement is true about pattern inheritance?
385A.
386It causes a class to inherit rules from parent classes, matching its prefix to the parent class name
387B.
388It only applies to work classes
389C.
390It makes it possible to define the parent explicitly, rather than by name
391D.
392It is executed after directed inheritance
393
394QUESTION NO: 36
395Files – such as images, documents, and spreadsheets – can be added to application documents.
396A.
397True
398B.
399False
400
401QUESTION NO: 37
402Which of the following are true about classes? (Choose Two)
403A.
404Classes represent the applicability of rules
405B.
406Classes are used to control access to applications
407C.
408Classes group rules for deployment
409D.
410Classes play a key role in deciding the scope of a rule
411
412QUESTION NO: 38
413Pega Guardrails are guidance for following best practices and have little to no Impact on
414application performance.
415A.
416True
417B.
418False
419
420QUESTION NO: 39
421Which of the following statements is considered an application development best practice?
422A.
423Save a copy of the standard Pega properties in the application if they are used
424B.
425Build applications without change control, in order to complete projects more quickly
426C.
427Build applications that are more easily adaptable to inevitable business change
428D.
429Launch applications as soon as possible so that performance testing can be done in Production
430
431QUESTION NO: 40
432Select the valid options for instantiating a subcase. (Choose three)
433A.
434Automatic instantiation
435B.
436Manual instantiation
437C.
438Conditional instantiation
439D.
440Declarative instantiation
441E.
442Procedural instantiation
443
444QUESTION NO: 41
445A service level ____________. (Choose Two)
446A.
447Cannot be added to a subcase
448B.
449Can be referenced by a utility shape
450C.
451Can be referenced using an Update a Case smart shape
452D.
453Can be referenced on an assignment shape
454E.
455Can invoke multiple escalation actions
456
457QUESTION NO: 42
458You can configure a PASSED DEADLINE milestone for a case.
459A.
460True
461B.
462False
463
464QUESTION NO: 43
465Review the following decision table:
466
467
468If the credit score is 600 and the outstanding balance is 3000, which value will be returned?
469A.
470ApproveLevel 2
471B.
472Reject
473C.
474An error is thrown
475D.
476ApproveLevel1
477
478QUESTION NO: 44
479The default urgency for an assignment is 25.
480At 9:00 A. M, an assignment with this service level associated to it is started.
481
482
483What will the urgency value of the assignment be at 09:00 A. M. the following day?
484A.
48575
486B.
48765
488C.
48950
490D.
49140
492
493QUESTION NO: 45
494Which of the following does NOT describe a declarative rule in PRPC?
495A.
496A single rule that defines a clipboard page that is automatically generated when referenced
497B.
498A single rule that validates multiple property values after a form has been submitted
499C.
500A single rule that causes an activity to run when instances of a specific class are created, updated,
501or deleted in the database
502D.
503A single rule that defines the automatic computation of a property value based on an expression
504
505QUESTION NO: 46
506Where Is an Edit Validate rule referenced?
507A.
508Cell properties in a section
509B.
510A property rule
511C.
512A flow action
513D.
514A flow rule
515
516QUESTION NO: 47
517Which of the following is not a type of a declarative rule?
518A.
519Declare Index
520B.
521Decision Tree
522C.
523Data Page
524D.
525Constraint
526
527QUESTION NO: 48
528CustomerSatisfaction is an integer property value; 10 means "Gold", 9 means "Silver", and 8
529means "Bronze."
530Which rule type is the LEAST appropriate for directing case processing in a flow based on
531Customer Satisfaction?
532A.
533When rule
534B.
535Decision tree
536C.
537Declare expression
538D.
539Decision table
540
541QUESTION NO: 49
542Select the decision rule that is most appropriate for implementing a set of nested “if†conditions.
543A.
544Data Transform
545B.
546When Rule
547C.
548Decision Table
549D.
550Decision Tree
551
552QUESTION NO: 50
553Which of the flowing is true of a Declare Expression?
554A.
555They are involved without any explicit
556B.
557They are only referenced in a data transform
558C.
559They must specify the sequential order in which to run
560D.
561They are referenced in a section
562
563QUESTION NO: 51
564A correspondence can be used to send: (Choose Two)
565A.
566Email
567B.
568Voicemail
569C.
570Tweet
571D.
572Fax
573
574
575QUESTION NO: 52
576An application is currently configured to send an email if an assignment is not completed in 2
577days.
578It must be changed so that it is sent after 1 day instead. Where would this be configured?
579A.
580The correspondence rule
581B.
582The service level rule
583C.
584The notification activity
585D.
586The assignment shape
587
588QUESTION NO: 53
589Which statement best describes how a service level affects the urgency value of an assignment or
590a case?
591A.
592When a given milestone is reached, the urgency value is set to the specified value in that
593milestone.
594B.
595When a given milestone is reached, the current urgency value is checked. If it is greater than the
596value specified in that milestone, the Escalation Action is triggered.
597C.
598If the current urgency value is less than the urgency value specified in the milestone, It is adjusted
599to the urgency value specified in that milestone - otherwise, it remains the same.
600D.
601When a given milestone is reached, the specified urgency value is added to the current urgency
602value.
603
604QUESTION NO: 54
605Routing can be decided by using: (Choose Two)
606A.
607A decision tree
608B.
609A decision table
610C.
611A when rule
612D.
613A data transform
614
615QUESTION NO: 55
616Validate rules are referenced in which of the following rule types to validate the properties
617displayed on the user interface?
618A.
619Flow
620B.
621Hamess
622C.
623Flow Action
624D.
625Section
626
627QUESTION NO: 56
628See the following two screenshots; note how they are different based on the value of Marital
629Status. What underlying rule can be used to implement this user experience behavior?
630
631
632
633A.
634Declare Expression
635B.
636Decision Tree
637C.
638When rule
639D.
640Decision Table
641
642QUESTION NO: 57
643____________ contains information about people, companies and organizations interested in a
644case.
645
646A.
647A workgroup
648B.
649An Access Group
650C.
651A WorkParty
652D.
653An Operator
654
655QUESTION NO: 58
656It is possible for you to notify a customer (work party) if a milestone is missed, using a service
657level.
658A.
659True.
660B.
661False
662
663QUESTION NO: 59
664Which UI component should you use to format the presentation of a property's value?
665A.
666Inline Style Editor
667B.
668Function rule
669C.
670Section
671D.
672Control rule
673
674QUESTION NO: 60
675Which control should you use to implement the functionality demonstrated in this example?
676
677
678A.
679Dropdown sourced by a data page that can filter choices based on selection
680B.
681AutoComplete
682C.
683Dynamic Select
684D.
685Dropdown sourced by a local list
686
687QUESTION NO: 61
688Which rule types can be specified on a flow action rule form, to process data entered by the user.
689(Choose Two)
690A.
691Data Transform
692B.
693Validate
694C.
695Service Level
696D.
697Edit Validate
698
699QUESTION NO: 62
700A requirement dictates that a purchase request application must allow an end user to review the
701Terms and Conditions, which they must accept before they submit their request. What is the most
702appropriate choice to satisfy this requirement?
703A.
704Create a flow action for Terms and Conditions which can be opened in a overlay dialog.
705B.
706Create a flow action for Terms and Conditions and add it as an additional connector in the
707assignment shape.
708C.
709Create a flow action for Terms and Conditions and add it as an optional action in that step.
710D.
711Create a flow action for Terms and Conditions that can be opened in a modal dialog.
712
713QUESTION NO: 63
714A review-type harness allows a user to:
715A.
716Review the information and take only local actions
717B.
718Review the information and not take any action
719C.
720Review the information and take any applicable actions on that assignment
721D.
722Review the information and either approve or reject
723
724QUESTION NO: 64
725Which of the following statements are true regarding repeating grids? (Choose Two)
726A.
727Repeating grids can use a list data page as a source
728B.
729Repeating grids can be used to display data in rows and columns
730C.
731Repeating grids can be used to display a page property
732D.
733Repeating grids can use a data table as a source
734
735QUESTION NO: 65
736You need to add a field to a form that provides a large list of dynamic values to choose from. What
737should be used?
738A.
739Local List
740B.
741AutoComplete
742C.
743DropDown
744D.
745Radio buttons
746
747QUESTION NO: 66
748Two case types in the same application use the same section. What would be the most
749appropriate "Applies To:" class for the section?
750A.
751Both ORG-App-Work-CaseTypeOne and ORG-App-Work-CaseTypeTwo
752B.
753ORG-App
754C.
755ORG-App-Data
756D.
757ORG-App-Work
758
759QUESTION NO: 67
760Given an application with CaseTypeOne and CaseTypeTwo, a flow action applied to ORG-App-Work is accessible from:
761A.
762ORG-App-Work-CaseTypeOne and ORG-App-Work-CaseTypeTwo
763B.
764ORG-App-Work-CaseTypeOne only
765C.
766ORG-App-Work-CaseTypeTwo only
767D.
768ORG-App
769
770QUESTION NO: 68
771A Section can be embedded in another section.
772A.
773True
774B.
775False
776
777QUESTION NO: 69
778A perform harness can be referenced from: (Choose Two)
779A.
780Connector shape
781B.
782Process tab of the flow
783C.
784Subprocess shape
785D.
786Assignment shape
787
788QUESTION NO: 70
789Which of the following is NOT true of a local flow action?
790A.
791It causes the assignment to remain on the current user's worklist
792B.
793It advances the flow
794C.
795It can be used to update assignment or case properties
796D.
797It permits users to complete an optional task, such as attaching supporting documentation
798
799QUESTION NO: 71
800Which component defines and implements an interface between an external application acting as
801a client and a PRPC system acting as a server?
802A.
803Data Page
804B.
805Service
806C.
807Connector
808D.
809Report Definition
810
811QUESTION NO: 72
812In an application, an inbound email is used to create a purchase request, and accesses an
813external catalog to retrieve the latest price information. How should you implement each
814integration? (Choose Two)
815A.
816Purchase Request creation is implemented as a service
817B.
818Purchase Request creation cannot be implemented as either a service or a connector
819C.
820Purchase Request creation is implemented as a connector
821D.
822Price retrieval is implemented as a service
823E.
824Price retrieval is implemented as a connector
825F.
826Price retrieval cannot be implemented as either a service or a connector
827
828QUESTION NO: 73
829Which of the following is not a valid property control
830A.
831Text
832B.
833String
834C.
835Password
836D.
837Decimal
838
839QUESTION NO: 74
840Which is the best way to cache data from external system
841A.
842Data Transform
843B.
844Data Table
845C.
846Data Page
847D.
848Decision table
849
850QUESTION NO: 75
851Auto-Complete can use same source list as of Dropdown
852A.
853true
854B.
855False
856
857QUESTION NO: 76
858You have been asked to create a report that displays order total and case creation date for all
859orders. What should you do to address this requirement?
860A.
861Optimize only the order total porpery
862B.
863Optimize both properties
864C.
865Optimize only case creation date property
866D.
867No properties require optimization
868
869QUESTION NO: 77
870When we need to select from a large list of dynamically populated values then we give the control
871as
872A.
873Dropdown
874B.
875Auto- Complete
876C.
877local-list
878D.
879data page
880
881QUESTION NO: 78
882Which of the following represent class for case type
883A.
884PYD-HRServices
885B.
886PYD-HRServices-Work
887C.
888PYD-HRServices-Work-FinalOrder
889D.
890PYD-Data
891
892QUESTION NO: 79
893IN the application, the email consumption leads to case creation & then the fetching prices from
894price catalogue, application connects to external system (wording can be different)
895A.
896PRPC act as service for fetching price from price catalogue.
897B.
898PRPC act as connector for fetching price from price catalogue
899C.
900PRPC act as service for creating case from email
901D.
902PRPC act as connector for fetching price from price catalogue.
903E.
904PRPC can act as neither service or connector for fetching price from price catalogue.
905F.
906PRPC can act as neither service or connector for creating case from email.
907
908QUESTION NO: 80
909A validate rule tests multiple fields. When a value fails validation, the remaining fields are tested:
910A.
911If validate rule uses input-qualified validation
912B.
913If the continue validation flag is enabled
914C.
915If the validate rules was called from another validate rule
916D.
917No specific configurations is necessary
918
919QUESTION NO: 81
920You are designing a case type that has a series of steps to take when a case is rejected. How
921should you best model this requirements?
922A.
923Add an alternate stage to the case type to handle the rejection process
924B.
925Add an optional process on an alternate stage to handle the rejection process
926C.
927Add an optional process on a primary stage to handle the rejection process
928D.
929Add an optional action on a primary stage to handle the rejection process
930
931QUESTION NO: 82
932Other than the description, what key component is identified in a specification?
933A.
934Subject Matter Expert (SME) fot that specification
935B.
936Resources working on the specification
937C.
938Time needed to implement the specification
939D.
940Rules that we need to create to implement the specification
941
942QUESTION NO: 83
943An application contains a page property named Address. On this page is a single-value text
944property named City. City is defined in
945A.
946The same class as Address
947B.
948The work class
949C.
950Any data class
951D.
952The data class referenced by Address
953
954
955QUESTION NO: 84
956Select the statement that best define a rule. (Choose Two)
957A.
958Rules are used to define and configure an application
959B.
960Rule are organized in RuleSets, which are then organized into class
961C.
962An application can only contain one instance of a specific rule
963D.
964Rule are organized or classified into rule categories
965
966QUESTION NO: 85
967Select the statement about a subcase creation that is incorrect
968A.
969A subcase cannot be created manually by an end user
970B.
971A subcase can be created using a smart shape
972C.
973A subcase can be created in a stage step
974D.
975A subcase can be created automatically when a parent case is created
976
977QUESTION NO: 86
978Which statement about a flow diagram is NOT true?
979A.
980A flow diagram can be marked as "draft" for initial editing
981B.
982A flow diagram is primarily used for documentation
983C.
984A flow diagram is built and edited directly in Designer Studio
985D.
986Every shape in a flow diagram have a single intent
987
988QUESTION NO: 87
989Review the following screenshot. In the Miscellaneous Item section, the user can wnter several
990item name. The entered value are storen in Items property. Which type of property is this?
991
992
993
994A.
995Single Value
996B.
997Value
998C.
999Page List
1000D.
1001Page
1002
1003QUESTION NO: 88
1004A stage can be ________ (Choose Two)
1005A.
1006Transitioned only when all subcases are resolved
1007B.
1008Skipped based on the result from a decision table
1009C.
1010Both an alternative case stage and resolution case stage
1011D.
1012Skipped based on a specific when condition
1013
1014QUESTION NO: 89
1015Which of the following classes correspond to a case type_
1016A.
1017MyCo-HRApp
1018B.
1019MyCo-HRApp-Work
1020C.
1021Work-
1022D.
1023MyCo-HRApp-Work-EnrollBenefits
1024
1025QUESTION NO: 90
1026Select the best approach to verify than an end user enters an email address in the correct format
1027A.
1028Use a drop-down list to provides a set of allowed values
1029B.
1030Use an edit validate rule to match the format to an expected pattern
1031C.
1032Use a validate rule to match the format to an expected pattern
1033D.
1034Use a data transform to match the correct format to and expected pattern
1035
1036QUESTION NO: 91
1037What can be user as a source for a repeating layout? (Choose Two)
1038A.
1039A value property
1040B.
1041A report definition
1042C.
1043A page list property
1044D.
1045A page property
1046
1047QUESTION NO: 92
1048A correspondence can be used to send: (Choose Two)
1049A.
1050Voicemail
1051B.
1052Email
1053C.
1054Tweet
1055D.
1056Fax
1057
1058QUESTION NO: 93
1059Which of the following is true of a Declare Expression?
1060A.
1061They are only referenced in a data transform
1062B.
1063They are referenced in a section
1064C.
1065They must specify the sequential order in which to run
1066D.
1067They are invoked automatically without any explicit reference
1068
1069QUESTION NO: 94
1070What is the most appropriate "Applies To:" class for a section used to display data elements
1071contained in a page property
1072A.
1073The classe where the flow action is defined
1074B.
1075The class where the data elements for the page property are defined (Missed)
1076C.
1077The class where the case type is defined
1078D.
1079The class where the page property is defined
1080
1081QUESTION NO: 95
1082In a purchase order application, we want the user to enter a non-negative number of items. Select
1083the best option:
1084A.
1085Create a decimal property to store the value and use and edit validate rule
1086B.
1087Create a decimal property to store the value and use and validate rule
1088C.
1089Create a valudate rule to check if the value is numeric and greater than zero
1090D.
1091Create an integer propery to store the value and use an edit validate rute (Missed)
1092
1093QUESTION NO: 96
1094Which statements best describe the purpose of a data transform (Choose Two)
1095A.
1096To retrieve data from an external system of record
1097B.
1098To update the value of a property
1099C.
1100To store data obtained from an integration request
1101D.
1102To manupulate data copied from one case to a subcase (Missed)
1103
1104QUESTION NO: 97
1105Select the statement that best describe a worklist for a specific operator. (Choose Two)
1106A.
1107A list of all cases assigned to that operator
1108B.
1109A list of all cases assigned to their manager
1110C.
1111A list of all assignments pending for that operator (Missed)
1112D.
1113A list of all cases created by that operator
1114
1115QUESTION NO: 98
1116An assignment shape indicates
1117A.
1118A new subcase is created
1119B.
1120The process await a user action
1121C.
1122The system is automatically perform the task
1123D.
1124The case owner is switched on that spet
1125
1126QUESTION NO: 99
1127What is the best pratice for requesting data from an external database?
1128A.
1129Use a SQL listner that can query the external system
1130B.
1131Use the External Database Table Class Mapping wizard
1132C.
1133Use a procedural rule that can invoke a SQL query
1134D.
1135Use a SQL connector to acces the database
1136
1137QUESTION NO: 100
1138Select rule that is the most appropriate to evaluate a specific condition
1139A.
1140Decision Tree
1141B.
1142When rule (Missed)
1143C.
1144Decision Table
1145D.
1146Delcare expression
1147
1148QUESTION NO: 101
1149Why are Guardrails important? (Select Three)
1150A.
1151Performance issues are caught early on when following Guardrails(Missed)
1152B.
1153Application are build consistently by different teams when follow Guardrails (Missed)
1154C.
1155Quality Assurance testing is not as important when following Guardrails
1156D.
1157Ensure connectivity with external data sources when following Guardrails
1158E.
1159Application are easier to maintain and upgrade when following Guardrails
1160
1161QUESTION NO: 102
1162Smart shapes can be used ______________
1163A.
1164To implement a task that can be done on all steps in a process
1165B.
1166To implement a task that is commonly used
1167C.
1168To implement a task that requires user intervention
1169D.
1170To create a child case that can have more than on parent
1171
1172QUESTION NO: 103
1173Select the statements about correspondence rules that are true. (Choose Two)
1174A.
1175A copy of each sent correspondence is attached to the case
1176B.
1177The recipient is configured in the correspondence rule
1178C.
1179A correspondence rule can reference properties and static text
1180D.
1181A single correspondence rule can be used for both email and fax
1182
1183QUESTION NO: 104
1184Select the statement that best describes the Clipboard tools
1185A.
1186The Clipboard tool is used to copy a data from one page to another
1187B.
1188The Clipboard tool is a debbuggiong tool for end users
1189C.
1190The Clipboard tool calculates and displays the memory allocation for a user session
1191D.
1192The Clipboard tool displays alla the pages, including their properties and values, active in a
1193users's session (Missed)
1194
1195QUESTION NO: 105
1196A stage ca be configured as __________(Choose Two)
1197A.
1198A starter stage
1199B.
1200An exception stage
1201C.
1202A resolution stage
1203D.
1204An alternate stage
1205
1206QUESTION NO: 106
1207Identify the best pratices for processing design (Choose Three)
1208A.
1209Consolidate processing steps into as few flows as possible
1210B.
1211Use a utility shape to set work status
1212C.
1213Name flow shapes to crearly communicate intent
1214D.
1215Create reusable flow shapes
1216E.
1217Use each shape for its intended purpose (Missed)
1218F.
1219Restrict the number of connectors leading away from an assignment to five (5) or less
1220
1221QUESTION NO: 107
1222An assignemtn can be routed to: (Choose Tow)
1223A.
1224Multiple operators
1225B.
1226A Workbasket (Missed)
1227C.
1228An Acces Group
1229D.
1230A single operator
1231
1232QUESTION NO: 108
1233What statement best describes the relationship between a case and a subcase?
1234A.
1235Data propagated from a case to a subcase occurs when the subcase is created (Missed)
1236B.
1237Subcases are embedded as part of the parent case using an embedded page property
1238C.
1239If a case is not displayed in the New Work menu, its subcases cannot be displayed
1240D.
1241Both a case and its subcases are worked on by the same operator
1242
1243QUESTION NO: 109
1244Select the statements that best describe UI gallery (Choose Two)
1245A.
1246The UI gallery examples include source which can be copied into an application (Missed)
1247B.
1248The UI gallery contains UI examples but doesen't provide acces to underlying rules
1249C.
1250The UI gallery provides a quicker way to acces an end user's worklist
1251D.
1252The UI gallery provides examples of the latest PRPC UI features
1253E.
1254The UI gallery is an inventory of all user interface rules used in application
1255
1256QUESTION NO: 110
1257To create a report that displays all open cases (.pyStatusWork) and who they are assigned to
1258(.pxAssignedOperatorID), which of these two properties would you need to optimize?
1259A.
1260Only .pxAssignedOperatorID
1261B.
1262Both .pxAssignedOperatorID and .pyStatusWork
1263C.
1264Property optimizations is not required
1265D.
1266Only .pyStatusWork
1267
1268QUESTION NO: 111
1269Primary path stages can be defined as: (Choose Two)
1270A.
1271Stages that can be transitioned either manually or automatically
1272B.
1273Stages that can only be transitioned in the order defined in case map
1274C.
1275Stages that represent a normale course of events when describing a case (Missed)
1276D.
1277Stages with no conditions or logic between steps
1278
1279QUESTION NO: 112
1280Which Decision rule type is best used to handle nestd "if" conditions?
1281A.
1282Data transform
1283B.
1284Decision Tree(Missed)
1285C.
1286Decision Table
1287D.
1288When rules
1289
1290QUESTION NO: 113
1291Select the true statement about optional actions added to a case stage
1292A.
1293Optional actions can be invoked only once in any process applicable in that stage
1294B.
1295Optional actions can be added in the case stage will progress the flow to the next step
1296C.
1297Optional actions can be invoked in any process applicable in that stage
1298D.
1299Optional antions can be invoked on all processes that starts along with the step
1300
1301
1302
1303QUESTION NO: 114
1304The default urgency for an assignment is 10. An assignment with this service level associated to it
1305is started:Initial Urgency : 15GOAL : 1 day - 10DEADLINE: 3 day - 15PASSED DEADLINE : 1 day
1306– 10.
1307If after four business day, the assignment is not completed, what will be the case urgency value?
1308
1309A.
131070
1311B.
131235
1313C.
131460
1315D.
131650 (Missed)
1317
1318QUESTION NO: 115
1319Which of these are tipically configured on a dynamic layout? (Choose Two)
1320A.
1321Alignment of field values
1322B.
1323Label Positioning
1324C.
1325Align columns and rows to present data in spreadsheet
1326D.
1327Number of columns in each row (Missed)
1328
1329QUESTION NO: 116
1330By default, declare expressions calculate when:
1331A.
1332The target property is referenced
1333B.
1334All the source properties change
1335C.
1336Any of the source properties change
1337D.
1338The target property does not have a value
1339
1340QUESTION NO: 117
1341Which of the following are benefits of using Data Pages in an Application? (Choose Two)
1342A.
1343Allows access to data directly from Data Pages rules
1344B.
1345Make application more reusable
1346C.
1347Increase performace due to caching
1348D.
1349Keeps the date layer separate from business logic, UI and process(Missed)
1350
1351QUESTION NO: 118
1352A control specified in the cell of a section takes precedence over the control definde in the
1353property value
1354A.
1355True
1356B.
1357False
1358
1359QUESTION NO: 119
1360What’s is the recommended practice to copy properties values from a case to one of its subcases
1361A.
1362Data Propagation
1363B.
1364Data page
1365C.
1366Properties value are copied automatically, with no configuration needed
1367D.
1368Declare Expression
1369
1370QUESTION NO: 120
1371Select the possible configurations that can be done in a repeating grid?(Choose Two)
1372A.
1373Page size ca be altered by the end user at runtime
1374B.
1375Select the pagination format
1376C.
1377Select if column can allow filtering
1378D.
1379Changing to a different layout format depending on the screen resolution
1380
1381QUESTION NO: 121
1382Which of the following configurations are not supported in a dynamic layout?
1383A.
1384Automatically change to a different layout format based on screen size
1385B.
1386Stack the fields by placing label above the value
1387C.
1388Set maximum threshold for the number of fields that a layout can contain
1389D.
1390Cell spacing between two fields
1391
1392
1393
1394QUESTION NO: 122
1395_______________ contains information about people, companies and organization interested in a
1396case
1397A.
1398A Work Party
1399B.
1400A Workgroup
1401C.
1402An Operator
1403D.
1404An acces Group
1405
1406QUESTION NO: 123
1407A when rule is used to manage multiple source for a data page
1408A.
1409True
1410B.
1411False
1412
1413
1414QUESTION NO: 124
1415Which two rules are used to combine icons, sections and buttons for display to the end user?
1416(Choose Two)
1417A.
1418Harness
1419B.
1420Flow Action
1421C.
1422Section
1423D.
1424Portal
1425
1426QUESTION NO: 125
1427Which of the following is not true of a substitute operator? (Choose One)
1428A.
1429A specific operator can be assigned
1430B.
1431A specific workbasket can be assigned
1432C.
1433A specified work group can be assigned
1434D.
1435It can be determined by a decision tree rule
1436
1437
1438
1439QUESTION NO: 126
1440A worklist displays a list of open _______________. (Choose One)
1441A.
1442assignments
1443B.
1444work items
1445C.
1446service levels
1447D.
1448correspondence
1449
1450QUESTION NO: 127
1451An operator opens a work item from a workbasket and immediately closes it. What happens to the
1452work item? (Choose One)
1453A.
1454The work item remains in the operator's worklist, where PRPC moved it when the operator opened
1455it
1456B.
1457The work item remains in the workbasket for another operator to open
1458C.
1459The work item was copied to the operator's worklist when it was opened, and the copy was
1460deleted when it was closed
1461D.
1462The work item is returned to the workbasket with an increased urgency
1463
1464QUESTION NO: 128
1465Urgency is _______________. (Choose One)
1466A.
1467a numeric property that defines the importance of promptly completing and resolving the
1468assignment
1469B.
1470used to determine the prioritized order that assignments appear on worklists
1471C.
1472a value between 0 - 100
1473D.
1474all of the above
1475
1476QUESTION NO: 129
1477A service level rule is defined with the following settings:
1478
1479
1480If the default urgency value for the work item is 20, what is the urgency four days after the work
1481item reaches the assignment? (Choose One)
1482A.
148370
1484B.
148545
1486C.
148760
1488D.
148950
1490
1491QUESTION NO: 130
1492A service level rule is defined with the following settings:
1493
1494After 4 days, what is the urgency of the assignment if the default urgency for the work item is 0
1495(zero)? (Choose One)
1496A.
149745
1498B.
149965
1500C.
150150
1502D.
150380
1504
1505QUESTION NO: 131
1506Review the following rule:
1507
1508A work object with an urgency value of 10 reaches an assignment with this service level rule
1509attached. After three hours have passed, the urgency value of the assignment will be ______.
1510(Choose One)
1511A.
151210
1513B.
151420
1515C.
151623
1517D.
151825
1519E.
152028
1521
1522
1523QUESTION NO: 132
1524Node level Declarative Pages cannot be shared between requestors.
1525A.
1526True
1527B.
1528False
1529
1530QUESTION NO: 133
1531Which two statements are true concerning Declarative Pages? (Choose Two)
1532A.
1533They may be shared between requestors
1534B.
1535They are automatically generated when a new work object is created
1536C.
1537They can conditionally expire, which allows them to be refreshed
1538D.
1539They are called sequentially, not declaratively
1540
1541QUESTION NO: 134
1542Node Declarative Pages can only be shared among requestors in a specifically configured
1543
1544workgroup.
1545A.
1546True
1547B.
1548False
1549
1550QUESTION NO: 135
1551In order to enable the dynamic calculation feature of a Declare Expressions rule, the "Enable
1552Expression Calculation" box must be checked in which rule? (Choose One)
1553A.
1554Harness
1555B.
1556Portal
1557C.
1558Declare Expression
1559D.
1560HTML
1561
1562QUESTION NO: 136
1563When a Declarative Page runs on a node, which of the following methods is used to determine the
1564RuleSet list used to access the load activity? (Choose One)
1565A.
1566The end user’s RuleSet list
1567B.
1568The access group configured in the declare pages rule
1569C.
1570The access group of the user’s Organization
1571D.
1572The access group of the user’s Division
1573
1574QUESTION NO: 137
1575Declarative Page names must begin with the prefix “Declare_â€.
1576A.
1577True
1578B.
1579False
1580
1581QUESTION NO: 138
1582When are declared pages created? (Choose One)
1583A.
1584At system startup
1585B.
1586When the previous version expires
1587C.
1588When first accessed
1589D.
1590When the rule gets created
1591
1592QUESTION NO: 139
1593When does PRPC refresh a declared page that has expired? (Choose One)
1594A.
1595As soon as the declared page expires
1596B.
1597When PRPC accesses the declared page
1598C.
1599When defined in the rule form
1600D.
1601When the user accesses the clipboard
1602
1603QUESTION NO: 140
1604Which of the following statements regarding dynamic expression calculation is true? (Choose
1605One)
1606A.
1607Dynamic expression calculation does not occur when changing a property value programmatically,
1608such as with an activity
1609B.
1610Dynamic expression calculation may occur when an input to the target property changes
1611C.
1612Dynamically calculated values automatically update on a flow action
1613D.
1614Backward-chaining is not a form of dynamic expression calculation
1615
1616QUESTION NO: 141
1617Declare Expressions rules can be used in both forward and backward chaining.
1618A.
1619True
1620B.
1621False
1622
1623QUESTION NO: 142
1624When the system automatically checks an internal dependency network for other values that are
1625affected and performs other processing as determined by the network, the system is performing a
1626process called __________________. (Choose One)
1627A.
1628Forward Chaining
1629B.
1630Declarative Processing
1631C.
1632Declarative Network Analysis
1633D.
1634Backward Chaining
1635
1636QUESTION NO: 143
1637
1638The properties to be constrained by a Constraints rule may be in ______________. (Choose Two)
1639A.
1640The Applies To class of the Constraints rule
1641B.
1642The class of an embedded page
1643C.
1644Embed-Rule-Constraints
1645D.
1646Data-Constraints
1647
1648QUESTION NO: 144
1649In the following example, the Declarative Rules Inspector is enabled, and a "D" appears next to
1650the value for the Rate property, which is calculated with a Declare Expressions rule named Rate.
1651
1652
1653
1654What happens when you click the "D"? (Choose One)
1655A.
1656Nothing. The D is only an indicator, with no action associated with it
1657B.
1658PRPC opens the Rate property rule
1659C.
1660PRPC opens the Rate Declare Expressions rule
1661D.
1662PRPC opens the Dependency Network for Rate
1663
1664QUESTION NO: 145
1665Declarative Pages operate within which of the following scopes? (Choose Three)
1666A.
1667Thread
1668B.
1669Single
1670C.
1671Node
1672D.
1673Server
1674E.
1675Operator
1676F.
1677Requestor
1678
1679QUESTION NO: 146
1680What is the primary difference between a Validate rule and a Constraints rule? (Choose One)
1681A.
1682A Validate rule can reference either Validate rules or Constraints rules, while a Constraints rule
1683can only reference other Constraints rules
1684B.
1685Constraints rules are evaluated declaratively, while Validate rules are executed procedurally
1686C.
1687Constraints rules are evaluated procedurally, while Validate rules are executed declaratively
1688D.
1689A Validate rule indicates the specific property that fails validation, while a Constraints rule does not
1690indicate the specific property that fails validation
1691
1692
1693QUESTION NO: 147
1694An end user has the following RuleSet list:
1695
1696
1697
1698When executing an activity, which three RuleSet versions are evaluated? (Choose Three)
1699A.
1700PolicyAdminGeneral:03-04-08
1701B.
1702PolicyAdminGeneral:03-03-01
1703C.
1704PolicyAdmin:02-05-01
1705D.
1706PolicyAdmin:02-03-12
1707
1708QUESTION NO: 148
1709The primary function of an Application rule is to _________________. (Choose One)
1710A.
1711Define a set of RuleSets and versions to be used to populate a user's RuleSet list
1712
1713B.
1714Order RuleSet version prerequisites for developers
1715C.
1716Identify a user’s primary and secondary access groups
1717D.
1718Define the class names used in a particular application
1719
1720QUESTION NO: 149
1721Which RuleSet versions are accessible to an end user for the RuleSet MyCo if MyCo:07-27 is
1722included in the runtime RuleSet list? (Choose One)
1723A.
172407-27-01 to 07-27-99
1725B.
172607-01-27
1727C.
172807-01-01 to 07-27-99
1729D.
173007-27-01
1731
1732QUESTION NO: 150
1733RuleSets are referenced in _____, which are referenced in _____, which are referenced in _____.
1734A.
1735Access groups; Application rules; Operator ID records
1736B.
1737Application rules; Operator ID records; Access groups
1738C.
1739Application rules; Access groups; Operator ID records
1740D.
1741Access groups; Operator ID records; Application rules
1742
1743QUESTION NO: 151
1744Review the following diagram:
1745
1746
1747A work object of the class MyCo-PL-Work-PolicyAdmin-NewBusiness Is being instantiated. A rule
1748named SampleRule exists at @baseclass, Work-Cover-, and PolicyAdmin-Work. At runtime, which
1749version of SampleRule will be located and executed during Rule Resolution? (Choose One)
1750A.
1751@baseclass.SampleRule
1752B.
1753Work-Cover-.SampleRule
1754C.
1755PolicyAdmin-Work.SampleRule
1756D.
1757the version in the RuleSet that is highest on the RuleSet list
1758
1759QUESTION NO: 152
1760Developers are finished developing rules in a particular RuleSet version. What should be done to
1761prevent these rules from being updated by others? (Choose One)
1762A.
1763Make the rules unavailable
1764B.
1765Change the RuleSet name
1766C.
1767Change the RuleSet version prerequisite
1768D.
1769Lock the RuleSet version
1770
1771QUESTION NO: 153
1772KChapman@MyCo.com needs to check out the NewAccount flow rule in the
1773MyCoCommercialAccount:03-05-02 RuleSet in order to modify it. When it is checked out, a copy
1774of the rule is placed in which RuleSet? (Choose One)
1775A.
1776KChapman@MyCo.com
1777B.
1778MyCoCommercialAccount:03-05-01
1779C.
1780MyCoCommercialAccount:03-05-03
1781D.
1782Pega-ProCom:05-01-10 (or current 5.1 version)
1783
1784QUESTION NO: 154
1785When circumstancing a rule, a "base" version of the rule to be circumstanced must already exist.
1786A.
1787True
1788B.
1789False
1790
1791QUESTION NO: 155
1792You can create a circumstanced rule without first creating a base rule instance. In this case, the
1793rule is only applied if the qualifiers are met.
1794A.
1795True
1796B.
1797False
1798
1799QUESTION NO: 156
1800During rule resolution, a circumstanced rule is executed if the value of the circumstance property
1801on the rule matches that property's value on the clipboard at runtime.
1802A.
1803True
1804B.
1805False
1806
1807QUESTION NO: 157
1808To determine which rule instance to use, PRPC prioritizes RuleSets in what order? (Choose One)
1809A.
1810Personal RuleSet, application RuleSet, production RuleSet, standard PRPC RuleSet
1811B.
1812Personal RuleSet, production RuleSet, application RuleSet, standard PRPC RuleSet
1813C.
1814Application RuleSet, production RuleSet, personal RuleSet, standard PRPC RuleSet
1815D.
1816Production RuleSet, personal RuleSet, application RuleSet, standard PRPC RuleSet
1817
1818QUESTION NO: 158
1819When an operator edits a rule instance from a locked RuleSet, the rule is saved to the operator's
1820personal RuleSet.
1821A.
1822True
1823B.
1824False
1825
1826QUESTION NO: 159
1827Which Clipboard page contains information about the application currently in use? (Choose One)
1828A.
1829pxRequestor
1830B.
1831pyWorkPage
1832C.
1833pxThread
1834D.
1835pxProcess
1836
1837QUESTION NO: 160
1838Which of the following is a step in the rule resolution process? (Choose One)
1839A.
1840PRPC discards rule instances that are not in an applicable RuleSet
1841B.
1842PRPC clears the rule cache to free memory
1843C.
1844PRPC adds rules instances with availabilty set to "Yes" or "Final" to the cache
1845D.
1846PRPC ranks rule instances according to their availability
1847
1848QUESTION NO: 161
1849Which rule availability setting allows you to mask a rule in a child class and fall back to the same
1850rule in a parent class? (Choose One)
1851A.
1852Withdrawn
1853B.
1854Blocked
1855C.
1856Hidden
1857D.
1858Skipped
1859
1860QUESTION NO: 162
1861An existing, released application applies a rule instance to a specific work type. You wish to apply
1862this rule to a less-specialized class in the next release of the application. Select the best method to
1863accomplish this task. (Choose One)
1864A.
1865Unlock any RuleSet version that contains the rule instance, and delete each instance applied to
1866the work type. Then, create a new instance applied to the less-specific class
1867B.
1868Create two new instances of the rulE. one applied to the work type, with availability set to Blocked,
1869and the other applied to the less-specific class with availability set to Yes
1870C.
1871Create two new instances of the rulE. one applied to the work type and saved to a RuleSet that
1872end-users cannot access, and the other applied to the less-specific class and saved to a RuleSet
1873that end users can access
1874D.
1875Create two new instances of the rulE. one applied to the work type, with availability set to
1876Withdrawn, and the other applied to the less-specific class with availability set to Yes
1877E.
1878Use a decision table or decision tree to call the less-specialized instance when the user runs the
1879most-recent version of the application
1880
1881QUESTION NO: 163
1882An application contains two instances of a section rule named ReviewOrderInfo, applied to
1883different classes. One instance of ReviewOrderInfo is saved in a production RuleSet, and the
1884other instance is saved in an application RuleSet. When a user runs the application, which
1885instance of the ReviewOrderInfo section does PRPC use? (Choose One)
1886A.
1887The instance in the production RuleSet
1888B.
1889The instance in the application RuleSet
1890C.
1891The answer cannot be determined from the information provided
1892
1893QUESTION NO: 164
1894Which of the following factors impacts whether an operator can use a particular rule instance when
1895running an application? (Choose Three)
1896A.
1897The RuleSet version that contains the rule instance
1898B.
1899Applying the rule instance to a parent class
1900C.
1901The application version listed on the operator’s access group
1902D.
1903Changing the availability of the rule instance from Yes to Final
1904E.
1905Circumstancing the rule instance
1906F.
1907Saving the rule instance in a prerequisite RuleSet
1908
1909QUESTION NO: 165
1910Select two statements that are true of Atomic Use Cases. (Choose Two)
1911A.
1912They are defined for each work type and are small and granular
1913B.
1914They are owned by multiple actors
1915C.
1916They change ownership several times during processing
1917D.
1918They correspond to flow actions, flows, screen flows, harnesses, or activities
1919
1920QUESTION NO: 166
1921Application guardrails recommend that developers ____. (Choose Three)
1922A.
1923Create Java steps in Activities
1924B.
1925Adopt an iterative approach
1926C.
1927Calculate and edit procedurally
1928D.
1929Design intent-driven processes
1930E.
1931Build for change
1932
1933QUESTION NO: 167
1934When following PRPC best practices, which artifact is completed prior to running the Application
1935Accelerator? (Choose One)
1936A.
1937Enterprise Data Model
1938B.
1939Application Profile
1940C.
1941Class Structure Diagram
1942D.
1943User Interface Design Review
1944
1945QUESTION NO: 168
1946What does “Build For Change®†mean? (Choose One)
1947A.
1948Build applications without change control, in order to complete projects more quickly
1949B.
1950Launch applications as soon as possible so that performance testing can be done in Production
1951C.
1952Build applications that are more easily adaptable to inevitable business change
1953D.
1954Business architects initially build PRPC applications and system architects subsequently change
1955them
1956
1957QUESTION NO: 169
1958Before running the Application Profile wizard, one should first gather information about which four
1959of the following key design elements? (Choose Four)
1960A.
1961Actors
1962B.
1963Work Types
1964C.
1965Interfaces
1966D.
1967Classes and Inheritance
1968E.
1969Correspondence
1970
1971QUESTION NO: 170
1972Which of the following is not a valid Process Discovery Map shape? (Choose One)
1973A.
1974Decision step
1975B.
1976Human-based step
1977C.
1978Sub process
1979D.
1980Integration
1981
1982QUESTION NO: 171
1983During which part of the DCO process does draft UI generation occur? (Choose One)
1984A.
1985Construction
1986B.
1987Inception
1988C.
1989Initiation
1990D.
1991Elaboration
1992
1993QUESTION NO: 172
1994Which of the following rules should you create or edit when you develop a draft user interface?
1995(Choose Two)
1996A.
1997Section
1998B.
1999Property
2000C.
2001Flow Action
2002D.
2003Paragraph
2004E.
2005Layout
2006
2007QUESTION NO: 173
2008Which DCO tool would be used by a business analyst or business architect to gather and
2009sequence project use cases and requirements for a reusable application? (Choose One)
2010A.
2011Application Accelerator
2012B.
2013Application Documentation Wizard
2014C.
2015Application Express
2016D.
2017Application Profiler
2018E.
2019Project Sizing tool
2020
2021QUESTION NO: 174
2022Which DCO tool would be used by a Lead System Architect to create a reusable enterprise
2023application based on collected use cases and requirements? (Choose One)
2024A.
2025Project Sizing tool
2026B.
2027Application Documentation Wizard
2028C.
2029Application Profiler
2030D.
2031Application Accelerator
2032E.
2033Application Express
2034
2035QUESTION NO: 175
2036Why do Pegasystems best practices suggest limiting flow rules to 15 shapes (excluding
2037Connectors)? (Choose One)
2038A.
2039Flows with too many shapes can introduce complex, difficult-to-debug processes in an application
2040B.
2041Flows with more than 15 shapes cannot be printed
2042C.
2043Flows with more than 15 shapes cannot be updated
2044D.
2045More than 15 shapes in one flow rule may result in performance issues