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

Two default user groups created in the repository are____and_____.

0 Answers  


State the differences between shortcut and reusable transformation

0 Answers  


What is full load & incremental or refresh load?

0 Answers  


How can we handle Rejection Logic in Source tables while we are matching the data in Target side in ETL Testing ?

2 Answers  


what is pmrep command?

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  


what are the reporting tools and difference between them?

0 Answers  


Can u access a repository created in previous version of Informatica?

1 Answers  


what is the difference between date cache and lindex cache?

1 Answers  


how do use session mapping parameters ?(in which transformation)

0 Answers  


What is grain of fact?

0 Answers  


Give a way in which u can implement a real time scenario where data in a table is changing and u need to look up data from it.How will u configure the look up transform for this purpose?

1 Answers  


Categories