-
Look up function
What is a look up function? What is default transformation for the look up function?
-
Oracle sequence generator
How to write stored procedure,which take the sequence name as input and dynamically generates a nextval from that sequence
-
-
-
Extracting data from SAP R/S using Informatica
( cross platform integration) - I am new to informatica n SAP , i got assignment work on integration of informatica and SAP R/3 , i need to import data from SAP , i went to could of videos on YouTube provided by Informatica Support , they are saying you need to install RFC libraries that are available on SAP market place, RFC libraries are platform specific , i do have SAP system on Unix and informatica...
-
Implementing SCD Type2
In SCD Type2 scenario, Informatica has no control on the DML operation.
How will we make sure that updates happen before Inserts in SCD Type2 dimension so that we can avoid the AK constraint error. -
How to generate a star pattern using Informatica?
How to generate a star pattern using Informatica depending on the number of rows in the input file
Suppose there are 7 rows in the source file (any type of data), the target should have 7 rows of stars in the following pattern:-
*
***
*****
*******
*********
***********
************* -
Load 10000 Records into Dynamically Created 100 Files
How to load 10000 records into dynamically created 100 files and to load 100 records in each?
-
Informatica Lookup Override and Tuneup
How to override LOOKUP in Informatica?
How to tune LOOKUP in informatica? -
Workflow Parameter File
Can we use more than one parameter file in a workfow? If yes, how? If No, Why?
-
Lookup Transformation
Performance wise which is better connected or unconnected lookup transformation?
-
Transaction Control Transformation
My source records have nulls. How to create dynamic file name?
-
Convert Date Format
How to convert date format 09-aug-79 to 08-09-1979? I am not able to convert it into 1979 in my case it gives me either 0079 or 2079.
-
Dynamic Cache
What is main difference between dynamic lkp and static lkp with example? Performance wise which one is better?
-
Joiner Data and Index Cache
Assuming that the Master Pipeline has 5 fields, two of which are part of the join condition and that all fields are connected downstream to the next transformation, how many fields are in the index and data cache files?
1) 5 fields are in the index cache and 3 are in the data cache.
2) 2 fields are in the index cache and 3 fields are in the data cache.
-
Check Manual Entries in Target Table
I am loading records from a source table to a CRM target table. I want to get the details of the manually inserted, updated, deleted records from the target table. Please explain in detail.
-
PreSql in Source Qualifier and PreSQL in Target in Informatica
I am not able to understand the different between PreSql in Source Qualifier and PreSQL in Target in Informatica. I read many other posts they told
pre SQL means " SQL statement executed using the source connection,before a pipeline is run" and post SQL means " SQL statement executed using the source connection,after a pipeline is run".
So if all PRESQL run at same point... -
Create Session log as a Parameter in Informatica Cloud
How to create a session log as a parameter in informatica cloud?
-
Index and Data Cache Files
Assuming that the master pipeline has 5 fields, two of which are part of the join condition and that all fields are connected downstream to the next transformation.then How many fields are in the index and data cache files?
options:
a. 5 fields are in index and 3 in data cache
b. 3 fields are in index and 2 in data cache
c. 2 fields are in index and 3 in data cache
d.... -
Dynamic target creation using source data
Suppose in Informatica a source file has 1 column(CITY) and datas are Pune, Kol, Pune. Want to load CITY data to dynamically generated target file(means it will create 2 targets, named Pune and Kol and in Pune target, value will be Pune and in Kol target, value will be Kol) ?
Informatica Interview Questions
Ans