When processing an insurance claim you need to retrieve the customer's insurance policies from a web service. You invoke the connector from a ___________.
A. data transform
B. flow action
C. report definition
D. data page
A hotel reservation application has the following requirement: Users must select the destination city from a list of options. The list is filtered based on user entry. As a user types the city name, the list of options narrows. Which UI control allows you to implement this requirement?
A. List to List
B. Menu
C. AutoComplete
D. Drop-down
You need to configure a case type to send a confirmation for change-of-address requests. The confirmation is sent to customers as an email, text message, and letter. Which two options ensure that the content of the confirmation is the same for all three correspondence types? (Choose two.)
A. Create one correspondence rule containing the confirmation, then circumstance the correspondence rule for each correspondence type.
B. Create one correspondence rule for each correspondence type. Configure each correspondence rule to reference another correspondence rule that contains the confirmation.
C. Create one correspondence rule containing the confirmation. Configure the correspondence rule to support all three correspondence types.
D. Create one correspondence rule for each correspondence type. Configure each correspondence rule to reference a paragraph rule that contains the confirmation.
In which situation is the use of an activity necessary?
A. Calculating the age from the date of birth
B. Concatenating two strings values
C. Writing a message toa log file
D. Setting default values when creating a case
You have created a series of forms for a vacation booking process. Declarative expressions are used to calculate values such as the cost of the flight, hotel, car rental, and taxes. The last form includes a field that displays the total amount that will be charged on the user's credit card.
How do you configure the calculations so that the total amount is calculated only when the user reaches the last form?
A. Use the backward chaining option for all the expressions.
B. Use the backward chaining option for the total amount expression. Use forward chaining for all the other expressions.
C. Use the forward chaining option for all the expressions.
D. Use the forward chaining option for the total amount expression. Use backward chaining for all the other expressions.
While preparing to release an application, you notice a guardrail violation on an activity you wrote. The activity copies the content of a previous customer order to the current order. How do you address the guardrail violation?
A. Justify the warning, since an activity is required in this situation.
B. Replace the activity with a data transform to copy the content of the previous order to the current order.
C. Identify an API activity to use in place of the activity you wrote.
D. Ignore the warning if the compliance score is 90 or greater, since the application is considered ready for release.
Each of the following classes has a data transform named SetValues with the Call data transforms in superclass option selected. The SetValues data transforms set the properties PropA and PropB, as shown in the following table.
What is the value of PropA and PropB after the SetValues in MyCo-App-Data-A has been invoked?
A. PropA=1 and PropB=2
B. PropA=1 and PropB=4
C. PropA=3 and PropB=4
D. PropA=3 and PropB=2
A new hire process includes a Screen Job Applicant assignment. The recruiter who has been assigned the task should complete it within 24 hours. If the assignment is not completed in 24 hours, the system automatically sends an email notification to the hiring manager.
How would you configure the process to ensure that the director receives the email after the goal is passed?
A. Add a Send Email shape to the process after the assignment.
B. Add an SLA with an escalation action to the assignment.
C. Add the SendCorrespondence flow action to theassignment.
D. Add a notification to the assignment.
In an insurance claim application there is a claim case defined. The claim case creates a top-level repair case. Data propagation is configured to copy relevant claim data into the repair case. What is true with regards to the data propagation feature for subsequent updates to the claim case?
A. The data propagation feature will continue to track changes and propagate data to the repair case until theclaim case is resolved.
B. The data propagation feature will track changes and propagate data for the entire lifecycle of the repair case.
C. The data propagation feature cannot be used because it only supports data propagation to child cases.
D. The datapropagation feature only propagates data when the repair case is created.