Drag and Drop
Select each Use Case on the left and drag it to the appropriate Router on the right.
Select and Place:
Select each description on the left and drag it to the correct field type on the right.
Select and Place:
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.
Which two of the following use cases do you implement by using one or more calculated fields? (Choose Two)
A. A sales representative wants to quote the cost of an insurance policy based on selected coverage options.
B. An accountant wants to list the largest order for the last month, for each customer account.
C. A project manager wants to estimate the cost of painting a banquet hall based on labor and materials required.
D. A certification manager wants to determine the number of exams conducted at each testing facility in the current quarter.
A car insurance quote requires a view for potential customers to enter information to process the request. What are the three primary decisions to make before you add fields to the view? (Choose Three)
A. Is field entry required?
B. How do users enter values into the field?
C. Do users need to see the field?
D. Does the field require a data source?
E. Are processing actions applied to the field?
In an application that sells office supplies, the Payment view displays order items and collects payment information. In the Payment section rule, the order items are grouped in a dynamic layout. You find out later that the Order Summary view must also display the order items.
How do you configure the UI so that the order items display is shared between the Payment view and Order Summary view?
A. Convert the Payment section layout that contains order items to a section, and embed this section in the Order Summary section.
B. Build the Order Summary section with a layout inside to group the order items, similar to the Payment section.
C. Embed the Payment section in the Order Summary section.
D. Reuse the Payment section in the Order Summary view and use a disable when condition to disable payment information on the Payment section rule.
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
A data page holds product information. The data page's Reload if older Than field is set to 15 minutes.
The data page is created at 06:12.
At 06:20 the user requests product information.
At 06:42 the user requests product information.
When is the data page reloaded?
A. 06:35
B. 06:20
C. 06:27
D. 06:42
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 purchase request list report includes columns for case ID and regional cost center. A manager wants the report to show the total number of purchase requests for each of the regional cost centers. How do you configure the report definition?
A. Summarize the regional cost centers by count.
B. Create a filter for each cost center and count the case IDs.
C. Summarize the case ID column by count.
D. Define a function for the cost center column to total the case IDs.