can u explain me banking domain projects ? and in banking domain projects how many dimension tables and how many fact tables and how to load source and targets in mapping level plese expain give me one example?
1 17118write a query to remove null value follwing table? col1 col2 col3 dinesh null null null suresh null null null prakesh i want the output col1 col2 col3 dinesh suresh prakesh
4 9216write sql query to remove null value following table id name 101 dinesh null jyothi null bharathi 102 suresh null shilpha 103 prakesh null suma i want the output id name 101 dinesh 102 suresh 103 prakesh
5 10727write asql query to filter improper date format? date 20-apr 11-mar-2010 30-may-2010 feb-2009 i want the output date 11-mar-2010 30-may-2010
2 6275I cleared Informatica certification Designer. if anybody need dumps, can contact at mukesh1009@gmail.com
119 106376write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500
3 7970If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.
6 11273My source is flat file which contain only one column with data type varchar.now i want to send string data types into one target and if any numbers and special characters are there that should be send it into another target.so how do you design a mapping for this?
6 10973What are your source in project and how you import in informatica? How can i explain abt this?
1 6145Post New Accenture Informatica Interview Questions
What are applets?
Explain about parametric polymorphism?
How do we implement serialization actually?
When destroy method of jsp is called?
Explain About friend and Protected friend
What is the procedure of manual testing?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
i have a web page and in this page i create 3 textbax and a "summit" button do you have any html code for add text velue in my web page like link summation(form) sites.
What does the on delete cascade option do?
What is global and local controller in web dynpro?
What are the disadvantages of context switching?
How do I download postgresql on windows?
How do I stop a php script?
Explain tdd?
How can you differentiate between inheritance and implementation in c++?