for ex: in source 10 records are there with column sal. use
a filter transformation condition as Sal=TRUE and connect
to target. what will happen.

Answers were Sorted based on User's Feedback



for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / krishna

I checked result.

Case 1: when you use filter condition sal=true

nothing will be moved to target table. session succeeded
but no data in target table.

Case 2: when you use only TRUE as filter condition.

all 10 records from source passes through filter to target
table .(in target table also we will get 10 records)

Is This Answer Correct ?    31 Yes 0 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / pushpa

by default filter condition has the TRUE that means don't
worry whether the incoming data numeric or string.all incoming
data passed to the next transformation or target.
if we assign a condition manually sal=True.session is executed
successfully but even single record is not loaded into the
target.

Is This Answer Correct ?    19 Yes 0 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / srini

Answers 1 and 4 right. Since the session will be executed
successfully but no rows will be loaded into the target.

Is This Answer Correct ?    15 Yes 0 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / lokendra

if 'salary= true' ,no records will come to target.

if only 'true' it will pass all the 10 records.

Is This Answer Correct ?    8 Yes 0 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / arvind s

Sorry guys, Answer 3 is completely wrong.

TRUE is not identified as a string by informatica, its
represented as a bit, just like a high or low, (1 or 0)
almost equivalent to a boolean.

So we can equate sal=TRUE but sal='TRUE' will result in
invalid mapping as said in answer3.

Thanks,
Arvind S

Is This Answer Correct ?    6 Yes 0 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / pradeepa

Hi,

If the comparing column is a varchar and if this true is
given in single quotes it will validate ,but here salary
for sure it must be a number and when we say salary=true it
will trow error,that expression wont be validated..

obviously mapping will get invalidated..so we cant evn run
the ,mapping.

Is This Answer Correct ?    2 Yes 0 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / venkat

hi guys ans 3 totally wrong
see this,
1)suppose u given condition like sal=true ,the session will
successfully execute but no data load in to target.
2)suppose u given condition like sal='true' it's not
validated b'coz in filter true/false like 1/0.
3)suppose u given condition like onlt true ,the session will
successfully execute and all the data also loaded in to target.

Is This Answer Correct ?    1 Yes 0 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / shiva

nothing will happen when we use filter option it just check
the source record where all record are salary records or nor

Is This Answer Correct ?    2 Yes 2 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / mack

Answer 3 is correct. Whenever you trying to validate your
expression ,it will give you an error.

Is This Answer Correct ?    2 Yes 4 No

for ex: in source 10 records are there with column sal. use a filter transformation condition as S..

Answer / amit

it gives expression error because we used sal=true
expresssion insted of sal='any numeric value i.e. we have
to define numeric value in the expression

Is This Answer Correct ?    5 Yes 10 No

Post New Answer

More Informatica Interview Questions

What do you understand by a term domain?

0 Answers  


Generally how many Fact Tables and Dimensions Table you have used in the Project? Which one is loaded first Fact Table or Dimensions Table into the warehouse? What is the size of the Fact Table and Dimension Table? what is the size of the table and warehouse

5 Answers   TCS,


What are the tuning techniques you applied during your last project

0 Answers  


we have three columns and two rows. col1 col2 col3 a b c want to change into 2 columns and 3 rows ,how? col1 a col2 b col3 c which transformation u'll use and how?

3 Answers   Cognizant,


hi all my source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want my target is column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c any one can you help

1 Answers  






can anyone explain me about retail domain project in informatica?

0 Answers   Zensar,


One flatefile it contains some data but i want to dont want to load first and last record ..how it is? can u tell me complete logic?

2 Answers  


Explain in detail scd type 2 through mapping.

0 Answers  


how to run the batch using pmcmd command

2 Answers   Wipro,


What is the need of etl tools?

0 Answers  


Enlist few areas or real-time situations where informatica is required.

0 Answers  


waht type of interface is used for testing the data in informatica

0 Answers   CTS, TCS,


Categories