Data Stage

  Home  Data Warehouse  Data Stage


“Data Stage frequently Asked Questions in various Data Stage job Interviews by interviewer. Get preparation of Data Stage job interview”



11 Data Stage Questions And Answers

1⟩ What is Cleanup Resources and when do you use it?

When we want to kill the process in unix we need clean up resources.

Actually to kill any process we need process id. Then this option is available in administrator then we have to check the option called clean up resouces

 141 views

2⟩ How to reduce warnings?

In order to reduce the warnings you need to get clear idea

about particular warning, if you get any idea on code or

design side you fix it, other wise goto director-->select warning and right click and add rule to message, then click

ok. from next run onward you shouldn't find any warnings.

 154 views

4⟩ If a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?

seq file ------> Transformer -------> target

1.extract the source data into seq file.

2.In transformer source column to target , and apply the field function

Field(column name, ',' , 1)

next same drag the source column to target , and apply the field function

Field(column name,',',2)

.

.

.

Field(column name,',',5)

 156 views

9⟩ What is audit table?

audit table is nothing but when the job is developed,how many no of stages are used,each stage having how many no of input records are there also how many no of out put records are there,job start date,job end date etc these information having audit table

 153 views