-
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) ?
-
Update Records in a Flatfile
Why we use joiner transformation to update records in a flatfiles?
-
What are various types of Aggregation?
Various types of aggregation are SUM, AVG, COUNT, MAX, MIN, FIRST, LAST, MEDIAN, PERCENTILE, STDDEV, and VARIANCE.
-
-
How many ways you can update a relational source definition ?
Two ways 1. Edit the definition 2. Reimport the defintion
-
-
What r the settiings that u use to cofigure the joiner transformation?
Master and detail source Type of join Condition of the join
-
What is meant by lookup caches?
The informatica server builds a cache in memory when it processes the first row af a data in a cached look up transformation.It allocates memory for the cache based on the amount u configure in the transformation or session properties.The informatica server stores condition values in the index cache and output values in the data cache.
-
Which transformation should we use to normalize the COBOL and relational sources?
Normalizer Transformation. When U drag the COBOL source in to the mapping Designer workspace,the normalizer transformation automatically appears,creating input and output ports for every column in the source.
-
What is the Router transformation?
A Router transformation is similar to a Filter transformation because both transformations allow you to use a condition to test data. However, a Filter transformation tests data for one condition and drops the rows of data that do not meet the condition. A Router transformation tests data for one or more conditions and gives you the option to route rows of data that do not meet any of the conditions...
Informatica Interview Questions
Ans