Multiple choice technology

By default lookup transformation is

  1. Uncached

  2. Cached and static

  3. Cached and persistent

  4. Uncached and static

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

By default, Lookup transformation uses a static cache built at the beginning of the session and remains cached throughout. The cache is static (doesn't change during session) and cached (loaded into memory for faster access).