1)What is ur project architecture ? 2)how to move project from developement to uat? 3)What is the difference between datastage 6,7.1 and datasttage 7.5? 4).How to do error handling in datastage? 5)3.Whta is unit testing, system testing and integration testing? 6)What is the Exact difference between BASIC Transformer and NORMAL Transformer?When we will go for BASIC Or NORMAL Transformer 7)why we use third party tools in datastage? 8)What is the purpose of Debugging stages? In real time Where we will use?
6 32239hi, how would i run job1 then job 3 , then job2 in a sequence of job1 ,job2,job3. Thanks sunitha
6 17525I have scenario like this seq file --> transformer --> sort stage --> dataset In this job which prtitioning technique you are using and why???
3 22129I have source file which contains duplicate data,my requirement is unique data should pass to one file and duplicate data should pass another file how?
7 24620INPUT file 'A' contains: 1 2 3 4 5 6 7 8 9 10 input file 'B' contains: 6 7 8 9 10 11 12 13 14 15 Output file 'X' contains: 1 2 3 4 5 Output file 'Y' contains: 6 7 8 9 10 Output file 'Z' contains: 11 12 13 14 15 How can we implement this in a single ds job?
11 18761This is UNIX question asked in DataStage Interview. Say I have n numbers of records in a text file. I want first 3 records in 1st file, last three records in 3rd file and remaining n-6 records in 2nd file. (Note: we don't know how many records are there in the File. I am getting one file on daily basis and I want three target files as asked above)
2 9746Post New CTS Data Stage Interview Questions
Which date function advances a date, time or datetime value by a given interval?
Which database is used in python?
Explain what is graphics?
Difference between adhoc testing and error guessing?
What is Powershell?Comparision between Stsadm and Powershelll?Which one is better?
List out the libraries in python used for data analysis and scientific computations?
Why mean stack is popular?
Name some cache memory components?
Explain multi binding and multivalue converters in wpf?
Why is python used?
define snapshot?
what should be the ideal replication factor in hadoop?
Can we distribute web applications?
What is the google algorithm?
What do the functions atoi(), itoa() and gcvt() do?