7.2 - Practice Exam Flashcards
Practice Exam from System Architect Essentials 7.2.
Adjusting how a process step executes based on case conditions is an example of ______________.
circumstancing
(Altering the content of correspondence based on a specific condition, such as the state of residence for a loan applicant, is a common use case for circumstancing.)
Which rule warning do you address by justifying the current design?
An Activity.
(An application uses an activity to add a customer information to a system of record. Writing data to a system of record may require use of an activity, even though activity use triggers a guardrail violation. In this situation, the violation should be justified.)
If a timesheet is rejected, it can be corrected and resubmitted. This is an example of what type of stage?
An Alternate Stage
(Alternate stages are those stages that are not a part of the “normal” course of events, but must be available under certain circumstances such as this.)
A case is considered the primary work item. A _____ case represents additional work that must be completed to resolve the primary work item.
child
(A case is considered the primary processing unit (parent case) of a business transaction, while a child case is any related case that represents work that must be completed to resolve the parent case.
You have a case type for account opening which has a credit check child case. You have configured data propagation on the account case for the credit check subcase.
When does data propagation occur?
When the credit check child case is created.
(Data is only propagated on case creation.)
Use data transforms to _____ data from a source to a target, and perform any conversions needed to achieve the intended mapping results.
map
(Use a data transform to define how to take source data values — data that is in one format and class — and turn them into data of another format and class (the destination or target).
Customer must provide at least one of the following three telephone numbers:
- Home
- Office
- Mobile
Which property mode should be used to collect and identify this phone number by name?
Value Group
(Use a Value Group property to create a property that can contain an unordered group of single values.)
An application includes the property reference .Customer.Assets(3).AssetType.
The property type of .Assets(3) is a ________________.
Page List
(A Page List is used to create a property that can contain an ordered list of embedded pages.)
Two forms for an online shopping process use a declarative network to calculate values. The first form contains fields that display the item total amounts and the order total amount. The second form includes fields that display the taxes and the grand total that will be charged to the user’s credit card. Which declare expression configuration would you use so that all the values on the second form are calculated only when the user reaches the form?
Backward chaining for the taxes and grand total
(The values will be updated only when the second form is opened.)
These requirements are examples of which action on a service level agreement?
1 - A request is rejected if it has not been resolved by the end of the Deadline interval.
2 - An email is sent to the assignee’s manager if the assignment is unresolved at the end of the Deadline interval.
escalation action
(Updating the status of a case and sending email are very common escalation actions.)
Which three rule types can you reference in a correspondence rule to provide content for the correspondence?
1 - Section
(Section rules are used to include content from user forms in correspondence.)
2 - Paragraph
(Paragraph rules are used to include strings of text in correspondence.)
3 - Property
(Property rules are used to include case data in correspondence.)
An insurance claim process includes an assignment in which a manager reviews claims. If the claim is denied, an email is automatically sent to the user and the case is resolved. How do you configure the process to send this correspondence?
Add a Send Email Smart Shape to the deny connector leaving the review assignment.
(The Smart Shape automatically sends email when the case is resolved.)
An email correspondence contains instructions for filling out a form. The instructions contain images which illustrate how to fill in fields. The instructions are used in various correspondences used by your company. Which is the best way to include the instructions?
Include contents in a paragraph rule and reference it in your correspondence.
(Paragraphs present formatted text that can include colors, fonts, styles, and images.)
Name a situation in which the use of a CorrNew activity (Utility shape) is necessary?
Sending a text message when a case is resolved.
(You would use the CorrNew activity in a Utility shape.)
A step in an activity for creating correspondence calls another activity to send correspondence to all the parties listed on the pyWorkParty page. How would you configure the first activity to achieve the desired behavior?
Specify pyWorkParty as a step page.
(This step page provides data context during the execution of this step.)
You create a form that you want to add to your process. In which flow shape would you add your form? Connector, Assignment, or Utility?
None
(You add forms to flow actions, which are defined in connectors.)
A loan request application includes an approval process as follows: Requests for an amount greater than USD30,000 are reviewed by a credit manager or a vice president. If the customer’s credit score is less than 720, then the request is reviewed by a vice president. Otherwise, the request is reviewed by a credit manager. Requests for USD30,000 or less are reviewed by a loan officer. Which rule would you use to automatically advance the request to the correct user?
Decision tree
(A decision tree uses if-then-else evaluations.)
Which rules can be used to direct case processing in a flow?
1 - When condition
(A when condition is used to evaluate a Boolean logical statement involving comparisons among values of properties to return true or false.)
2 - Decision table
(A decision table is used to derive a value that has one of a few possible outcomes, where each outcome can be detected by a test condition.)