Data transformed successfully from Source table to target table. Now how you will ensure that the data in Target table is proper. I answered will verify one or two records and check Then question was that the Development is doing (1-2 record verification)but as a tester you have to verify the complete data, how you will do?? Please answer

Answers were Sorted based on User's Feedback



Data transformed successfully from Source table to target table. Now how you will ensure that the da..

Answer / abhinaw prakash

You can write the query using both the source and target tables.

You can use the NOT IN and MINUS keyword.

Also you can make a mapping using both the tables and
generate a report on the missing records.

Is This Answer Correct ?    5 Yes 0 No

Data transformed successfully from Source table to target table. Now how you will ensure that the da..

Answer / snjsngh15

Select count(*) from tableA A
Where not exist( select 1 from tableA D
Where B.id=D.id)
Minus
Select * from tablesB B
Where not exist( select 1 from tableB c
Where B.id=C.id)
Or
Select * from Table A
Minus
Select * from Table B

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

0 Answers  


Is it possible to use a client with different version than that of its Informatica server?

0 Answers  


What are the settings that you use to configure the joiner transformation?

0 Answers   Informatica,


What is a rank transform?

0 Answers  


what are the reusable tasks in informatica ?

11 Answers   CTS, HP, IBM, TCS,






What is target load order?

0 Answers  


What are the mapping parameters and mapping variables?

0 Answers   Informatica,


In update strategy target table or flat file which gives more performance ? why?

7 Answers  


if the session fails after 100 records agian we have to starts the session or we go for recovery session

2 Answers   TCS,


How can you differentiate between powercenter and power map?

0 Answers  


how can u tune u r informatica mapppings

2 Answers   CTS,


i have to extract data from a flat file.the flat file has 10 records.i have to extract the 1st and 5th record every time.how is it done.

10 Answers   Emirates, IBM,


Categories