Frequently Asked DataStage Interview Questions

What is Data Stage?

A data stage is simply a tool which is used to design, develop and execute many applications to fill various tables in data warehouse or data marts.Learn more about DataStage in this insightful blog post now.

Compare And Contrast Between Join, Merge And Lookup Stage?

All the three are dissimilar from each other in the way they use the memory storage, compare input necessities and how they treat various data . Join and Merge needs minimum memory as compared to the Lookup stage.

Describe Quality Stage?

Quality stage is also called as Integrity stage. It assists in integrating various types of data from different sources.

Describe Job Control?

Job control can be best performed by using Job Control Language (JCL). This tool is used to execute various jobs concurrently, without using any kind of loop.

Contrast Between Symmetric Multiprocessing And Massive Parallel Processing?

In Symmetric Multiprocessing, the hardware resources are communal by processor. The processor has one operating system and it communicates through shared memory. While in Massive Parallel processing, the CPU contact the hardware resources completely. This type of processing is also called as Shared Nothing, as nothing is common in this. It is quicker than the Symmetric Multiprocessing.


Write The Steps Required To Kill The Job In Datastage?

To destroy the job in Datasatge, we have to kill the individual processing ID.

Contrast Between Validated And Compiled In The Datastage?

In Datastage, validating a job means, executing a job. While validating, the Datastage engine checks whether all the necessary properties are given or not. In other case, while compiling a job, the Datastage engine checks that whether all the given property are suitable or not.

How We Can Run Date Conversion In Datastage?

We can use date conversion function for this reason i.e. Oconv (Iconv(Filedname,”Existing Date Format”),”Another Date Format”).

What Is The Need Of Exception Activity In Datastage?

All the stages after the exception activity in Datastage are run in case of any unfamiliar error occurs while executing the job sequencer.Learn how the DataStage Training Videos  can take your career to the next level!

Explain Apt_config In Datastage?

It is the environment variable which is used to recognize the *.apt file in Datastage. It is also used to keep the node information, scratch information and disk storage information.

Write The Different Types Of Lookups In Datastage?

There are two types of Lookups in Datastage i.e. Normal lookup and Sparse lookup.

How We Can Covert Server Job To A Parallel Job?

We can convert a server job in to a parallel job by using Link Collector and IPC Collector.

Explain Repository Tables In Datastage?

In Datastage, the Repository is second name for a data warehouse. It can be federalized as well as circulated.

Tell How A Source File Is Populated?

We can generate a source file in various ways such as by making a SQL query in Oracle, or  by using row generator extract tool etc.

Write The Command Line Functions To Import And Export The Ds Jobs?

To signify the DS jobs, dsimport.exe is used and to export the DS jobs, dsexport.exe is used.

Differentiate Between Datastage 7.5 And 7.0?

In Datastage 7.5 various new stages are added for more sturdiness and smooth performance, such as Procedure Stage, Command Stage,etc.

Describe Orabulk And Bcp Stages?

Orabulk stage is used to store big amount of data in one target table of Oracle database. The BCP stage is used to store big amount of data in one target table of Microsoft SQL Server.

Describe Ds Designer?

The DS Designer is used to make work area and add many links to it.

What Is The Need Of Link Partitioner And Link Collector In Datastage?

In Datastage, Link Partitioner is used to split data into various parts by certain partitioning methods. Link Collector is used to collect data from many partitions to a single data and save it in the target table.

Explain Merge?

Merge means to merge two or more tables. The two tables are merged on the origin of Primary key columns in both the tables.Interested in learning DataStage? Well, we have the in-depth DataStage Courses to give you a head start in your career.

Differentiate Between Data File And Descriptor File?

As the name says, data files contains the data and the descriptor file contains the information about the data in the data files.

Differentiate Between Data Stage And Informatica?

In datastage, there is a perception of separation, parallelism for node configuration. While, there is no perception of separation and parallelism in informatica for node configuration. Also, Informatica is more scalable than Datastage. Datastage is more easy to use as compared to Informatica.

Explain Routines And Their Types?

Routines are basically group of functions that is described by DS manager. It can be called through transformer stage. Routines are of three types such as, parallel routines, server routines and main frame routines.

How Can We Write Parallel Routines In Data Stage Px?

We can mention parallel routines in C or C++ compiler. Such routines are also developed in DS manager and can be called from transformer stage.

What Is The Procedure Of Removing Duplicates, Without The Remove Duplicate Stage?

