Multiple choice technology programming languages

Which are the different Lookup cache types

  1. Persistent

  2. Dynamic

  3. Static

  4. All of the above

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

Lookup transformation supports three cache types: Persistent cache (saved to disk and reused across sessions), Dynamic cache (refreshed during session execution), and Static cache (loaded once and remains unchanged). The default is static cache. 'All of the above' is correct because all three types are valid lookup cache options in Informatica.