list the transformation used for the following:Heterogeneous
sources,Homogeneous sources,Find the 5 highest paid
employees with in a dept,create a summery table,generate
surrogate keys

Answers were Sorted based on User's Feedback



list the transformation used for the following:Heterogeneous sources,Homogeneous sources,Find the 5..

Answer / nagesh

For Heterogeneous sources,use joiner transformation
Homogeneous sources go for source qualifier transformation

TOP 5 SAL

SELECT ROWNUM,ENAME,SAL FROM (SELECT ENAME,SAL FROM EMP
ORDER BY SAL DESC)
Where rownum <6

Is This Answer Correct ?    4 Yes 1 No

list the transformation used for the following:Heterogeneous sources,Homogeneous sources,Find the 5..

Answer / dw_worker

Heterogeneous sources - Joiner
Homogeneous sources - Source Qualifier
Find the 5 highest paid employees with in a dept - Rank
Create a summary table - Aggregator
Generate surrogate keys - Sequence Generator

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ETL Interview Questions

Explain about hash partitioning?

0 Answers  


can u please tell me about ........ how can explain my project before interviewer my projects are insurence domain & sales domain?

0 Answers  


What is full load & incremental or refresh load?

0 Answers  


Difference between flat files and relational sources?

0 Answers  


What are the various tools used in etl?

0 Answers  






what are Lookup caches options? Including persistent caches.

0 Answers  


Explain the difference between etl tool and olap tools?

0 Answers  


how do u estimate the number of partitions that a mapping really requires? Is it dependent on the machine configuration?

0 Answers  


Hi Guys, my requirement is to load 1 yr data from oracle to teradata database through abinitio etl graph.i need to schedule this as a monthly job.but i want to load 12 month data for the first time and from second time it should load last (recent) month data and delete 13th month data. For example For the first time it should load 201208 to 201108 data, second time it should delete 201108 month data and load 201209 month data. I developed garph to load 12 month data ,but i don't know how to handle above requirement as am new to abinitio. i greatly appreciate you help.Thank You.

0 Answers  


how do u estimate the depth of the session scheduling queue? Where do u set the number of maximum concurrent sessions that Informatica can run at a given time?

0 Answers  


Define Dynamic push down optmization?

0 Answers   HP,


what are business components in Informatica?

2 Answers  


Categories