Hi
I have been asked several times the following questions.

1.How does one do incremnental loading
2.Scenario - You are trying to load reasonable amount of
rows into the target table, and its taking a helluva lot of
time.What could be the reasons?

I hate to answer these tw0 , gives me nightmares to even
think of it!!!

3.Tell me any complex situation you have faced( as an
Informatica Developer) and how did you resolve it.

4.tell me any complex mapping that you have done.

All the experienced people out there , please please, reply
to these questions.

Answers were Sorted based on User's Feedback



Hi I have been asked several times the following questions. 1.How does one do incremnental loadi..

Answer / chiky

How does one do incremnental loading

CHECK OUT THE OPTION, truncate target table option in
sesson==> target properties.
this makes the incremental load.

Scenario - You are trying to load reasonable amount of
rows into the target table, and its taking a helluva lot of
time.What could be the reasons?
use bulk loading in session properties.
use less record as master table in joiner
use filter in first of the mappings
dont use unwanted columns in source qualifier.. better use
SQL overriding.
use dynamic lookup only if in use.
tune your query what ever reads from db.
use partitioning of table if records are huge in number.


3.Tell me any complex situation you have faced( as an
Informatica Developer) and how did you resolve it.
4.tell me any complex mapping that you have done.
AM not enough experienced to answer this two questions.

Is This Answer Correct ?    0 Yes 0 No

Hi I have been asked several times the following questions. 1.How does one do incremnental loadi..

Answer / abhinaw prakash

Answer
1.We can do incremental loading by clicking on the check box inside Aggrgator T/R.Use filter transformation before Aggrgator to filter out rows and pass only the changed records to the flow.
2.One of the reasons could be the time its taking to build caches.to answer this more details of the maping is required.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

For stage table data processing, suppose in first run we processed 8 records out of 10 records then in 2nd run we should consider only not processed records (here total no of records =2) along with new records which got loaded in stage table thru real time mapping. Note : In this example, 8 records are those records for which we got transaction number after lookup on trn_no_cod table and 2 records for which lookup returns trn_no as NULL

1 Answers  


what is incremental loading ?

12 Answers   CTS, IBM, Oracle, TCS,


How can we improve session performance in aggregator transformation?

0 Answers   Informatica,


scd methodology?

2 Answers  


While importing the relational source defintion from database,what are the meta data of source U import?

1 Answers  






we have a parameter file in Unix location where we have .txt files and those file will be used as source in informatica. I cannot use source file name directly as file name will keep on changing in unix location. I need to define $$InputFile as parameter. Can anybody send me the parameter file and the steps to handle this.

2 Answers   Infosys, TCS,


what is the logic will you implement to laod the data in to one factv from 'n' number of dimension?

3 Answers  


When you connect to repository for the first time it asks you for user name & password of repository and database both. But subsequent times it asks only repository password. Why?

1 Answers  


Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?

0 Answers   IBM,


How to elaborate tracing level?

0 Answers  


what is the difference between informatica6.1 and infomatica7.1

0 Answers   TCS,


insallation procedure for power center 8.1.1 especialy domain_config hw to use parameter files

1 Answers  


Categories