Which of the following is false
-
(a) Work baskets are instances of Data-Admin-WorkBasket class
-
(b) Work lists are instances of Data-Admin-Operator-ID class
-
(c) Work Pool is an entity to store the work objects where from multiple operators can pick up the work objects and act upon these work objects
-
(d) Access role objects should not be shared across applications
Reveal answer
Fill a bubble to check yourself
C
Correct answer
Explanation
This question asks which statement is FALSE. Statement C is false because a Work Pool is not a storage entity - it is a logical grouping mechanism. Work objects are stored in the database, not in the Work Pool itself. Statements A, B, and D are true: Work baskets ARE instances of Data-Admin-WorkBasket, Work lists relate to operators, and Access roles should be isolated per application.