Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


S1 is having 1 lakh records and s2 is having 100 records,
s2 should compare s1 if emp no is same data should be
updated if not their it should insert the data.what are the
transformation used?

Answers were Sorted based on User's Feedback



S1 is having 1 lakh records and s2 is having 100 records, s2 should compare s1 if emp no is same ..

Answer / k naveen kumar

Here we have to use lookup and update strategy and filter

Take s1 as source and take lookup on s2 just u will get the
output.

Is This Answer Correct ?    17 Yes 0 No

S1 is having 1 lakh records and s2 is having 100 records, s2 should compare s1 if emp no is same ..

Answer / himanshu

1. Lookup Transformation (Dynamic lookup enabled)
Use NewLookUpRow Attribute to determine if it is a
new(1),updated(2) or no change(0) record.

2. Update Strategy
Use condition on NewLookkUpRow value to Insert or Update
the record in the target or Reject it.

IFF(NewlookUpRow = 1, DD_Insert, IFF(NewlookUpRow =
2,DD_Update, DD_Reject))

Is This Answer Correct ?    6 Yes 0 No

S1 is having 1 lakh records and s2 is having 100 records, s2 should compare s1 if emp no is same ..

Answer / sushma

I go with Naveen's solution with a small change. I would
replace filter with Router TRFM.

Is This Answer Correct ?    1 Yes 0 No

S1 is having 1 lakh records and s2 is having 100 records, s2 should compare s1 if emp no is same ..

Answer / madhava

In this scenario generally using the two transformations
(Joiner&UpdateStrategy Tx) if S1 and S2 are different
sources or Flat files;
Else if both are in same sources as of relational then
join it in SourceQulaifier Tx itself in this case no need
for Joiner tx.

1) Joiner Tx will join the S1 and S2 by using common
fields; here S2 is the Master table.

2)In UpdateStrategy Tx. Condition is like IIF
(s2.empno=s1.empno,1,0)

Is This Answer Correct ?    6 Yes 6 No

S1 is having 1 lakh records and s2 is having 100 records, s2 should compare s1 if emp no is same ..

Answer / sachin

The pipeline is as follows
sqr->exp->lkp->exp->upd->tgt

Lookup Transformation (Dynamic cache enabled)
Use NewLookUpRow Attribute to determine if it is a
new(1),updated(2) or no change(0) record.

2. Update Strategy
Use condition on NewLookkUpRow value to Insert or Update
the record in the target or Reject it.

IFF(NewlookUpRow = 1, DD_Insert, IFF(NewlookUpRow =
2,DD_Update, DD_Reject))

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

what is hash table in informatica?

1 Answers   Zensar,


HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION

0 Answers  


In seqence generator transformation maximum limit is reached,after reaching maximum limit how will u insert the data

2 Answers   HCL, Schneider,


Want to know about Training Centres for Informatica, Cognos and ETL Softwares in Mumbai, India.

27 Answers  


What do you mean by DTM and Load manager and what is difference between load manager and load balancer?

0 Answers  


What is limitations of truncate and load option

1 Answers   Cap Gemini,


can we use union transformation in joiner transformation?how?

1 Answers   Dabur, Tech Mahindra,


What are pre and post-session shell commands?

0 Answers  


How to load a Dimension ? and how to load a fact table?

0 Answers  


What is union transformation?

0 Answers  


What is confirmed dimension and fact?

7 Answers  


How can you recover the session in sequential batches?

1 Answers  


Categories