Multiple choice technology

Select the correct ones with respect to XML target caches

  1. Index cache-Stores primary and foreign key information in separate caches

  2. Index cache-Stores XML row data while it generates the XML target

  3. Data cache-Stores primary and foreign key information in separate caches

  4. Data cache-Stores XML row data while it generates the XML target

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

For XML target caches in Informatica, the index cache stores primary key and foreign key information in separate caches, while the data cache stores the actual XML row data during XML target generation. Option B is incorrect because index cache stores key information, not row data. Option C is incorrect because data cache stores row data, not key information.