Ans: Page List
2. What type of Property Is “Driver” in the following syntax:
.Policy.Driver.Name?
Ans: Page
3. What type of Property is “Drivers” in the following syntax:
.Policy.Drivers(OWNER).Name? Ans: Page Group
4. What is the most appropriate scope when using a data page to
store details about the logged in operator?
Ans: Requestor
5. Which of the following statements is most accurate when
using a field value table edit over a local list?
Ans:Field values can be reused and referenced by other rules
6. A loan application case requested a D_ExchangeRates data page not
already on the clipboard at 7:25. It is a node level data page with no
parameters. The refresh strategy is set to be reloaded if loader than 50
minutes. Another loan application case requests the same data page at 8:25.
Which answer best describes the behavior of the data page for the second
request?
Ans: The page exists on the clipboard but is considered stale so it is
reloaded.
7. A linked property _____________.
Ans: Forms a reference to a record stored in the database
8. Which of the following changes to a data page definition would
require an update wherever the data page is referenced?
Ans: Adding a new required parameter.
9. A soap connector is called from a utility shape. When a SOAP
connector receives an exception that service is not available, how should the
error be handled?
Ans: Use the Error Handler Flow defined in the connector rule.
10. Select the most appropriate way to unit test a SOAP service. Ans: Run
the Service rule
11.
A File Listener can be configured for each of the following
configurations, EXCEPT________________
Ans: To start only on the first node that wakes up.
12. Which of the following scenarios require us to use a Connect SQL rule?
13. If an external SOAP service is modified and some of the elements
are modified, deleted, or added, what is the most appropriateway to
implement those changes in the SOAP connector?
Ans:Rerun the connector wizard using a new RuleSet version
14. An external service provides
information about the customers. What is the most appropriate option to
retrieve this data?
Ans:Use a data page that accesses the connector
15. For a SOAP service, rule and data instances are applied in which
execution order? Ans: 1. Service Package
2. Service File
3. Map Inbound Data
4. Service Activity
5. Map Outbound Data
16. A company pays all of its employees an annual bonus. The amount of
each employee’s bonus depends on two variables: their grade level and their
department. The company categorizes employees into 7 grade levels and 10
departments. Which rule type is best suited to determining the bonus
amount?
Ans: Map value
17. Using the flow shown below, which flow shape would allow a
reference to a Data Transform rule?
Ans: The “Submit” connector
18. Which of the following rule types are
you most likely to use to extend the capabilities of Pega 7 with custom Java
code?
Ans: Utility Function
19. Which of the following statements is true regarding an Activity rule?
Ans: Activity steps can be configured to iterate through a page list
20. Which of the following tasks is not required of a system
architect when using the SetTicket activity? Ans: Resolve the Ticket once the
case instance resumes
21. Which of the following steps is not performed when implementing
skill-based routing?
22. Skin rule can be referenced by _____________________. Ans: portal.
23. In the following activity, which statement regarding the Asset page is
most accurate?
Ans: The class of the Asset page should be mapped to a database table
24. Decision rules can be delegated to a business user because
____________
Ans: they provide options to restrict what the business users can
change.
25. Which statement most accurately describes declarative rules?
Ans: Declarative Rules are executed automatically by the system, as
needed.
26. While processing a case, a user posts a Pega Pulse with the
Private option. Where can other users see and respond to this post?
Ans: In the case Instance itself.
27. The standard router _________________________________can be used
to assign tasks based on operator workload and desired skills?
Ans: To WorkList with appropriate parameters.
28. An application requirement states
that a Social Security number must be submitted in the form xxx-xx-xxxx, as
shown in the following example.
The application developer not only wants to verify that the user’s
input matches this format, but also wants to add the dashes if the user omitted
them. What is the most appropriate way to implement this behavior?
Ans:Add an Edit Validate rule to the corresponding property.
29. Select the rules that can be referenced directly in a declare
expression. (Choose Three). Ans: Declare trigger
Decision table Map value
30. In which situation can a Data Transform rule not be used?
Ans:To save records into the database.
31. Which report configuration most necessitates the use of
property optimization? Ans: To use a property in a filter condition
32. Which report most likely requires the use of a class join to return
the appropriate data? Ans:All resolved cases that were routed to a specialist
by an operator
33. A chart can be created on_____________________?
Ans: A report that contains at least one aggregate column.
34. An architect would like to create a
report that needs information from both a work class
(MyCo-HR-SelfService-Work-TimeOff) and the operator class
(Data-Admin-Operator-ID). These classes must be linked by operator ID of the
user who has created the case. All of the following are viable mechanisms to do
this, except:
Ans: Configure entries in the “Declarative Index Join” part of the
report definition.
35. Which of the following is least likely to affect the
performance of a report?
Ans:The order of the columns in the report
36. Which of the following statements most accurately explains the
private edit feature?Ans: Private edit us available if the rule is checked-out
by someone else
37. Which of the following scenarios most likely requires the use of the
branch feature?
Ans: Team X and Y work on different enhancements in the same ruleset
and it is not known which enhancement will go into production first.
38. In which layer should you instantiate your work instances and why?
Ans: In the implementation – to be the most specific
39. The ruleset stack of an application consists of the following
rulesets, ordered from highest to lowest:
1. MyCoSelfService:01-01
2. MyCoHR:01-01
3. MYCo:01-01
Assuming that the class of the work object executing the rule is
MyCo-HR-SelfService-Work-TimeOff, which is chosen by the rule resolution?
Ans: A
40.There are five instances of the same rule. The only differences
between these are the circumstance settings and ruleset version:
Which is chosen by rule resolution, when the “Country” Clipboard
property is “Greece”?
Ans: D
41. To support maximum reuse, which layer should contain standard
processes?
Ans: Framework
42. There is a
requirement for users of an application to support two different product lines.
Much of the application’s functionality is specific to the product line, and
must be deployed into production at different times. Given these requirements,
what specialization approach would be most appropriate?
Ans: Each product line would have its own class and ruleset.
43. The Framework layer __________________
Ans: Is a reusable foundation upon which implementations can be built
quickly.
44. Which type of layout does not support responsive behavior? Ans:
Smart Layout.
45. When updating a skin rule, what are the three types of Mixins that can
be leveraged? (Choose Three) Ans: Backgrounds, Borders, Typography.
46. When using a repeating grid, which of the following cannot be
performed on the results?
Ans: Grouping
47. Which user interface behavior best demonstrates responsive
behavior?
Ans: A layout changes from an inline grid double format to a stacked
layout format when an operator resizes the window.
48. Which tool is most useful in identifying the property that is
displayed on a screen? Ans: UI Inspector
49. When the user is selecting a product from a list, the control should
allow the user to select an item by entering the first few characters of either
the product or the associated category.
50. Which UI control would you use for this requirement?
Ans:AutoComplete
51. Select the statement that best defines the term “Float” in a Pega
7 application.
Ans:A setting that pushes a layout to the right or the left within a
section.
52. Which of the following statements about component formats is not
true? Ans: Formats can be applied in the property rule form.
53. Which of the following statements regarding dynamic layouts are true?
Ans: A section can be embedded inside a dynamic layout.
54. The Persist case Smart Shape is used to __________________________
Ans: Convert a temporary case into a permanent one
55. The Employee Evaluation case type is defined as a sub case of the
performance Appraisal case type, but can also be instantiated as a stand-alone,
top level case.
An Employee Evaluation is instantiated
for Employee A as a stand-alone, top-level and sent to two peers of Employee A,
to get their feedback other performance of Employee A. this Employee Evaluation
must be locked whenever a peer opens their assignment, and remained locked
until he/she submits the evaluation. Select the best configuration for locking
the Employee Evaluation case.
Ans: Enable the Default Locking option on the Case Designer for the
Employee Evaluation case
56. An application allows users to enter a new “Enhancement Request”
case. We don’t want to create the case instances until the end user verifies
that no existing cases match their request. Select the design steps that a
system architect should do to meet these requirements. (choose Three)
Ans: 1.Configure a duplicate search in the
Case Designer
2. Create a Validate rule to validate the comparison
3. Use a Persist Case smart shape in a flow to persist the temporary
enhancement
requests
case instances
57. Which of the following are the most appropriate waysto limit which
flow actions a user can execute Chose Three).
Ans: Add the flow action to a stage as an optional action with an
Allowed When condition
Add a
privilege to the flow action form
Add the
flow action to a case as a case-wide local action with a Show When condition
58. What is the main purpose of marking a stage as a resolution stage?
Ans: Provides to business users a visual indicator that a stage that
is expected to resolve a case.
59. A financial –services firm wants to build a Pega application to
manage the creation of new accounts. Part of the account process involves the
election of a beneficiary, who inherits the account should the account holder
pass away.
Each beneficiary will be an instance of a Beneficiary work party. From
which standard work party class should this custom Beneficiary party inherit?
Ans: Data-Party-Person
60. Based on the following output of a screen flow, which of the
statements Is true about the setting of the greyed out “Shipping instructions”
step?
Ans: Both the “Enable link if using a breadlink trail” and “Only Going
Back” check boxes are enabled.
61. A router _______________________________ in a screen flow. Ans: can
only be applied to the start shape.
62. A parent case, Program, contains the total remaining funds available
for its Purchase Request subcases. An auditing requirement regarding the
approval of purchase requests states that each purchase request must be record
the available funds for the program at the time the purchase request is
approved. What is the best option to satisfy this requirement?
Ans:Configure data propagation on the parent case to directly copy the
value to the subcase
63.Which property is used to uniquely identify a work party?
Ans: pyWorkPartyUri
64.An application
consists two cases, “Purchase Request” and “purchase Order” in the case
hierarchy. The requirement is to instantiate a purchase order case whenever the
status of the purchase request case changes to “delivery –confirmed.” What is
the best way to instantiate the purchase order case?
Ans:Configure instantiation on the Purchase Order case
65. A requirement in the system is to identify the number of student’s
enrolled course. “Course” is a parent case with separate “Enrollment: subcase
for each student enrolled. The “Course” has only “Enrollment”: subcases in the
case hierarchy. What is the best way to identify the number of enrolled
students?
Ans: Use pxCoveredCount property.
66. An agent is configured to run at 30
minute interval, with a max records of 50.If the agent runs at 2:30 Pm, when
does the agent run next time?
Ans: Thirty minutes after the last run is completed.
67. The access role of an operator determines ___________.
68. Which of the following is false when using LDAP authentication?
Ans:LDAP authentication eliminates the need for operator ID records
69. Which of the following access configurations cannot be changed
in the Access manger. (Choose two).
Ans: Workbaskets
Attachments
70. Which of the following statements is least accurate about the PAL
tool? Ans: It suggests the recommended action needed to fix the issue.
71. The clipboard tool
can be used to ____________________. Ans: examine the messages associated with
the properties.
72. What is the benefit of associating a ruleset to a data instance?
Ans:To assist in application packaging and migration
73. Which of the following is the most appropriate way to include access
groups into your Rule-Admin-Product (RAP)?
Ans:Associate the access groups with a ruleset included in the
application
74. A given user interaction takes 5 seconds. The elapsed time shown
in PAL only add up to 2 seconds. Which of the following tools is the most
appropriate for determining how the other 3 seconds were spent?
Ans: Performance Profiler
75. Guardrail reports
are useful in identifying __________________? Ans: if the report definition is
using a column that is not optimized.
76. Connector simulations cannot be used
___________________________
Ans: When the interface has not been defined.
77. A Soap connector is invoked from a data page. Select the best option
for handling any situation. Ans: Configure a Post Load Processing activity on
the data page.
78. A service package record is not used to ______________________
(Choose Two)
Ans: 1.unit test a service rule
79. Connector rules can be invoked from __________________ (Choose Two)
Ans:
Activity
Data Page
80. Which of the following aspects of data management is not
controlled via the data page rule? Ans:Whether a given user has access to see a
specific portion of the data
81. Keyed page access in a data page is primarily used to ______________?
Ans: return a specific instance from the data page.
82. An application retrieves customer data from an external system of
record (SOR). The customer data is used for display purposes only. Which is the
best design approach?
Ans: Create a data Page to retrieve the data and configure the
property as a page and refer to a data page to point to the data page.
83. Which of the following is NOT a common customization of the
authentication activity used in LDAP authentication
Ans: Specifying the timeout strategy in case of a long running
request.
84. A standard standard agent is scheduled to run at 1:30 PM. which
statement best describes the behavior of agent when it runs, if the queue is
empty at that time?
Ans:The Agent Thread wakes up, establishes the security context, and
goes back to sleep mode
85. Cascading access roles into each other is a best practice
because_______________________. Ans: Doing so can improve reuse and eliminate
dual maintenance of role definition.
86. Which of the following statements about the Split-For-Each and
Split-Join shapes are not accurate?
Ans: Split-For-Each
allows you to execute different sub-flows whereas Split-Join calls the same
process on different pages
Both shapes
allow you to execute different sub-flows
87. Checking out the ____________ rule would prevent other users from
editing stages in the Case Designer.
Ans: pyDefault caseType
88. A business requirement is to perform
a credit check every time a case enters the Verification stage. Which step
configuration option best meets this requirement?
89. The system automatically performs a commit for each of the following
operations except_________
Ans:A user reopens a case
90. Which of the following configurations is not possible when
using Cascading Approval smart shape? Ans: Authority Matrix with a Case Match
rule.
91. The page list Beneficiaries contain a text property named Beneficiary.
To support reporting needs for the application, the BeneficiaryID property must
be optimized
When the BeneficiaryID property is optimized, the system creates all
the following except:
Ans: A database index on the BeneficiaryID database column.
92. From the report browser, a manager createsa new standard report, a
new shared category and then saves the report in the shared category. How many
rules were created from his process?
Ans: 3: A report definition, category, and 1 shortcut.
93. Users have reported that a production system experienced
performance issue s between 4:00pm and 5:00pm last Monday.
Select the best approach to diagnose the issue.
Ans: View the Log-Usage reports to see the PAL stats from that time.
94. When importing a new ruleset version into a new application for a
logged-I n user, __________
Ans: The imported rules may be executed once they are imported.
95. Which of the following tools can be used to detect system exceptions
in real-time?
Ans: Tracer
96. A section rule cannot be placed in a _______? Ans: Portal
97. The positioning of UI elements on-screen can be affected by each the
following except: Ans: a harness
98. A harness rule can be referenced in _____________. (Choose Two)
Ans: a portal
A flow
99. Select the steps that are needed to be done to make a grid layout
responsive (Choose three).
responsive
breakpoint
Specify an
importance for each column in the grid.
Enable the
responsiveness flag on the grid layout.
100. A specification states that an application should display a menu
what user clicks a specific link. Which statement best describes how to
implement this specification?
Ans: Reference a navigation rule in layout and configure the rule to
display as a link.
101. A page list contains the following office locations, sorted
alphabetically by office code.
The Madrid office has been relocated to
Barcelona and assigned a new office code, ES-BA. Which symbolic keyword could
be used to update the entry for the Madrid office after iterating through out
to the correct index?
Ans: CURRENT
102. Which of the following statements is most accurate regarding
decision trees and decision tables? Ans: decision trees and tables can be
executed detractively using expressions.
103. What is the most appropriate way to control which user roles can create
case attachments? Ans:configure a privilege on the allowed attached category.
104. Which of the following statements are true regarding
declarative expressions and their scope? (Choose Two)
Ans: Defining expressions directly on a data
classes can improve reusability of the expression
Declarative expressions can be defined
relative to the top level page OR an embedded page. 105. Given the following
decision table: ____________________
When the Order total is 10000 and if it is placed to an Existing
Vendor, what is the return value? Ans: 10 days
106. Which of the following is not a valid use case for using when
rules? Ans: Conditionally adjust the layout format based on the screen size.
107. Which of the following is not possible when merging a branch
ruleset into the base ruleset? Ans: Create a new (higher) version of the branch
ruleset after the merge.
108. When using Application Express to create an application that does not
require reuse at the application level, which application structure is most
appropriate?
Ans: Implementation only.
109. It is most appropriate to run Application Express to extend an
existing application to __________
Ans: Add a new case type
110. Which of the following statements most accurately describes rule set
prerequisites?
Ans: Ruleset prerequisites are primarily used to validate the
dependencies while saving a rule.
111. An application contains three Work-derived classes that all
belong to the class group MyCo-HR-SelfService-Work:
MyCo-HR-SelfService-Work MyCo-HR-SelfService-Work-TimeOff
MyCo-HR-SelfService-Work-Expense
There are no instances of MyCo-HR-SelfService-Work. If a report is
created in MyCo-HR-SelfService-Work, what instances will the report return?
112. The property
BeneficiaryID is defined on an embedded page. When run on the BeneficiaryID
property, the Optimize for Reporting wizard creates
______________________________.
Ans: A new database table column for the property
113. When you drill down on a map chart, it can be_________________.
(Choose two)
Ans: Another map chart
Another
report
114. A Data Transform rule is most appropriately used
________________________. Ans: To initialize property values when a sub case is
created
115. Which of the following is not required to configure Directed Web
Access (DWA)? Ans: Configure a unique Operator ID for each external user
116. Which use case best reflects the appropriate use of a ticket during
case processing? Ans: To resolve a parent case once all subcases are resolved
117. Consider the following steps of an activity:
Consider
the locks being properly held. What would be the value of the variable “Total”
once the activity is run, Knowing Total is calculated using properties from
SecondPage with this formula: .Total =
.Quantity * .Price? Ans: 900
118.Which statement about declarative rules is most accurate?
Ans: The use of declarative rules ensures improved application
performance over procedural rules
119. Given the following decision table:
When the Order Total is 10000 and the
order is placed to a Preferred Vendor, what is the result value returned when
the payment is already paid using a credit card?
Ans: 3 days
120. The following routing information is configured for operator Alex.Murphy@Pco.com and the work group
Accounting@Pco.
Given this information, which of the following pending assignments
would be selected by GetNextWork?
121.
Even though there are plenty of assignment in a workbasket a user has
access to, no assignment was returned by the “Get Next Work” button. What is
the most likely reason? (Choose
One)
Ans: The user’s profile is not configured with the required skills
needed to process the assignments
122. A property’s Table Type definition does which of the following?
Ans: Limits the valid values for the property
123. Which of the following statements is most accurate?
Ans: Page lists are preferred over value lists as they provide more
flexibility.
124.
A claims application case requested a D_CountryList data page not
already on the clipboard at 5:25. It is a node level data page with no
parameters. The refresh strategy is set to be reloaded if older than
60 minutes. Another load application case requests the same data page at
6:15. Which answer best describes the behavior of the data page for the second
request?
Ans: The page is
not reloaded since it exists and was already reloaded onto the clipboard by the
system at 5:25
125. One common customization of the authentication activity used in LDAP
authentication is
to_________.
Ans: Add logic to create a new operator if necessary
126. Select the steps that are needed to be done to make a grid layout
responsive (Choose Three) Ans: Configure the skin to establish the behavior of
the primary, secondary and other columns at each responsive breakpoint
Specify an
importance for each column in the grid Enable the responsiveness flag on the
grid layout
127. When an operator selects a state, the City field must refresh to
show only the choices that are appropriate for that state. Which rule type is
recommended to source the selections for the State and City fields, as seen in
the following example?
Ans: Data page
128.When the user is selecting a product from a list, the control
should allow the user to select an item by entering the first few characters of
either the product of the associated category. Which UI control would you use
for this requirement?
Ans: AutoComplete
129. When is it appropriate to configure a Subprocess shape to call a
flow rule as a spinoff flow?
Ans: When you wish to run calculations in a separate thread from the
current process
130.When is it
appropriate to use a Wait shape? (Choose Two) Ans: To pause case processing for
a specific length of time.
To hold a
case until another case reaches a specific status
131.The business requirement is to process both the credit check and
employment verification processes simultaneously. What would be the best design
approach to implement this requirement?
Ans: Have two steps and configure them to start upon stage entry
132. A business analyst has requested that a custom status,
“Open-Review”, be applied to specific assignments in one application. How might
this request be satisfied?
Ans: Create a field value rule for the Open-Review status and apply it
to the corresponding class group.
133. Which of the following statements most accurately describes case
dependency configuration? Ans: The dependency configuration could be done
through the case type rule form of the top-level case
134. A business requirement for a loan application states that an applicant
should be subject to a credit check during the Processing stage. This check can
be performed at any point during the Risk Analysis step, which consists of
three assignments. What would be the best design option to meet this
requirement?
Ans: Configure a local action in the Risk Analysis flow rule
135. Which of the following rules is most appropriate when retrieving
information from a comma separated value (CSV) file?
Ans: Parse Delimited
136. Once a file has been successfully by a file listener, the file can be
_____________________.
Ans: Left in the same directory
137. The SOAP Connector Wizard uses ________________ as its input. Ans: A
WSDL
138. A Service Package record is used to _________________. (Choose Two)
Ans: List all of the services used in the
application
Generate a
WSDL that can be supplied to external clients
139.Which ruleset versioning practice is not allowed in Pega 7? Ans:
Locking a ruleset that contains checked out rules
140. Which of the following scenarios most likely requires the use of the
branch feature? Ans: Several development teams work on different enhancements
and it is not known when which enhancement will go into production
141. Which of the following is not required when creating a new application
using Application Express? Ans: A starting case type
142.A TimeOff case type is represented by
the class MyCo-HR-SelfService-Work-TimeOff. In the TimeOff case, the flow
MainFlow calls the flow action UpdateInfo, which runs the data transform
SetInfo as a post-processing action. Each rule is defined in the classes below.
Updateinfo: MyCo-HR-SelfService-Work
MainFlow: MyCo-HR-SelfService-Work-TimeOff
SetInfo: MyCo-HR-SelfService-Work
SetInfo: MyCo-HR-SelfService-Work-TimeOff Which version of SetInfo
does the application run, and why?
Ans: MyCo-HR-SelfService-Work-TimeOff, because it is the class of the
work object.
143. An architect wishes to move a rule to a more general class so
that it can be used by more than one work type. What technique is best used to
handle this situation?
Ans: Do a SaveAs, and mark the original rule withdrawn
144. How does the system select which cases will be removed during the
purge and archive process?
Ans: The system finds only resolved cases that were resolved more than
the specified number of days ago
145. Which task is not usually performed by a system administrator? Ans:
Fixing bugs in an application
146. The Persist Case Smart Shape is used to__________________________.
Ans: Convert a temporary case into a permanent one
147. A parent case “Program” contains two sub cases, named “Purchase
Request” and “Purchase Order.” When an operator opens a purchase request, the
system locks the parent Program case.
However, when an operator opens a purchase order, the system should
not lock the parent Program
case.
Select the best option to implement the desired locking behavior. Ans: Change
the locking behavior on the purchase order case
148.Which of the following property types
would most appropriately represent a list of ordered line items in a purchase
order?
Ans: Page List
149. Which of the following statements is most accurate when comparing the
“Refer to a Data Page” versus “Copy” auto-populate options?
Ans: The “copy”
option is useful when you need to store a snapshot of data throughout the life
of a case
150. Which of the following is true about LDAP?
Ans: LDAP is directory protocol that can store entries about users and
can be used for authentication
151. An instance of a(n) ______________ rules is created or update
when granting access to a flow action that was previously restricted.
Ans: Privilege
152. Which of the following statements are true regarding country map
charts? (Choose Two) Ans: The country map can either use country names or
country codes
Specific
portions of a map can be conditionally colored
153.Connector rules are referenced in by a ________________. (Choose
Two) Ans: Activity
Data page
154.Which of the following calculation options for a declare
expressions rule does not represent backward chaining?
Ans: Whenever inputs change
155.A page list contains the following office locations, sorted
alphabetically by office code. An entry must be added to the list for a new
office in Paris, France, with the office code FR-PA. Which symbolic keyword
should be used to add the entry into the list and maintain alphabetical order,
without needing to iterate through the list to do so?
Ans: INSERT
156. Which statement regarding the nesting of dynamic layouts is
false?
Ans: A dynamic layout layout group cannot be nested within another
layout type.
157.Which statement regarding the configuration of an action is false?
Ans:A single action set can identify a specific action for each event
158. Which of the following cannot be referenced as a source for a
Repeating Grid? Ans: Data table
159. There is a requirement to vary the functionality of an application,
based on the value of a
“Salary” property. The behavior should change depending on whether
“Salary” is less than or greater than 200000. Select the approach most likely
used to support this requirement?
Ans: A single property circumstanced rule
160.Select the statement that best describes the use of the Purge and
Archive wizard. Ans: To remove all cases older than a specified threshold from
the database
161.An application requirement dictates that the custom work status
“Open-review” should be applied to a case at any assignment at which the case
is reviewed and either approved or rejected. Which actions should be performed
to apply this custom status to the case? (Choose Two)
Ans: 1. Create a field value rule for the Open-Review status.
2. Apply the Open-Review status to the appropriate assignments.
162. An approval flow uses the Cascading Approval smart shape. Select the
allowed configuration options for this shape. (Choose Three)
Ans: Approval based
on Reporting Structure, using the operator’s Reporting TO manager to
determine
the approver(s)
Approval
based on Authority Matrix, with a Decision Table rule to determine the
approver(s)
Approval based on reporting Structure, using the operator’s Work Group
manager to determine the approver(s)
163.A Purchase Order sub case is instantiated under a parent Purchase
Report case. As part of the approval process for a purchase order, an
assignment to review the purchase order is routed the workbasket for the
Purchasing department. Select the locking option that would allow multiple
members of the Purchasing department to open the assignment at the same time.
Ans: Enable Default Locking on the advanced tab of the Purchase Order
case type rule
164. Which
of the following is the most appropriate use if Connect SQL rules?
Ans: Execute a stored procedure against an external database
165. Once a file has been successfully processed by a filter listener,
the file can be
____________________. (Choose Two)
Ans: Left in the folder and flagged it as
complete
Moved to
the completed folder
166.Which statement about case attachments is true?
Ans: Attachments are not stored in the same table as case
167. Which of the following statements most accurately describes the
relationship between operators and access groups?
Ans: An operator can be assigned to multiple access groups but only 1
is effective at a time
168. Which of the following is not a type of rule in Pega 7?
Ans: ActionSet
169.Which of the following would not be considered a good user
experience?
Ans: Providing all the data for a customer on the screen so the user
can see the entire history.
170. Given the following rules and
assuming the expression to calculate is set to backward chaining (whenever
used), which of the following actions will cause the expression to fire?
171.Which statement about tickets is true?
Ans: The ticket is referenced on the flow shape where the case
instance need to resume
172. The options seen below on the decision tree from the useful in
______________________.
Ans:
Controlling what can be changed by business rule managers
173. Consider the following scenario:
The Purchase Request application has the
following application RuleSets: PRAPPFW: 01-01
PRAPPFWInt: 01-01 ABC: 01-01 ABCCatalog:
01-01 ABCINT: 01-01
A rule with
an applies-to class of “ABC-FW-Req-Work-PurchaseRequest” calls
“PopulateLineItems”.
There are 7 copies of PopulateLineItems in the system as shown
below.Availability = Yes which rule is chosen by Rule Resolution?
Ans: Option
D: ABC-FW-Req-Work, ABCCatalog: 01-01-03, Availability = Blocked
174.When importing a new ruleset version into an application for a
logged-in user,
____________________.
Ans: The imported rules may be executed once they are imported
175.Keyed page
access can be used to __________________? Ans: Return a subset of results from
the data page
176. Which of the following tools can be used to create a
Rule-Admin-Product (RAP) rule? Ans: Application Packaging Wizard
nice post
ReplyDeleteDid any one give CSSA 7.2 exam by going through these questions? please let us know
ReplyDeletehttps://chrome.google.com/webstore/detail/pega-xpath-builder/egkbiiglhcgopbejlhmekoopkjcgbgoj
ReplyDeleteNice . Helped me a lot at the time of Certification exam pega online training bangalore
ReplyDeleteDid anybody completed CSSA recently? pls let me know
ReplyDeleteThis comment has been removed by the author.
ReplyDeletenice .Very useful at the time of Interview and certification pega online training Bangalore
ReplyDeleteFor latest and updated Pega CSSA certification dumps in PDF contact us at completeexamcollection@gmail.com.
ReplyDeleteRefer our blog for more details http://completeexamcollection.blogspot.in/
Did anybody completed CSSA recently? pls let me know
ReplyDeleteYes . I completed .I suggest you yo get certified at pega online training Bangalore
ReplyDeleteThis concept is a good way to enhance the knowledge.thanks for sharing. please keep it up
ReplyDeleteselenium Online Course Bangalore
These are all old dumps from 7.1...7.2 syllabus and question pattern are totally different from this.
ReplyDeleteInformative post, thanks for sharing.
ReplyDeleteAngularjs Training in Chennai
Angularjs Training near me
Angularjs course in Chennai
Angularjs Training institute in Chennai
Angular 5 Training in Chennai
Angular 6 Training in Chennai
Excellent post. thank you for such usefull and interesting blogs.
ReplyDeleteAngular JS Training
Business Analysis Training
Datastage Training
Devops Training
Informatica Data Quality Training
You are providing an valuable information. It is useful to so many people all around the world.
ReplyDeleteAngularJS training in chennai | AngularJS training in anna nagar | AngularJS training in omr | AngularJS training in porur | AngularJS training in tambaram | AngularJS training in velachery
I was very pleased to find this site. I want to thank you for this great content!! I enjoyed every little bit of it and I have you bookmarked to check out new stuff you post
ReplyDeleteSelenium Training in chennai | Selenium Training in anna nagar | Selenium Training in omr | Selenium Training in porur | Selenium Training in tambaram | Selenium Training in velachery
Thanks for sharing such a good and informative content to all of us
ReplyDeletepega cssa online training
pega cssa training
learn pega cssa
pega cssa certification course
pega cssa certification course
pega cssa certification online course
pega cssa certification online training
It is so nice blog. I was really satisfied by seeing this blog.
ReplyDeletepcba online training
pcba online course
pega cpba training
pega ba online training
pega ba online course
pcba training
pcba course
pega business analyst training
pega business architect training
A persuading conversation is worth remark. I do accept that you ought to distribute more on this topic, it probably won't be an untouchable issue however typically individuals don't discuss such issues. To the following! Much obliged!!
ReplyDeletezerodha
In the wake of going over a modest bunch of the blog articles on your site, I really appreciate your procedure of composing a blog. I bookmarked it to my bookmark site page list and will return sooner rather than later. Kindly look at my site also and let me understand your opinion.
ReplyDeletegadget media
I have read your blog its very attractive and impressive
ReplyDeletepega Training in Bangalore
We are focused on giving our visitors an experience that will bring mental, physical, enthusiastic, and otherworldly equilibrium to their lives. We are, Shaantam Resorts one of the best Hotel in Rishikesh, we have a beautiful physical location at the lap of Lord Shiva (Neelkanth) close to the town of Rishikesh and encompassed by the powerful green Himalayan reaches. Book resort rooms directly from our Official Website.
ReplyDeleteVisit here to know more details and reviews.
1. Shaantanamresort administration reviews
2. Shaantanamresort facilities reviews
3. Shaantanamresort Spa treatment reviews
4. Shaantanamresort Location reviews
5. Shaantanamresort law and regulations reviews
Best software training institute in Chennai. Make your career development the best by learning software courses.
ReplyDeleteblue prism training in chennai
power bi training in chennai
rpa training in chennai
Great Post Thank You
ReplyDeleteSQL Course in Pune