Multiple choice technology

Unconnected lookup uses

  1. a. Static or Dynamic Cache

  2. b. Dynamic cache

  3. c. static cache

  4. d. Static and Dynamic Cache

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Unconnected lookup transformations in Informatica can only use static cache, not dynamic cache. This is because unconnected lookups are called from expressions using the :LKP reference and don't participate in the data flow the same way connected lookups do - they receive input via function call arguments rather than flowing through input ports, so the cache doesn't need to be updated dynamically during the session.