(Answered) With Complete Verified Solution
2023
T/F: Exception functions must only be used in Recovery Mode
True
T/F: You need an exception stage in order to Recover/Resume?`
False
T/F: A recover stage needs to be accompanied by a Resume stage
True
Tag Filters: What is the correct filter to define in the Get Next Item action if you
want to extract a case according to the following;
Tagged 'Consumer' and not tagged 'Overdrawn'
"+Consumer;-Overdrawn"
Which tag filter syntax will return a case tagged Business in a Get Next Case
work queue action?
"Business"
"Bus*"
"+business"
"B?siness"
All of the above
Work Queues: Get Next Item vs Get Next Case?
Work Queues: What data within a Work Queue can be encrypted?
Case data only
Work Queue: Which of the following statement s is correct regarding the key
field?
A) The Key field must be populated
B) The key field can only be set when the case is first added to the queue
C) The key field value can be changed at any time during processing
D) The key field value must be unique
The key field can only be set when the case is first added to the queue
T/F: Set Data action of a work queue can only update data of a case it has locked?
True
Object Layer T/F: you can break an application's functionality into too many
objects?
False
Object Layer: How many developers can work on an object at any given time?
One per object
Object Layer T/F: When employing multiple objects in the object layer, the risk to
the process layer when a change is made in the object layer is increased?
False
Object Layer T/F: Employing multiple objects in the object layer enables more
developers to work concurrently on the object layer?