What two repositories does the Source Code Control Integration for DataStage and QualityStage serve?
What two repositories does the Source Code Control Integration for DataStage and QualityStage
serve? (Choose two.)
What is a way to select the objects you changed for the export?
You have finished changes to many jobs and shared containers. You must export all of your
changes and integrate them into a test project with other objects. What is a way to select the
objects you changed for the export?
What task will allow you to identify these changes?
You have made a copy of your job and made major changes to a job in your project. You now
want to identify all the changes that have been made. What task will allow you to identify these
changes?
What two Information Server tools can be used to create deployment packages for DataStage jobs?
What two Information Server tools can be used to create deployment packages for DataStage
jobs? (Choose two.)
what jobs might be affected by this change?
Two new columns have been deleted from a sequential file that a number of DataStage jobs write
to. You have imported a table definition for the changed file. How can you determine what jobs
might be affected by this change?
How many instances of the Sequential File stage will run in parallel?
A job using a one-node configuration file writes to a target Sequential File stage. The target
Sequential File stage has been set to write to three different sequential files. How many instances
of the Sequential File stage will run in parallel?
Which collection algorithm should you choose in the Sequential File stage?
The data going into the target Sequential File stage is sorted in each partition by the Date field.
You want the data in the sequential file to be sorted by Date. Which collection algorithm should
you choose in the Sequential File stage?
How many player processes will this job generate?
A job design consists of an input Sequential Files stage, a Sort stage, followed by a Transformer
stage and an output Sequential File stage. In the input Sequential Files stage, the “Number of
readers per node” property has been set to 3. The job is run on an SMP machine with a
configuration file defined with 3 nodes. The $APT_DISABLE_COMBINATION variable is set to
True. How many player processes will this job generate?
How many instances of the Sequential File stage will run?
A job using a three-node configuration file writes to a target Sequential File stage. The target
Sequential File stage has been set to write to two different sequential files. How many instances of
the Sequential File stage will run?
How can this be accomplished?
Each row contains the CustID, ProductID, ProductType and TotalAmount columns. You want to
retain the record with the largest value in the TotalAmount column for each CustID and
ProductType using a RemoveDuplicates stage. How can this be accomplished?