Multiple choice technology testing

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 use static cache because they receive a single input value and return one output value through an expression. Static cache loads the entire lookup dataset at the start of the session and doesn't modify during execution, which suits the unconnected lookup's one-to-one mapping pattern. Dynamic cache is only available for connected lookups where you need to track inserts and updates during the session.