i need informatica certification dumps(S-powercenter 8
mapping designer)......plz fwd it to my mail
id:gaya1989@yahoo.com
Answer Posted / saira
did u get the dumps from anyone??
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
What is Negative testing?
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
Define Form modules, Class modules and Standard modules
i am exeprienced person what is selection process
what is the BAM? where we can use it in BizTalk server?
Explain three modes in which files can be accessed from python program
how can i split string in a textbox in windows appication using C#.net
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
what is difference between input parameter and output parameter.
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.