Informatica Interview Question and Answers
31. |
Name four output files that informations server creates during session running? |
|
- Session Log
- Workflow Log
- Errors Log
- Badfile
|
|
|
32. |
What is the difference between lookup cache and lookup index? |
|
Look up Cache contains Index cache and data cache. Index cache : Contains columns used in condition.
|
|
|
33. |
What are the difference between static cache and dynamic cache? |
|
Dynamic cache decreases the performance in comparision to static cache. Static cache do not see such things just insert data as many times as it is coming |
|
|
34. |
Define maping and sessions? |
|
Maping: It is a set of source and target definitions linked by transformation objects that define the rules for transformation. Session : It is a set of instructions that describe how and when to move data from source to targets. |
|
|
35. |
What is a command that used to run a batch? |
|
pmcmd is used to start a batch. |
|
|