To qualify for an instant loan, an applicant must earn a monthly income of at least GBP2000 and cannot exceed GBP20000 in total liability. How do you enforce these restrictions when requesting an instant loan?
A. Use a Validate rule to call two Edit validate rules: one for income and one for liability.
B. Use two Edit Validate rules: one for income and one for liability.
C. Use a single Validate rule with two conditions: one for income and one for liability.
D. Use UI controls to validate the entries in the income and liability fields.
What two pieces of information comprise a data element? (Choose Two)
A. The name of the referencing user view
B. The name of the data element
C. The name of the clipboard page
D. The value of the data element
Which two dependencies do you directly enforce with a Wait step? (Choose Two)
A. Pausing a case until a predetermined time expires
B. Pausing a case until a user submits a specified value
C. Pausing a case until another case reaches a specified status
D. Pausing a case until a new child case is created
A home loan application requires approvals from the Legal team manager and the Finance team manager. The Legal team manager must approve before the Finance team manager. How do you configure this requirement?
A. Create an approval process for each manager in parallel.
B. Apply business logic to route a single assignment in the correct order.
C. Create an approval step with cascading approval.
D. Route an assignment to a work queue where both roles have access.
A government application provides field placeholder values to help users enter the correct data. The Design Lead has asked you to increase the font size on ail field placeholder value components to help visually impaired users. Which configuration applies the font styling requirement on the field placeholder values in the application?
A. Update the existing Default theme text entry
B. Run a case type that uses the component and change the font on the view
C. Add a new theme text entry to the application theme
D. Upload a new application theme
A requirement states: Loan applicants must enter their annual salary. If the salary is above the qualifying threshold, the application is automatically approved. If the salary is below the threshold, the applicant must identify a cosigner. Select the two configuration options that follow best practices to meet the requirement. (Choose Two)
A. Design a user view with an annual salary field and a section for cosigner information. Use a Visible When condition to display the cosigner section when the salary is below the threshold.
B. Create an assignment step for a loan officer to review the applicant's annual salary and determine if a cosigner is necessary.
C. Design a user view with an annual salary field. Create an optional action to collect information about the cosigner and assign the action to the appropriate stage.
D. Use a collect information step with an annual salary field. Use a decision shape to determine whether to advance to a step to enter cosigner information or complete the process.
On a service level, the passed deadline interval is measured from________________.
A. the end of the deadline interval
B. when the assignment is ready for a user
C. when a user begins the assignment
D. the end of the goal interval
A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and Work Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How do you design the report definition to support this requirement?
A. Add a filter condition where Create Date is greater than the current date.
B. Make the Create Date the first column in the report.
C. Select Highest to Lowest sort type for Create Date.
D. Select Lowest to Highest sort type for Create Date.