If the values in a row are 1,2,3,3,4,,4,5 then how a rank
transformation can rank these values
Answers were Sorted based on User's Feedback
Answer / kondeti srinivas
explanation for sam.
sam has given currect ans 1,2,3,3,5,5,7
upto 1,2,3 is fine after 3 again itput is 3 for that rank
t/f give rank as 3 after rank t/f skip 4 ranks becasue it
already given rank for repeaded value and for null values
it rank will not give any rank
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nitin
Rank transformation in informatica is like rank() function in oracle. that's why it's giving the next value after the repetition of some values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of schemas we have in data warehouse and what are the difference between them?
create a mapping to retrieve the employees who are getting salary greater than average salary?
Dependecy Errors in Informatica ? Do u got any dependency problems while running session? Can any one Explain Clearly.
How does the session recovery work.
I am using Informatica 7.1.1. and i used emails task for getting emails but not able to get emails is there any settings in Informatica installation level?
Hi can any one tell me the difference between persistence and dynamic caches? On which conditions we are using these caches?
Please let me know how to do estimation before staring development in project. Here estimation in the sense how many associates are required, etc to complete the project.
Explain lookup transformation is active in informatica
What is the grain level in DWH? If i have year to day. what is the grain level of DWH from year to day.
what is the incremental agrrigation?
Please explain in detail with example about 1.Confirmed Dimension. 2.Junk Dimension. 3.Degenerated Dimension. 4.Slowly changing Dimensions
1:when we develop a project what are the performance issue will raise?? KPIT 2:if a table have INDEX and CONSTRAINT why it raise the performance issue bcoz when we drop the index and disable the constraint it performed better??KPIT 3:what are unix commands frequently used in informatica??