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

How can we use external procedural logic in informatica?

0 Answers  


when will use SQL override in a lookup transformation?

0 Answers  


Is apache nifi an etl tool?

0 Answers  


Hi my name is kuldeep singh, i have finished my B.E in computer science and engg in 2008. I have worked with accenture for 17 months and because of family problem i left the job in dec 2009.. i was in data ware housing capability. right now i am working in a BPO as technicla support executive,, i want to move to IT again, please suggest me what shuld i do? its been 1 year gap and i am not able to get into IT...please suggest me ...should i go for informatica certification will that help me to get inot IT. please give ur suggestion..my E mail is is singh.kuldeep2004@yahoo.in

0 Answers  


where is the cache (lookup, index) created and how can you see it.

0 Answers  






what is a test load?

3 Answers  


Mention few test cases and explain them?

0 Answers  


explain the methodology of Data Warehousing?(Polaries)

0 Answers  


if i have a query as flat file how can we load data to target table

0 Answers   Tech Mahindra,


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  


Explain the key challenges that you face while performing etl testing.

0 Answers  


How to load Session Statistics (Workflow name, TgtRows, Rejected Rows, SessStartTime,SessEndTime..)into a database table ?? Another Question: I want to pass values from oracle table or Flat file in Mapping parameter/Variable.. What is the method for that..Please provide me the solution step by step

1 Answers  


Categories