Oracle Cloud Infrastructure 2023 AI Foundations Associate — Question 16
Projector components in a mapping hides attributes from preceding components. All succeeding components can only use the attributes from projector component.
Which three components below are NOT a projector component in Oracle Data Integrator (ODI)? (Choose three.)
Answer options
- A. Aggregate
- B. Sort
- C. Filter
- D. Distinct
- E. Join
Correct answer: B, C, E
Explanation
The correct answer includes Sort, Filter, and Join, as these components do not restrict attribute visibility in the same way that projector components do. Aggregate and Distinct, however, are projector components that limit the attributes available to succeeding components.