A service receives a request to assign an office to a new employee.
The service rejects the username and/or password provided.
What type of fault condition do you configure to return an appropriate response?
A. Security error
B. Queue when
C. Service error
D. Mapping error
An application has the following application rulesets: Expenses:02-01 TGB:02-01 TGBCatalog:02-01 A rule with an Apply to: class of TGB-Expenses-Work-Reimbursement references a rule named
PopulateLineltems. The six instances of PopulateLineltems in the rules cache are shown in the following
table.

Which rule is chosen by Rule Resolution?
A. TGB-Expenses.PopulateLineltems (TGBCatalog:02-01-05)
B. TGB-Expenses-Work.PopulateLineltems (TGBCatalog:02-01-05)
C. TGB-Expenses-Work.PopulateLineltems (Expenses:02-01-05)
D. TGB-Expenses-Work.PopulateLineltems (TGBCatalog:02-01-03)
E. TGB-Expenses-Work.PopulateLineltems (Expenses:02-01-03)
F. TGB-Expenses.PopulateLineltems (Expenses:02-01-03)
Which two design configurations limit the need for horizontal scrolling when an application is used on a mobile device? (Choose two.)
A. Hide noncritical columns.
B. Use grid layouts rather than repeating dynamic layouts to display tabular data.
C. Configure UI controls to use native controls on mobile devices.
D. Set the width for layouts in percentages.
Identify the three valid statements about managing data for offline use (Choose Three).
A. Rules called by scripts as part of an action set on a user interface control require a whitelist entry.
B. Large data pages that change infrequently are added to the blacklist to exclude the pages from synchronization.
C. Backward chaining does not run on mobile devices. Use forward chaining or data transform rules instead.
D. A whitelist is a set of rules that require synchronization between a mobile app and the server.
E. Delta Sync improves performance by exchanging data in small amounts between a mobile device and the server.
You have added a cascading approval step that uses an authority matrix. You have specified a decision table to determine the approvers for each case. You have confirmed that the conditions in the decision table are configured correctly. You test the configuration by entering requests that require multiple approvers. However, the system routes all requests to only one approver. Which of the following actions would you take to correct this issue?
A. Add an approval level for each approver.
B. Add a row to the decision table that evaluates the submitter's workgroup manager.
C. Set the decision table to evaluate all rows.
D. Specify a page list for the authority matrix.
Your application requires a cascading approval for expense reports. Approvals must follow the submitter's reporting structure, with the following thresholds. A manager must approve expense reports up to USD500.
A director must approve expense reports up to USD1500. A vice president must approve expense reports of USD1500 or greater. How do you configure the approval process?
A. Select the reporting structure configuration with custom levels, then configure when rules to determine the number of levels.
B. Select the reporting structure configuration, then select All levels.
C. Select the reporting structure configuration with custom levels, then configure a decision table to determine the number of levels.
D. Select the authority matrix configuration option.
What advantage does skimming provide over lock and roll as a versioning option?
A. Skimming carries blocked rules forward. Lock and roll does not carry blocked rules forward.
B. Skimming is most efficient for major and minor updates. Lock and roll is most useful for patches.
C. Skimming saves checked out rules. Lock and roll does not save checked out rules.
D. Pega provides a skimming wizard but not a lock and roll wizard.
Which option represents the relationship between mixins, controls, and formats?
A. A control specifies a format which uses a mixin.
B. A control specifies a mixin which defines a format.
C. A format uses a mixin that defines a control.
D. A mixin specifies a control which defines a format.
You want to write all errors detected when loading a data page to a log file. How would you do that?
A. Use an existing function in the error handling data transform.
B. Use the error handling flow.
C. Use a transition condition.
D. Invoke the error handler from the post processing activity in a data page.
Which two statements about adding a pre-processing action to a flow action are true? (Choose Two)
A. The user can opt to skip the pre-processing action.
B. The action only runs the first time the flow action is performed on an assignment.
C. The action runs each time the user returns to the assignment.
D. The action automatically runs if the flow action has the highest likelihood for the assignment in the process flow.