Sunteți pe pagina 1din 2

Informatica Assessment Document

_______________________________________________________
Informatica Assessment:
1. Loading Incremental records from source, Uses PowerMart / PowerCenter Mapping
Variables to process incremental changes in a table only, rather than re-processing all of
the data in the source table

2. Design a mapping to capture all history information to Target table(SCD type-2) using
Date range option

3. Design a mapping to perform Dynamic Lookup Cache functionality to detect duplicate


records coming from the source.

4. Design a mapping to perform below business rule, I have Empno,Name ,Loc in the
source table , we have two targets the 1st target is Tgt_ india and Tgt_USA. when the
employee moves from India to USA the row of that employee must be inserted in USA
tgt and must be deleted in Indian tgt and vice versa.

5. Design a mapping to load the duplicate records into duplicate table and unique records
into unique table ?

6. How to convert incorrect phone number to correct phone number ?eg., 100er$556%
%3457 to 100-556-3457

7. Design a mapping

DATE MEM_ID CLAIM_ID AMOUNT


08-APR-2008 001 2 40
07-APR-2008 001 2 30
06-APR-2008 001 2 50
01-APR-2008 001 2 20
23-MAR-2008 001 2 46

you have to ignore the latest record for calculations i.e. 8Apr record has to be ignored.
Then you have to calculate a ratio for the other dates ....

Hint :: 30/50 +50/20+20/46 =???

8. Develop a mapping , where it removes the duplicate records from 3rd duplicate record
onwards

Source Definition Target Definition


CODE COMPANY COM_CODE COMPANY
100 WIPRO 100 WIPRO
100 WIPRO 100 WIPRO

Ness Technologies For Internal Use Only Page 1 of 2


Informatica Assessment Document
_______________________________________________________
101 HP 101 HP
101 HP 101 HP
100 WIPRO 102 SATYAM
100 WIPRO
102 SATYAM

9. Develop a mapping to perform below logic


Source Definition

Target Definition
SALARY_MO HIGH_S
EMP COMPANY YEAR EMP ALL_COMPANY
NTH AL
JOHN WIPRO 10000 2001 JOHN WIPRO,IFLEX,HP,SATYAM 60000
JOHN IFLEX 20000 2003 LUCKY CTS,EDS 35000
JOHN HP 30000 2004
JOHN SATYAM 60000 2008
LUCKY CTS 20000 2006
LUCKY EDS 35000 2008

10. Design a mapping, first two phone calls received by a customer must be represented as
"Home" , "Office" and the next calls must be concatinated and represented as
"Other".Look at the below tables

Source Definition Target Definition


Customer Phone_Number Customer Home Office Other

A 9848403211 A 9848403211 9812675432 9112356788,9876503276


A 9812675432 B 9567890765 9876098567 null
A 9112356788
A 9876503276
B 9567890765
B 9876098567

Ness Technologies For Internal Use Only Page 2 of 2

S-ar putea să vă placă și