IBM FileNet Content Manager V5.5 — Question 5
Which three rules are used to process include/exclude statements? (Select three.)
Answer options
- A. If not excluded, it is included.
- B. The list is read from the top down.
- C. The entire list is read before processing.
- D. The list is read from the bottom up.
- E. Processing stops when a match is met.
- F. If not included, it is excluded.
Correct answer: A, B, C
Explanation
The correct answers A, B, and C describe the fundamental rules for processing include/exclude statements. A states that if an item isn't explicitly excluded, it is included, B indicates that the order of processing is from top to bottom, and C confirms that the whole list is evaluated before any decisions are made. Options D and E are incorrect as they misrepresent the order of processing, and F contradicts the initial inclusion rule.