Informatica Advanced MCQs Part3
Informatica Advanced MCQs Part3
a) Session Log
b) Metadata Extension
c) Integration Service
d) Metadata Manager
✅ Answer: b
3. Which cache type is required to keep the lookup table updated with target records?
a) Static Cache
b) Dynamic Cache
c) Shared Cache
d) Persistent Cache
✅ Answer: b
5. A source has 1000 rows, and the target ends up with 1050. What’s a likely cause?
a) Expression transformation logic
b) Lookup transformation returning extra rows
c) Joiner with incorrect join condition
d) Filter transformation with wrong condition
✅ Answer: c
7. A Lookup returns NULL for a match. What is the default result if ISNULL() is applied?
a) True
b) False
c) Error
d) 0
✅ Answer: a
10. Which cache type helps avoid recomputation for reused transformations?
a) Lookup Cache
b) Persistent Cache
c) Dynamic Cache
d) Shared Cache
✅ Answer: d
16. A session fails with a database deadlock error. What could resolve it?
a) Reduce precision
b) Enable verbose logging
c) Optimize commit interval
d) Use static cache
✅ Answer: c
17. How can you ensure only distinct records are loaded?
a) Filter + Aggregator
b) Source Qualifier SQL override with DISTINCT
c) Router with default filter
d) Expression-based deduplication
✅ Answer: b
19. When joining two large datasets from different databases, use:
a) SQL Join in source
b) Joiner transformation
c) Lookup transformation
d) Router transformation
✅ Answer: b
25. If a mapping should load full data once, and only delta later, what’s best?
a) Conditional Router
b) Persistent variable
c) Lookup + Flag + Filter
d) Union transformation
✅ Answer: c