-
AB initio query
i/p col1||val1||col1||val2||col3||val3
o/p col1 col2 col3
val1 val2 val3
how to achieve this in AB initio -
-
Informatica Power Exchange
Explain about Informatica Power Exchange
What are the important points in Informatica Power Exchange -
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
-
Mapping the columns without using MINUS
What is the other way to mapping the columns without using MINUS
-
Output Records Using Joins and Union
What will be the output (Number of records) for below operators.
Table A has one column with values(1,1,2,2,2,3,4,5)
Table B has one column with values (1,1,1,2,2,3)
1. A Union B
2. A Intersection B
3. (A Union B) minus (A Intersection B)
4. A minus B
5. A Left Join B
6. A Right join B
7. A Inner... -
-
Validate Source to Target ETL mapping Using Single SQL Query
I got the following mapping table and asked me to validate source to target the ETL mapping using Single SQL query. How can we validate source to target the ETL mapping using Single SQL query? I need help to write a query.
Source to Target Mapping Document
Target Table Target Column Source Table Source Column Transformation rule ( ....)
TRG_LOG LOG_KEY ... -
Generate Negative Sequence
How to generate a negative sequence by using sequence generator?
-
-
Output of m_dump - select only first 2 columns data
I have a ebcdic file, I wanted to select only first 2 columns values in the output in the m_dump command
Output of m_dump values are like below:
[record
id "100"
type_code "20"
frstname "abcd"
lastname "efgh"
new_line "
"]
any help is greatly appreciated
-
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 ?
-
ETL-Validation After Data Loads To Target
What are the validations you perform after data loads for source to target?
-
Landing Area VS staging area
I just want to know more about landing area in Datawarehouse
Why landing area required in DWH ?
Diff between landing area and staging area in DWH ? -
Missing Record in Target
How you will find the missing record in the target without using Minus?
-
Initial and Incremental Load Validations
What are Initial Load validations and Incremental load validations ?
-
ETL Duplicate Records
How to find number of duplicate records?
-
ETL-Validation Landing Area to Staging Area
What are the validations you perform from landing area to staging area?
-
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?
-
Output of Partition by Key
IF we have a records like below with 2 way mfs using a partition by key, what will be the output.
Key here is Index(Column name)
Index
1
2
3
4
5
5
4
3
2
1
ETL Interview Questions
Ans