In router source is a boy age 20 I given 3 conditions in
router a>20, a<=20, a=20 which one exit first?

Answers were Sorted based on User's Feedback



In router source is a boy age 20 I given 3 conditions in router a>20, a<=20, a=20 which one e..

Answer / naveen

I assume ques is not clear and correct.

To answer ur question router will execute first which group
is defined first and next in order.

if you ques is age 20 will go in which group then ans is
a<=20 and a=20

both satisfied the condition, hence records will go in both
group.

correct me if am wrong.

Regards,
Naveen

Is This Answer Correct ?    6 Yes 0 No

In router source is a boy age 20 I given 3 conditions in router a>20, a<=20, a=20 which one e..

Answer / akash

I am not sure about the answer but I guess the condition
which is given first will be executed first.

Is This Answer Correct ?    0 Yes 1 No

In router source is a boy age 20 I given 3 conditions in router a>20, a<=20, a=20 which one e..

Answer / pradeep

In the router source,after defining the above conditions
then first it is excute a<20 and then it will excute a=20
and then it will excute a>20

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Informatica Interview Questions

how to through logic of informatica using the push down optimization into oracle.

2 Answers   Hexaware,


how to delete duplicate records by using filter transfermation?

3 Answers  


Can anyone tell me the new features in Informatica 9 Version?

0 Answers   Syntel,


How union transformation is used?

0 Answers  


What are data-driven sessions?

0 Answers  






I HAVE 10 records in source. I want to store i record in target 1, second record in target 2, third record in target 3, 4 th record again in target 11, 5th again in target 2, 6th again in target3 etc.... how it is possible?

5 Answers   Syntel,


How many repositories can we create in Informatica??

9 Answers   IBM, Patni,


How to implement security measures using repository manager?

0 Answers  


Mention few power centre client applications with their basic purpose?

0 Answers  


What is the way to execute pl/sql script using informatica mapping?

0 Answers  


What is the term PIPELINE in informatica ?

7 Answers   Deloitte,


Explain about Recovering sessions?

1 Answers  


Categories