Datastage Interview Question and Answers
41. |
What can we do with DataStage Director? |
|
- Validating
- Scheduling
- Executing
- Monitoring Jobs (server Jobs).
|
|
|
42. |
Which algorithm you used for your hashfile? |
|
It uses GENERAL or SEQ.NUM. algorithm |
|
|
43. |
What is a folder? |
|
Folder contains repository objects such as sources, targets, mappings, transformation which are helps logically organize our data warehouse. |
|
|
44. |
What are the difference types of stages? |
|
- Active Stage : In which Transformation, Aggregation etc are done.
Ex: Transformer, Aggregator.
- Passive Stage : In which Read/Write Process is done.
Ex: ODBC, Sequential, Hash File.
|
|
|
45. |
What is Datastage Engine? |
|
It is a JAVA engine running at the background. |
|
|