InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is the difference between mapping and mapplet in Informatica? |
| Answer» | |
| 2. |
What is a shared cache in Informatica? |
| Answer» | |
| 3. |
What are the types of lookup caches in Informatica? |
| Answer» | |
| 4. |
How can we improve the performance of Informatica mapping? |
| Answer» | |
| 5. |
What is Informatica PowerCenter? |
| Answer» | |
| 6. |
What is the use of a source qualifier in Informatica? |
| Answer» | |
| 7. |
What are the different types of cache in Informatica? |
|
Answer» In INFORMATICA, there are seven TYPES of CACHES: |
|
| 8. |
How to run parallel sessions in Informatica? |
|
Answer» There is a flag in the workflow of Informatica to HELP you run parallel SESSIONS. Here are the steps to achieve it successfully:
a. Allow the concurrent run with the same instance name Here,the workflow name remains the same for each parallel execution. b. Allow the concurrent run only with a unique instance name. In this, you will have to create at least one instance name inside the lower half of the dialogue box. You can also specify the PARAMETER FILE for each Instance created.
|
|
| 9. |
What is the difference between $$$sessstarttime and sessstarttime in Informatica? |
||||||||||||
Answer»
|
|||||||||||||
| 10. |
What are the mapping parameters and variables in Informatica? |
|
Answer» Mapping parameters and variables basically represent values in mappings and mapplets. Mapping Parameters
Mapping Variables
|
|
| 11. |
What is the difference between a repository server and a powerhouse? |
|||||||||
Answer»
|
||||||||||
| 12. |
Why do we use Lookup Transformation in Informatica? |
|
Answer» Here are the following USES of Lookup Transformation in INFORMATICA: |
|
| 13. |
What is the difference between Joiner and Lookup transformation in Informatica? |
||||||||||||
Answer»
|
|||||||||||||
| 14. |
What are the different types of transformations in informatica? |
|
Answer» Based on CONNECTIVITY or number of rows, the TRANSFORMATIONS in Informatica can be classified as:
Based on Connectivity:
Besides that, here is a complete list of all the transformations PRESENT in Informatica
|
|
| 15. |
What is the use of lookup in Informatica? |
|
Answer» In Informatica, the LOOKUP is basically a massive TRANSFORMATION that is used for looking up any source, source qualifier, or any TARGET for getting relevant data. To put it down simply, it is a type of JOIN operation where one of the JOINING tables is the data source, and the other is the lookup table. |
|
| 16. |
How to remove duplicate rows in Informatica? |
|
Answer» If you want to delete DUPLICATE records then you can use this query.Example Select rowNumber FROM tableName |
|