Duplicates can be detached by using Sort stage. We can use the opportunity, as allow duplicate = false.

What Steps Should Be Taken To Recover Datastage Jobs?

In order to recover presentation of Datastage jobs, we have to first create the baselines. Secondly, we should not use only one flow for presentation testing. Thirdly, we should work in growth. Then, we should appraise data skews. Then we should separate and solve the problems, one by one. After that, we should allocate the file systems to take away bottlenecks, if any. Also, we should not embrace RDBMS in start of testing phase. Last but not the least, we should understand and evaluate the available tuning knobs.

Describe Oconv () And Iconv () Functions In Datastage?

In Datastage, OConv () and IConv() functions are used to convert formats from one format to another i.e. conversions of time, roman numbers, radix, date, numeral ASCII etc. IConv () is mostly used to change formats for system to understand. While, OConv () is used to change formats for users to understand.

Define Usage Analysis In Datastage?

In Datastage, Usage Analysis is done within few clicks. Launch Datastage Manager and right click on job. Then, select Usage Analysis.

How We Can Find The Number Of Rows In A Sequential File?

To find rows in chronical file, we can use the System variable @INROWNUM.

Contrast Between Hash File And Sequential File?

The only dissimilarity between the Hash file and Sequential file is that the Hash file stores data on hash algorithm and on a hash key value, while sequential file doesn’t have any key value to save the data. Hence we can say that hash key feature, searching in Hash file is faster than in sequential file.

How We Can Clean The Datastage Repository?

We can clean the Datastage repository via the Clean Up Resources functionality in the Datastage Manager.

How We Can Called Routine In Datastage Job?

We can call a routine from the transformer stage in Datastage job.

Differentiate Between Operational Datastage (ods) And Data Warehouse?

We can say, ODS is a small data warehouse. An ODS doesn’t have information for more than 1 year while a data warehouse have detailed information about the entire business.

For What Nls Stand For In Datastage?

NLS stand for National Language Support. It can be used to integrate various languages such as French, German, and Spanish etc. in the data, requisite for processing by data warehouse.

Can You Explain How Could Anyone Crash The Index Before Loading The Data In Target In Datastage?

In Datastage, we can crash the index before loading the data in target by using the Direct Load functionality of SQL Loaded Utility.

Does Datastage Support Gradually Changing Dimensions ?

Yes,Version 8.5 + supports this feature in datastage.

How Complicated Jobs Are Implemented In Datstage To Recover Performance?

In order to recover performance in Datastage, it is suggested, not to use more than 20 stages in every job. If you need to use more than 20 stages then it is advisable to use next job for those stages.

Name The Third Party Tools That Can Be Used In Datastage?

The third party tools that can be used in Datastage, are Autosys, TNG and Event Co-ordinator.

Describe Project In Datastage?

When ever we begin the Datastage client, we are asked to join to a Datastage project. A Datastage project have Datastage jobs, built-in apparatus and Datastage Designer or User-Defined components.

What Types Of Hash Files Are There?

There are two types of hash files in which are Static Hash File and Dynamic Hash File.

Describe Meta Stage?

In Datastage, MetaStage is used to store metadata that is beneficial for data lineage and data analysis.

Why Unix Environment Is Useful In Datastage?

It is useful in Datastage because sometimes one has to write UNIX programs such as batch programs to raise batch processing etc.

Contrast Between Datastage And Datastage Tx?

Datastage is a tool from ETL i.e. Extract, Transform and Load and Datastage TX is a tool from EAI i.e. Enterprise Application Integration.Learn more about the ETL process in this insightful blog now.

What Is Size Of A Transaction And An Array Means In A Datastage?

Transaction size means the number of row written before committing the account in a table. An array size means the number of rows written/read to or from the table respectively.

Name The Various Types Views In A Datastage Director?

There are three types of views in a Datastage Director i.e. Log View, Job View and Status View.

What Is The Use Of Surrogate Key?

Surrogate key is mostly used for getting data faster. It uses catalog to perform the retrieval operation.

How Discarded Rows Are Processed In Datastage?

In the Datastage, the discarded rows are managed by constraints in transformer. We can either place the discarded rows in the properties of a transformer or we can create a brief storage for discarded rows with the help of REJECTED command.

Contrast Between Odbc And Drs Stage?

DRS stage is faster than the ODBC stage because it uses local databases for connectivity.

Post a Comment

Previous Post Next Post