DRAG DROP
Select each description on the left and drag it to the correct property mode on the right.
Select and Place:
HOTSPOT
An online retailer creates a case type that processes and manages customer orders. The checkout process has four steps:
1.
Review Order: The customer reviews the items in order of add-to-cart selection and can adjust the quantity of each item and delete items to calculate and display the order total.
2.
Select Shipping Option: The customer selects a shipping option to determine and display the shipping charge for their order.
3.
Enter Delivery Address: The customer enters their delivery address to determine the sales tax, if applicable, and the application displays the calculated sales tax.
4.
Enter Payment Information: The customer selects a payment option and confirms the grand total of the order.
For each calculation, identify the appropriate chaining option to maximize the performance.
Hot Area:
You are creating a case type to process job applications for a large corporation. Job applications for security positions require a physical assessment in addition to the standard criminal background check. The physical assessment can occur before or after the background check.
How do you configure a case type to achieve the required behavior?
A. Create a process for the physical assessment that is followed by a process for the background check.
B. Create a process for the physical assessment that is parallel to the background check process.
C. Create a process on one stage for the background check and a process on another stage for the physical assessment.
D. Create a process for the background check and an optional process for the physical assessment.
A customer refund case type requires that an auditor receives an email notification if the refund is greater than twice the price of the item. Which recipient role do you select to configure this requirement?
A. Configure the email to go to a work queue.
B. Configure the email to go to a customer.
C. Configure the email to go to an interested person.
D. Configure the email to go to an owner.
In a claims application, customers can file home insurance claims. Each claim contains a list of items of loss. Depending on circumstances, some claims are investigated for potential fraud in parallel to the actual claim process. Which two entities would you model as case type? (Choose two.)
A. Fraud investigation
B. Claim
C. Customer
D. Items of loss
Which source do you select for a data page that contains the details of single record for a data type?
A. Report definition
B. Data transform
C. Connector
D. Lookup
An online car parts business wants customers to find parts easily. You are asked to implement the following requirement: Customers must select a make, model, and year to initiate a vehicle-specific search. How do you configure the data storage in the application to implement the requirement?
A. Configure a local data storage of the make, model, and year of the vehicle.
B. Configure a static list of the make, model, and year vehicles.
C. Configure a data page to store the make, model, and year data.
D. Configure a connection to a system of record using the External Database Mapping Wizard.
A data page holds product information. The data page's Reload if older Than filed 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 reloaded?
A. 06:35
B. 06:20
C. 06:42
D. 06:27
An application contains two case types, AutoClaim and PropertyClaim. The inheritance path for the application contains three copies of the pyDefault data transform that set property values for two properties, Work Item Urgency and Prefix.
If the Call data transforms in superclass option is enabled for each data transform, what are the values of Work Item Urgency and Prefix when a user creates a PropertyClaim case?
A. Work Item Urgency = 10, Prefix = [no value]
B. Work Item Urgency = 0, Prefix = "C-"
C. Work Item Urgency = 10, Prefix = "C-"
D. Work Item Urgency = 20, Prefix = "A-"
A customer wants to copy the contents of a previous order to their current order. What rule type do you use to copy the order contents?
A. Data page
B. Declare expression
C. Data transform
D. Function