Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
4 12585There are 4 flat files with number of records as indicated below. Which files should be picked first for joining using joiners so as to get best performance. File A - 1000 records File B - 100 records File c - 10000 records File D - 10 records Please explain. Thanks and Regards,
1 7691The structure of source file is as below: Source structure(two fields) Name, Card NUmber A, 111111111(SSN) A, 01010101(Creditcard number) A, 34343434(Debit card number) B, 55555555(Creditcard number) C, 77777777(Debit card number) Target Structure(4 fields) Name,Credit card,SSN,Debit card A,01010101,111111111, 34343434 B,55555555,, C,,,77777777 Corresponding to one name there can be maximum 3 rows and minimum zero rows. Given that I do not know which record might have a particular type of number. How can I handle above requirement with informatica transformations?
1 7532If I have set the property Treat Source Rows as Insert and for the target properties I have checked the boxes Update as Update, what will happen to incoming rows? What exactly is the use of these check boxes and in which scenarios we use them. Also what is the sequence in which informatica understands these properties.Does it takes whatever is defined in treat source rows as property or it is in any other way. Please explain.
3 21429If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
3 635401rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
5 13769Where we use dynamic lookup and where we use it?do we generate surrogate keys using dynamic lookup?can we use it for scd type 2 mapping and why?
3 17862If we use sorted ports in aggregator transformation and somehow records are not in order by format so what will happen,session fails or it succeeded with incorrect data?
1 7065Post New Amdocs Interview Questions
What does it indicate if an error state this “list has no rows for assignment”?
Explain the types of diagrams in UML.
WHAT DO YOU MEAN THE DIFFERENT TYPE OF CURVES OF RELAY LIKE STANDARD INVERSE, VARY INVERSE, NORMAL INVERSE, LONG INVERSE ETC....
What is ng bind html?
Which command would you use if you want to remove the password assigned to a group?
What is repository info. Systems?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
What exactly is quality control?
What is the page Lifecycle of the MVC ?
Is unix and linux the same thing?
You are developing your project schedule and have decided to use the PERT method to determine project duration. The estimates you've gathered so far include the following: Most likely is 200 hours, optimistic is 180 hours, and pessimistic is 220 hours. Which of the following is the correct PERT estimate? A. 190 B. 266 C. 200 D. 210
Explain me what is the wordpress loop?
Describe regex() in r string manipulation?
What is difference between sumif and sumifs?
what is the difference between i)public ii)private iii)common and client projects?