UPDATED ACTUAL Exam Questions and
CORRECT Answers
T/F: Exception functions must only be used in Recovery Mode - CORRECT ANSWER -
True
T/F: You need an exception stage in order to Recover/Resume?` - CORRECT ANSWER -
False
T/F: A recover stage needs to be accompanied by a Resume stage - CORRECT
ANSWER - 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' - CORRECT ANSWER - "+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" - CORRECT ANSWER - All of the above
Work Queues: Get Next Item vs Get Next Case? - CORRECT ANSWER -
Work Queues: What data within a Work Queue can be encrypted? - CORRECT
ANSWER - 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 - CORRECT ANSWER - 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? - CORRECT
ANSWER - True
Object Layer T/F: you can break an application's functionality into too many objects? -
CORRECT ANSWER - False
Object Layer: How many developers can work on an object at any given time? - CORRECT
ANSWER - 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? - CORRECT ANSWER -
False
Object Layer T/F: Employing multiple objects in the object layer enables more developers to
work concurrently on the object layer? - CORRECT ANSWER - True
Object Layer: How many actions within an object are consumed into memory when a process
uses an object's action(s)? - CORRECT ANSWER - All actions within the object
Object Layer T/F: Employing multiple objects in the object layer creates a larger Application
Modeler? - CORRECT ANSWER - False, it creates a smaller AM