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
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 |
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 |
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 |
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
What are the rank caches?
In real time scenario where can we use mapping parameters and variables?
Can we get 1st record through Informatica(without sequence number).
While importing the relational source definition from the database, what are the metadata of source that will be imported?
how remove 1st 3 records & last 3 records in informatics
how can i invoke pmcmd in command line prompt
follwing scenario two table using find maximum salary? table a table b 101 xxx 1000 106 6500 103 yyy 5000 108 800 104 din 6000 109 7000 105 dsh 200 110 3000
wat are deployement groups in informatica, how it will be used for developers
How to implement security measures using repository manager?
What are the guidelines to be followed while using union transformation?
How many ways you create ports?