What are the unit test cases you used in your project?
Answer / kathyayini
Test cases will prepare based on the requirement of the job
or project...
| Is This Answer Correct ? | 9 Yes | 2 No |
1)How will u implement SCD2 by using surrogate key. 2)What are the disadvantages with surrogate key. 3)How will you handle nulls in your project for the varchar, integer data types. 4)Can I use two fact tables in star schema. 5)3 jobs are running on the 2 nodes after I added one more node so can I compile those jobs to run on three nodes.
Differentiate between datastage and datastage tx?
Can you explain tagbatch restructure operator?
i/p 1,a,1000 2,b,2000 3,c,3000 i want to get o/p as o/p 1,a,3000 2,b,4000 3,c,5000 how it can be done on using datastage?
Difference between sequential file and data set?
What is the difference between operational data stage (ods) and data warehouse?
What is a merge?
How many jobs in ur project? Explain any complex job u have done in ur project?
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
In the source seq file have 2 columns, i.e input: col1,col2 1,1 2,rajesh 3,15000 4,2 5,suresh 6,16000 7,3 8,veeru 9,17000 I want in the output like: eno,ename,sal 1,rajesh,15000 2,suresh,16000 3,veeru,17000 any one answer this scenario
how to delete one row in target dataset