Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Customers can log their own product support requests using an online portal. Once logged in, the portal displays the list of products purchased by the customer. The customer can initiate one or more support requests for each product. What is the appropriate scope for a data page that sources the list of products purchased by the customer?

A.

Thread

B.

System

C.

Requestor

D.

Node

When processing an auto accident claim, the system requires three approvals: Approval from the adjuster who inspected the car, approval from the medical administrator who provided medical care to the insured, and approval from the insurance agent who verified the claim. How do you implement the requirements so each approver can work independently?

A.

Create three parallel processes with approval assignments.

B.

Route to a workbasket where all three roles have access.

C.

Create business logic to route to the different approvers.

D.

Create an approval step with cascading approval.

You are configuring routing for a customer warranty service request. All warranty service requests are routed to the warranty resolution group except for warranty service requests for beta and release product that requires review by the vice president of service. How do you configure assignment routing to review warranty service requests?

A.

Route the assignment to the vice president of service who routes assignments to the warranty resolution group as needed.

B.

Route the assignment to the warranty resolution group who sends an email notification to the vice president of service for the beta-release product.

C.

Route the assignment to the skilled group for the beta release when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group.

D.

Route the assignment to the vice president of service when the request is for the beta release. Otherwise, route the assignment to the warranty resolution group.

You create an application for employees to submit timesheets. Employees enter work, vacation, and sick time for a particular week. On the entry form, employees see a summary of the total hours entered. After the employee submits the timesheet, the application displays remaining vacation and sick time for the employee. To configure the form where users enter hours, select the best configuration option to calculate the total hours for the week.

A.

Use a When rule. When the value of any work, vacation, or sick time changes, the total hours change.

B.

Use declarative processing. When the value of any work, vacation, or sick time changes, the total hours change.

C.

Use procedural processing. When the value of any work, vacation, or sick time changes and the user submits the form, the total hours change.

D.

Use a data transform. When the user enters the form, the data transform determines the sum of the work, vacation, and sick time properties.

In an insurance claim application, you have the following requirement: All claims must be resolved within 1 week. To meet this requirement you configure a service level. Where should the service level be configured?

A.

The process

B.

The stage

C.

The case type

D.

The step

What are the minimum components of a user interface (Ul) action set?

A.

Two actions and one event

B.

One action and one event

C.

One action, one event, and one condition

D.

One action and one condition

A company requires that patients receive status updates during processing of medical tests.

Patients are not users of the application. You create the work party for the patient as an instance of which class?

A.

Data-Party-Person

B.

Data-Party-Operator

C.

Data-Party-Org

D.

Data-Party-Com

Which two statements are true about styling controls in App Studio? (Choose two)

A.

Developers can configure a Date Time control to display as a text input field, drop-down list, or calendar control.

B.

Developers can configure a text input control to change the background when users click the control.

C.

Developers can configure a button control to hide when users click the control.

D.

Developers create a new style format to apply styling to an out-of-the-box button control.

In the first step in a case type, the user compares data on a form to the data on a customer account. If the data matches, the case is resolved. If the data does not match, the user advances the case to update the account.

Management only wants a record of the cases that update an account. What two configuration options do you use to implement this requirement ? (Choose Two)

A.

Add a persist case shape after the first step.

B.

Configure the starting flow to instantiate the case type as a temporary case.

C.

Apply a when condition to the first step to persist only cases requiring updates.

D.

Configure the first step to instantiate the case type as a temporary case.

Which two conditions do you test with a unit test? (Choose Two)

A.

A data page populates without any errors.

B.

A property value is set correctly by a data transform.

C.

An application displays user views for 20 users within three seconds.

D.

An application is successfully migrated to a test system.