-
List of all the ETL and Reporting tools available in the market
Can any one let me know where can i find the list of ETL & reporting tolls available in the market. thanks in advance
-
-
Find out the Number of Columns in Flat File
In ETL testing if the src is flat file, then how will you verify the data count validation?
-
What are active transformation / Passive transformations?
Answered by kiran on 2005-05-08 09:32:14: An active transformation can change the number of rows as output after a transformation, while a passive transformation does not change the number of rows and passes through the same number of rows that was given to it as input.
-
-
What is a staging area? Do we need it? What is the purpose of a staging area?
Answered by Laxmi on 2005-05-13 16:42:53: Staging area is place where you hold temporary tables on data warehouse server. Staging tables are connected to work area or fact tables. We basically need staging area to hold the data , and perform data cleansing and merging , before loading the data into warehouse.
-
How to write an query for the following?
Say in a source there are 1 lakh records and in Target there are 1 lakh records. Some records in a column having the mismatch value (.ie., Instead of displaying 1000 in a column, it is displaying as 100 in Target column) The source file is from an DB2 and, Oracle (different source) and, Target is an SQL server. So how to find it by a simple way?
-
-
-
-
What is the difference between Power Center & Power Mart?
Answered by kiran on 2005-05-08 09:27:46: Power Mart is designed for: Low range of warehouses only for local repositories mainly desktop environment. Power mart is designed for: High-end warehouses Global as well as local repositories ERP support.
-
-
-
-
Surrogate key
Why we implement sarrogate key in ETL Process?
-
-
Extract / Transform Process
Describe the stages of extract / transform process, including what should happen at each stage and in what order?
-
Informatica: if flat file name varies day by day ...
If we are using flat file in our loading, and flat file name change daily so how we handle this without changing file name manually daily?
for example: like file name is changing depend on date so what should I do? pls help… -
Add one column values
This is my single column table
====================
===
|10|
===
|20|
===
|30|
===
|40|
===
and I want to print out put like this
O/p:
10
===
30
===
50
===
70
How can i get this ?
-
What is Informatica Metadata and where is it stored?
Answered by kiran on 2005-05-08 09:20:30: Informatica Metadata contains all the information about the source tables, target tables, the transformations, so that it will be useful and easy to perform transformations during the ETL process. The Informatica Metadata is stored in Informatica.
ETL Interview Questions
Ans